]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-4
Rewritten to use the GtkEntryCompletion API more correctly. Now pops down
[~andy/gtk] / ChangeLog.pre-2-4
1 Mon Mar 15 01:50:28 2004  Jonathan Blandford  <jrb@gnome.org>
2
3         * gtkfilechooserentry.c: Rewritten to use the GtkEntryCompletion
4         API more correctly.  Now pops down the dropdown well.
5
6         * gtkfilesystem.c (gtk_file_path_get_type): New boxed type for the
7         FilePath.
8
9         * test/testfilechooser.c: disable preview widget temporarily.
10         It's not representative of a good preview widget.
11
12 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
13
14         * gtk/gtkfilechooserdefault.c (shortcuts_find_current_folder):
15         Renamed from shortcuts_unselect_all(); now selects the row that
16         corresponds to the current folder, if any.  Fixes #135916.
17
18         * gtk/gtkpathbar.h: Added prototypes for _gtk_path_bar_up() and
19         _gtk_path_bar_down().
20
21 2004-03-15  Federico Mena Quintero  <federico@ximian.com>
22
23         * gtk/gtkfilechooserdefault.c: Surround the
24         drag-outside-to-remove-bookmarks code with "#if 0" blocks; it's
25         too unstable right now.
26
27 Sun Mar 14 23:36:15 2004  Owen Taylor  <otaylor@redhat.com>
28
29         * gtk/gtkfilechooserdefault.c: Implement local_only by
30         filtering the shortcuts and bookmarks list by 
31         gtk_file_system_path_to_filename (file_system, path) != NULL.
32         (#132894)
33
34         * gtk/gtkfilesystem.c (gtk_file_system_path_is_local): Add
35         a convenience function, may by interesting to push to the 
36         file system vtable later for performance.
37
38 2004-03-14  Federico Mena Quintero  <federico@ximian.com>
39
40         * gtk/gtkfilesystem.c (gtk_file_folder_get_info): Allow the path
41         to be NULL, so that people can ask for information about a
42         parent-less file system root (e.g. get_info (get_folder ("/"), NULL)).
43
44         * gtk/gtkfilesystemunix.c (gtk_file_folder_unix_get_info): Allow
45         the condition describe above.
46
47         * gtk/gtkfilechooserdefault.c (get_file_info): Allow getting
48         information of root paths.
49
50         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Handle root paths correctly.
51
52 Sun Mar 14 22:32:36 2004  Owen Taylor  <otaylor@redhat.com>
53
54         * gtk/gtktreeview.c (gtk_tree_view_set_search_equal_func): Mention
55         GtkTreeViewSearchEqualFunc return value oddity here as well.
56
57         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): On failure
58         to get a string to compare to, return TRUE (no match), not 
59         FALSE (match). Handle %NULL string values gracefully.
60         Remove unused variable. (#135962, Mark McLoughlin)
61
62 2004-03-14  Morten Welinder  <terra@gnome.org>
63
64         * gtk/gtkfilesystemunix.c: Kill some debug g_prints.
65
66 Sun Mar 14 21:03:15 2004  Owen Taylor  <otaylor@redhat.com>
67
68         * gtk/gtkpathbar.[ch]: Add _gtk_path_bar_up()/
69         _gtk_path_bar_down().
70
71         * gtk/gtkfilechooserdefault.c: Use _gtk_path_bar_up()/
72         _gtk_path_bar_down() as bindings for Alt-Up
73         and new Alt-Down. (Partly based on a patch by
74         Mark McLoughlin, #136987)
75
76 2004-03-14  Federico Mena Quintero  <federico@ximian.com>
77
78         Fixes #136185, patch by Morten Welinder, with some changes.
79
80         * gtk/gtkfilechooserdefault.c (check_is_folder): New helper function.
81         (shortcuts_insert_path): Check the path first with check_is_folder().
82         (gtk_file_chooser_default_set_current_folder): Likewise.
83         (gtk_file_chooser_default_add_shortcut_folder): Likewise.
84         (browse_widgets_create): Unref the size group.
85
86         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder):
87         Handle the case where the file exists but it is not a directory.
88         (IconType): Add value for ICON_UNDECIDED.
89         (struct stat_info_entry): New structure to hold a file's struct
90         stat, its MIME type and its icon type.
91         (struct _GtkFileFolderUnix): Added a hash of struct
92         stat_info_entry, and flags to remember which info types we've read
93         so far.
94         (get_icon_type): Use a helper function for the icons-from-stat
95         types.
96         (gtk_file_system_unix_render_icon): Use the cached file info.
97         (gtk_file_folder_unix_get_info): Put the info in the cache.
98         (gtk_file_system_unix_get_folder): Create the cache of file info
99         structures.
100
101         * gtk/gtkfilesystem.c (gtk_file_info_set_display_name): Handle the
102         case where display_name is the same as the existing
103         info->display_name.
104
105 Sun Mar 14 19:26:48 2004  Owen Taylor  <otaylor@redhat.com>
106
107         #136672, reported by Christian Persch; fixes based
108         on a patch by Soeren Sandmann.
109
110         * gtk/gtkmenu.c: Change the handling of mixed gridded
111         and non-gridded menu items; the old method was causing
112         major performance problems even with the "avoid relayout
113         on destruction" hack put in recently.
114
115         Now we first lay out the gridded items and then put the 
116         non-gridded items into empty rows / after the gridded items. 
117         Layout is done in a central menu_shell_ensure_layout(). Also
118         avoid emitting property notifications when we initially
119         insert or attach items.
120         
121         * gtk/gtkmenushell.[ch] gtk/gtkmenu.c: Stop setting the
122         unused menu_shell->menu_flag, and document it as unused
123         in the header.
124
125         * tests/testactions.c: Add a test of creating/removing
126         lots of items.
127
128         * test/testgtk.c: Add some more cruft to the menu test.
129
130 Mon Mar 15 02:36:07 2004  Matthias Clasen  <maclas@gmx.de>
131
132         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): Add
133         some signal docs.
134
135 Sun Mar 14 15:38:39 2004  Jonathan Blandford  <jrb@gnome.org>
136
137         * gtk/gtkentrycompletion.c (gtk_entry_completion_visible_func):
138         always use the match_func, even if text_column is set.
139
140 2004-03-14  Morten Welinder  <terra@gnome.org>
141
142         * gtk/gtkfilesystemunix.c (get_parent_dir): Don't turn "/" into
143         "".
144         (gtk_file_system_unix_get_folder): Use the same value for lookup
145         as for insertion.  Make sure we have a directory.
146
147         * gtk/gtkfilechooserdefault.c (error_dialog): Don't crash on NULL
148         path; don't crash on NULL error.
149
150 2004-03-14  Hans Breuer  <hans@breuer.org>
151
152         gtk/gtkcombobox.c : prototype cell_view_sync_cells() before 
153         first usage
154
155         gtk/makefile.msc.in : updated 'gtk_public_h_sources'
156
157         tests/makefile.msc : added testspinbutton
158
159 Sun Mar 14 01:01:18 2004  Matthias Clasen  <maclas@gmx.de>
160
161         * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Align
162         this function with gtk_tree_view_column_set_cell_data();
163         call the cell data func after setting the attributes.
164
165 Sun Mar 14 01:00:08 2004  Matthias Clasen  <maclas@gmx.de>
166
167         * gtk/gtkcellview.c (gtk_cell_view_expose): One more try;
168         make sure not to call gtk_cell_view_set_cell_data() when
169         displayed_row is NULL.
170
171 Sat Mar 13 18:13:13 2004  Owen Taylor  <otaylor@redhat.com>
172
173         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): When not
174         wrapping, do the offset of the line for justification ourselves.
175         (#120256, Felipe Heidrich)
176
177 Sun Mar 14 00:03:18 2004  Matthias Clasen  <maclas@gmx.de>
178
179         * gtk/gtkcellview.c (gtk_cell_view_expose): Support the
180         model-less use of GtkCellView shown in testcombo.c.
181
182 2004-03-13  Tor Lillqvist  <tml@iki.fi>
183
184         * gdk/win32/gdkdisplay-win32.c: Don't undefine HAVE_MONITOR_INFO
185         when compiling with gcc. Mingw's headers do have the required
186         definitions.
187
188         * gdk/win32/gdkdrawable-win32.c (draw_polygon): When drawing
189         filled polygons, don't draw the outline, similarily as
190         draw_rectangle(). Apparently GTK and GIMP don't use
191         gdk_draw_polygon() much (or always draw the outline, too), as this
192         has gone undetected for so long. Thanks to Bruce Hochstetler.
193
194 Sat Mar 13 15:19:17 2004  Owen Taylor  <otaylor@redhat.com>
195
196         * gtk/gtkwindow.c (gtk_window_destroy): Remove
197         the window from the toplevel_list here rather in destroy.
198         While this is theoretically speaking wrong, it fits
199         in better with the current reality that destroyed
200         widgets are not reusable. (#126808, Michael Natterer)
201
202 Sat Mar 13 21:47:47 2004  Matthias Clasen  <maclas@gmx.de>
203
204         * gtk/gtkcellview.c (gtk_cell_view_expose): Don't do anything
205         beyond clearing to the background if there is no active row.
206         (#137066, reported by Owen Taylor)
207
208 Sat Mar 13 21:37:44 2004  Matthias Clasen  <maclas@gmx.de>
209
210         * gtk/gtkcombobox.c (gtk_combo_box_list_key_press): Pop down the
211         list when an item is selected via the keyboard.
212
213 2004-03-13  Anders Carlsson  <andersca@gnome.org>
214
215         * gtk/gtkfilesystemunix.c: (remove_trailing_slash),
216         (gtk_file_system_unix_get_folder),
217         (gtk_file_system_unix_create_folder), (get_parent_dir),
218         (gtk_file_system_unix_get_parent), (gtk_file_folder_unix_get_info):
219         Remove trailing slashes in path names.
220         
221 Sat Mar 13 12:17:16 2004  Owen Taylor  <otaylor@redhat.com>
222
223         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Make
224         this a total no-op when the new or old parent is
225         destroyed. (#134230, patch from Soeren Sandmann)
226
227         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy):
228         For foreign windows in our heirarchy, call
229         _gdk_windowing_window_destroy_foreign (window) and skip
230         all the normal destruction logic.
231
232         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c:
233         Move code to request destruction of a foreign window
234         code into a separate _gdk_windowing_window_destroy_foreign().
235
236         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_finalize):
237         Call GDK_WINDOW_DISPLAY() on the wrapper not on the
238         impl. (Also from Soeren's patch)
239
240 Sat Mar 13 10:49:46 2004  Owen Taylor  <otaylor@redhat.com>
241
242         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): For
243         GTK_IS_PLUG toplevels, call gdk_window_get_origin() 
244         not gtk_window_get_position, as a hackround for not
245         having accurate notification of window position for
246         embedded windows. (#136112, Dan Winship)
247
248 Sat Mar 13 10:34:03 2004  Owen Taylor  <otaylor@redhat.com>
249
250         * gtk/gtktextview.c gtk/gtktextbuffer.c: Revert last change;
251         it causes problems for pastes from other applications; see
252         comments in bugzilla for #81880.
253
254 Sat Mar 13 02:55:51 2004  Matthias Clasen  <maclas@gmx.de>
255
256         Fix middle button pasting in the TextView  (#81880, reported
257         by Evert Verhellen, patch by Paolo Borelli):
258         
259         * gtk/gtktextview.c (gtk_text_view_button_press_event): Retrieve 
260         the insert mark and move the cursor to it making sure of also 
261         scroll the window if needed.
262         
263         * gtk/gtktextbuffer.c (pre_paste_prep): Move the insert mark
264         to the insertion point.
265
266 Sat Mar 13 01:38:55 2004  Matthias Clasen  <maclas@gmx.de>
267
268         * gtk/gtkcombobox.c (gtk_combo_box_remove): Add a remove 
269         implemenatation which restores the cell_view when the custom 
270         child is removed.  (#136555, Owen Taylor)
271
272 Sat Mar 13 00:07:51 2004  Matthias Clasen  <maclas@gmx.de>
273
274         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear): 
275         Keep the cell_list in a consistent state while iterating over it, 
276         since clear_attributes() also iterates over it.  (another instance
277         of #136585, Morten Welinder)
278         
279 Fri Mar 12 17:20:15 2004  Owen Taylor  <otaylor@redhat.com>
280
281         * gtk/gtkarrow.c (gtk_arrow_expose): Swap GTK_ARROW_LEFT
282         and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159,
283         Semion Chichelnitsky)
284
285         * gtk/gtkpathbar.c gtk/gtktoolbar.c: Remove no-longer-needed 
286         gtk_toolbar_direction-changed handlers and explicit
287         flipping of GtkArrow widgets.
288
289 Fri Mar 12 23:37:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
290
291         * gtk/gtkfilechooserdialog.c
292         (file_chooser_widget_default_realized_size_changed): Clamp the
293         new size to the screen.
294
295 Fri Mar 12 15:06:44 2004  Owen Taylor  <otaylor@redhat.com>
296
297         * gtk/gtkexpander.c (gtk_expander_realize): Create the
298         event_window at the right size using the same logic as
299         in size_allocate. (#136994, Niklas Knuttson)
300
301 2004-03-12  Federico Mena Quintero  <federico@ximian.com>
302
303         * gtk/gtkwindow.c (gtk_window_activate_focus): Don't ignore the
304         return value of gtk_widget_activate().
305         (gtk_window_activate_default): Likewise.  Fixes #137008.
306
307         * gtk/gtkfilechooserdialog.c (response_cb): Act on positive
308         response IDs we recognize, rather than bailing out on cancellation
309         ones.  Fixes #136237; patch by Olivier Andrieu
310         <oliv__a@users.sourceforge.net>.
311         (file_chooser_widget_file_activated): If the dialog doesn't have a
312         default widget, try to find a suitable response widget on our own.
313         People should *really* be using gtk_dialog_set_default_response(),
314         but this is to help lazy programmers.
315
316         * gtk/gtkdialog.c (_gtk_dialog_get_response_for_widget): New
317         internal function.
318         (get_response_data): Add a "create" argument so that we don't
319         unconditionally create the response data.
320
321 2004-03-12  Morten Welinder  <terra@gnome.org>
322
323         * tests/Makefile.am: Add new testspinbutton.c
324
325 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
326
327         * gtk/gtkfilechooserdefault.c (shortcuts_drag_set_delete_cursor):
328         Put the trash icon on the right for LTR locales, or on the left
329         for RTL.
330         (shortcuts_drag_motion_cb): Cancel the idle handler here as well.
331         (shortcuts_drag_leave_cb): Test whether the idle is present.
332         (shortcuts_drag_data_received_cb): Ahem, don't assert here.
333
334 Thu Mar 11 17:51:10 2004  Owen Taylor  <otaylor@redhat.com>
335
336         * modules/input/gtkimcontextxim.c (preedit_done_callback):
337         Clear preedit string and emit preedit_changed as needed
338         on AIX. (#130617, Philip K Warren)
339
340 2004-03-11  Morten Welinder  <terra@gnome.org>
341
342         * gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): Plug leak.
343
344 Thu Mar 11 16:28:15 2004  Owen Taylor  <otaylor@redhat.com>
345
346         * gtk/gtkmenu.c (gtk_menu_get_toplevel): Fix attach/attach->parent
347         type. (#136919, Tim Mooney)
348
349 Thu Mar 11 16:18:51 2004  Jonathan Blandford  <jrb@redhat.com>
350
351         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): revert
352         earlier change to insert_path so that we test that the directory
353         exists.
354
355         * gtk/gtkfilechooserdialog.c
356         (gtk_file_chooser_dialog_constructor): move focus.
357
358 Thu Mar 11 22:12:14 2004  Matthias Clasen  <maclas@gmx.de>
359
360         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Use the same
361         logic as GtkEntry when calculating border width.  (#116368, reported
362         by Morten Welinder)
363
364 Thu Mar 11 15:59:05 2004  Owen Taylor  <otaylor@redhat.com>
365
366         * tests/testgtk.c (create_spins): Use gtk_entry_set_width_chars()
367         rather than gtk_widget_set_size_request().
368
369 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
370
371         * gtk/gtkfilechooserdefault.c (remove_settings_signal): New
372         function, copied from gtkpathbar.c.
373         (gtk_file_chooser_default_dispose): Use remove_settings_signal()
374         rather than our own code.
375         (gtk_file_chooser_default_screen_changed): Use
376         remove_settings_signal(); this should handle per-screen settings
377         correctly.
378
379 Thu Mar 11 14:07:18 2004  Owen Taylor  <otaylor@redhat.com>
380
381         * gtk/gtklabel.c (gtk_label_focus): Fix a missing return
382         value.
383
384 Thu Mar 11 13:58:24 2004  Owen Taylor  <otaylor@redhat.com>
385
386         * gtk/gtkmessagedialog.c gtk/gtklabel.c: Back out the
387         put-labels-into-the-standard-focus-chain patches 
388         from bug #59707.
389
390         * gtk/gtklabel.c (gtk_label_focus): Only put the
391         label in the tab chain when the control key is pressed.
392
393 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
394
395         * gtk/gtkfilechooserdefault.c (error_message_with_parent): Use a
396         single OK button, not a Close button, as per the HIG.
397
398         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Likewise.
399
400 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
401
402         * gtk/gtkfilechooserdefault.c (shortcuts_drag_motion_cb): Oops,
403         initialize "action" before jumping.  Fixes #136900.
404
405 2004-03-11  Mark McLoughlin  <mark@skynet.ie>
406
407         * gtk/gtksettings.c: (apply_queued_setting): don't overwrite
408         application properties. Fixes bug #136802.
409
410 2004-03-11  Dov Grobgeld  <dov@imagic.weizmann.ac.il>
411
412         * gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
413         call to gtk_text_layout_update_cursor_line() to solve in 
414         problem of switching keyboard direction at widget creation:
415         bug #136680
416
417 Thu Mar 11 10:28:30 2004  Owen Taylor  <otaylor@redhat.com>
418
419         * gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
420         stray 'return' statement. (#136855, David L. Cooper II)
421
422 2004-03-11  Mark McLoughlin  <mark@skynet.ie>
423
424         * gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
425         fg color for drawing the expander when prelit. Fixes problem
426         with the HighContrast theme: bug #136789.
427
428 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
429
430         Fix #135912 and #135913.
431
432         * gtk/gtkfilechooserdefault.c
433         (shortcuts_filter_model_row_draggable): Implement.
434         (shortcuts_model_filter_new): New function, create a
435         ShortcutsModelFilterClass derived from GtkTreeModelFilter, so that
436         we can implement our own DnD interface methods.
437         (shortcuts_model_create): Use shortcuts_model_filter_new().
438         (shortcuts_list_create): Enable the shortcuts list as a drag
439         source.
440         (file_list_source_targets): Renamed from shortcuts_targets.
441         (shortcuts_list_create): Change the options for
442         gtk_drag_dest_set().  Connect to more drag signals so that we can
443         implement drops by hand.
444         (shortcuts_drag_data_delete_cb): New handler; just stop the emission.
445         (shortcuts_drag_motion_cb): New handler; validate the drop.
446         (shortcuts_drag_leave_cb): New handler; unset the drag_dest_row.
447         (shortcuts_drag_drop_cb): New handler; just stop the emission and
448         remove the idle handler for the drag cursor.
449         (shortcuts_add_bookmark_from_path): Add a position argument,
450         return a boolean success code.
451         (shortcuts_drag_data_received_cb): Handle two cases:  1) Insert
452         the bookmarks at the proper position, rather than always appending
453         them to the list; 2) alternatively, reorder the bookmarks.
454         (struct _GtkFileChooserDefault): New field shortcuts_drag_outside.
455         (shortcuts_drag_motion_cb): Turn off impl->shortcuts_drag_outside.
456         (shortcuts_drag_leave_cb): Turn on impl->shortcuts_drag_outside in
457         an idle handler.
458         (shortcuts_drag_end_cb): New handler; remove the selected bookmark.
459
460 Thu Mar 11 01:08:25 2004  Jonathan Blandford  <jrb@gnome.org>
461
462         * gtk/gtkfilechooserdefault.c (location_entry_create): up the
463         width of the entry a tad.
464
465         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): use
466         gtk_entry_completion_selection_changed.  Also, unref the
467         completion as we were leaking a reference to it.
468
469 2004-03-10  Federico Mena Quintero  <federico@ximian.com>
470
471         * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon.  Thanks to
472         Kjartan Maraas for pointing it out.
473
474 Wed Mar 10 23:40:15 2004  Matthias Clasen  <maclas@gmx.de>
475
476         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the
477         background on the action view cell renderer here, not in init, so 
478         that a) we catch style changes, and b) we get the real style, not 
479         the default one. Partial fix for #127648, reported by Dave Bordoley.
480
481 2004-03-10  Tor Lillqvist  <tml@iki.fi>
482
483         * gdk/win32/gdkevents-win32.c (build_key_event_state): Set also
484         the pointer button bits. (#136636, Dave Neary)
485
486         * gdk/win32/gdkwindow-win32.c (show_window_internal): Show
487         transparent (input only) windows using SetWindowPos(). (#132331,
488         John Ehresman)
489
490         (gdk_window_set_type_hint): For splash screens, remove the resize
491         handles, menu, and minimize/maximize/close buttons. (#132896)
492
493 Wed Mar 10 22:30:23 2004  Matthias Clasen  <maclas@gmx.de>
494
495         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear): Keep the
496         cell_list in a consistent state while iterating over it, since
497         clear_attributes() also iterates over it.  (#136585, Morten Welinder)
498
499 2004-03-10  Mark McLoughlin  <mark@skynet.ie>
500
501         * gtk/gtkexpander.c: (gtk_expander_expose): don't propagate
502         the expose to the label. The expose handler for GtkContainer
503         already does that. Fixes bug #136719. Reported by Dennis
504         Cranston, exact cause nailed down by Owen.
505
506 2004-03-10  Federico Mena Quintero  <federico@ximian.com>
507
508         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
509         untranslatable "%x" for dates, rather than a custom format.  Fixes
510         #136357.
511
512 2004-03-10  Morten Welinder  <terra@gnome.org>
513
514         * gtk/gtkfilechooserdefault.c
515         (gtk_file_chooser_default_add_shortcut_folder): Test validity of
516         path here.
517         (shortcuts_insert_path): Don't check here.
518         (get_file_info): Barf if name-only fails.
519
520         * tests/testfilechooser.c (main): Add support for --multiple.
521
522 Wed Mar 10 02:41:05 2004  Jonathan Blandford  <jrb@gnome.org>
523
524         * gtk/gtkpathbar.c: (gtk_path_bar_init), (gtk_path_bar_class_init),
525         (remove_settings_signal), (gtk_path_bar_dispose),
526         (gtk_path_bar_style_set), (gtk_path_bar_screen_changed),
527         (gtk_path_bar_scroll_up), (reload_icons), (change_icon_theme),
528         (settings_notify_cb), (gtk_path_bar_check_icon_theme),
529         (get_button_image), (gtk_path_bar_update_button_appearance),
530         (make_directory_button), (gtk_path_bar_check_parent_path): Support
531         changes in icon themes.
532
533         * gtk/gtkpathbar.h: add two elements
534
535         * tests/testfilechooser.c: (main): use gnome-vfs method again to
536         get more testing.
537
538 Wed Mar 10 01:17:40 2004  Jonathan Blandford  <jrb@gnome.org>
539
540         * gtk/gtkpathbar.c: added 'Desktop' to the list of volumes.  We
541         don't have any more untranlated strings in the dialog.
542
543 Wed Mar 10 00:24:24 2004  Jonathan Blandford  <jrb@gnome.org>
544
545         * gtk/gtkfilechooserdefault.c (error_dialog): use uri instead of
546         the pathname for UTF-8 safety.
547
548 Wed Mar 10 00:10:47 2004  Jonathan Blandford  <jrb@gnome.org>
549
550         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Always
551         check to see if the shortcuts exists.  We don't want to put
552         invalid dirs in the shortcuts pane.
553
554 Tue Mar  9 16:40:34 2004  Jonathan Blandford  <jrb@gnome.org>
555
556         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
557         remove unneeded shortuts_swin;
558
559 Wed Mar 10 01:49:27 2004  Matthias Clasen  <maclas@gmx.de>
560
561         Fix #136614 in a better way:
562         
563         * gtk/gtkoptionmenu.c (gtk_option_menu_init): Undo the last change.
564         * gtk/gtkbutton.c (struct _GtkButtonPrivate): Add a flag, align_set.
565         * gtk/gtkbutton.c (gtk_button_init): Initialize align_set to 0.
566         * gtk/gtkbutton.c (maybe_set_alignment): Rework to only set the
567         alignment if priv->align_set is set.
568         * gtk/gtkbutton.c (gtk_button_set_alignment): Set align_set to 1.
569
570 Wed Mar 10 01:21:05 2004  Matthias Clasen  <maclas@gmx.de>
571
572         * gtk/gtkcombobox.c (gtk_combo_box_menu_position_below): Place
573         grid mode popups left aligned, not right aligned.
574
575 Tue Mar  9 23:09:46 2004  Matthias Clasen  <maclas@gmx.de>
576
577         * gtk/gtkoptionmenu.c (gtk_option_menu_init): Avoid centering 
578         the label that is reparented from the menuitem.  (#136614, Dennis
579         Cranston)
580
581 Tue Mar  9 16:19:09 2004  Jonathan Blandford  <jrb@gnome.org>
582
583         * gtk/gtkpathbar.c (struct _ButtonData): Encapsulate all of the
584         information about a button in a struct instead of ugly
585         g_object_set_data.
586         (gtk_path_bar_size_request): Use ButtonData.
587         (gtk_path_bar_update_slider_buttons): ditto
588         (gtk_path_bar_size_allocate): ditto
589         (gtk_path_bar_remove): ditto
590         (gtk_path_bar_forall): ditto
591         (gtk_path_bar_scroll_down): ditto
592         (gtk_path_bar_clear_buttons): ditto
593         (button_clicked_cb): ditto.  Also, add an ignore_changes variable
594         (button_data_free): destroy ButtonData
595         (update_button_appearance): Use ButtonData
596         (make_directory_button): ditto
597         (gtk_path_bar_check_parent_path): ditto
598         (_gtk_path_bar_set_path): ditto
599
600 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
601
602         Fix #136533.
603
604         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): New
605         function.
606         (check_icon_theme): New helper function, installs a handler for
607         changes in the icon theme.
608         (gtk_file_chooser_default_style_set): Use check_icon_theme().
609         (gtk_file_chooser_default_screen_changed): Use check_icon_theme().
610         (gtk_file_chooser_default_dispose): Disconnect from GtkSettings.
611         (change_icon_theme): New function, updates impl->icon_size and
612         reloads the icons.
613         (struct _GtkFileChooserDefault): New field settings_signal_id.
614         (struct _GtkFileChooserDefault): New field icon_size.
615         (shortcuts_insert_path): Use impl->icon_size.
616         (list_icon_data_func): Likewise.
617
618 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
619
620         * gtk/gtkfilechooserdefault.c (get_file_info): Handle the returned
621         parent_path being NULL.  Fixes #136662.
622
623 2004-03-09  Federico Mena Quintero  <federico@ximian.com>
624
625         * gtk/gtkfilechooserdefault.c (shortcuts_drag_data_received_cb):
626         Stop the emission so that GtkTreeView's handler won't try to poke
627         the filter model.  Fixes #136127.
628
629 Tue Mar  9 13:49:14 2004  Owen Taylor  <otaylor@redhat.com>
630
631         * gtk/gtkstyle.c (gtk_paint_polygon): Fix 
632         g_return_if_fail() that was checking draw_shadow.
633         (#136669, Morten Welinder)
634
635 Tue Mar  9 09:57:25 2004  Owen Taylor  <otaylor@redhat.com>
636
637         * === Released 2.3.6 ===
638
639         * configure.in: Version 2.3.6, interface age 0.
640
641         * NEWS: Updates
642
643 Tue Mar  9 11:01:45 2004  Jonathan Blandford  <jrb@gnome.org>
644
645         * gtk/gtkpathbar.c (gtk_path_bar_finalize): unref the correct
646         icon.  Reported by Michael Natterer <mitch@gimp.org>.
647
648 2004-03-09  Morten Welinder  <terra@gnome.org>
649
650         * tests/testfilechooser.c (main): Destroy widgets to reveal leaks.
651
652 Tue Mar  9 02:11:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
653
654         * gtk/gtkmenu.c Fix bug 136446. [Marco Pesenti Gritti]
655         (struct _GtkMenuPrivate): Add boolean destroying
656         (gtk_menu_destroy): Set priv->destroying
657         (gtk_menu_remove): don't update the table information when the
658         menu is being destroyed.
659
660         * gtk/gtkmenu.c (gtk_menu_set_monitor): Formatting fix
661
662         * gtk/gtktoolbar.[ch]: Some formatting fixes
663
664 Tue Mar  9 01:25:10 2004  Matthias Clasen  <maclas@gmx.de>
665
666         * gtk/gtkframe.c (gtk_frame_paint): Fix a typo.
667
668 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
669
670         Fixes #136080.
671
672         * gtk/gtkfilesystemunix.c: Only lstat() if stat() failed due to
673         ENOENT.
674         (filename_get_info): Likewise.
675
676 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
677
678         * gtk/gtkfilechooserdefault.c
679         (gtk_file_chooser_default_initial_focus): Use
680         gtk_tree_view_set_cursor().
681
682 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
683
684         Patch "1a" from #136185, by Morten Welinder.
685
686         * gtk/gtkfilechooserdefault.c (get_file_info): Take in an argument
687         that says whether the caller just wants the display name.
688         (shortcuts_insert_path): We only want the name in the call to
689         get_file_info().
690
691         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't request more
692         info than needed from the file_folder.
693
694 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
695
696         Fixes #136105.
697
698         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
699         Added an ::initial_focus() method.
700
701         * gtk/gtkfilechooserembed.c
702         (_gtk_file_chooser_embed_delegate_iface_init): Set the
703         initial_focus method.
704         (delegate_initial_focus): Implement.
705         (_gtk_file_chooser_embed_initial_focus): New function.
706
707         * gtk/gtkfilechooserdialog.c
708         (gtk_file_chooser_dialog_constructor): Call
709         _gtk_file_chooser_embed_initial_focus().
710
711         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
712         Install the ::initial_focus() handler.
713         (gtk_file_chooser_default_initial_focus): Implement.
714
715 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
716
717         * gtk/gtkfilechooserdefault.c (update_from_entry): Return a
718         boolean success code.
719         (location_popup_handler): Refocus the file chooser if appropriate.
720         Fixes #135905.
721         (save_widgets_create): Don't set the text of the save_folder_label
722         here.
723         (update_appearance): Set the text here as appropriate for the save
724         mode.  Also fixes #136387.
725         (update_appearance): Don't show the Create Folder button in
726         SELECT_FOLDER mode.
727         (update_appearance): Show the extra widget in all Save modes
728         correctly.
729
730 Mon Mar  8 11:57:27 2004  Owen Taylor  <otaylor@redhat.com>
731
732         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't
733         call g_signal_handler_disonnect() if priv->model is
734         NULL. (#136551, Damon Chaplin)
735
736         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
737         Back out code to set the active item when the first
738         item is added to the model; this causes problems for
739         GtkComboBoxText. (#136535)
740
741         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy)
742         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy):
743         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
744         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): 
745         Remove calls to gtk_combo_box_unset_model.
746
747         * gtk/gtkcombobox.c (gtk_combo_box_check_appearance): 
748         Clean up handling of wrap->width > 0.
749
750         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Don't
751         switch list/menu mode here.
752
753         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Protect
754         against the same model being set back.
755
756         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Call
757         gtk_combo_box_menu_fill() rather than duplicating
758         a large chunk of code.
759
760 2004-03-08  Anders Carlsson  <andersca@gnome.org>
761
762         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_get_flags): 
763         If max_depth is 0 then we have a list.
764
765 2004-03-08  Morten Welinder  <terra@gnome.org>
766
767         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): If we fail, leave
768         widget unchanged.  Explicitly verify final directory.
769
770         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_create_folder,
771         get_icon_type, filename_get_info): Protect errno.
772
773 2004-03-08  Marco Pesenti Gritti  <marco@gnome.org>
774
775         * gtk/gtkentry.c: (gtk_entry_completion_key_press):
776
777         When an action is selected stop the event to be propagated
778         otherwise the activate signal is emitted too. (Bug #133394)
779
780 Mon Mar  8 04:50:12 2004  Jonathan Blandford  <jrb@gnome.org>
781
782         * gtk/gtkfilechooserdefault.c (create_path_bar): new function to
783         consolidate creating the path_bar.
784         (gtk_file_chooser_default_set_current_folder): no longer need to
785         pass in the filesystem.
786
787         * gtk/gtkpathbar.h: Removed unused set_pixbuf functions in favor
788         of just setting the filesystem.
789
790         * gtk/gtkpathbar.c (gtk_path_bar_finalize): Free root path and
791         home_dir.
792         (get_button_image): Add images to path_bar.
793         (update_button_appearance): use images
794         (make_directory_button): Clasify buttons based upon location.
795         (_gtk_path_bar_set_path): no longer need a file-system.  Also, add
796         rerooting, #135845, #135914
797
798         * tests/testfilechooser.c: Fix reused error handling.
799
800 2004-03-08  Anders Carlsson  <andersca@gnome.org>
801
802         * gtk/gtkfilesystemunix.c: (get_icon_for_directory),
803         (gtk_file_system_unix_render_icon):
804         Use better icons for home and desktop.
805
806 2004-03-08  Anders Carlsson  <andersca@gnome.org>
807
808         * gtk/gtkfilechooserentry.c:
809         (_gtk_file_chooser_entry_set_base_folder):
810         Set the base folder path in the entry.
811         
812 2004-03-08  Christian Neumair  <chris@gnome-de.org>
813
814         * tests/testentrycompletion.c: Fix typo.
815
816 2004-03-08  Tor Lillqvist  <tml@iki.fi>
817
818         * README.win32: Update.
819
820         * gtk/gtk.def: Small update. Thanks to J. Ali Harlow. Re-sorted.
821
822         * tests/testfilechooser.c: Correct localtime_r() emulation on
823         Win32. Remove a couple of unnecessary Win32-only includes.
824
825 Mon Mar  8 01:06:17 2004  Matthias Clasen  <maclas@gmx.de>
826
827         * tests/testentrycompletion.c: Test dynamic addition/removal. 
828
829 Sun Mar  7 22:38:49 2004  Matthias Clasen  <maclas@gmx.de>
830
831         * gtk/gtkframe.c (gtk_frame_paint): Use ythickness, not 
832         xthickness in the calculation of vertical dimensions.
833
834 Sun Mar  7 17:38:03 2004  Jonathan Blandford  <jrb@gnome.org>
835
836         * gtk/gtkbutton.c (gtk_button_class_init): actually use
837         gtk_button_add.
838
839         * gtk/gtkfilechooserdefault.c (error_building_filename_dialog):
840         use the uri, not the path, #136317
841         (renderer_edited_cb): ditto
842         (shortcuts_add_bookmark_from_path): ditto
843         (remove_bookmark_button_clicked_cb): ditto
844         (gtk_file_chooser_default_remove_shortcut): ditto
845         (update_from_entry): ditto
846         (up_folder_handler): ditto
847
848 Sun Mar  7 16:07:08 2004  Jonathan Blandford  <jrb@gnome.org>
849
850         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): set
851         redraw_on_allocate, #135902.
852
853         * gtk/gtkfilesystemmodel.c (model_refilter_recurse): Patch from
854         Damon Chaplin to set a node to be visible before emitting the
855         inserted signal, #135555.
856
857 Sun Mar  7 22:24:28 2004  Matthias Clasen  <maclas@gmx.de>
858
859         * gtk/gtkbutton.c (_gtk_button_paint): Don't use xthickness in the
860         height calculation.
861
862 Sun Mar  7 14:34:04 2004  Jonathan Blandford  <jrb@gnome.org>
863
864         Fixes #121500.
865
866         * gtk/gtkfilechooserdefault.c (trap_activate_cb): stop activate
867         from unselecting rows when pressed in multiple-selection mode.
868
869 2004-03-07  Hans Breuer  <hans@breuer.org>
870
871         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting) :
872         some more settings from system, also reflect some name changes
873         done a while ago in the x11 backend
874
875         * gdk/win32/makefile.msc : build gdkspawn-win32.c
876
877         * gtk/gtkdnd.c : gtk_drag_source_[gs]et_target_list, added "Since: 2.4"
878
879         * gtk/makefile.msc.in : build gtkpathbar, link shell32.lib
880
881         * tests/makefile.msc : some more tests get build
882
883 Sun Mar  7 03:03:57 2004  Jonathan Blandford  <jrb@gnome.org>
884
885         * gtk/gtkfilechooserdefault.c
886         (gtk_file_chooser_default_get_paths): if action is
887         SELECT_FOLDER, then return the currentd folder if none is
888         selected.
889         (gtk_file_chooser_default_should_respond): Allow 'Ok' to be hit if
890         no directory is selected in SELECT_FOLDER mode.
891
892 Sat Mar  6 23:31:18 2004  Jonathan Blandford  <jrb@gnome.org>
893
894         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
895         remove unneeded elements.
896         (tree_selection_changed): removed
897         (tree_name_data_func): removed
898         (gtk_file_chooser_default_finalize): don't unref dir model
899         (create_folder_tree): removed
900         (get_selection): no longer need to abstract away the selection
901         function.
902         (create_file_list): We now create a tree for all actions.
903         (file_pane_create): Make one tree.
904         (update_appearance) We really change the mode only, now.
905
906 Sun Mar  7 02:38:00 2004  Matthias Clasen  <maclas@gmx.de>
907
908         * gtk/gtkcombobox.c (gtk_combo_box_size_request): Do a 
909         size_request on the button and cell_view_frame, otherwise
910         their style will still be the default here in the initial 
911         size_request. (#136301, Mark McLoughlin)
912
913 2004-03-06  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>
914
915         * gtk/gtktoolbar.c (internal_insert_element): Check return value
916         of gtk_stock_lookup; if stock lookup fails, just use stock_id as
917         label, instead of crashing. Fixes #136202.
918
919 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
920
921         * gdk/linux-fb/gdkglobals-fb.c: Make <config.h> the very first
922         include.
923         * gdk/linux-fb/gdkwindow-fb.c: Likewise.
924         * gdk/linux-fb/gdkinput.c: Likewise.
925
926 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
927
928         Fixes #136082 and #135265, patch by Morten Welinder.
929
930         * configure.in: Use AC_SYS_LARGEFILE.
931
932         * */*.c: #include <config.h>
933
934 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
935
936         * gtk/gtkfilechooserdefault.c
937         (gtk_file_chooser_default_select_path): No need to have a
938         temporary error variable.
939
940 2004-03-05  Tor Lillqvist  <tml@iki.fi>
941
942         * configure.in: Move check for native Win32 (mingw) a bit
943         earlier. If Win32, disable static builds (as in GLib). Remove
944         unnecessary AC_LIBTOOL_WIN32_DLL.
945
946         * gdk/gdk.def: Add missing entries, thanks to J. Ali Harlow.
947
948         * gdk/win32/gdkcursor-win32.c (color_is_white): const-correctness.
949
950         (gdk_cursor_new_from_pixbuf): Copy of the non-Xcursor X11
951         implementation.
952
953         (gdk_display_supports_cursor_alpha,
954         gdk_display_supports_cursor_color): Dummy implementations.
955
956         (gdk_display_get_default_cursor_size,
957         gdk_display_get_maximal_cursor_size): Implement.
958
959         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_default_group):
960         Dummy implementation.
961
962         * gdk/win32/gdkevents-win32.c (gdk_net_wm_supports): Dummy
963         implementation.
964
965         * gdk/win32/gdkfont-win32.c (gdk_font_get_display): Implement.
966
967         * gdk/win32/gdkinput-win32.c (gdk_input_motion_events): Remove,
968         not in API.
969
970         * gdk/win32/gdkwindow-win32.c (gdk_window_get_group): Dummy
971         implementation.
972
973 Fri Mar  5 18:00:36 2004  Jonathan Blandford  <jrb@redhat.com>
974
975         * gtk/gtkfilechooserdefault.c (new_folder_button_clicked): scroll
976         to the new path.
977
978         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update the
979         allocation when scrolling instead of cancelling editing.
980
981 Fri Mar  5 23:52:34 2004  Matthias Clasen  <maclas@gmx.de>
982
983         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
984         Improve the docs.  (#127727, Murray Cumming)
985
986 Fri Mar  5 23:37:16 2004  Matthias Clasen  <maclas@gmx.de>
987
988         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
989         doc comment.  (#118602)
990
991 Fri Mar  5 22:37:15 2004  Matthias Clasen  <maclas@gmx.de>
992
993         * gtk/gtkbutton.c (gtk_button_construct_child): Don't let
994         the priv->image pointer dangle.  (#136259, Padraig O'Briain)
995
996 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
997
998         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserIface): Add
999         gboolean return values and GError arguments to
1000         ::set_current_folder() and ::select_path().
1001
1002         * gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder):
1003         Return a boolean value for success/failure.
1004         (gtk_file_chooser_set_current_folder_uri): Likewise.
1005         (gtk_file_chooser_select_filename): Likewise.
1006         (gtk_file_chooser_select_uri): Likewise.
1007         (gtk_file_chooser_set_filename): Likewise.
1008         (gtk_file_chooser_set_uri): Likewise.
1009         (_gtk_file_chooser_set_current_folder_path): Likewise, plus take
1010         in a GError.
1011         (_gtk_file_chooser_select_path): Likewise.
1012
1013         * gtk/gtkfilechooserutils.c (delegate_set_current_folder):
1014         Likewise.
1015         (delegate_select_path): Likewise.
1016
1017         * gtk/gtkfilechooserdefault.c
1018         (gtk_file_chooser_default_select_path): Likewise.
1019         (gtk_file_chooser_default_set_current_folder): Likewise; this also
1020         fixes #136024.
1021         (error_changing_folder_dialog): New helper function.
1022         (change_folder_and_display_error): New helper function.
1023         (switch_to_selected_folder): Use change_folder_and_display_error().
1024         (tree_selection_changed): Likewise.
1025         (shortcuts_activate_volume): Likewise.
1026         (shortcuts_activate_item): Likewise.
1027         (list_row_activated): Likewise.
1028         (path_bar_clicked): Likewise.
1029         (update_from_entry): Likewise.
1030         (up_folder_handler): Likewise.
1031         (home_folder_handler): Get the home path from the shortcuts model,
1032         and use change_folder_and_display_error().
1033
1034         * tests/testfilechooser.c (set_current_folder): New helper
1035         function; pops up a simple error dialog if necessary.
1036         (set_filename): Likewise.
1037         (set_folder_nonexistent_cb): Use set_current_folder().
1038         (set_folder_existing_nonexistent_cb): Likewise.
1039         (set_filename_nonexistent_cb): Use set_filename().
1040         (set_filename_existing_nonexistent_cb): Likewise.
1041
1042 Fri Mar  5 11:17:35 2004  Owen Taylor  <otaylor@redhat.com>
1043
1044         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): 
1045         Improve the docs (reported by Vitaly Tishkov, 
1046         #74362) Add some comments to the code about the 
1047         row reference handling that are hopefully not entirely
1048         wrong.
1049
1050 2004-03-05  Michael Natterer  <mitch@gimp.org>
1051
1052         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
1053         s/object/widget/. Makes it compile again.
1054
1055 Fri Mar  5 03:37:14 2004  Jonathan Blandford  <jrb@gnome.org>
1056
1057         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_show_all):
1058         chain to the extra_widget.
1059
1060 Fri Mar  5 02:53:41 2004  Jonathan Blandford  <jrb@gnome.org>
1061
1062         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
1063         Patch from Damon Chaplin to free models when we're finalized,
1064         #134053
1065
1066 2004-03-05  Alexander Larsson  <alexl@redhat.com>
1067
1068         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path):
1069         Document the fact that there might not be a volume for all
1070         paths.
1071
1072         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
1073         Don't assume there is a volume for all paths.
1074
1075 Fri Mar  5 01:45:04 2004  Jonathan Blandford  <jrb@gnome.org>
1076
1077         * gtk/gtkfilechooserdefault.c (shortcuts_append_paths): insert in
1078         the correct place instead of naïvely appending.
1079         (shortcuts_add_volumes): refilter the model
1080         (shortcuts_add_bookmarks): refilter the model
1081         (gtk_file_chooser_default_add_shortcut_folder): refilter the model
1082
1083 2004-03-04  Federico Mena Quintero  <federico@ximian.com>
1084
1085         * gtk/gtkfilechooserdialog.c (response_cb):  New handler.  Ask the
1086         GtkFileChooser widget if it wants to do something special rather
1087         than letting us terminate the dialog.
1088         (gtk_file_chooser_dialog_init): Connect to "response"; see the
1089         comment in the sources to see why we don't override the method in
1090         class_init.
1091
1092         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
1093         Added a ::should_respond() method.
1094
1095         * gtk/gtkfilechooserembed.c
1096         (_gtk_file_chooser_embed_delegate_iface_init): Add a delegate for ::should_respond().
1097         (delegate_should_respond): New delegate.
1098         (_gtk_file_chooser_embed_should_respond): New function.
1099
1100         * gtk/gtkfilechooserdefault.c (set_list_model, create_file_list):
1101         Use dashes in signal names rather than underscores.
1102         (gtk_file_chooser_default_init): Hook up our ::should_respond() implementation.
1103         (gtk_file_chooser_default_should_respond): Implement.  go into a
1104         folder rather than responding if we are in File mode and the
1105         selected file is a folder.
1106         (get_selection): New helper function.
1107         (add_bookmark_button_clicked_cb): Use get_selection().
1108         (bookmarks_check_add_sensitivity): Likewise.
1109         (gtk_file_chooser_default_get_paths): Likewise.
1110         (check_save_entry): New helper function.
1111         (gtk_file_chooser_default_get_paths): Use check_save_entry().
1112         (selection_check): Renamed from selection_is_folders().  Now
1113         checks whether the selection is empty, all files, all folders.
1114         (bookmarks_check_add_sensitivity): Use selection_check().
1115
1116 Fri Mar  5 00:05:59 2004  Matthias Clasen  <maclas@gmx.de>
1117
1118         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): 
1119         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): Connect to 
1120         key_press_event and handle Alt-Down/Alt-Up to show or hide the
1121         list popup. Also handle Down/Up/PageDown/PageUp/Home/End and 
1122         make them change the active item without popping up the list.
1123         These keybindings are inherited from GtkCombo. 
1124
1125 Thu Mar  4 23:15:58 2004  Matthias Clasen  <maclas@gmx.de>
1126
1127         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Initially 
1128         select the active item when using optionmenu-like positioning. 
1129
1130 Thu Mar  4 16:54:30 2004  Owen Taylor  <otaylor@redhat.com>
1131
1132         * gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Don't
1133         open/close the file, just check for existence
1134         with g_file_test(). This is considerably cheaper,
1135         and lack-of-permissions for pixmap dirs is 
1136         pathological.
1137
1138 Wed Mar  3 17:53:21 2004  Owen Taylor  <otaylor@redhat.com>
1139
1140         * gtk/gtksocket.c (gtk_socket_class_init): Overide
1141         show_all/hide_all to be gtk_widget_show/gtk_widget_hide,
1142         since we don't want to propagate to the in-process
1143         plug, if any. (#122949, Michael Meeks)
1144
1145 Thu Mar  4 15:20:55 2004  Jonathan Blandford  <jrb@gnome.org>
1146
1147         * gtk/gtkfilechooserdefault.c (update_appearance): show the 'New
1148         Folder' button in SAVE mode again.
1149
1150 Thu Mar  4 21:53:46 2004  Matthias Clasen  <maclas@gmx.de>
1151
1152         * gtk/gtkiconfactory.c (copy_cache): Increment the reference
1153         count of the style when copying the cached icon.  (#135890, Crispin
1154         Flowerday)
1155
1156 Thu Mar  4 21:45:43 2004  Matthias Clasen  <maclas@gmx.de>
1157
1158         * gtk/gtkcombobox.c: In list mode, set the background color 
1159         of the cell view to the base color of the style, instead of
1160         hardwiring white. (#136158)
1161
1162 Thu Mar  4 01:32:19 2004  Jonathan Blandford  <jrb@gnome.org>
1163
1164         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Modified patch from
1165         muppet <scott@asofyet.org> to keep child directories around if we
1166         change to a child.
1167
1168         * gtk/gtkpathbar.c (_gtk_path_bar_set_home_icon): Start of
1169         icon-setting functions.  Not used yet.
1170         (_gtk_path_bar_set_root_icon): Ditto.
1171         
1172 Thu Mar  4 00:31:54 2004  Matthias Clasen  <maclas@gmx.de>
1173
1174         * gtk/gtktextview.c (extend_selection): 
1175         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Allow
1176         to select the last word in the buffer.  (#135487, Paolo Borelli)
1177
1178 Wed Mar  3 23:54:31 2004  Matthias Clasen  <maclas@gmx.de>
1179
1180         * gtk/gtkentrycompletion.c: Doc update.
1181
1182 Wed Mar  3 17:30:18 2004  Owen Taylor  <otaylor@redhat.com>
1183
1184         * gtk/gtkwindow.c (gtk_window_mnemonic_activate): Check
1185         whether widgets are viewable, not just if they are
1186         mapped. (#122912, reported by Tim Evans)
1187
1188 Wed Mar  3 23:28:48 2004  Matthias Clasen  <maclas@gmx.de>
1189
1190         * gtk/gtkcombobox.c (gtk_combo_box_set_active): Move the actual
1191         implementation into a new gtk_combo_box_set_active_internal() 
1192         function, which doesn't do the short-circuiting. 
1193         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted): Use
1194         set_active_internal() here, since the active item may change here,
1195         although the index is unchanged.
1196
1197 Wed Mar  3 23:26:49 2004  Matthias Clasen  <maclas@gmx.de>
1198
1199         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): Reintroduce the
1200         traditional option menu placement of the popup for regular combo
1201         boxes. Grids and editable combo boxes use the combo-like placement 
1202         below the entry.  (#136021)
1203         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): 
1204         * gtk/gtkcombobox.c (gtk_combo_box_popup): Call gtk_menu_set_active()
1205         before popping up the menu, to make the placement work.
1206         
1207 Wed Mar  3 17:20:15 2004  Owen Taylor  <otaylor@redhat.com>
1208
1209         * gtk/gtkmain.c (gtk_propagate_event): Special case
1210         scroll events so that they propagate up the widget
1211         heirarchy when received on insensitive widgets.
1212         (#101102, reported by Geoff Reedy)
1213
1214 Wed Mar  3 16:47:10 2004  Owen Taylor  <otaylor@redhat.com>
1215
1216          #109594, reported by Olivier Ripoll
1217
1218         * gtk/gtkentry.c (gtk_entry_size_request): Use max of 
1219         width and digit width for gtk_entry_set_width_chars,
1220         and round up.
1221
1222         * gtk/gtkcolorsel.c (gtk_color_selection_init): Set the
1223         width of the entry to 7 chars.
1224
1225 Wed Mar  3 16:00:10 2004  Owen Taylor  <otaylor@redhat.com>
1226
1227         * configure.in: Strip out the "export-dynamic" libtool
1228         option from library link lines. (#124687, James Henstridge)
1229
1230 Wed Mar  3 16:06:03 2004  Jonathan Blandford  <jrb@gnome.org>
1231
1232         * gtk/gtkfilechooserdefault.c (save_folder_combo_changed_cb):
1233         Don't activate the combo if we're in the midst of changing
1234         folders.
1235
1236 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
1237
1238         * tests/testsocket_common.c: (print_hello): don't try and store
1239         pointers in ints. Fixes 64-bit build.
1240
1241 2004-03-03  Federico Mena Quintero  <federico@ximian.com>
1242
1243         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Simplify by
1244         not using a temporary variable, and clarify the documentation.
1245         Fixes #136008.
1246
1247 2004-03-03  Mark McLoughlin  <mark@skynet.ie>
1248
1249         * gtk/gtkexpander.c:
1250         (gtk_expander_enter_notify), (gtk_expander_leave_notify),
1251         (gtk_expander_set_label_widget): Set the label widget's
1252         state to prelight if we're prelit. Fixes bug #136078.
1253
1254 2004-03-03  Murray Cumming  <murrayc@murrayc.com>
1255
1256         * gtk/gtkradiobutton.h, radiomenuitem.h: Corrected the group_changed
1257         signal vfunc declaration, adding the first parameter, which is the
1258         widget emitting the signal.
1259
1260 2004-03-03  Morten Welinder  <terra@gnome.org>
1261
1262         * tests/testfilechooser.c (update_preview_cb): Plug leak.
1263
1264 Tue Mar  2 23:39:55 2004  Jonathan Blandford  <jrb@gnome.org>
1265
1266         * gtk/gtkfilechooserdialog.c
1267         (file_chooser_widget_default_realized_size_changed): Split
1268         function into realized and unrealized variants, and consolidate
1269         the handling fo size-changing and default changing.
1270
1271         * gtk/gtkfilechooserembed.[ch] (gtk_file_chooser_embed_class_init):
1272         remove resizable-hints-changed, as it just complicated things.
1273
1274         * gtk/gtkfilechooserdefault.c (update_appearance): Don't emit
1275         resizable-hints-changed.
1276         
1277 2004-03-03  Tor Lillqvist  <tml@iki.fi>
1278
1279         * gtk/gtk.def: Add a missing entry. (#135982, J. Ali Harlow)
1280
1281         * NEWS: Correct spelling of my name in one place.
1282
1283 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
1284
1285         * gtk/gtkfilechooserdefault.c
1286         (gtk_file_chooser_default_set_current_folder): Handle errors in
1287         setting the path bar's path.  Fixes #136000, based on a patch by
1288         Morten Welinder.
1289
1290         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
1291         Don't free our own propagated error.
1292
1293         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Likewise, and free the
1294         parent_path upon error.  Fixes #136006, patch by Morten Welinder.
1295         (gtk_path_bar_set_path): Unref the file_folder upon error.
1296         (gtk_path_bar_set_path): Return a boolean success code.
1297
1298 Wed Mar  3 00:28:59 2004  Matthias Clasen  <maclas@gmx.de>
1299
1300         * tests/testcombochange.c: Add an animation mode, to test 
1301         how the combobox behaves if the model changes while it is popped
1302         up.
1303
1304 Tue Mar  2 17:06:05 2004  Owen Taylor  <otaylor@redhat.com>
1305
1306         * === Released 2.3.5 ===
1307
1308         * NEWS: Updates
1309
1310         * configure.in: Version 2.3.5, interface age 0.
1311         Require glib-2.3.5, pango-1.3.5.
1312
1313 Tue Mar  2 23:08:12 2004  Matthias Clasen  <maclas@gmx.de>
1314
1315         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Avoid
1316         popping up the completions across the edge of the monitor.
1317         Part of #135561.
1318
1319 Tue Mar  2 16:47:40 2004  Owen Taylor  <otaylor@redhat.com>
1320
1321         * tests/testfilechooser.c (set_filename_existing_nonexistent_cb): 
1322         Move the /nonexistant stuff out of the main window,
1323         keep the main window somewhat normal looking.
1324
1325 Tue Mar  2 16:18:43 2004  Owen Taylor  <otaylor@redhat.com>
1326
1327         * gtk/gtktreestore.c (gtk_tree_store_reorder)
1328         * gtk/gtkliststore.c (gtk_list_store_reorder): Fix
1329         up the interpretation of new_order to match what
1330         it means elsewhere, document the meaning of new_order.
1331
1332         * gtk/gtkcombobox.c (gtk_combo_box_model_rows_reordered):
1333         Fix interpretation of new_order.
1334
1335         * tests/testcombochange.c (on_reorder): Fix interpretation
1336         of new_order.
1337
1338         * tests/testcombochange.c (on_reorder): Fix hitting
1339         "reorder" with an empty list.
1340
1341 Tue Mar  2 21:23:30 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1342
1343         Patch from Frederic Crozat, test code from Jean-Philippe
1344         Chancelier. Fixes bug #120479.
1345         
1346         * gtk/gtkcombo.c (gtk_combo_popup_list): Make sure popup belongs
1347         to the right window group.
1348
1349         * gtk/gtkmenu.c (gtk_menu_popup): Same
1350
1351         * tests/testsocket.c (main): Pack the plugs into an hbox instead
1352         of a vbox.
1353
1354         * tests/testsocket_common.c: Add a GtkMenuBar, a GtkCombo and a
1355         GtkComboBox to the children.
1356
1357 Tue Mar  2 14:38:23 2004  Owen Taylor  <otaylor@redhat.com>
1358
1359         * gtk/gtkcombobox.c (gtk_combo_box_model_row_inserted):
1360         If the model was empty before, select the first inserted
1361         item.
1362
1363         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted):
1364         Fix up the logic for the new row to select.
1365
1366         * gtk/gtkcombobox.c (gtk_combo_box_class_init):
1367         Rename "appearance" property to "appears-as-list".
1368
1369         * tests/testcombochange.c tests/Makefile.am: Test case
1370         for combos and dynamically changing models.
1371
1372 Tue Mar  2 15:19:52 2004  Jonathan Blandford  <jrb@redhat.com>
1373
1374         * gtk/gtkfilechooserdefault.c
1375         (gtk_file_chooser_default_get_resizable_hints): set the default
1376         value, spotted by Morten Welinder.
1377
1378 Tue Mar  2 15:03:15 2004  Jonathan Blandford  <jrb@redhat.com>
1379
1380         * gtk/gtkfilechooserdefault.c
1381         (gtk_file_chooser_default_get_resizable_hints): get the logic
1382         correct.  This will fix sizing on save dialogs.
1383
1384         (save_widgets_create): set_mnemonic_widget.
1385
1386 2004-03-02  Federico Mena Quintero  <federico@ximian.com>
1387
1388         * gtk/gtkfilechooserdefault.c
1389         (gtk_file_chooser_default_set_current_folder): Don't update the
1390         save folder combo if we are already switching folders; based on a
1391         patch by Jonathan Blandford.
1392
1393         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder):
1394         Handle failure to insert the path.  Based on a patch by Morten
1395         Welinder attached to bug #135380.
1396
1397         * tests/testfilechooser.c (extra_widget_create): Add a bunch of
1398         buttons to test various things.
1399
1400 Tue Mar  2 20:59:23 2004  Matthias Clasen  <maclas@gmx.de>
1401
1402         * tests/Makefile.am: Add testentrycompletion.
1403
1404         * tests/testentrycompletion.c: New file to test some of the
1405         more exotic GtkEntryCompletion features.
1406
1407 Tue Mar  2 14:38:10 2004  Jonathan Blandford  <jrb@redhat.com>
1408
1409         * tests/testfilechooser.c (main): improve tests a little.
1410
1411 Tue Mar  2 11:45:50 2004  Owen Taylor  <otaylor@redhat.com>
1412
1413         * gtk/gtkcombobox.c: Always connect to the changed
1414         signals on the model, update the active item as
1415         appropriate when rows are inserted/deleted/reordered,
1416         re-layout the menu on ::rows-reordered.
1417
1418         * gtk/gtkcellview.c (gtk_cell_view_set_displayed_row):
1419         Allow %NULL for path to unset and leave no current
1420         path.
1421
1422 Tue Mar  2 19:54:53 2004  Matthias Clasen  <maclas@gmx.de>
1423
1424         * gtk/gtkcombobox.c (gtk_combo_box_list_position): Position
1425         the popup above the sample if there is not enough room below.
1426         Part of #135543.
1427
1428 Tue Mar  2 19:53:36 2004  Matthias Clasen  <maclas@gmx.de>
1429
1430         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make the 
1431         frame for the list mode etched in, to give the popup a slightly
1432         less flat appearance. 
1433
1434 Tue Mar  2 17:55:31 2004  Matthias Clasen  <maclas@gmx.de>
1435
1436         * gtk/gtk.def: Add gtk_combo_box_entry_new_text().  
1437
1438 2004-03-02  Morten Welinder  <terra@gnome.org>
1439
1440         * tests/testfilechooser.c (size_prepared_cb): Don't scale images
1441         that are small enough to fit.  Avoid using incompatibly typed data
1442         pointer.
1443
1444         * gtk/gtkfilechooserdefault.c
1445         (gtk_file_chooser_default_get_resizable_hints): Test the
1446         resize_horizontally pointer, not the deferenced pointer.
1447
1448 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1449
1450         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): New
1451         flag shortcuts_current_folder_is_volume.
1452         (shortcuts_add_current_folder): Set
1453         impl->shortcuts_current_folder_is_volume as appropriate.
1454         (remove_current_folder_cb): Handle the flag.
1455         (shortcuts_activate_item): Likewise.
1456         (shortcuts_update_current_folder): Handle the
1457         impl->shortcuts_current_folder_active flag; only add the folder if
1458         it doesn't already exist in the list.
1459         (shortcuts_model_create): Don't insert the current folder
1460         separator here.
1461         (shortcuts_add_current_folder): Insert the separator here.
1462         (shortcut_find_position): Renamed from shortcut_exists(); now
1463         returns an index.
1464         (shortcuts_add_current_folder): Set the active item in the combo.
1465
1466 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1467
1468         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Eep,
1469         use gtk_tree_model_filter_convert_iter_to_child_iter(), not the reverse.
1470
1471 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1472
1473         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Don't
1474         unref an old model; there isn't one.  This was a leftover from
1475         when we recreated the model on every change.
1476         (save_widgets_create): Create the save folder combo.
1477         (shortcuts_model_create): Don't set the model on the tree view
1478         here.
1479         (gtk_file_chooser_default_constructor): Create the shortcuts model
1480         here, before the rest of the widgets.
1481         (shortcuts_list_create): Don't call shortcuts_model_create() here;
1482         just set the model on the tree.
1483         (save_folder_combo_create): New function, provided by Jonathan
1484         Blandford.
1485         (update_appearance): Set the sensitivity of the folder combo.
1486         (shortcuts_activate_iter): New helper function; code moved from
1487         shortcuts_row_activated_cb().
1488         (shortcuts_activate_item): New helper function.
1489         (shortcuts_row_activated_cb): Use shortcuts_activate_iter().
1490         (ShortcutsIndex): Renamed SHORTCUTS_SEPARATOR to
1491         SHORTCUTS_BOOKMARKS_SEPARATOR.
1492         (struct _GtkFileChooserDefault): New field shortcuts_current_folder_active.
1493         (shortcuts_insert_separator): Add a position argument.
1494         (shortcuts_get_index): Handle the SHORTCUTS_CURRENT_FOLDER_SEPARATOR 
1495         and SHORTCUTS_CURRENT_FOLDER positions.
1496         (shortcut_exists): Ignore the current folder row.
1497         (struct _GtkFileChooserDefault): New field shortcuts_filter_model.
1498         (shortcuts_model_create): Create a filter model for the shortcuts list.
1499         (shortcuts_list_create): Set the model to the shortcuts_filter_model.
1500         (remove_bookmark_button_clicked_cb): Use the shortcuts_filter_model.
1501         (bookmarks_check_remove_sensitivity): Likewise.
1502         (shortcuts_row_activated_cb): Likewise.
1503         (gtk_file_chooser_default_set_current_folder): New function.
1504         (gtk_file_chooser_default_set_current_folder): Update the current
1505         folder row in the shortcuts list.
1506
1507         * gtk/gtkfilechooserwidget.c
1508         (gtk_file_chooser_widget_constructor): Cast correctly for
1509         _gtk_file_chooser_embed_set_delegate().
1510
1511 Mon Mar  1 19:30:25 2004  Owen Taylor  <otaylor@redhat.com>
1512
1513         * gtk/gtkdnd.[ch]: Add gtk_drag_source_set/get_target_list().
1514         (#127499, based on patch from Michael Natterer)
1515
1516         * tests/testgtk.c: Fix bidi strings to display correctly
1517         with new auto-bidi.
1518
1519 Tue Mar  2 01:34:40 2004  Matthias Clasen  <maclas@gmx.de>
1520
1521         * gtk/gtksettings.c: Remove the include of Xft.h, which is already
1522         dragged in via pangoxft.h.  (#135496, David Hawthorne)
1523
1524 Mon Mar  1 23:52:15 2004  Tim Janik  <timj@gtk.org>
1525
1526         * gtk/gtkbindings.[hc]: expose gtk_bindings_activate_event(), changed
1527         callers.
1528
1529         * gtk/gtkwindow.[hc]: added gtk_window_propagate_key_event() to expose
1530         the key event propagation mechanism used for focus widgets.
1531         (gtk_window_key_release_event): use the same key event propagation logic
1532         as gtk_window_key_press_event().
1533
1534 2004-03-01  Simon Budig  <simon@gimp.org>
1535
1536         * gdk/x11/gdkinput-x11.c: X11 R6.4 specifies 15 events
1537         for the XInput extension. We want to see them all.
1538         We now get Proximity Out events again. Fixes bug #135320.
1539
1540 Tue Mar  2 00:47:21 2004  Matthias Clasen  <maclas@gmx.de>
1541
1542         * gtk/gtkimmodule.c (match_locale): Use case-insensitive
1543         comparison. Fixes XIM module loading on AIX.  (#131277)
1544
1545 Mon Mar  1 23:59:18 2004  Matthias Clasen  <maclas@gmx.de>
1546
1547         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): 
1548         Make it work correctly when the child model is cleared 
1549         completely. (#121633)
1550
1551 2004-03-01  Michael Natterer  <mitch@gimp.org>
1552
1553         * gtk/gtkfilechooserwidget.h: removed accidentially committed char
1554         which broke the build.
1555
1556 Mon Mar  1 16:51:21 2004  Jonathan Blandford  <jrb@redhat.com>
1557
1558         * gtk/gtkfilechooserdialog.c
1559         (file_chooser_widget_default_size_changed): only store the size if
1560         we can resize in that direction.
1561
1562 Mon Mar  1 16:32:52 2004  Jonathan Blandford  <jrb@redhat.com>
1563
1564         * gtk/gtkfilechooserwidget.c
1565         (gtk_file_chooser_widget_new_with_backend): new function.  Long
1566         name.
1567
1568 2004-03-01  Morten Welinder  <terra@gnome.org>
1569
1570         * gtk/gtkfilesystemunix.c (filename_get_info): Only stat when
1571         needed.
1572
1573         * gtk/gtkfilesystemmodel.c (file_model_node_is_visible): Simplify
1574         semantics and check for errors.
1575
1576         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Propagate errors.
1577
1578         * gtk/gtkfilefilter.c (gtk_file_filter_filter): Don't crash if
1579         display_name is NULL.
1580
1581 Mon Mar  1 14:16:52 2004  Owen Taylor  <otaylor@redhat.com>
1582
1583         Based on patch by Alex Larsson
1584
1585         * gtk/gtkfilechooserdefault.c: Use gtk-file-chooser-backend
1586         GtkSetting to set the backend if the app doesn't specify one.
1587
1588         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c:
1589         Add Gtk/FileChooserBackend.
1590
1591 Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
1592
1593         * autogen.sh:
1594         - exit with $? instead of 1 in case of failure
1595         - exit with $? if ./configure failed
1596           (that's so autogen.sh && make lines work)
1597         - removed --enable-gtk-doc option
1598         - added $AUTOGEN_CONFIGURE_ARGS
1599
1600 2004-03-01  Federico Mena Quintero  <federico@ximian.com>
1601
1602         * gtk/gtkfilechooserdefault.c (list_model_filter_func): Test for
1603         filter_info.uri correctly.  Fixes #135379, pointed out by Damon
1604         Chaplin.
1605         (shortcuts_get_index): Compute the bookmarks index correctly.
1606         Fixes #135714, pointed out by Damon Chaplin.
1607         (gtk_file_chooser_default_list_shortcut_folders): Handle the case
1608         with no shortcuts, and don't run off the end of the list if there
1609         are no bookmarks and their separator.  Fixes #135572, patch by
1610         Damon Chaplin.
1611
1612 Mon Mar  1 12:23:06 2004  Owen Taylor  <otaylor@redhat.com>
1613
1614         * gtk/gtklabel.c: Handle dynamically resolved bidi direction
1615         when drawing the cursor. (#118541)
1616
1617         * gtk/gtkentry.c (get_better_cursor_x): Use entry->resolved_dir;
1618
1619         * gtk/gtkentry.c (draw_insertion_cursor): Fix up
1620         some confusion in parameter ordering.
1621
1622 Mon Mar  1 12:05:54 2004  Jonathan Blandford  <jrb@redhat.com>
1623
1624         * gtk/gtkfilechooserdialog.c
1625         (file_chooser_widget_resizable_hints_changed): Handle
1626         shrinking/growing.
1627
1628 2004-03-01  Michael Natterer  <mitch@gimp.org>
1629
1630         * gtk/gtktextbtree.c: removed underscores from calls to
1631         gtk_text_btree_resolve_bidi().
1632
1633 Mon Mar  1 10:41:27 2004  Owen Taylor  <otaylor@redhat.com>
1634
1635         Patch from Dov Grobgeld to implement auto-bidi-direction
1636         for GtkTextView (#118543)
1637
1638         * gtk/gtktextbtree.[ch]: Resolve bidi base direction
1639         for each line by propagating backwards/forwards as
1640         necessary.
1641
1642         * gtk/gtktextlayout.[ch] gtk/gtktextview.c: Set the 
1643         bidi base direction for the ;ine with the cursor from 
1644         the keyboard direction. Add gtk_text_layout_set_keyboard_direction().
1645         
1646 Mon Mar  1 10:31:11 2004  Owen Taylor  <otaylor@redhat.com>
1647
1648         * gtk/gtkentry.[ch]: Implement auto-bidi-direction,
1649         based on a patch from Dov Grobgeld. (#118540)
1650
1651 Sun Feb 29 22:01:49 2004  Owen Taylor  <otaylor@redhat.com>
1652
1653         * gtk/gtkentry.[ch]: Add gtk_entry_set_alignment() 
1654         to allow right-aligned entries and a "xalign" 
1655         property. (#59799, patch from Egon Andersen and 
1656         Steffen Gutmann)
1657
1658         * gtk/gtkmisc.c (gtk_misc_class_init): Use improved
1659         xalign property description here too.
1660
1661         * tests/testtext.c: UNDERLINE_ERROR test addition
1662         from Nicolas Settons' patch.
1663
1664 Sun Feb 29 20:34:06 2004  Owen Taylor  <otaylor@redhat.com>
1665
1666         * gtk/gtkwindow.[ch] gtk/gtkmenushell.c: export
1667         gtk_window_activate_key() (Request from Tim Janik)
1668
1669 Mon Mar  1 01:00:11 2004  Matthias Clasen  <maclas@gmx.de>
1670
1671         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
1672         Make DND operations within a buffer move the dragged 
1673         text instead of copying it; also make DND operations 
1674         a single user action for undo purposes.  (#135191, 
1675         #93139, reported by Tommi Komulainen, patch by Paolo Borelli
1676         and Paolo Maggi)
1677
1678 Mon Mar  1 00:51:11 2004  Matthias Clasen  <maclas@gmx.de>
1679
1680         * NEWS: News for 2.3.5.
1681
1682 Sun Feb 29 23:25:35 2004  Matthias Clasen  <maclas@gmx.de>
1683
1684         * gtk/gtkentry.c (gtk_entry_completion_key_press): 
1685         Fix the Shift-Tab support to go backwards.
1686
1687 Sun Feb 29 16:40:40 2004  Owen Taylor  <otaylor@redhat.com>
1688
1689         * gtk/gtktextview.c (gtk_text_view_class_init): Fix 
1690         capitalization to match other style properties.
1691
1692 Sun Feb 29 16:38:53 2004  Owen Taylor  <otaylor@redhat.com>
1693
1694         * gtk/gtktextview.c (gtk_text_view_class_init): Fix a
1695         typo in property string.
1696
1697 Sun Feb 29 16:35:23 2004  Owen Taylor  <otaylor@redhat.com>
1698
1699         * gdk/gdkpango.c gtk/gtktextdisplay.c: Implement
1700         PANGO_UNDERLINE_ERROR (Based on a patch by
1701         Nicolas Setton, #114237)
1702
1703         * gtk/gtktextview.c: Add a error-underline-color style
1704         property.
1705
1706 Sun Feb 29 19:04:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1707
1708         * gtk/gtkrange.c (_gtk_range_get_wheel_delta): New internal
1709         function returning a good step value for the mouse wheel. For
1710         scrollbars, base the step on page_size^(2/3), for other ranges,
1711         use 2 * step_increment.
1712
1713         * gtk/gtkrange.c (gtk_range_scroll_event): Use it here ...
1714
1715         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): 
1716         ... and here.
1717
1718         * gtk/gtkmenu.c (gtk_menu_leave_notify): Fix a warning.
1719
1720 Sun Feb 29 01:51:27 2004  Jonathan Blandford  <jrb@gnome.org>
1721
1722         * gtk/gtkfilechooserembed.c
1723         (_gtk_file_chooser_embed_get_default_size):  Add g_return_if_fail()
1724         (_gtk_file_chooser_embed_get_resizable_hints): Add g_return_if_fail()
1725
1726         * gtk/gtkfilechooserdialog.c
1727         (file_chooser_widget_default_size_changed): Get the correct
1728         initial size for the dialog.  Also, don't bother with
1729         gtk_window_set_default_size().  It's not really meaningful.
1730
1731         * gtk/gtkfilechooserdefault.c
1732         (gtk_file_chooser_default_get_default_size): Get the correct
1733         spacing for the preview_widget
1734         (update_preview_widget_visibility): Clear widget field after we
1735         destroy it.
1736
1737 2004-02-29  Federico Mena Quintero  <federico@ximian.com>
1738
1739         * gtk/gtkfilechooserdefault.c
1740         (gtk_file_chooser_default_set_property): Handle
1741         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL.
1742         (gtk_file_chooser_default_get_property): Likewise.
1743         (struct _GtkFileChooserDefault): Added fields for preview_label,
1744         use_preview_label, preview_display_name, preview_box.  Removed
1745         preview_frame.
1746         (set_preview_widget): Reorder the widget in relation to the label.
1747         (update_preview_widget_visibility): Create or destroy the preview
1748         label.
1749         (check_preview_change): Update impl->preview_display_name and the
1750         label.
1751         (find_good_size_from_style): Use the preview_box.
1752         (gtk_file_chooser_default_finalize): Free
1753         impl->preview_display_name.
1754         (gtk_file_chooser_default_init): Initialize
1755         impl->use_preview_label.
1756
1757         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add a
1758         "use-preview-label" property.
1759         (gtk_file_chooser_set_use_preview_label): New function.  This sets
1760         whether one wants the file chooser to display a stock label with
1761         the previewed filename.  Apps that do really fancy previews can
1762         turn this off and draw the name themselves.
1763         (gtk_file_chooser_get_use_preview_label): New function.
1764         (gtk_file_chooser_get_preview_widget_active): Documentation fix.
1765
1766         * gtk/gtkfilechooserutils.h (GtkFileChooserProp): Add a
1767         GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL value.
1768
1769         * gtk/gtkfilechooserutils.c
1770         (_gtk_file_chooser_install_properties): Override the
1771         "use-preview-label" property.
1772
1773 Sun Feb 29 04:43:29 2004  Matthias Clasen  <maclas@gmx.de>
1774
1775         * gtk/gtkentry.c (gtk_entry_completion_key_press): Make Tab and
1776         Shift-Tab work when the completion popup is shown.
1777
1778 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
1779
1780         * gtk/gtkfilechooserdefault.c (create_folder_tree): Use "Name" for
1781         the title of the filename column.
1782         (create_file_list): Likewise.
1783
1784 Sun Feb 29 03:31:42 2004  Matthias Clasen  <maclas@gmx.de>
1785
1786         * gtk/gtkentry.c (gtk_entry_completion_key_press): Fix Page_Up 
1787         and Page_Down in the completion popup to move page-wise if we're
1788         scrolling.
1789
1790 2004-02-28  Federico Mena Quintero  <federico@ximian.com>
1791
1792         * gtk/gtkfilechooserdefault.c (set_cell_text_bold_if_folder):
1793         Removed.
1794         (list_name_data_func): Don't call the function above.
1795         (list_mtime_data_func): Likewise.
1796
1797 Sun Feb 29 02:34:35 2004  Matthias Clasen  <maclas@gmx.de>
1798
1799         * gtk/gtkcombobox.c (gtk_combo_box_list_position): New 
1800         function which calculates position and size for the popup in
1801         list mode. Currently it only pushes the popup horizontally 
1802         into the screen.
1803
1804 Sun Feb 29 01:10:09 2004  Matthias Clasen  <maclas@gmx.de>
1805
1806         * gtk/gtkcombobox.c: Implement the previous fix in a better way,
1807         small cleanups.
1808
1809 2004-02-28  Hans Breuer  <hans@breuer.org>
1810
1811         * gtk/gtkfilesystemwin32.c : applied patch from
1812         J. Ali Harlow <ali@juiblex.co.uk>, fixes bug #135641
1813
1814 Sat Feb 28 23:30:36 2004  Matthias Clasen  <maclas@gmx.de>
1815
1816         * gtk/gtkcombobox.c (gtk_combo_box_popup): Actually resize the
1817         popup window before popping up.  (#135651)
1818
1819 Sat Feb 28 23:29:35 2004  Matthias Clasen  <maclas@gmx.de>
1820
1821         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
1822         * gtk/gtkcombobox.c (gtk_combo_box_init): Override the default
1823         handler for style_set in class_init instead of connecting to
1824         the signal in init. (noticed by Yosh).
1825
1826 Sat Feb 28 14:48:35 2004  Owen Taylor  <otaylor@redhat.com>
1827
1828         * demos/gtk-demo/main.c (read_line): #ifdef HAVE_FLOCKFILE, 
1829         not #ifndef HAVE_FLOCKFILE. (#135642, J. Ali Harlow)
1830
1831 2004-02-28  Hans Breuer  <hans@breuer.org>
1832
1833         * gtk/gtkfilesystemwin32.c : adapt to add -> insert_bookmark
1834         change. Also merged some crossplatform code from 
1835         gtkfilesystemunix.c
1836         * gtk/gtk.def : updated externals
1837
1838         * gtk/makefile.msc.in : added gtkfilechooserembed.obj
1839
1840 2004-02-28  Hans Breuer  <hans@breuer.org>
1841
1842         * gdk/win32/gdkdnd-win32.c : set current_dest_drag to NULL
1843         when destroying, fixes bug #120007. Also removed the mirrored
1844         ref counting for deprecated gdk_drag_context_<ref|unref>()
1845         cause it wasn't reliable anymore anyway.
1846
1847         * gdk/win32/gdkdisplay-win32.c : fix typo, which should
1848         have broken the win32 build for everyone not using msvc
1849
1850         * gdk/win32/gdkevents-win32.c : WM_GETMINAMXINFO ensure not to
1851         return negative values for ptMaxTrackSize, it caused snapping
1852         windows to their minimum size
1853
1854 Sat Feb 28 01:39:01 2004  Matthias Clasen  <maclas@gmx.de>
1855
1856         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Support
1857         switching back to non-gridded mode.  (#135169)
1858
1859 Fri Feb 27 22:29:46 2004  Matthias Clasen  <maclas@gmx.de>
1860
1861         * gtk/gtkwidget.c (gtk_widget_can_activate_accel): Add "Since: 2.4".
1862
1863 Fri Feb 27 18:52:19 2004  Jonathan Blandford  <jrb@redhat.com>
1864
1865         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_style_set):
1866         Whoops.  Didn't mean to commit the size change.
1867
1868 Fri Feb 27 18:46:27 2004  Jonathan Blandford  <jrb@redhat.com>
1869
1870         * gtk/gtkfilechooserembed.h: New private interface to help
1871         negotiate the default size of the widget.  Still a bit buggy, but
1872         better than the old behavior.
1873
1874         * gtk/gtkfilechooserdefault.c: Implement the embed interface.
1875
1876         * gtk/gtkfilechooserwidget.c: Proxy the embed interface.
1877
1878         * gtk/gtkfilechooserdialog.c: Use the embed interface.
1879
1880 2004-02-27  Federico Mena Quintero  <federico@ximian.com>
1881
1882         * gtk/gtkfilesystem.c (gtk_file_system_insert_bookmark): Added a
1883         "position" argument.
1884
1885         * gtk/gtkfilesystem.h (GtkFileSystemError): Added value for 
1886         GTK_FILE_SYSTEM_ERROR_ALREADY_EXISTS.
1887         (struct _GtkFileSystemIface): Added a "position" argument to the
1888         ::insert_bookmark() method.
1889
1890         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_insert_bookmark):
1891         Updated; renamed from gtk_file_system_unix_add_bookmark().  Return
1892         an error if the path already exists in the bookmarks list.
1893         (gtk_file_system_unix_remove_bookmark): Return an error if the
1894         path does not exist in the bookmarks list.
1895
1896         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
1897         For now, use gtk_file_system_insert_bookmark() with -1 for the
1898         position.  DnD will come next.
1899
1900 Fri Feb 27 21:42:28 2004  Matthias Clasen  <maclas@gmx.de>
1901
1902         * gtk/gtkcombobox.c (gtk_combo_box_relayout): 
1903         * gtk/gtkcombobox.c (gtk_combo_box_style_set): Simplify, only 
1904         create a new setup if appearance actually changed.
1905         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear): 
1906         * gtk/gtkcombobox.c (gtk_combo_box_get_cell_info): Make 
1907         these more robust.  (#127623, Damon Chaplin)
1908
1909 Fri Feb 27 15:06:00 2004  Jonathan Blandford  <jrb@redhat.com>
1910
1911         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): remove
1912         folder-mode property.
1913
1914         * gtk/gtkfilechooserutils.c
1915         (_gtk_file_chooser_install_properties): remove FOLDER_MODE property.
1916
1917 Thu Feb 26 17:38:40 2004  Manish Singh  <yosh@gimp.org>
1918
1919         * gtk/gtkcombobox.c: Add function declaration for
1920         gtk_combo_box_list_remove_grabs().
1921
1922 Fri Feb 27 02:33:21 2004  Matthias Clasen  <maclas@gmx.de>
1923
1924         * gtk/gtkentry.c (keyval_is_cursor_move): Classifiy Page Up/Down as
1925         cursor move, but not Home and End.
1926
1927         * gtk/gtkentry.c (gtk_entry_completion_key_press): Lets Page Up/Down
1928         jump to the ends of the list, not Home and End - since we're not 
1929         scrolling yet, a "page" is always the complete list.  (#127430, Marco
1930         Pesenti Gritti)
1931
1932 Fri Feb 27 00:39:11 2004  Matthias Clasen  <maclas@gmx.de>
1933
1934         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): 
1935         * gtk/gtkcombobox.c (gtk_combo_box_menu_destroy): Don't let
1936         the priv pointers dangle.  (#127623, Damon Chaplin)
1937
1938 Thu Feb 26 17:31:34 2004  Manish Singh  <yosh@gimp.org>
1939
1940         * gdk/x11/xsettings-client.c (read_settings): fix ytpo: s/eles/else/
1941
1942 Thu Feb 26 19:53:32 2004  Owen Taylor  <otaylor@redhat.com>
1943
1944         * gdk/x11/xsettings-common.h (xsettings_client_process_event): 
1945         Add xsettings_client_set_grab_func,
1946         Add xsettings_client_set_ungrab_func to the list of renames.
1947
1948 Thu Feb 26 19:48:39 2004  Owen Taylor  <otaylor@redhat.com>
1949
1950         * gdk/x11/xsettings-client.c (read_settings): Fix memory leak
1951         in case of mismatched property type.
1952
1953 Thu Feb 26 18:25:57 2004  Jonathan Blandford  <jrb@gnome.org>
1954
1955         * gtk/gtkfilechooser.h (GtkFileChooserAction): Add two more folder
1956         modes to the enum.
1957
1958         * gtk/gtkfilechooser.c (gtk_file_chooser_set_folder_mode): Remove.
1959         (gtk_file_chooser_get_folder_mode): Remove
1960
1961 Thu Feb 26 17:29:04 2004  Owen Taylor  <otaylor@redhat.com>
1962
1963         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Return
1964         GDK_FILTER_CONTINUE for unhandled message types.
1965
1966         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Allow
1967         multiple filters for the same event type with the standard
1968         "GDK_FILTER_CONTINUE == pretend I wasn't here" semantics.
1969
1970         * gdk/x11/gdkevents-x11.c (gdk_display_add_client_message_filter):
1971         Append to the filter list not prepend, since order now matters.
1972
1973         * gdk/win32/gdkevents-win32.c (gdk_add_client_message_filter): 
1974         Append to the filter list not prepend, since order now matters.
1975         
1976 Thu Feb 26 23:39:07 2004  Matthias Clasen  <maclas@gmx.de>
1977
1978         Fixes for #135333, analysed by Damon Chaplin:
1979         
1980         * gtk/gtkcombobox.c (gtk_combo_box_list_button_pressed): Don't
1981         grab here.
1982         * gtk/gtkcombobox.c (gtk_combo_box_popup): Do the grabs here, 
1983         so that we don't forget to grab when the menu is popped via
1984         keynav.
1985         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): Don't
1986         ungrab here.
1987         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Do the ungrabs here.
1988
1989 Thu Feb 26 23:26:00 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1990
1991         * gtk/gtkstatusbar.c (set_grip_cursor): New function. Use resize
1992         cursors for resize grips. (Bug #129621)
1993
1994         * gtk/gtktoolbar.c (gtk_toolbar_get_relief_style): Documentation
1995         fix - patch by Torsten Schoenfeld.
1996
1997         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): don't request
1998         space between the items. (Bug #110775)
1999
2000         * gtk/gtkrc.c (_gtk_rc_init): Provide extra horizontal padding
2001         inside menu items that are inside a menu bar. (Bug #110775)
2002         
2003         * configure.in (HAVE_XCURSOR): Make XCurosr part of GDK_EXTRA_,
2004         not GDK_PACKAGES, to prevent applications from getting linked to
2005         it (Bug #119804)
2006
2007         * gtk/gtkmenubar.c (gtk_menu_bar_size_allocate): Put the vertical
2008         ipadding inside the item. (Bug #61843)
2009
2010 Thu Feb 26 22:56:40 2004  Matthias Clasen  <maclas@gmx.de>
2011
2012         * gtk/gtkwidget.c: Replace gtk_widget_get_mnemonic_widgets() 
2013         by list_mnemonic_widgets() in doc comments as well.
2014
2015 Thu Feb 26 16:36:38 2004  Owen Taylor  <otaylor@redhat.com>
2016
2017         Fixes from Torsten Schoenfeld.
2018
2019         * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): 
2020         Fix name in doc comment.
2021
2022         * gtk/gtkwidget.h: gtk_widget_list_mnemonic_labels(),
2023         not get_mnemonic_labels.
2024
2025 Thu Feb 26 22:20:44 2004  Matthias Clasen  <maclas@gmx.de>
2026
2027         * gtk/gtkcomboboxentry.h:
2028         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new_text): New
2029         convenience API to construct simple text combos, implemented by
2030         Damon Chaplin.
2031
2032         * tests/testcombo.c: Use gtk_combo_box_entry_new_text.
2033
2034 Thu Feb 26 22:19:29 2004  Matthias Clasen  <maclas@gmx.de>
2035
2036         * gtk/gtkcombobox.c (gtk_combo_box_new_text): Improve the docs.
2037
2038 Thu Feb 26 15:43:43 2004  Owen Taylor  <otaylor@redhat.com>
2039
2040         * gtk/gtkstyle.[ch]: Export insertion cursor drawing functionality
2041         in a simplified form as gtk_draw_insertion_cursor().
2042         (#99031, request from Alex Larsson)
2043
2044         * gtk/gtktextdisplay.c gtk/gtkentry.c gtk/gtklabel.c:
2045         Adapt to new gtk_draw_insertion_cursor().
2046
2047         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_class_init)
2048         gtk/gtkstyle.c (gtk_style_class_init): Add some missed
2049         Since: 2.4.
2050
2051         * gtk/gtkiconfactory.c (icon_size_settings_changed)
2052           gtk/gtkicontheme.c (do_theme_change)
2053           gtk/gtkrc.c (_gtk_rc_context_get_default_font_name)
2054         * gtk/gtksettings.c (gtk_settings_notify):
2055         _gtk_rc_reset_styles => gtk_rc_reset_styles.
2056
2057 Thu Feb 26 21:52:58 2004  Matthias Clasen  <maclas@gmx.de>
2058
2059         Fixes for #127804 and #134722, Damon Chaplin:
2060         
2061         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end): 
2062         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start): 
2063         Ref and sink the cell renderers here.
2064         
2065         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the cell
2066         renderers here, and free attributes and func_data. 
2067
2068 Thu Feb 26 21:41:38 2004  Matthias Clasen  <maclas@gmx.de>
2069
2070         * gtk/gtkrc.c (gtk_rc_reset_styles): Mark as 2.4 API addition.
2071
2072 Thu Feb 26 14:47:22 2004  Dom Lachowicz <cinamod@hotmail.com>
2073
2074         * gtk/gtk.def: Export gtk_rc_reset_styles()
2075
2076 Thu Feb 26 14:47:22 2004  Owen Taylor  <otaylor@redhat.com>
2077
2078         * gtk/gtkrc.[ch]: Export gtk_rc_reset_styles(). 
2079         (Request from Dom Lachowicz, #123769)
2080
2081 Wed Feb 25 19:11:31 2004  Owen Taylor  <otaylor@redhat.com>
2082
2083         * gtk/gtkradiobutton.[ch] gtk/gtkradiomenuitem.[ch]: Add a
2084         ::group-changed signal emitted when the radio button/menu item 
2085         is moved from one group of radio buttons to another. 
2086         (#79563, based partially on a patch from Padraig O'Briain)
2087
2088 Thu Feb 26 13:23:47 2004  Owen Taylor  <otaylor@redhat.com>
2089
2090         * gdk/x11/gdkwindow-x11.c (set_text_property): Use the right
2091         free() function. (#135511, George Bronnikov)
2092
2093 2004-02-26  Federico Mena Quintero  <federico@ximian.com>
2094
2095         * configure.in: Added a comment to inform translators that they
2096         must add .po files to both po/ and po-properties/ when they add
2097         new languages to ALL_LINGUAS.
2098
2099 Wed Feb 25 15:36:50 2004  Owen Taylor  <otaylor@redhat.com>
2100
2101         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text_for_display):
2102         Call g_convert(), not g_convert() with fallback, since Emacs is
2103         happier if we reject the COMPOUND_TEXT request and it can
2104         then ask for UTF-8. (#114527)
2105
2106         * gtk/gtkselection.c (gtk_selection_data_set_text): When
2107         TEXT is requested, if COMPOUND_TEXT fails, fall back to STRING.
2108
2109 Wed Feb 25 22:35:00 2004  Tomasz KÅ‚oczko <kloczek@pld.org.pl>
2110
2111         * cinfigure.in: After changes in G_DEFINE_TYPE minimal required glib
2112         vesion for build gtk+ is now 2.3.3.
2113
2114 Wed Feb 25 16:00:40 2004  Jonathan Blandford  <jrb@gnome.org>
2115
2116         * gtk/gtkfilechooserdefault.c (update_appearance): move the
2117         expander code.
2118
2119 2004-02-25  Danilo Å egan  <dsegan@gmx.net>
2120
2121         * configure.in (ALL_LINGUAS): po-properties/sr@ije.po added, so
2122         adding back sr@ije.
2123
2124 2004-02-25  Federico Mena Quintero  <federico@ximian.com>
2125
2126         * configure.in (ALL_LINGUAS): Remove sr@ije until po-properties/
2127         is fixed for it.
2128
2129 Wed Feb 25 12:44:49 2004  Owen Taylor  <otaylor@redhat.com>
2130
2131         * gtk/gtkstyle.[ch]: Make realize and unrealize signals. (#73310)
2132
2133 Wed Feb 25 12:21:32 2004  Owen Taylor  <otaylor@redhat.com>
2134
2135         * gtk/gtkwidget.[ch] gtk/gtklabel.c: Patch from
2136         Padraig O'Briain to add gtk_widget_add/remove_mnemonic_label,
2137         gtk_widget_get_mnemonic_labels(). (#103456)
2138
2139 2004-02-25  Danilo Å egan  <dsegan@gmx.net>
2140
2141         * configure.in: Added sr@ije to ALL_LINGUAS.
2142
2143 Wed Feb 25 09:46:34 2004  Owen Taylor  <otaylor@redhat.com>
2144
2145         * gtk/gtkstyle.c (gtk_style_finalize): Free 
2146         style->icon_factories (#130128)
2147
2148 Wed Feb 25 03:52:58 2004  Jonathan Blandford  <jrb@gnome.org>
2149
2150         * gtk/gtkpathbar.c: use gtk_widget_push/pop_composite_child around
2151         internal buttons.
2152
2153         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
2154         rename some widgets to make it clear where they are packed.
2155         (update_appearance): New function to handle all the 'logic' of
2156         layout in one place.  We aren't trying to keep all our properties
2157         in sync.
2158         (gtk_file_chooser_default_set_property): use update_appearance()
2159
2160 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
2161
2162         * gtk/gtkfilechooserdefault.c (shortcuts_model_create): Renamed
2163         from create_shortcuts_model().
2164         (struct _GtkFileChooserDefault): Renamed the shortcuts_tree field
2165         to shortcuts_list.
2166         (shortcuts_list_create): Renamed from shortcuts_tree_create().
2167         (create_file_list): Enable the tree view as a model drag source.
2168         (create_folder_tree): Likewise.
2169
2170         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_get_type):
2171         Register the drag source interface.
2172         (drag_source_iface_init): New function.
2173         (drag_source_row_draggable): New function.
2174         (drag_source_drag_data_get): New function.
2175
2176 Tue Feb 24 19:12:07 2004  Owen Taylor  <otaylor@redhat.com>
2177
2178         * === Released 2.3.4 ===
2179
2180         * configure.in: Bump version to 2.3.4, fix broken
2181         gtk_binary_age value by copying the GLib logic
2182         to automatically set it to the right values.
2183
2184 Wed Feb 25 00:13:24 2004  Matthias Clasen  <maclas@gmx.de>
2185
2186         * gtk/gtkcombobox.c (gtk_combo_box_menu_row_changed): 
2187         * gtk/gtkcombobox.c (gtk_combo_box_list_row_changed): 
2188         Don't resize priv->cell_view if it is NULL.  (#127804, 
2189         Damon Chaplin)
2190         
2191 Wed Feb 25 00:06:50 2004  Matthias Clasen  <maclas@gmx.de>
2192
2193         * gtk/gtkcombobox.c: Add a comment about the different 
2194         modi of this widget. Get rid of priv->hbox, and some other
2195         cleanups. Make sure that gtk_combo_box_unset_model() is 
2196         always called before setting up a different mode. 
2197
2198 Tue Feb 24 17:51:49 2004  Owen Taylor  <otaylor@redhat.com>
2199
2200         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Convert
2201         underscores in keyval names to spaces. (#131480)
2202
2203 Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>
2204
2205         * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
2206         Uwe Zeisberger)
2207
2208 Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
2209
2210         * === Released 2.3.3 ===
2211
2212         * configure.in: Version 2.3.3, interface age 0.
2213
2214         * NEWS: Finish updates for 2.3.3.
2215
2216 2004-02-24  Federico Mena Quintero  <federico@ximian.com>
2217
2218         * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a plain
2219         GtkEntry for the filename, not a GtkFileChooserEntry.
2220         (update_chooser_entry): Use gtk_entry_set_text() rather than
2221         _gtk_file_chooser_entry_set_file_part().
2222         (gtk_file_chooser_default_set_current_name): Likewise.
2223         (gtk_file_chooser_default_set_current_folder): Don't set the base
2224         folder of the entry, and don't call update_chooser_entry().
2225         (gtk_file_chooser_default_get_paths): Use the plain entry.
2226         (save_widgets_create): Store the "Save in Folder" label in the
2227         impl structure.
2228         (expander_activate_cb): Set the sensitivity of the label and
2229         combo.
2230         (save_widgets_create): Connect to "notify::expanded" rather than
2231         "activate" on the expander.
2232         (expander_changed_cb): Renamed from expander_activate_cb().  Flip
2233         the conditions again...
2234
2235 Tue Feb 24 14:43:07 2004  Jonathan Blandford  <jrb@gnome.org>
2236
2237         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): only draw the sort
2238         column as different if there are 3 or more visible columns.
2239
2240 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2241
2242         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_separator):
2243         Fix compilation (#135278, Padraig O'Briain).
2244         
2245 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2246
2247         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
2248         Translate the desktop label.
2249         
2250         (shortcuts_get_index), (shortcuts_add_bookmarks),
2251         (shortcuts_insert_separator), (create_shortcuts_model):
2252         Don't show the bookmark separator if there are no bookmarks.
2253         
2254 Tue Feb 24 01:41:30 2004  Jonathan Blandford  <jrb@gnome.org>
2255
2256         * gtk/gtkfilechooserdefault.c (location_popup_handler): Make the
2257         dialog look like the nautilus dialog.
2258         (expander_activate_cb): get the order correct.
2259
2260 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
2261
2262         * gtk/gtkfilechooserdefault.c (list_selection_changed): Call
2263         bookmarks_check_add_sensitivity().
2264         (shortcut_exists): New helper function; moved the testing code
2265         over from bookmarks_check_add_sensitivity().
2266         (bookmarks_check_add_sensitivity): Check the contents of the
2267         selection in the file/folder list.  Use shortcut_exists().
2268         (shortcuts_add_bookmark_from_path): Don't insert the bookmark if
2269         the path is already in the shortcuts list.
2270         (add_bookmark_button_clicked_cb): Add the bookmarks from the list
2271         selection or from the current folder, as appropriate.
2272
2273 Mon Feb 23 21:09:06 2004  Jonathan Blandford  <jrb@gnome.org>
2274
2275         * gtk/gtkfilechooserdefault.c (shortcuts_pane_create): Add
2276         mnemonics.  Sorry translators.
2277
2278 Tue Feb 24 02:24:58 2004  Matthias Clasen  <maclas@gmx.de>
2279
2280         * NEWS: Additions. This should be complete for the main ChangeLog
2281         now, still need to sift through gdk-pixbuf, docs, and translations.
2282
2283 Mon Feb 23 19:57:45 2004  Jonathan Blandford  <jrb@gnome.org>
2284
2285         * gtk/gtkcellrendererseptext.c (gtk_cell_renderer_sep_get_size):
2286         Add a get_size implementation so that we are no longer the same
2287         height as text.
2288
2289 2004-02-24  Anders Carlsson  <andersca@gnome.org>
2290
2291         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
2292         (shortcuts_remove_rows), (shortcuts_append_bookmarks),
2293         (create_shortcuts_model), (shortcuts_tree_create),
2294         (gtk_file_chooser_default_remove_shortcut_folder):
2295         Improve bookmark list rendering by controlling the visibility
2296         of the pixbuf cell so that it will be invisible for the separator
2297         row, also use a list store instead of a tree store for the model
2298         so we won't get unnecessary space for an expander.
2299         
2300 Tue Feb 24 01:08:27 2004  Matthias Clasen  <maclas@gmx.de>
2301
2302         * gtk/gtkcombobox.c: Add a destroy implementation in order to
2303         set priv->cell_view to NULL before finalize stumbles over the 
2304         dangling pointer. This big array of pointers into the widget 
2305         tree in GtkComboBoxPrivate is really fragile and should be
2306         cleaned up.
2307
2308 Mon Feb 23 17:52:43 2004  Jonathan Blandford  <jrb@gnome.org>
2309
2310         * gtk/gtkfilechooserdefault.c (main_paned_create): use a size
2311         group when allocating space for the buttons at the bottom just in
2312         case.  Also, move the filter to below the file list.
2313
2314 Mon Feb 23 16:52:12 2004  Jonathan Blandford  <jrb@gnome.org>
2315
2316         * gtk/gtkfilechooserdefault.c
2317         (gtk_file_chooser_default_class_init): Seth was confused by
2318         keybindings.  They should be Alt, not Ctl.  Also, A-Home should go
2319         home, not up.
2320
2321 Mon Feb 23 15:23:23 2004  Jonathan Blandford  <jrb@gnome.org>
2322
2323         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Display the root a bit
2324         more cleanly.
2325
2326         * gtk/gtkpathbar.h (struct _GtkPathBarClass): fix the signal.
2327
2328 2004-02-23  Federico Mena Quintero  <federico@ximian.com>
2329
2330         Rework the user interface of the file chooser, as per 
2331         Seth Nickell's design.
2332
2333         * gtk/gtkfilechooserdefault.c
2334         (gtk_file_chooser_default_class_init): Add binding signals and bindings:
2335                 "location-popup" - C-l
2336                 "up-folder"      - C-Up
2337                 "home-folder"    - C-Home
2338         (up_folder_handler): New function; moved the code from up_button_clicked().
2339         (up_button_clicked_cb): Call up_folder_handler().
2340         (home_folder_handler): New function.
2341         (location_popup_handler): New function.
2342         (struct _GtkFileChooserDefault): Add an hpaned field.
2343         (gtk_file_chooser_default_set_current_name): Check that we are in
2344         Save mode.
2345         (save_widgets_create): New function, create the widgets specific
2346         to Save mode.
2347         (main_paned_create): New function, create the hpaned's widgets here.
2348         (gtk_file_chooser_default_constructor): Create the open and save
2349         widgets, and show only one set.
2350         (gtk_file_chooser_default_set_property): Show/hide the save widgets.
2351         (gtk_file_chooser_default_get_paths): Only pay attention to the
2352         entry in Save mode.
2353         (update_chooser_entry): Update the entry only in Save mode.
2354         (entry_activate): Removed.
2355
2356 Mon Feb 23 11:20:34 2004  Owen Taylor  <otaylor@redhat.com>
2357
2358         * configure.in: Remove the configure.in check for fontconfig 
2359         entirely; it's not needed, since PangoXft implies that sufficiently
2360         new fontconfig is present.
2361
2362 Mon Feb 23 02:26:53 2004  Jonathan Blandford  <jrb@gnome.org>
2363
2364         * gtk/gtkpathbar.c (gtk_path_bar_finalize):
2365         for (i = 0; i < 10; i++)
2366           g_print ("I will compile before committing.\n");
2367
2368 Mon Feb 23 02:08:42 2004  Jonathan Blandford  <jrb@gnome.org>
2369
2370         * gtk/gtkfilechooserdefault.c (file_pane_create): Use the
2371         GtkPathBar by default now.
2372
2373         * gtk/gtkpathbar.c (gtk_path_bar_set_path): Correctly set the
2374         current path from the path.
2375         (gtk_path_bar_class_init): new signal
2376         (button_clicked_cb): emit the signal when we're selected.
2377         (gtk_path_bar_clear_buttons): Fix a crasher when we weren't
2378         clearing thr first_scrolled_button.
2379
2380 Mon Feb 23 02:26:15 2004  Matthias Clasen  <maclas@gmx.de>
2381
2382         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): Fix the 
2383         allocation for the toggle button so that it actually shows up 
2384         in LTR list mode.
2385
2386         * gtk/gtkcombobox.c (gtk_combo_box_set_column_span_column): 
2387         * gtk/gtkcombobox.c (gtk_combo_box_set_row_span_column): 
2388         * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Add
2389         notification, and avoid excessive relayouting. 
2390
2391 Mon Feb 23 00:38:21 2004  Matthias Clasen  <maclas@gmx.de>
2392
2393         Fix bug 134982, reported by Morten Welinder:
2394         
2395         * gtk/gtkpathbar.c (gtk_path_bar_destroy): 
2396         * gtk/gtktooltips.c (gtk_tooltips_destroy): 
2397         * gtk/gtkinvisible.c (gtk_invisible_destroy): Chain up to the 
2398         parent's ::destroy handler.
2399         
2400         * gdk/gdkdisplay.c (gdk_display_dispose): Chain up to the 
2401         parent's ::dispose handler.
2402
2403 Sat Feb 21 19:09:55 2004  Manish Singh  <yosh@gimp.org>
2404
2405         * gtk/gtksettings.c (gtk_default_substitute): Guard the FC_HINT_STYLE
2406         stuff with an #ifdef, so we still build with most fontconfig versions.
2407
2408 Sun Feb 22 03:03:29 2004  Matthias Clasen  <maclas@gmx.de>
2409
2410         * gtk/gtkaction.c: (gtk_action_finalize):
2411         * gtk/gtkclipboard.c: (gtk_clipboard_finalize):
2412         * gtk/gtkentrycompletion.c: (gtk_entry_completion_class_init),
2413         (gtk_entry_completion_finalize):
2414         * gtk/gtkfilechooserwidget.c: (gtk_file_chooser_widget_finalize):
2415         * gtk/gtkfilesystemmodel.c: (gtk_file_system_model_class_init),
2416         (gtk_file_system_model_finalize):
2417         * gtk/gtkicontheme.c: (gtk_icon_theme_class_init),
2418         (gtk_icon_theme_finalize):
2419         * gtk/gtktextchild.c: (gtk_text_child_anchor_finalize):
2420         * gtk/gtkuimanager.c: (gtk_ui_manager_class_init),
2421         (gtk_ui_manager_finalize):
2422         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_finalize):
2423         Add chains to the parent's ::finalize() handler  (#134901, Morten Welinder,
2424         patch by Jan Arne Petersen)
2425
2426 Sun Feb 22 02:10:34 2004  Matthias Clasen  <maclas@gmx.de>
2427
2428         * gtk/gtkentrycompletion.c (gtk_entry_completion_default_completion_func): 
2429         Don't crash if item is NULL.  (#131542, Dan Damian)
2430
2431 Sun Feb 22 02:04:03 2004  Matthias Clasen  <maclas@gmx.de>
2432
2433         * configure.in: Add a check for a new enough fontconfig, since
2434         we picked up a direct dependency on it with the Xft settings.
2435
2436 Sun Feb 22 00:23:40 2004  Matthias Clasen  <maclas@gmx.de>
2437
2438         Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
2439         
2440         * gtk/gtkcheckmenuitem.c: Introduce a new style property 
2441         indicator_size and use it instead of the hardcoded value.
2442         
2443         * gtk/gtkmenu.c (gtk_menu_size_request): Make sure each menu 
2444         item gets enough vertical space for the label and the indicator.
2445
2446 Sat Feb 21 20:20:11 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2447
2448         * gtk/gtksettings.c (gtk_settings_class_init): Use P_ instead of
2449         _ for the new Xft settings.
2450
2451 Sat Feb 21 20:09:53 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2452
2453         Bug 130790 (Federico Mena Quintero, Owen Taylor)
2454         
2455         * gdk/x11/gdkevents-x11.c: Add Xft XSETTINGS
2456
2457         * gtk/gtksettings.c: Add new GtkSettings corresponding to the Xft
2458         XSETTINGS
2459         
2460 Sat Feb 21 19:18:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2461
2462         Bug 132502
2463         
2464         * gtk/gtkmenu.c (gtk_menu_motion_notify): Make sure we pop down
2465         if we enter a non-selectable menu item.
2466
2467         * gtk/gtkmenu.c (gtk_menu_leave_notify): Don't pop a submenu
2468         when the user has left the item.
2469
2470 Sat Feb 21 17:57:35 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2471
2472         * gtk/docs: Commit auto-generated changes
2473
2474 Fri Feb 20 18:20:22 2004  Jonathan Blandford  <jrb@gnome.org>
2475
2476         * gtk/gtkfilechooserdefault.c: conditional compile for GtkPathBar
2477
2478         * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Clean up
2479         allocation code.  Works fully in RTL languages, I think.
2480         (gtk_path_bar_scroll_up): Scroll up.
2481         (gtk_path_bar_scroll_down): Scroll down.
2482
2483 2004-02-20  Christian Rose  <menthos@menthos.com>
2484
2485         * configure.in: Added "en_CA" to ALL_LINGUAS.
2486
2487 2004-02-20  Michael Meeks  <michael@ximian.com>
2488
2489         * gtk/gtktoolitem.c (gtk_tool_item_property_notify): impl.
2490         (gtk_tool_item_class_init): hook it up.
2491         (gtk_tool_item_set_proxy_menu_item): synchronize sensitivity.
2492
2493         * gtk/gtktoolbutton.c (gtk_tool_button_property_notify):
2494         chain to parent, fix strcmp bug.
2495
2496         * tests/testtoolbar.c (main): re-arrange widgets to allow
2497         more overflowing toolbar goodness.
2498
2499 2004-02-20  Alexander Larsson  <alexl@redhat.com>
2500
2501         * gtk/gtkfilechooserdefault.c: (shortcuts_append_desktop):
2502         Desktop directory is not translated.
2503         (set_tree_model):
2504         There might not be volumes for all paths.
2505         * gtk/gtkfilechooserwidget.c:
2506         (gtk_file_chooser_widget_constructor):
2507         Use gtk_file_chooser_set_current_folder to set cwd.
2508
2509 Thu Feb 19 19:58:53 2004  Jonathan Blandford  <jrb@gnome.org>
2510
2511         * gtk/gtkpathbar.[ch]: New widget to handle the path in the
2512         fileselector implementation.  Not hooked up to anything yet.
2513
2514         * gtk/Makefile.am: support the path bar.
2515
2516 Fri Feb 20 00:21:38 2004  Matthias Clasen  <maclas@gmx.de>
2517
2518         * gtk/gtkstyle.c (gtk_default_draw_handle): 
2519         (gtk_default_draw_box): Make the paned handles gray when the the 
2520         widget is_focus() but not HAS_FOCUS().  (#122751, Soeren Sandmann)
2521
2522 Thu Feb 19 23:41:06 2004  Matthias Clasen  <maclas@gmx.de>
2523
2524         Fixes for #82099:
2525         
2526         * gdk/x11/gdkevents-x11.c: Introduce new XSettings "Gtk/ButtonImages"
2527         and "Gtk/MenuImages" and map them to "gtk-button-images" and 
2528         "gtk-menu-images".
2529
2530         * gtk/gtkimagemenuitem.c: Add a boolean setting "gtk-menu-images" and 
2531         use it to set the visibility of the embedded image.
2532
2533         * gtk/gtkbutton.c: Add a boolean setting "gtk-button-images" and use
2534         it to set the visibility of an embedded image.
2535
2536 Thu Feb 19 21:26:10 2004  Matthias Clasen  <maclas@gmx.de>
2537
2538         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
2539         Give each radio action its own value.  (#134889, Paolo Borelli)
2540
2541 2004-02-19  Federico Mena Quintero  <federico@ximian.com>
2542
2543         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_finalize):
2544         Chain to the parent's ::finalize() handler.  Fixes #134885; caught
2545         by Jan Arne Petersen.
2546
2547 2004-02-19  Mark McLoughlin  <mark@skynet.ie>
2548
2549         Make the entire expander widget width prelight as suggested
2550         by Seth in bug #134263.
2551
2552         * gtk/gtkexpander.c:
2553         (gtk_expander_paint_prelight): impl.
2554         (gtk_expander_paint): use it.
2555         (gtk_expander_redraw_expander): don't only redraw the
2556         arrow when prelit.
2557
2558 2004-02-19  Alexander Larsson  <alexl@redhat.com>
2559
2560         * gtk/gtkfilechooser.c: (gtk_file_chooser_class_init):
2561         * gtk/gtkfilechooserutils.c:
2562         * gtk/gtkfilechooserutils.h:
2563         * gtk/gtkfilechooserwidget.c:
2564         Remove old file-system property.
2565         Add new file-system-backend string property
2566         
2567         * gtk/gtkfilechooserdefault.[ch]:
2568         Handle the file-system-backend property
2569         
2570         * gtk/gtkfilechooserdialog.[ch]:
2571         (gtk_file_chooser_dialog_new_with_backend):
2572         Remove old file-system property.
2573         Add new file-system-backend string property
2574         Add new function gtk_file_chooser_dialog_new_with_backend
2575         
2576         * gtk/gtkfilesystem.c: 
2577         * gtk/gtkfilesystem.h:
2578         Add filesystem module support.  
2579
2580 2004-02-18  Federico Mena Quintero  <federico@ximian.com>
2581
2582         * gtk/gtkfilechooserdefault.c (shortcuts_tree_create): Renamed
2583         from create_shortcuts_tree().
2584         (shortcuts_pane_create): New function.
2585         (button_new): Renamed from toolbar_button_new().
2586         (shortcuts_pane_create): New function, create the whole shortcuts
2587         pane here.
2588         (current_folder_create): Renamed from toolbar_create().  Don't
2589         create the bookmarks buttons here.
2590         (file_pane_create): New function.
2591         (gtk_file_chooser_default_constructor): Use the new helper
2592         functions, and don't use an extra vbox as GtkFileChooserDefault is
2593         already a vbox.
2594
2595 Thu Feb 19 01:39:30 2004  Matthias Clasen  <maclas@gmx.de>
2596
2597         * gtk/gtkuimanager.h: 
2598         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Add
2599         default handlers for all signals; for consistency and for the
2600         benefit of language bindings which still rely on header parsing
2601         to find the signals.  (#134269, Jeroen Zwartepoorte)
2602         
2603 Thu Feb 19 00:45:02 2004  Matthias Clasen  <maclas@gmx.de>
2604
2605         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): 
2606         Improve the efficiency here by prepending on the list and reverting
2607         it after the loop.  (#134435, Christian Biere)
2608
2609 Thu Feb 19 00:32:21 2004  Matthias Clasen  <maclas@gmx.de>
2610
2611         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
2612         removing the plug from the socket.  (#128546, Christopher Blizzard)
2613
2614 Thu Feb 19 00:09:35 2004  Matthias Clasen  <maclas@gmx.de>
2615
2616         * gtk/gtkradiomenuitem.h:
2617         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_from_widget): 
2618         (gtk_radio_menu_item_new_with_label_from_widget): 
2619         (gtk_radio_menu_item_new_with_mnemonic_from_widget): New
2620         convenience functions analogous to similar API on GtkRadioButton.
2621         (#51700, Vitaly Tishkov, patch by Soeren Sandmann)
2622
2623 Wed Feb 18 17:53:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2624
2625         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Use a scratch GC in the
2626         case where the background is a solid color.
2627         (gdk_window_clear_backing_rect): Reset the clip region after use.
2628
2629         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): Go
2630         back to using a scratch GC. Pointed out by Owen Taylor
2631         
2632         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Only use a
2633         scratch GC if the passed-in one is NULL
2634
2635 Wed Feb 18 14:27:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2636
2637         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): Reset clip
2638         region back to NULL on cached GC (rest of #134728)
2639
2640 Wed Feb 18 13:28:57 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2641
2642         Fix bug reported by Nam SungHyun (#134728)
2643         
2644         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha):
2645         Don't use a cached GC here since the function needs to modify the
2646         foreground color.
2647
2648         * gdk/gdkwindow.c (gdk_window_end_paint): Reset clip region back
2649         to NULL on the cached GC.
2650
2651 2004-02-17  Federico Mena Quintero  <federico@ximian.com>
2652
2653         * gtk/gtkfilechooserdialog.c
2654         (gtk_file_chooser_dialog_style_set): Use HIG-compliant spacings.
2655         This sucks a lot.
2656
2657 Wed Feb 18 02:03:47 2004  Matthias Clasen  <maclas@gmx.de>
2658
2659         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Document some
2660         peculiarities of the ::delete_range signal.  (#132135, Grant Gayed)
2661
2662 Wed Feb 18 01:44:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2663
2664         GC caching, bug #125645 (based on patch by Brian Cameron)
2665         
2666         * gdk/gdkscreen.h (struct _GdkScreen): Add GC cache
2667         * gdk/gdkscreen.c (gdk_screen_dispose): New function. Unref the
2668         cached GC's here.
2669         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): New function to
2670         get a scratch gc.
2671         * gdk/gdkinternals.h: Declare the function here
2672
2673         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Use
2674         _gdk_drawable_get_scratch_gc() instead of creating a new GC.
2675         * gdk/x11/gdkgeometry-x11.c (gdk_window_copy_area_scroll): same
2676         * gdk/x11/gdkdrawable-x11.c (draw_with_images): same
2677         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): same
2678         * gdk/gdkwindow.c (gdk_window_end_paint): same
2679         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): same
2680         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_threshold_alpha): same
2681         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap): same
2682
2683 Tue Feb 17 23:28:33 2004  Matthias Clasen  <maclas@gmx.de>
2684
2685         * gtk/gtkmenu.c (gtk_menu_init): ...and don't forget to initalize
2686         priv->columns to 1.
2687
2688 Tue Feb 17 23:11:21 2004  Matthias Clasen  <maclas@gmx.de>
2689
2690         * gtk/gtkmenu.c (gtk_menu_do_remove): Make sure that we keep
2691         priv->columns >= 1 even for empty menus, since we divide by it
2692         somewhere else.  (#133428, Vincent Noel)
2693
2694 Tue Feb 17 23:02:58 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2695
2696         Fix for #119722, reported by Olexiy Avramchenko, patch by Owen
2697         Taylor.
2698
2699         * gdk/x11/gdkprivate-x11.h (struct _GdkGCX11): Add a depth field
2700
2701         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Keep track of the GC's
2702         depth.
2703
2704         * gdk/x11/gdkgc-x11.c (_gdk_gc_x11_get_fg_xft_color): First query
2705         the colormap, if no colormap, special case depth 1, 
2706
2707         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Use
2708         _gdk_gc_x11_get_fg_xft_color() to get the foreground color.
2709
2710         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_xft_draw):
2711         Special-case bitmaps without a colormap.
2712
2713         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Use inherited
2714         draw_pixbuf() implementation in the bitmap case.
2715
2716 2004-02-17  Mark McLoughlin  <mark@skynet.ie>
2717
2718         * modules/input/Makefile.am: only reference input method
2719         modules we've actually built. Fixes re-build failure with
2720         stale hangul module lying aroung. Bug #134518.
2721
2722 Mon Feb 16 19:13:21 2004  Owen Taylor  <otaylor@redhat.com>
2723
2724         * gdk/gdkdraw.c: Revert last commit, please don't commit patches
2725         without approval, this isn't the right way to do it.
2726
2727 2004-02-16  DindinX  <david@dindinx.org>
2728
2729         * gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
2730         segments at a time, since XDrawSegments cannot handle more than this.
2731
2732         fixes bug #122026.
2733         
2734 Mon Feb 16 18:26:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2735
2736         * gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
2737         gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
2738         in the CHILD_PROP_EXPAND branch. (#134543, Damon Chaplin)
2739
2740 Mon Feb 16 00:04:46 2004  Matthias Clasen  <maclas@gmx.de>
2741
2742         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*): 
2743         Split declaration and assignment of combo_box.
2744         
2745         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Remove a 
2746         pointless cast
2747
2748 Sun Feb 15 22:08:53 2004  Matthias Clasen  <maclas@gmx.de>
2749
2750         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Add 
2751         deprecation note pointing people to GtkComboBox.
2752
2753 Sun Feb 15 02:49:45 2004  Matthias Clasen  <maclas@gmx.de>
2754
2755         * gtk/gtktreednd.c: 
2756         * gtk/gtktreeview.c: Document the tree DND API.
2757
2758         * gtk/gtktreeview.c (gtk_tree_view_unset_rows_drag_source): 
2759         Call gtk_drag_source_unset().  
2760         
2761 Sun Feb 15 00:49:59 2004  Matthias Clasen  <maclas@gmx.de>
2762
2763         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): 
2764         Make stock_size an uint property, to allow custom icon 
2765         sizes. Also clarify the blurb.  (#130047, Erik Grinaker)
2766
2767 Sat Feb 14 11:05:26 2004  Manish Singh  <yosh@gimp.org>
2768
2769         * configure.in: Remove unnecessary STRIP_* definitions, and GNU
2770         make check.
2771
2772 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
2773
2774         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
2775         Duh, duh, duh!  Don't bail out if the bookmarks file doesn't exist
2776         the very first time you try to save one.
2777
2778 2004-02-13  Federico Mena Quintero  <federico@ximian.com>
2779
2780         Fix #129020.
2781
2782         * gtk/gtkfilechooserdialog.c
2783         (set_default_size): New function, sets a reasonable default size
2784         for the window.
2785         (gtk_file_chooser_dialog_realize): New function, call
2786         set_default_size().
2787         (gtk_file_chooser_dialog_style_set): Likewise.
2788         (gtk_file_chooser_dialog_screen_changed): Likewise.
2789
2790         * tests/testfilechooser.c (main): Don't set a default size for the
2791         dialog.
2792
2793 Sat Feb 14 00:05:18 2004  Matthias Clasen  <maclas@gmx.de>
2794
2795         * gtk/gtktreemodelfilter.c (bsearch_elt_with_offset): 
2796         Use do instead of while.  (#134031, Morten Welinder);
2797
2798 Sat Feb 14 00:00:52 2004  Matthias Clasen  <maclas@gmx.de>
2799
2800         * configure.in: Suppress xsltproc and xmlcatalog checks
2801         if enable_man=no.  (#134162, Julio M. Merino Vidal)
2802
2803 Fri Feb 13 23:54:48 2004  Matthias Clasen  <maclas@gmx.de>
2804
2805         * configure.in: Remove checks for sgml2html. It was once
2806         used for building the linuxdoc version of the tutorial.
2807         Nowadays, we use db2html.  (#134164, Julio M. Merino Vidal)
2808
2809 Fri Feb 13 08:17:43 2004  Owen Taylor  <otaylor@redhat.com>
2810
2811         Fix various compilation problems (#134312, David
2812         Hawthorne)
2813
2814         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Use 
2815         g_return_if_fail(), not g_return_val_if_fail().
2816
2817         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): 
2818         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Use 
2819         g_return_if_reached(), not g_return_val_if_reached().
2820         
2821         * gtk/gtkvscale.c (gtk_vscale_expose): Fix the types
2822         of some parameters.
2823
2824         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Remove
2825         extra 'scale' parameter.
2826
2827 Thu Feb 12 21:58:20 2004  Owen Taylor  <otaylor@redhat.com>
2828
2829         Various reentrancy fixes for widgets being destroyed
2830         out of focus-out-event. (#128821, Grant Gayed)
2831
2832         * gtk/gtkwindow.c (_gtk_window_unset_focus_and_default): 
2833         Ref window and widget over callbacks.
2834
2835         * gtk/gtkwidget.c (gtk_widget_hide)
2836           gtk/gtkwidget.c (gtk_widget_set_child_visible):
2837         Ref the widget before calling _gtk_window_unset_focus_and_default(),
2838         since that can call user callbacks.
2839
2840         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows):
2841         Do nothing if the widget isn't realized.
2842
2843 Fri Feb 13 01:31:44 2004  Matthias Clasen  <maclas@gmx.de>
2844
2845         * gtk/gtkbutton.c (_gtk_button_paint): Don't draw bevels around
2846         active, RELIEF_NONE buttons that aren't depressed. This improves
2847         the appearance of buttons in notebook tabs.  (#109213, reported
2848         by Benjamin Otte, patch by Rodney Dawes)
2849
2850 Fri Feb 13 01:06:08 2004  Matthias Clasen  <maclas@gmx.de>
2851
2852         * demos/gtk-demo/main.c (read_line): Protect getc_unlocked() by 
2853         HAVE_FLOCKFILE in all cases.  (#134205, Julio M. Merino Vidal)
2854
2855 Fri Feb 13 00:54:59 2004  Matthias Clasen  <maclas@gmx.de>
2856
2857         Fix for #104811, Padraig O'Briain:
2858
2859         * gtk/gtkscale.h:
2860         * gtk/gtkscale.c (_gtk_scale_clear_layout): 
2861         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): 
2862         * gtk/gtkscale.c (gtk_scale_get_layout): New functions to determine the
2863         text and its position from a GtkScale, to make it more accessible. 
2864         * gtk/gtkhscale.c (gtk_hscale_get_layout_offsets):
2865         * gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): Implementations of the 
2866         new GtkScale vfunc.
2867
2868 Thu Feb 12 17:59:52 2004  Owen Taylor  <otaylor@redhat.com>
2869
2870         * gtk/gtkicontheme.c (gtk_icon_theme_get_search_path): 
2871         Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
2872
2873 Thu Feb 12 23:55:08 2004  Matthias Clasen  <maclas@gmx.de>
2874
2875         * gtk/gtktooltips.h:
2876         * gtk/gtktooltips.c (gtk_tooltips_get_info_from_tip_window): New 
2877         function to improve the accessibility of tooltips.  (#114851, 
2878         Padraig O'Briain)
2879
2880 Thu Feb 12 23:16:04 2004  Matthias Clasen  <maclas@gmx.de>
2881
2882         * gtk/gtkcombobox.c (gtk_combo_box_popup): 
2883         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make these public and
2884         add docs.  (#132847)
2885
2886 Thu Feb 12 11:05:16 2004  Manish Singh  <yosh@gimp.org>
2887
2888         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Assign xtype using
2889         gdk_x11_atom_to_xatom_for_display () when type != GDK_NONE.
2890
2891         * gtk/gtkselection.c (_gtk_selection_request): Use GDK_NONE in
2892         gdk_property_get call instead of 0.
2893
2894         * docs/reference/gdk/tmpl/properties.sgml: Document the above
2895         as GDK_NONE instead of simply 0.
2896
2897 Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2898
2899         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
2900         correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
2901
2902 Thu Feb 12 02:22:02 2004  Matthias Clasen  <maclas@gmx.de>
2903
2904         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
2905         Correct the docs.
2906
2907 Thu Feb 12 01:17:01 2004  Matthias Clasen  <maclas@gmx.de>
2908
2909         * gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source): Call
2910         gtk_drag_source_set(), so that things like gtk_drag_set_icon_*() work
2911         for automatic DND.  (#133485, Tommi Komulainen)
2912
2913 Thu Feb 12 00:37:00 2004  Matthias Clasen  <maclas@gmx.de>
2914
2915         * gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
2916         debug output.
2917
2918 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
2919
2920         * gtk/gtkmessagedialog.c (gtk_message_dialog_map): New ::map()
2921         handler.  If no widget has the focus, try to give it to the
2922         default widget.  If there is no default widget, give it to the
2923         first button.  Fixes the cause for which #59707 was reopened.
2924
2925 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
2926
2927         Fixes #134051.
2928
2929         * gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field.
2930         (icon_info_new): Don't initialize the ref_count field.
2931
2932 2004-02-11  Federico Mena Quintero  <federico@ximian.com>
2933
2934         * gtk/gtkicontheme.c (gtk_icon_theme_prepend_search_path): Shift
2935         the array correctly.  Fixes #134055, patch by Tosten Schoenfeld
2936         <kaffeetisch@gmx.de>.
2937
2938 Wed Feb 11 02:23:39 2004  Matthias Clasen  <maclas@gmx.de>
2939
2940         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child): Handle
2941         focus [hv]adjustment correctly when the focus is located deeper
2942         down in the hierarchy.  (#133489)
2943
2944 Wed Feb 11 02:06:38 2004  Matthias Clasen  <maclas@gmx.de>
2945
2946         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Remove 
2947         arbitrary low upper limits on the xpad, ypad, width and height
2948         properties.  (#129696, John Ellis)
2949
2950 Wed Feb 11 01:24:20 2004  Matthias Clasen  <maclas@gmx.de>
2951
2952         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
2953         Ugh. Don't try to free ints, even if they're stored in pointers.
2954         (#133997, Morten Welinder)
2955
2956 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
2957
2958         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
2959         Free the filters.  Fixes #133547, patch by Morten Welinder
2960         <mortenw@gnome.org>.
2961
2962 Tue Feb 10 12:02:14 2004  Owen Taylor  <otaylor@redhat.com>
2963
2964         * gdk/x11/xsettings-client.c (read_settings): Avoid
2965         triggering an X error when the client->manager_window
2966         is None...makes logs look cleaner.
2967
2968         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Handle
2969         GDK_NONE to mean AnyPropertyType as documented. (Reported 
2970         by Yu Shao)
2971
2972         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window,
2973         gdk_x11_screen_get_window_manager_name): Fix error trap
2974         we've been leaking since 2002... (#129538)
2975
2976 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
2977
2978         Fixes the entry-related part of #133852.
2979
2980         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't change
2981         the file part of the entry if the selected item is a folder.
2982
2983 2004-02-10  Federico Mena Quintero  <federico@ximian.com>
2984
2985         Fixes #133995, patch by Morten Welinder <mortenw@gnome.org>.
2986
2987         * tests/prop-editor.c (create_prop_editor): Free the title.
2988         (object_changed): Free the children list.
2989
2990 Tue Feb 10 01:58:55 2004  Matthias Clasen  <maclas@gmx.de>
2991
2992         * gtk/gtkcontainer.c (gtk_container_set_focus_hadjustment): 
2993         * gtk/gtkcontainer.c (gtk_container_set_focus_vadjustment): Document 
2994         these functions.
2995
2996 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
2997
2998         * gtk/gtkfilechooserdefault.c (set_list_model): Request
2999         GTK_FILE_INFO_ALL from the file system model, so that arbitrary
3000         filtering will work.  Perhaps we should have a way of aggregating
3001         info types to the model as filters get installed.
3002
3003 Mon Feb  9 22:22:19 2004  Matthias Clasen  <maclas@gmx.de>
3004
3005         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
3006         Ugh. Don't try to free ints, even if they're stored in pointers.
3007
3008 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
3009
3010         Fix #132256.
3011
3012         * gtk/gtkfilechooserdefault.c
3013         (gtk_file_chooser_default_get_paths): Read the contents of the
3014         filename entry in both OPEN and SAVE mode.  In multiple-selection
3015         mode, add this to the selection from the file/folder list.
3016         (struct get_paths_closure): Add a path_from_entry field.
3017         (get_paths_foreach): Only add the iterated path if it is not the
3018         same as the path from the entry.
3019
3020 2004-02-09  Federico Mena Quintero  <federico@ximian.com>
3021
3022         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): If
3023         the folder is already open, add the requested info types to it.
3024
3025 Sun Feb  8 01:28:02 2004  Manish Singh  <yosh@gimp.org>
3026
3027         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add appropriate
3028         type casts for the gtk_window_set_screen() call.
3029
3030 Sun Feb  8 01:44:06 2004  Matthias Clasen  <maclas@gmx.de>
3031
3032         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make popups 
3033         come up on the same screen as the combo box.  (#133544, 
3034         Morten Welinder)
3035
3036 Fri Feb  6 23:40:24 2004  Jonathan Blandford  <jrb@gnome.org>
3037
3038         * gtk/gtkfilechooserdefault.c (create_file_list): clean up the
3039         packing of the file selector.
3040
3041 Sat Feb  7 01:21:09 2004  Matthias Clasen  <maclas@gmx.de>
3042
3043         * gtk/gtktreemodel.c (gtk_tree_model_base_init): Don't use function 
3044         calls in array initializers, as some compilers seem to hate this.
3045         (#133216, Jonas Jonsson)
3046
3047 Sat Feb  7 00:06:44 2004  Matthias Clasen  <maclas@gmx.de>
3048
3049         * gtk/gtkaccelmap.[hc]: Add change notification for GtkAccelMap,
3050         by on-demand instantiating a singleton object with a "changed" 
3051         signal. 
3052
3053         * gtk/gtkmarshalers.list (VOID:STRING,UINT,FLAGS): Add marshaller
3054         for GtkAccelMap::changed.
3055
3056 Fri Feb  6 23:08:29 2004  Matthias Clasen  <maclas@gmx.de>
3057
3058         * gtk/gtktextbtree.c (_gtk_text_btree_check): 
3059         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes): 
3060         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
3061         Actually free the lists. Pointed out by Morten Welinder.
3062         
3063 Fri Feb  6 22:38:54 2004  Matthias Clasen  <maclas@gmx.de>
3064
3065         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Handle character 
3066         positions in UTF-8 strings correctly.  (#133315, Theppitak 
3067         Karoonboonyanan)
3068
3069 2004-02-06  Morten Welinder  <terra@gnome.org>
3070
3071         * gtk/gtktoolbar.c (show_menu): Cleanup using
3072         gtk_menu_attach_to_widget.  Also fixes leak, see #133411.
3073
3074 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
3075
3076         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free the
3077         list.  Fixes #133546.
3078
3079 2004-02-06  Federico Mena Quintero  <federico@ximian.com>
3080
3081         Fix #132327.
3082
3083         * gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add a
3084         folder_hash field to keep a list of live folder objects.
3085         (gtk_file_system_unix_init): Create the folder_hash.
3086         (gtk_file_system_unix_finalize): Destroy the folder_hash.
3087         (gtk_file_system_unix_get_folder): Ref and return an existing
3088         folder if we have it around, otherwise return a new folder object.
3089         (struct _GtkFileFolderUnix): Add a field for the parent file system.
3090         (gtk_file_folder_unix_finalize): Remove the folder from the file
3091         system's hash table.
3092         (gtk_file_system_unix_create_folder):  Emit "files-added" on the
3093         newly-created folder's parent.  Fixes #132327.
3094
3095 Fri Feb  6 00:51:57 2004  Matthias Clasen  <maclas@gmx.de>
3096
3097         * gtk/gtkstock.c (builtin_items): Change the labels of the 
3098         ZOOM_100 and ZOOM_FIT stock items to "_Normal Size" and
3099         "Best _Fit", to be HIG compliant.  (#124080, Mariano 
3100         Suárez-Alvarez)
3101
3102 Fri Feb  6 00:45:16 2004  Matthias Clasen  <maclas@gmx.de>
3103
3104         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Add a finalize 
3105         function to plug a few memory leaks.  (#133544, Morten Welinder)
3106
3107 Fri Feb  6 00:15:38 2004  Matthias Clasen  <maclas@gmx.de>
3108
3109         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_mnemonic_activate): 
3110         Support mnemonic_activate here as well.
3111         
3112         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Focus
3113         the button, not the tree_view.
3114
3115 Thu Feb  5 23:48:19 2004  Matthias Clasen  <maclas@gmx.de>
3116
3117         * gtk/gtkcombobox.c (gtk_combo_box_mnemonic_activate): Add this
3118         function, to make mnemonic_activate work for combo boxes.
3119         (#133443, Paolo Borelli)
3120
3121 Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>
3122
3123         * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
3124         to FALSE.  (#133539, Morten Welinder)
3125
3126 Thu Feb  5 21:36:43 2004  Matthias Clasen  <maclas@gmx.de>
3127
3128         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
3129         of the depth one check.  (#133488, Christian Persch)
3130
3131 Thu Feb  5 01:50:19 2004  Matthias Clasen  <maclas@gmx.de>
3132
3133         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_paint): Fix
3134         the drawing of tearoff menu items which don't come first in their
3135         menu.  (#33311)
3136
3137 Thu Feb  5 00:59:08 2004  Matthias Clasen  <maclas@gmx.de>
3138
3139         * gtk/gtkcombo.c (gtk_combo_entry_key_press): Use 
3140         g_completion_complete_utf8(). (#133313, Theppitak Karoonboonyanan)
3141
3142 2004-02-04  Federico Mena Quintero  <federico@ximian.com>
3143
3144         Fix #59707.
3145
3146         * gtk/gtklabel.c (gtk_label_focus): Removed, so we don't ignore
3147         the focus chain.
3148         (gtk_label_button_press): Fix prototype.
3149         (gtk_label_button_release): Likewise.
3150         (gtk_label_motion): Likewise.
3151
3152         * tests/testgtk.c (create_message_dialog): For the dialog with
3153         only GTK_BUTTONS_CLOSE, make GTK_RESPONSE_CLOSE the default.
3154
3155 2004-02-04  Morten Welinder  <terra@gnome.org>
3156
3157         * gtk/gtktoolbar.c (show_menu): Show on the right screen.  (Fixes
3158         bug 133411, apart from the leak.)
3159
3160 Tue Feb  3 13:39:27 2004  Manish Singh  <yosh@gimp.org>
3161
3162         * gtk/gtkadjustment.c (gtk_adjustment_new): pass value in last
3163         in g_object_new, since it depends on lower and upper being set.
3164
3165 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
3166
3167         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Make the
3168         window not resizable.  Fixes #114032.
3169
3170 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
3171
3172         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add
3173         documentation for the use_separator style property.
3174
3175 2004-02-03  Federico Mena Quintero  <federico@ximian.com>
3176
3177         Fix #68938.
3178
3179         * gtk/gtkdialog.c (GtkDialogPrivate): New private structure for
3180         GtkDialog; right now it only contains an ignore_separator field.
3181         (gtk_dialog_class_init): Register the private structure.
3182         (gtk_dialog_init): Initialize the priv->ignore_separator field.
3183         (_gtk_dialog_set_ignore_separator): New private function.
3184         (gtk_dialog_set_has_separator): Ignore the setting if appropriate.
3185
3186         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add a
3187         use_separator style property.
3188         (gtk_message_dialog_style_set): Change the dialog's separator
3189         based on the style property.
3190         (gtk_message_dialog_init): Set the dialog box to ignore the
3191         separator setting.
3192
3193 Tue Feb  3 02:35:09 2004  Matthias Clasen  <maclas@gmx.de>
3194
3195         * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and
3196         also dist gtkfilesystemwin32.[hc].
3197
3198 Tue Feb  3 02:04:44 2004  Matthias Clasen  <maclas@gmx.de>
3199
3200         * gtk/gtklabel.c (gtk_label_ensure_layout): Right-justify labels
3201         in rtl mode.  (#129071, chinen@jp.ibm.com)
3202
3203 Tue Feb  3 02:01:25 2004  Matthias Clasen  <maclas@gmx.de>
3204
3205         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): Exchange the
3206         meaning GTK_MENU_DIR_PARENT/CHILD and GTK_MENU_DIR_PREV/NEXT in rtl
3207         mode.  (#107528)
3208
3209 Tue Feb  3 01:38:06 2004  Matthias Clasen  <maclas@gmx.de>
3210
3211         Clip narrow columns in rtl-oriented tree views (#128089,  
3212         chinen@jp.ibm.com):
3213         
3214         * gtk/gtkstyle.c (gtk_default_draw_option): 
3215         * gtk/gtkstyle.c (gtk_default_draw_check): Clip to the 
3216         given area.
3217
3218         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): 
3219         Use the right clip area when calling gtk_cell_renderer_render().
3220         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_cell_draw_focus): 
3221         Use the right clip area when calling gtk_paint_focus().
3222         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
3223         Use the right clip area when calling gtk_paint_toggle() or
3224         gtk_paint_check().
3225         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
3226         Clip to the expose_area when drawing the background rectangle.
3227         
3228 Tue Feb  3 00:14:36 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3229
3230         * gdk/x11/gdkgeometry-x11.c (queue_item_free, gdk_window_queue):
3231         Use a weak reference instead of ref()/unref(). (#60857, reported
3232         by Joshua N Pritikin)
3233
3234         * gdk/gdkimage.c (scratch_image_info_for_depth): Formatting fix.
3235
3236 Tue Feb  3 00:15:17 2004  Matthias Clasen  <maclas@gmx.de>
3237
3238         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add 
3239         init_hadjust_value and prev_width.
3240         * gtk/gtktreeview.c (gtk_tree_view_init): Initialize 
3241         them here.
3242         * gtk/gtktreeview.c (gtk_tree_view_update_size): ...and here.
3243         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Use them
3244         here to properly handle the initial position of rtl-oriented
3245         tree views.  (#127581, chinen@jp.ibm.com)
3246
3247 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
3248
3249         Fix #130846, reported by R. McFarland <rwmcfa1@neces.com>.
3250
3251         * gtk/gtktreeview.c (gtk_tree_view_button_press): Return TRUE when
3252         we handle an event in the colums, and FALSE at the end if the
3253         event is not handled at all.
3254
3255 Mon Feb  2 23:41:48 2004  Matthias Clasen  <maclas@gmx.de>
3256
3257         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_changed): 
3258         Don't access the level after removing the node, since that may
3259         kill the level.  (#132615, Crispin Flowerday)
3260
3261 2004-02-02  Tor Lillqvist  <tml@iki.fi>
3262
3263         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Set the cursor
3264         in all cases. If no grab cursor specified, use the grabbing
3265         window's cursor. If the grabbing window has no cursor, use the
3266         default arrow cursor. (#118025)
3267
3268 Mon Feb  2 22:05:36 2004  Matthias Clasen  <maclas@gmx.de>
3269
3270         * gtk/gtkseparatormenuitem.c (gtk_separator_menu_item_init): The
3271         latest in menu separation technology.
3272
3273 Mon Feb  2 19:04:17 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3274
3275         * gdk/x11/gdkwindow-x11.c: Assume gravity works. (Anything else
3276         we have to take our chances with).
3277         
3278         (Bug 97510)
3279
3280 Mon Feb  2 18:45:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3281
3282         Fix bug 110224.
3283
3284         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display):
3285         Remove unused variable 'result'
3286
3287         * gdk/x11/xsettings-client.[ch]: Add new set_grab/ungrab_func() functions.
3288
3289         * gdk/x11/gdkevents-x11.c (_gdk_x11_events_init_screen): Use them
3290         here.
3291
3292 Mon Feb  2 14:32:32 2004  Pablo Saratxaga  <pablo@mandrakesoft.com>
3293
3294         * configure.in po/uz*.po: changed default for Uzbek; now just "uz"
3295         is in cyrillic and "uz@Latn" for latin; "uz@Cyrl" has been removed
3296
3297 Sun Feb  1 16:34:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3298
3299         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Only start
3300         sliding when using the new API.
3301
3302 Sun Feb  1 16:03:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3303
3304         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
3305         item_area is positioned correctly. Fix #133070, reported by Jeroen
3306         Zwartepoorte.
3307
3308 Sat Jan 31 23:13:43 2004  Matthias Clasen  <maclas@gmx.de>
3309
3310         * gtk/gtktextchild.c (gtk_text_child_anchor_finalize): Don't
3311         crash when finalizing an unused GtkTextChildAnchor.  (#132260,
3312         muppet)
3313
3314 Sat Jan 31 22:41:57 2004  Matthias Clasen  <maclas@gmx.de>
3315
3316         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Correct
3317         the documentation for new_order.  (#124790, Tim-Philipp Müller)
3318
3319 Sat Jan 31 22:38:07 2004  Matthias Clasen  <maclas@gmx.de>
3320
3321         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
3322         Reset use_resized_width when setting fixed_width.  (#108612, 
3323         Felipe Heidrich) 
3324
3325 Sat Jan 31 16:27:44 2004  Matthias Clasen  <maclas@gmx.de>
3326
3327         * gtk/gtkmain.c (gtk_key_snooper_remove): Don't leak the
3328         GtkKeySnooperData.  (#132038, R. McFarland)
3329
3330 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3331
3332         Fixes #132975.
3333
3334         * gtk/gtkfilesystem.c (gtk_file_system_make_path): Return NULL,
3335         not FALSE.
3336         (gtk_file_system_volume_render_icon): Likewise.
3337
3338         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
3339         Likewise.
3340
3341         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Return 0,
3342         not FALSE.
3343
3344         * gtk/gtktoolbar.c (gtk_toolbar_get_drop_index): Return -1, not
3345         FALSE.
3346
3347         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): Return 0,
3348         not FALSE.
3349         (gtk_text_iter_get_bytes_in_line): Likewise.
3350
3351         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
3352         Likewise.
3353
3354         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Return FALSE, not
3355         0.
3356
3357 2004-01-30  Not Zed  <NotZed@Ximian.com>
3358
3359         Fixes #132929.
3360
3361         * gtk/gtktreeview.c (cancel_arrow_animation): remove the timeout
3362         handler when we clear the timeout id.
3363
3364 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3365
3366         Fix #129872, based on a patch by Jan Arne Petersen
3367         <jpetersen@uni-bonn.de>
3368
3369         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_list_bookmarks):
3370         Implement.
3371         (gtk_file_system_unix_add_bookmark): Implement.
3372         (gtk_file_system_unix_remove_bookmark): Implement.
3373
3374 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
3375
3376         Fixes #132693.
3377
3378         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_parent): Don't
3379         use filename_from_path().  Also, check that the filename is
3380         absolute.
3381         (gtk_file_system_unix_get_folder): Likewise.
3382         (gtk_file_system_unix_create_folder): Likewise.
3383         (gtk_file_system_unix_make_path): Likewise.
3384         (gtk_file_system_unix_parse): Likewise.
3385         (gtk_file_folder_unix_get_info): Likewise.
3386         (filename_from_path): Removed.
3387
3388 2004-01-30  Federico Mena Quintero  <federico@ximian.com>
3389
3390         * gtk/gtkcalendar.c (arrow_action): Remove C++ comment; reported
3391         by Damien Carbery <damien.carbery@sun.com>.  Fixes #132956.
3392
3393 Fri Jan 30 11:37:37 2004  Owen Taylor  <otaylor@redhat.com>
3394
3395         * gdk/x11/gdkdrawable-x11.c: Revert changes from
3396         #113476 and go back to using XftDrawSetClip, because
3397         XftDrawSetClipRectangles is buggy in XFree86-4.3.
3398
3399 Thu Jan 29 18:08:06 2004  Owen Taylor  <otaylor@redhat.com>
3400
3401         * gtk/gtktextlayout.c (line_display_iter_to_index)
3402         * gtk/gtktextlayout.c (line_display_index_to_iter): Only
3403         adjust the preedit position for lines that include the
3404         preedit string. (#132353, Yao Zhang). How the heck
3405         did this work as well as it did?!?!
3406
3407         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): 
3408         Reverse change to change of XNFilterEvents event mask from
3409         #110493 -- it's documented and in the Xlib code an
3410         unsigned long. 
3411         
3412         * modules/input/gtkimcontextxim.c (preedit_start_callback): 
3413         Return -1 rather than void to indicate no length limit.
3414         (#129548)
3415
3416 Fri Jan 30 00:45:46 2004  Matthias Clasen  <maclas@gmx.de>
3417
3418         * gtk/gtkadjustment.c: Add properties to GtkAdjustment.
3419         (#64601, Murray Cumming)
3420
3421 Fri Jan 30 00:13:46 2004  Matthias Clasen  <maclas@gmx.de>
3422
3423         * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): Allow NULL
3424         for strings to clear the list.  (#105386, Marco Pesenti Gritti)
3425         
3426 2004-01-28  Richard Hult  <richard@imendio.com>
3427
3428         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size):
3429         Free font_desc.  Fixes #132805.
3430
3431 2004-01-29  Federico Mena Quintero  <federico@ximian.com>
3432
3433         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): Free the GError.
3434         Patch provided by Christian Persch <chpe@stud.uni-saarland.de>
3435         Fixes #132574.
3436
3437 Thu Jan 29 11:00:18 2004  Owen Taylor  <otaylor@redhat.com>
3438
3439         * gtk/gtkselection.c (gtk_selection_default_handler): 
3440         nul-terminate the target atoms. (#132656, Christian Persch)
3441
3442 Thu Jan 29 00:59:03 2004  Matthias Clasen  <maclas@gmx.de>
3443
3444         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
3445         Don't leak path if we bail out early.  (#132505, Christian Persch)
3446
3447 Thu Jan 29 00:48:47 2004  Matthias Clasen  <maclas@gmx.de>
3448
3449         * gtk/gtkactiongroup.c (gtk_action_group_add_toggle_actions_full):
3450         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): Do
3451         reference counting on the user_data that is shared between
3452         multiple signal handlers, to avoid calling the destroy notify
3453         multiple times.  (#132447, Adam Hooper)
3454
3455 2004-01-28  Hans Breuer  <hans@breuer.org>
3456
3457         * gtk/stock-icons/stock_network_(16|24).png : new GTK_STOCK_NETWORK ...
3458           gtk/gtkstock.[hc] : ... define ...
3459           gtk/gtkiconfactory.c : ... register ...
3460           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc : ... compile ...
3461         * gtk/gtkfilesystemwin32.c : ... and use. Also adapt to recent 
3462         IFace changes.
3463
3464         * gtk/gtk.def : added a bunch of new exported symbols
3465
3466         * tests/testfilechooser.c (no_backup_files_filter) : don't crash
3467         on filter_info->display_name being NULL
3468
3469         * tests/testgtk.c : make testgtk --bench=all work again
3470
3471 Wed Jan 28 21:40:47 2004  Matthias Clasen  <maclas@gmx.de>
3472
3473         * gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
3474         Don't leak string.  (#132482, Christian Persch)
3475
3476 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
3477
3478         * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
3479         1.8 won't whine at us.
3480
3481 2004-01-28  Tor Lillqvist  <tml@iki.fi>
3482
3483         * gdk/win32/gdkevents-win32.c (synthesize_leave_event,
3484         synthesize_enter_event): Don' generate enter or leave events if
3485         the pointer is grabbed with owner_events off, and the grab event
3486         mask doesn't ask for them. (#129242)
3487
3488         (gdk_event_translate): Ditto for focus change events.
3489
3490 2004-01-27  Federico Mena Quintero  <federico@ximian.com>
3491
3492         Fix #132314.
3493
3494         * gtk/gtkfilesystem.h: Removed the #ifdef-ed out, old icon API.
3495
3496         * gtk/gtkfilesystem.c: Likewise.
3497
3498         * gtk/gtkfilesystemunix.c (filename_get_info): Removed the old
3499         icon-type code.
3500         (gtk_file_system_unix_render_icon): Moved the icon-rendering code
3501         from GtkFileInfo to here.
3502         (gtk_file_system_unix_volume_render_icon): Implement.
3503
3504 2004-01-28  Changwoo Ryu  <cwryu@debian.org>
3505
3506         * modules/input/imhangul-defs.h: 
3507         * modules/input/imhangul.c:
3508         * modules/input/Makefile.am: Remove broken hangul input module.
3509         
3510 Tue Jan 27 01:56:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3511
3512         * gtk/gtktoolbar.c: Remove obsolete comment.
3513
3514         * gtk/gtktoolbar.c (DEFAULT_SPACE_SIZE, SPACE_LINE_START, 
3515         SPACE_LINE_END): Make separators wider and taller, so they are
3516         easier to pick up when editing the toolbar.
3517
3518         * gtk/gtktoolbar.c (slide_idle_handler): Add a comment, simplify
3519         a bit, 
3520
3521         * gtk/gtktoolbar.c (rect_within): Formatting fix
3522
3523         * gtk/gtktoolbar.c (gtk_toolbar_set_drop_highlight_item): Make
3524         sliding feel more responsive by only restarting sliding when the
3525         placeholder actually changes its goal allocation.
3526
3527 Tue Jan 27 02:00:37 2004  Matthias Clasen  <maclas@gmx.de>
3528
3529         * gtk/gtktreeitem.c (gtk_tree_item_add_pixmaps): Avoid a 
3530         compiler warning.  (#122725, Kjartan Maraas)
3531         
3532 Tue Jan 27 01:46:54 2004  Matthias Clasen  <maclas@gmx.de>
3533
3534         Make menus work better on Xinerama (#126150):
3535         
3536         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Calculate the 
3537         monitor_num on the screen of the menu, not of the attach widget.
3538
3539         * gtk/gtkmenu.c (menu_change_screen): Forget the stored monitor_num. 
3540         (gtk_menu_window_size_request): Remember the monitor_num.
3541
3542 2004-01-26  Federico Mena Quintero  <federico@ximian.com>
3543
3544         Fix #105497; constify uses of GdkColor.
3545
3546         * gdk/gdkgc.c (gdk_gc_set_rgb_fg_color): Constify.
3547         (gdk_gc_set_rgb_bg_color): Constify.
3548         (gdk_gc_set_foreground): Constify.
3549
3550         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): Constify.
3551         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Constify.
3552         * gdk/linux-fb/gdkcursor-fb.c (gdk_cursor_new_from_pixmap): Constify.
3553
3554         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_create_from_data): Constify.
3555         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data): Constify.
3556         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_create_from_data): Constify.
3557
3558         * gdk/x11/gdkwindow-x11.c (gdk_window_set_background): Constify.
3559         * gdk/win32/gdkwindow-win32.c (gdk_window_set_background): Constify.
3560         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Constify.
3561
3562         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors): Constify.
3563         (gdk_draw_layout_with_colors): Constify.
3564
3565         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf): Constify.
3566         (gdk_pixmap_colormap_create_from_xpm): Constify.
3567         (gdk_pixmap_create_from_xpm): Constify.
3568         (gdk_pixmap_colormap_create_from_xpm_d): Constify.
3569         (gdk_pixmap_create_from_xpm_d): Constify.
3570
3571         * gtk/gtkcellview.c (gtk_cell_view_set_background_color): Constify.
3572
3573         * gtk/gtkclist.c (gtk_clist_set_foreground): Constify.
3574         (gtk_clist_set_background): Constify.
3575
3576         * gtk/gtkcolorbutton.c (gtk_color_button_new_with_color): Constify.
3577         (gtk_color_button_set_color): Constify.
3578
3579         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_color):
3580         Constify and add a check for color != NULL.
3581         (gtk_color_selection_get_current_color): Add a check for color != NULL.
3582         (gtk_color_selection_set_previous_color): Constify and add a check
3583         for color != NULL.
3584         (gtk_color_selection_get_previous_color): Add a check for color != NULL.
3585
3586         * gtk/gtkctree.c (gtk_ctree_node_set_foreground): Constify.
3587         (gtk_ctree_node_set_background): Constify.
3588
3589         * gtk/gtktext.c (gtk_text_insert): Constify.
3590         (insert_text_property): Constify.
3591         (text_properties_equal): Constify.
3592         (new_text_property): Constify.
3593
3594         * gtk/gtkwidget.c (gtk_widget_modify_color_component): Constify.
3595         (gtk_widget_modify_fg): Constify.
3596         (gtk_widget_modify_bg): Constify.
3597         (gtk_widget_modify_text): Constify.
3598         (gtk_widget_modify_base): Constify.
3599
3600 2004-01-26  Christian Rose  <menthos@menthos.com>
3601
3602         * configure.in: Added "mi" to ALL_LINGUAS.
3603
3604 2004-01-25  Tor Lillqvist  <tml@iki.fi>
3605
3606         * gdk/win32/gdkproperty-win32.c (gdk_property_delete): If the
3607         WM_TRANSIENT_FOR property is being deleted, set the owner of the
3608         window to the root window (i.e., effectively unset it). (#132411)
3609
3610         * gdk/win32/gdkprivate-win32.h
3611         * gdk/win32/gdkglobals-win32.c
3612         * gdk/win32/gdkmain-win32.c: Declare, define and initialize
3613         _wm_transient_for, a GdkAtom for WM_TRANSIENT_FOR.
3614
3615         * acconfig.h: Remove HAVE_WINSOCK_H, not used any longer.
3616
3617 Sun Jan 25 15:14:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3618
3619         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Base the decision
3620         to map/unmap items on whether they are actually allocated outside
3621         the toolbar, not on whether that will eventually happen. Improves
3622         animation in the presence of overflown items.
3623
3624         * gtk/gtktoolbar.c (gtk_toolbar_begin_sliding): Add a
3625         queue_resize() to so that the items will get their new goal
3626         values and the idle handler will not immediately return FALSE.
3627
3628         * gtk/gtktoolbar.c (slide_idle_handler): simplify the logic and
3629         make sure that a placeholder becoming invisible doesn't cause a
3630         return TRUE.
3631
3632         * gtk/gtktoolbar.c (get_item_size): Don't special case
3633         placeholders here.
3634
3635 Sat Jan 24 23:17:27 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3636
3637         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Only
3638         try to pack icon if there actually is one.
3639
3640         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
3641         OVERFLOWN items get an allocation even when they are
3642         unmapped. This ensures they will slide in properly.
3643
3644         * gtk/gtktoolbar.c (slide_idle_handler): Make sure we return TRUE
3645         when there are overflown items that need to slide in. Also add
3646         comments and make formatting more readable.
3647
3648 Sat Jan 24 17:38:48 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3649
3650         * gtk/gtkradiotoolbutton.c (gtk_radio_tool_button_class_init):
3651         Add a write-only property ::group to be consistent with
3652         GtkRadioAction and GtkRadioButton. (#132159, Patch from Olivier
3653         Andrieu)
3654
3655 Fri Jan 23 23:46:12 2004  Matthias Clasen  <maclas@gmx.de>
3656
3657         * gtk/gtkfontbutton.c (gtk_font_button_label_use_font): Don't leak the 
3658         font description.  (#132168)
3659
3660 2004-01-23  Federico Mena Quintero  <federico@ximian.com>
3661
3662         Fix #132247.
3663
3664         * gtk/gtkfilechooserdefault.c (set_select_multiple): Handle folder
3665         mode.
3666         (set_select_multiple): Optionally notify about changes to the
3667         select-multiple property.
3668         (list_selection_changed): Change the condition for the editable row to
3669         test for save mode; this is more clear than testing for not being
3670         in multiple selection mode.
3671         (gtk_file_chooser_default_get_paths): Get impl->action directly
3672         rather than calling gtk_file_chooser_get_action().
3673         (entry_activate): Likewise.
3674         (set_select_multiple): Annotate about #133255.
3675         (update_chooser_entry): Likewise.
3676         (check_preview_change): Likewise.
3677         (tree_selection_changed): Likewise.
3678
3679 Fri Jan 23 14:56:18 2004  Jonathan Blandford  <jrb@gnome.org>
3680
3681         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Don't crash
3682         when there are no columns, or all columns are hidden, #131402
3683
3684 Fri Jan 23 16:58:28 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3685
3686         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): Changing to 200 was a
3687         mistake. Change back to 225.
3688
3689 Thu Jan 22 18:46:05 2004  Owen Taylor  <otaylor@redhat.com>
3690
3691         * === Released 2.3.2 ===
3692
3693 Thu Jan 22 18:45:26 2004  Owen Taylor  <otaylor@redhat.com>
3694
3695         * gtk/gtkicontheme.c: Patch from Christian Neumair
3696         to make warning string more translator friendly.
3697
3698         * gtk/gtktreemodelfilter.h gtkseparatortoolitem.[ch]
3699         gtk/gtktoolbar.c: Parameter name fixes to keep gtk-doc
3700         happy.
3701
3702         * configure.in: Require GLib-2.3.2, version 2.3.2,
3703         interface age 0, binary age 302.
3704
3705         * NEWS: Organized, added some names.
3706
3707 Thu Jan 22 16:59:36 2004  Jonathan Blandford  <jrb@gnome.org>
3708
3709         * gtk/gtkliststore.c (gtk_list_store_reorder): Doc fix.
3710
3711 2004-01-22  Federico Mena Quintero  <federico@ximian.com>
3712
3713         * gtk/gtkwidget.c (gtk_widget_class_init): Added documentation for
3714         GtkWidget::popup_menu.
3715
3716 Thu Jan 22 21:45:24 2004  Matthias Clasen  <maclas@gmx.de>
3717
3718         * gtk/gtkmenu.c (gtk_menu_remove): Remove the attach 
3719         info after calling gtk_menu_do_remove(), since that function
3720         uses the attach info. Doh!
3721
3722         * gtk/gtkmenu.c (gtk_menu_do_remove): Don't check priv->columns 
3723         for being 1 directly after setting it to 0.
3724
3725 Thu Jan 22 21:38:52 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3726
3727         * NEWS: Updates
3728
3729 2004-01-22  Alexander Larsson  <alexl@redhat.com>
3730
3731         * gdk/x11/gdkwindow-x11.c (WINDOW_IS_TOPLEVEL):
3732         Fix typo
3733
3734 2004-01-21  Federico Mena Quintero  <federico@ximian.com>
3735
3736         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
3737         Free the path fields.
3738
3739         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): Free
3740         the root_path, reported by <scott@asofyet.org>
3741         (gtk_file_system_model_finalize): Unref the file system.
3742
3743         * gtk/gtkfilefilter.c (filter_rule_free): default:
3744         g_assert_not_reached().
3745         (gtk_file_filter_finalize): Free the filter->name, reported by
3746         <scott@asofyet.org>
3747         (gtk_file_filter_finalize): Free the rules list.
3748
3749 Wed Jan 21 18:10:40 2004  Jonathan Blandford  <jrb@gnome.org>
3750
3751         * gtk/gtkcolorbutton.c (gtk_color_button_set_color):redraw the
3752         color button when an alpha is set.
3753         (gtk_color_button_set_alpha): redraw the color button when an
3754         alpha is set.
3755
3756 Wed Jan 21 23:27:14 2004  Matthias Clasen  <maclas@gmx.de>
3757
3758         Fix #131869: 
3759         
3760         * gtk/gtkaction.c (_gtk_action_emit_activate): Hold
3761         a reference to the group while emitting the signals.
3762
3763         * gtk/gtkactiongroup.c (gtk_action_group_init): Use a 
3764         destroy notify which does not only unref, but also resets
3765         the action_group property of the action.
3766
3767 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
3768
3769         * NEWS: Added details about GtkFileChooser changes.
3770
3771 2004-01-20  Federico Mena Quintero  <federico@ximian.com>
3772
3773         Fix #99425, add accessor functions for GtkPaned's children.
3774
3775         * gtk/gtkpaned.c (gtk_paned_get_child1): New function.
3776         (gtk_paned_get_child2): New function.
3777
3778 Tue Jan 20 23:49:52 2004  Matthias Clasen  <maclas@gmx.de>
3779
3780         * NEWS: Start of 2.3.2 section.
3781
3782 Tue Jan 20 22:11:31 2004  Matthias Clasen  <maclas@gmx.de>
3783
3784         Fixes for #130370, based on a patch by Michael Meeks:
3785         
3786         * gtk/gtkmenu.c (gtk_menu_do_remove): New auxiliary function to
3787         adjust cell positions and recalculate row and column counts after
3788         removing an item.
3789
3790         * gtk/gtkmenu.c (gtk_menu_remove): Call gtk_menu_do_remove.
3791
3792         * gtk/gtkmenu.c (gtk_menu_do_insert): Don't leave empty rows when
3793         appending items.
3794
3795         * gtk/gtkmenu.c (gtk_menu_attach): Don't call gtk_menu_shell_append,
3796         to avoid an unintended recursion.
3797
3798 2004-01-19  Federico Mena Quintero  <federico@ximian.com>
3799
3800         Fix #131418.
3801
3802         * gtk/gtkfilechooserdefault.c (set_select_multiple): New helper
3803         function.
3804         (gtk_file_chooser_default_set_property): Use
3805         set_select_multiple().  Also, re-set this mode to single if the
3806         file chooser is set to Save mode.
3807         (entry_activate): Handle the case where the entry is completely
3808         empty *and* its current folder does exist.  Also, there is need to
3809         test for select_multiple here now that we ensure that it won't
3810         happen during Save mode.
3811
3812 Sun Jan 18 15:25:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3813
3814         * gtk/gtktoolbar.[ch]: Add _gtk_toolbar_paint_space_line(),
3815         _gtk_toolbar_get_default_space_size ();
3816
3817         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_expose,
3818         get_space_size): Use them here.
3819
3820 Sun Jan 18 13:16:34 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3821
3822         * tests/testgtk.c (create_toolbar): Set a small size request and
3823         make the window resizable, to test mapping/unmapping of buttons.
3824
3825         * gtk/gtktoolbar.c (gtk_toolbar_remove_content,
3826         gtk_toolbar_insert_tool_item): remove these functions.
3827
3828         * gtk/gtktoolbar.c (gtk_toolbar_show_all,
3829         toolbar_content_show_all, gtk_toolbar_hide_all,
3830         toolbar_content_hide_all): New functions. 
3831
3832         Ignore show_all/hide_all for buttons created in compatibility mode.
3833
3834         * gtk/gtktoolbar.c (internal_insert_element, gtk_toolbar_show_all,
3835         gtk_toolbar_hide_all): Make sure buttons are ignored by
3836         gtk_toolbar_show_all() and gtk_toolbar_hide_all().
3837         
3838         * gtk/gtktoolbar.c: s/regular_widget/compatibility/g
3839
3840         * gtk/gtktoolbar.c (struct _ToolbarContent): Allocate
3841         GtkToolbarChild inline. Get rid of GtkToolbarChildSpace.
3842
3843         * gtk/gtktoolbar.c (toolbar_content_expose): Fix bug where widget
3844         could become NULL.
3845
3846         * gtk/gtktoolbar.c (gtk_toolbar_add): Append new tool items
3847         instead of prepending them.
3848
3849         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Use the same
3850         'elapsed' for all items.
3851
3852         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): Turn booleans
3853         into bitfields.
3854
3855         * gtk/gtktoolbar.c: Many formatting fixes
3856         
3857 Sun Jan 18 01:51:12 2004  Matthias Clasen  <maclas@gmx.de>
3858
3859         * configure.in: Add the necessary magic to create
3860         po-properties/Makefile.
3861
3862 Sat Jan 17 23:05:52 2004  Matthias Clasen  <maclas@gmx.de>
3863
3864         The second part of the fix for #114351 (see also 
3865         gdk-pixbuf/ChangeLog and po/ChangeLog):
3866
3867         * Makefile.am (SUBDIRS): Add po-properties.
3868
3869         * configure.in (AC_CONFIG_FILES): Add po-properties/Makefile.in 
3870
3871         * gdk/gdkintl.h (P_): 
3872         * gtk/gtkintl.h (P_): Use translation domain gtk20-properties. 
3873
3874         * gtk/gtkmain.c (gtk_parse_args): Call bindtextdomain and
3875         bind_textdomain_codeset for gtk20-properties as well.
3876
3877 Sat Jan 17 22:00:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3878
3879         * gtk/gtktoolbar.c: 
3880
3881         Fix rest of #128678: Implement all the toolbar_content()
3882         methods for the old API case.
3883
3884 Sat Jan 17 16:53:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3885
3886         * gtk/gtktoolbar.c: 
3887
3888         Phase 1 of fixing #128678: Only access ToolbarContent through a
3889         set of new functions:
3890
3891         toolbar_content_expose, toolbar_content_visible,
3892         toolbar_content_size_request, toolbar_content_is_homogeneous,
3893         toolbar_content_get_child_requisition,
3894         toolbar_content_is_placeholder, toolbar_content_disappearing,
3895         toolbar_content_get_state, toolbar_content_child_visible,
3896         toolbar_content_get_goal_allocation,
3897         toolbar_content_get_allocation,
3898         toolbar_content_set_start_allocation,
3899         toolbar_content_get_start_allocation, toolbar_content_get_expand,
3900         toolbar_content_set_goal_allocation,
3901         toolbar_content_set_child_visible, toolbar_content_size_allocate,
3902         toolbar_content_set_state, toolbar_content_get_widget,
3903         toolbar_content_set_disappearing,
3904         toolbar_content_set_size_request,
3905         toolbar_content_toolbar_reconfigured,
3906         toolbar_content_retrieve_menu_item, 
3907         toolbar_content_new_tool_item, toolbar_content_destroy,
3908         toolbar_content_is_separator
3909
3910         Also fix #127092.
3911         
3912 Sat Jan 17 12:55:13 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3913
3914         * gtk/gtktoolitem.c (gtk_tool_item_finalize): don't leak the menu
3915         item ID.
3916
3917 Sat Jan 17 12:37:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3918
3919         * gtk/gtktoolbar.c (gtk_toolbar_finalize): Don't leak the
3920         overflow menu.
3921         
3922         * gtk/gtktoolbar.h (struct _GtkToolbar): Make some fields public. 
3923         [#127726]
3924
3925 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3926
3927         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModel): Added a
3928         has_editable field.
3929         (_gtk_file_system_model_add_editable): New function.
3930         (_gtk_file_system_model_remove_editable): New function.
3931         (gtk_file_system_model_get_value): Return appropriate values for
3932         the temporary editable row.
3933         (_gtk_file_system_model_get_info): Handle the editable row.
3934         (_gtk_file_system_model_get_path): Likewise.
3935
3936         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks):
3937         Removed an unused variable.
3938         (toolbar_button_new): Optionally show the button.
3939         (up_button_clicked_cb): Renamed from up_button_cb(), fixed prototype.
3940         (toolbar_create): Add a "New Folder" button for Save mode.
3941         (error_building_filename_dialog): New helper function.
3942         (gtk_file_chooser_default_get_paths): Use error_building_filename_dialog().
3943         (create_file_list): Connect to the "edited" signal of the text
3944         cell renderer.  Store the name column and text renderer in the
3945         impl structure.
3946         (renderer_edited_cb): New callback.
3947         (gtk_file_chooser_default_set_property): Show/hide the "New
3948         folder" button when the save action changes.
3949         (COMPARE_DIRECTORIES): Allow the info values to be NULL.
3950         (COMPARE_DIRECTORIES): Duh, use the list_model, not the
3951         tree_model.
3952         (get_list_file_info): Likewise!
3953         (list_icon_data_func): Handle the path being NULL.
3954         (new_folder_button_clicked): New callback.
3955         (list_name_data_func): If we are on the editable row, set the text
3956         to "Type name of new folder".
3957         (list_selection_changed): Handle the editable row.
3958         (list_mtime_data_func): Likewise.
3959
3960         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Return
3961         NULL, not FALSE.
3962         (gtk_file_system_unix_create_folder): Test the result of mkdir() correctly.
3963
3964 Fri Jan 16 23:59:01 2004  Matthias Clasen  <maclas@gmx.de>
3965
3966         The first part of the fix for #114351 (see also 
3967         gdk-pixbuf/ChangeLog and po/ChangeLog):
3968         
3969         * gtk/gtkintl.h: 
3970         * gdk/gdkintl.h: Define P_() for property blurbs and nicks.
3971
3972         * gdk/gdkdisplaymanager.c:
3973         * modules/input/gtkimcontextxim.c:
3974         * gtk/*.c:  Mark property blurbs and nicks with P_().
3975         
3976 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3977
3978         Fix #130969.
3979
3980         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): Added an
3981         editing_canceled signal.
3982
3983         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Create the
3984         "editing-canceled" signal.
3985         (gtk_cell_renderer_editing_canceled): New function.
3986
3987         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done):
3988         Call gtk_cell_renderer_editing_canceled().
3989
3990 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
3991
3992         * gtk/gtkfilechooserdefault.c
3993         (gtk_file_chooser_default_set_property): Do not allow setting
3994         select_multiple when in Save mode.
3995         (set_list_model): No need to nullify the list_model and
3996         sort_model.
3997         (gtk_file_chooser_default_get_paths): Handle folder mode as well.
3998         (get_paths_foreach): Likewise.
3999
4000         * gtk/gtkfilechooser.c (gtk_file_chooser_get_filename): Clarify
4001         documentation about folder mode.
4002         (gtk_file_chooser_get_uri): Likewise.
4003
4004 2004-01-16  Federico Mena Quintero  <federico@ximian.com>
4005
4006         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): New
4007         get_volume_for_path() method.
4008         (struct _GtkFileSystemIface): Finally removed the list_roots() and
4009         get_root_info() methods, and the "roots-changed" signal.
4010
4011         * gtk/gtkfilesystem.c (gtk_file_system_get_volume_for_path): New
4012         function.
4013         (gtk_file_system_list_roots): Removed.
4014         (gtk_file_system_get_root_info): Removed.
4015
4016         * gtk/gtkfilesystemunix.c
4017         (gtk_file_system_unix_get_volume_for_path): Implement.
4018         (get_root_volume): New helper function.
4019         (gtk_file_system_unix_list_volumes): Use get_root_volume().
4020         (gtk_file_system_unix_list_roots): Removed.
4021         (gtk_file_system_unix_get_root_info): Removed.
4022
4023         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_new): Don't
4024         accept a NULL root_path.
4025         (struct _GtkFileSystemModel): Add a field to remember the
4026         root_path.
4027         (_gtk_file_system_model_new): Store the root_path in the model
4028         structure.
4029         (find_and_ref_path): Stop going up the hierarchy at the root_path
4030         of the model.  Also, don't return prematurely when walking up the
4031         hierarchy.
4032
4033         * gtk/gtkfilechooserdefault.c (create_file_list): Sigh, restore
4034         the rules_hint.
4035         (struct _GtkFileChooserDefault): Added a current_volume_path field.
4036         (set_tree_model): New function; create the folder tree model here.
4037         (create_folder_tree): Don't create the model here.
4038         (set_list_model): Set the show_hidden flag on the list model.
4039
4040 Fri Jan 16 00:04:43 2004  Matthias Clasen  <maclas@gmx.de>
4041
4042         * gtk/gtknotebook.h:
4043         * gtk/gtknotebook.c (gtk_notebook_append_page): 
4044         * gtk/gtknotebook.c (gtk_notebook_append_page_menu): 
4045         * gtk/gtknotebook.c (gtk_notebook_prepend_page): 
4046         * gtk/gtknotebook.c (gtk_notebook_prepend_page_menu): 
4047         * gtk/gtknotebook.c (gtk_notebook_insert_page): 
4048         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Return the
4049         index of the newly inserted page.  (#130986, Olexiy Avramchenko) 
4050
4051 Thu Jan 15 23:17:14 2004  Matthias Clasen  <maclas@gmx.de>
4052
4053         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
4054         a 'newly-allocated' to hint that the list should be freed after
4055         use.
4056
4057 Wed Jan 14 18:01:52 2004  Jonathan Blandford  <jrb@gnome.org>
4058
4059         * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
4060         to after handling the button presses in the TreeView to avoid
4061         getting multiple selection_changes()
4062
4063 Wed Jan 14 21:16:20 2004  Matthias Clasen  <maclas@gmx.de>
4064
4065         * gtk/gtkimcontext.c: Documentation fix.  (#131335, Theppitak 
4066         Karoonboonyanan)
4067
4068 Wed Jan 14 21:00:49 2004  Matthias Clasen  <maclas@gmx.de>
4069
4070         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
4071         Don't leak name and stock_id.  (#131358, Morten Welinder)
4072
4073 Wed Jan 14 13:07:30 GMT 2004  Tony Gale <gale@gtk.org>
4074
4075         * docs/faq/gtk-faq.sgml: Updates to Section 5
4076
4077 Wed Jan 14 02:34:57 2004  Matthias Clasen  <maclas@gmx.de>
4078
4079         * gtk/gtkradioaction.c: Add a writable group property to align
4080         with the GtkRadioButton API.  (#129166, Olivier Andrieu) 
4081
4082 Tue Jan 13 14:48:27 GMT 2004  Tony Gale <gale@gtk.org>
4083
4084         * docs/faq/gtk-faq.sgml: Update info on using autoconf
4085
4086 Mon Jan 12 23:40:34 2004  Matthias Clasen  <maclas@gmx.de>
4087
4088         * tests/testmerge.c: Adjust to the new connect_proxy signals.
4089
4090         * gtk/gtkuimanager.c
4091         * gtk/gtkactiongroup.c
4092         * gtk/gtkaction.c: Move the connect_proxy and disconnect_proxy signals
4093         from GtkAction to GtkActionGroup and proxy it on GtkUIManager. This
4094         removes the confusion between the disconnect_/connect_proxy signals 
4095         and the (unrelated) virtual functions of the same name and aligns
4096         the setup with the pre_/post_activate signals.
4097
4098 2004-01-12  Jody Goldberg <jody@gnome.org>
4099
4100         * gtk/gtkaction.c (connect_proxy) : only connect activate for menus
4101           with no submenus otherwise it looks like we activate every time a
4102           submenu opens.
4103
4104 2004-01-12  Jody Goldberg <jody@gnome.org>
4105
4106         * gtk/gtkuimanager.c: Remove accidentially committed debug spew.
4107
4108 Sun Jan 11 01:55:07 2004  Matthias Clasen  <maclas@gmx.de>
4109
4110         * gtk/gtkaccelmap.c: Remove accidentally committed notification stuff. 
4111         (gtk_accel_map_lock_path): 
4112         (gtk_accel_map_unlock_path): Path locking can now be nested, a missing
4113         entry is silently created during lock_path(), and treated as an error 
4114         during unlock_path(). These changes have been requested by Tim Janik.
4115
4116 2004-01-10  Jody Goldberg <jody@gnome.org>
4117
4118         * gtk/gtkuimanager.c (d) : Add a debug macro to quiet the spew.
4119         s/merge_signals/ui_manager_signals/ for readability.
4120         (gtk_ui_manager_class_init) : add pre_activate and post_activate
4121           signals.
4122         (cb_proxy_pre_activate) : new.
4123         (cb_proxy_post_activate) : new.
4124         (gtk_ui_manager_insert_action_group) : connect the proxies for
4125           GtkActionGroup::pre/post_activate
4126         (gtk_ui_manager_remove_action_group) : disconnect them.
4127
4128         * gtk/gtkactiongroup.c (gtk_action_group_class_init) : add
4129           'sensitive', and 'visible' properties.  Also add pre_activate and
4130           post_activate signals to help deal with activations at a higher
4131           level (eg GtkUIManager)
4132         (gtk_action_group_init) : init sensitive and visible
4133         (gtk_action_group_set_property) : add sensitive and visible
4134         (gtk_action_group_get_property) : add sensitive and visible
4135         (gtk_action_group_get_sensitive) : new.
4136         (gtk_action_group_get_visible) : new.
4137         (cb_set_action_sensitivity) : new with minor optimization that only
4138           signals sensitivity changes if the action could possibly change.
4139         (cb_set_action_visiblility) : ditto.
4140         (gtk_action_group_set_sensitive) : new.  walk the actions directly
4141           rather than using notify::sensitive because that is simpler, easier
4142           to read, and more efficient.
4143         (gtk_action_group_set_visible) : ditto.
4144         (gtk_action_group_add_action) : Each action can only be in 1 group,
4145           set GtkAction::action_group.
4146         (gtk_action_group_remove_action) : clear it.
4147         (gtk_action_group_add_toggle_actions_full) : warning suppression.
4148         (gtk_action_group_add_radio_actions_full) : warning suppression.
4149         (_gtk_action_group_emit_pre_activate) : new protected routine for use
4150           by GtkAction.
4151         (_gtk_action_group_emit_post_activate) : ditto.
4152
4153         * gtk/gtkaction.c (gtk_action_class_init) : add 'action_group' property.
4154         (gtk_action_init) : initialize it.
4155         (gtk_action_get_property) : get.
4156         (gtk_action_set_property) : set it via
4157         (gtk_action_set_action_group) : new function.
4158         (gtk_action_sync_sensitivity) : new routine to sync proxy sensitivity
4159           with the logical sensitivity (action & group) rather than the simple
4160           action::sensitivity.
4161         (gtk_action_sync_visible) : use gtk_action_is_visible to handle
4162           logical visibility (action & group) rather than the simple
4163           action::visible.  Use widget show/hide directly.
4164         (connect_proxy) : handle the custom sensitivity handler.
4165           Make the TOOL_BUTTON signals more general and support TOOL_ITEM
4166           directly, with special cases for TOOL_BUTTON.  Still not especially
4167           good it might be useful to handle label/use_underline by parmspec
4168           lookup.  Those are likely to be implemented by custom types, and are
4169           assumed to exist in GtkToolItem.
4170         (disconnect_proxy) : disconnect the new sensitivity handler.
4171         (_gtk_action_emit_activate) : add pre/post signals.
4172         (gtk_action_activate) : use logical sensitivity.
4173         (gtk_action_is_sensitive) : logical sensitivity.
4174         (gtk_action_get_sensitive) : actual sensitivity.
4175         (closure_accel_activate) : use logical sensitivity.
4176
4177 Fri Jan  9 22:23:45 2004  Matthias Clasen  <maclas@gmx.de>
4178
4179         * gtk/gtkuimanager.c: Introduce a new parser state for 
4180         accelerator elements to avoid misparsing files containing 
4181         such elements.  (#131035, Morten Welinder)
4182
4183 Fri Jan  9 11:58:47 2004  Manish Singh  <yosh@gimp.org>
4184
4185         * gdk-pixbuf/gdk-pixbuf-io.c: #include <unistd.h> for unlink()
4186
4187 Fri Jan  9 15:28:21 GMT 2004  Tony Gale <gale@gtk.org>
4188
4189         * docs/faq/gtk-faq.sgml: update GtkEntry filter code example
4190
4191 Fri Jan  9 00:34:57 2004  Matthias Clasen  <maclas@gmx.de>
4192
4193         * gtk/gtkuimanager.h:
4194         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): New function to
4195         obtain a list of toplevel widgets constructed by the ui manager.
4196
4197         * gtk/gtkuimanager.h (GtkUIManagerItemType): Change to flags, so that 
4198         the values can be combined for gtk_ui_manager_get_toplevels().
4199
4200         * tests/testmerge.c: Add a "Dump toplevels" button to test 
4201         gtk_ui_manager_get_toplevels().
4202
4203 Wed Jan  7 23:20:06 2004  Matthias Clasen  <maclas@gmx.de>
4204
4205         * demos/gtk-demo/Makefile.am (demos): Add entry_completion.c
4206         
4207         * demos/gtk-demo/entry_completion.c: New demo for GtkEntryCompletion 
4208         by Anders Carlsson  (#130464).
4209
4210 Wed Jan  7 23:07:28 2004  Matthias Clasen  <maclas@gmx.de>
4211
4212         * gtk/gtkmain.h: 
4213         * gtk/gtkmain.c (gtk_events_pending): Change the return value from 
4214         gint to gboolean.  (#130718, reported by Johannes Weißl)
4215
4216 Wed Jan  7 23:03:32 2004  Matthias Clasen  <maclas@gmx.de>
4217
4218         * gtk/gtkactiongroup.h: 
4219         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
4220         Remove the redundant name and stock_id parameters, adjust all callers.
4221
4222 Wed Jan  7 22:20:20 2004  Matthias Clasen  <maclas@gmx.de>
4223
4224         * gtk/gtkaction.h: 
4225         * gtk/gtkaction.c (gtk_action_new):  
4226         * gtk/gtktoggleaction.h: 
4227         * gtk/gtktoggleaction.c (gtk_toggle_action_new): 
4228         * gtk/gtkradioaction.h: 
4229         * gtk/gtkradioaction.c (gtk_radio_action_new): Add creation 
4230         functions for actions.
4231
4232         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
4233         (gtk_action_group_add_toggle_actions_full): 
4234         (gtk_action_group_add_radio_actions_full): and use the
4235         new functions here.  (#125322, Patch by Jeff Frank)
4236
4237 Wed Jan  7 21:42:49 2004  Matthias Clasen  <maclas@gmx.de>
4238
4239         * gtk/gtkaccelmap.c (gtk_accel_map_lock_path): Fix grammar of 
4240         docs.
4241
4242 2004-01-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>
4243
4244         * gtk/gtkfilechooserdefault.c: (shortcuts_insert_path),
4245         (shortcuts_append_home), (shortcuts_append_desktop),
4246         (shortcuts_append_paths), (shortcuts_add_volumes),
4247         (shortcuts_append_bookmarks), (create_shortcuts_model),
4248         (gtk_file_chooser_default_add_shortcut_folder): add REMOVABLE column
4249         to the shortcuts_model.
4250
4251         (remove_bookmark_button_clicked_cb),
4252         (bookmarks_check_remove_sensitivity): use REMOVABLE column to check if
4253         bookmarks can be removed. Fixes #129873
4254
4255 Wed Jan  7 02:50:55 2004  Matthias Clasen  <maclas@gmx.de>
4256
4257         * demos/testpixbuf-save.c: Make s, S, Control-S, p, P, Control-P,
4258         i, I, Control-I test gdk_pixbuf_save(), gdk_pixbuf_save_to_buffer()
4259         and gdk_pixbuf_save_to_callback() with jpeg, png and ico formats, 
4260         respectively. Tests #82203.
4261
4262 2004-01-06  Federico Mena Quintero  <federico@ximian.com>
4263
4264         * gtk/gtkfilesel.c (gtk_file_selection_create_dir_confirmed): Use
4265         0777 as the mode for mkdir() and let the umask do the right
4266         thing.  Fixes #121819.
4267
4268         * gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root()
4269         can return NULL; handle this.  Fixes #129565.
4270
4271 2004-01-06  Alexander Winston  <alexander.winston@comcast.net>
4272
4273         * gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
4274         that proceeded the end-of-sentence punctuation. Fixes: #130353.
4275
4276 2004-01-06  Jody Goldberg <jody@gnome.org>
4277
4278         * gtk/gtktoolitem.c (gtk_tool_item_set_property) : Call 
4279           gtk_tool_item_set_visible_vertical for PROP_VISIBLE_VERTICAL.
4280
4281 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
4282
4283         * gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
4284         call shortcuts_add_bookmarks() here.
4285         (remove_bookmark_button_clicked_cb): Ahem, fetch the selected
4286         iter.
4287         (shortcuts_append_paths): Don't display error dialogs here.
4288         (create_file_list): Remove the @#$% rules hint.
4289
4290 2004-01-05  Federico Mena Quintero  <federico@ximian.com>
4291
4292         * gtk/gtkfilechooserdefault.c (toolbar_button_new): New helper
4293         function.
4294         (toolbar_create): Do not use a toolbar widget, just an hbox
4295         instead.  Add the bookmarks buttons and the current folder label
4296         here.
4297         (create_filename_entry_and_filter_combo): Create the filter combo
4298         here.
4299         (filter_create): Don't show the filter combo initially.
4300         (up_button_cb): Renamed from toolbar_up_cb().
4301         (create_shortcuts_buttons): Removed.
4302
4303 2004-01-05  Murray Cumming  <murrayc@usa.net>
4304
4305         * gdk/gdkimage.h: Added <public> documentation to the struct, as
4306         suggested by Owen Taylor.
4307
4308 2004-01-05  Jody Goldberg <jody@gnome.org>
4309
4310         * gtk/gtkiconfactory.c (get_default_icons) : add stock indent, unindent
4311           I would have prefered outdent, but compatibility seems more
4312           important.
4313         * gtk/gtkstock.c (builtin_items) : ditto.
4314         * gtk/gtkstock.h : ditto.
4315         * gtk/stock-icons/Makefile.am : ditto.
4316         * gtk/stock-icons/stock_text_indent_16.png :
4317         * gtk/stock-icons/stock_text_indent_24.png :
4318         * gtk/stock-icons/stock_text_unindent_16.png :
4319         * gtk/stock-icons/stock_text_unindent_24.png : from gnome-icon-theme
4320
4321 Sun Jan  4 15:29:04 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4322
4323         * gtk/gtkradiotoolbutton.[ch]
4324         (gtk_radio_tool_button_new_with_stock_from_widget): Change API so
4325         group is a GtkRadioButton, not a GtkWidget.
4326
4327 2004-01-04  Hans Breuer  <hans@breuer.org>
4328
4329         * gdk/win32/gdkwindow-win32.c : use SWP_NOACTIVATE in 
4330         gdk_window_set_keep_(above|below) to make DND work again.
4331         Thanks to Alif Wahid for noticing.
4332
4333         * gdk/gdk.def : update externals
4334
4335         * gtk/gtkfilesystemwin32.c : adapt to GtkFileSystemIFace changes
4336
4337         * gtk/gtk-stock.[hc] gtk/gtkiconfactory.c 
4338           gtk/stock-icons/Makefile.am gtk/stock-icons/makefile.msc :
4339           gtk/stock-icons/stock_harddisk_16.png 
4340           gtk/stock-icons/stock_harddisk_24.png 
4341         Harddisk stock icons for file system implementations. Beside
4342         FLOPPY and CDROM there is now HARDDISK, probably some 
4343         GTK_STOCK_NETWORK would be useful, but I could not find one.
4344
4345 Sat Jan  3 11:39:42 2004  Manish Singh  <yosh@gimp.org>
4346
4347         * gtk/gtkclipboard.c: Update freedesktop.org clipboard doc link.
4348         Patch from Andrew Moise (#130462).
4349
4350 2004-01-01  Jody Goldberg <jody@gnome.org>
4351
4352         * gtk/gtkaction.c (_GtkActionPrivate) : add visible_horizontal,
4353           visible_vertical.
4354         (gtk_action_class_init) : here.
4355         (gtk_action_init) : here.
4356         (gtk_action_set_property) : here.
4357         (gtk_action_get_property) : here.
4358         (connect_proxy) : and here.
4359
4360 2003-12-30  Jody Goldberg <jody@gnome.org>
4361
4362         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel) :  new
4363           utility routine for use in derived GtkActions with the replicated code
4364           from.
4365         (gtk_action_group_add_actions_full) : here.
4366         (gtk_action_group_add_toggle_actions_full) : here.
4367         (gtk_action_group_add_radio_actions_full) : and here.
4368
4369 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
4370
4371         * configure.in: Added "bn" to ALL_LINGUAS.
4372
4373 2004-01-01  Taneem Ahmed  <taneem@bengalinux.org>
4374
4375         * bn.po: Added Bangla translation by 
4376         of Ankur group <gnome-translation@bengalinux.org>.
4377
4378 Fri Jan  2 02:50:11 2004  Matthias Clasen  <maclas@gmx.de>
4379
4380         * gtk/gtkcalendar.c (gtk_calendar_compute_days): 
4381         * gtk/gtkcalendar.c (gtk_calendar_paint_day_names): 
4382         * gtk/gtkcalendar.c (gtk_calendar_init): Changes to support 
4383         week_start values other than 0 and 1, e.g. 6 will let weeks start
4384         on Saturday.  (#130349, Roozbeh Pournader) 
4385
4386 2003-12-31 13:49 Daniel Rogers <dsrogers@phasevelocity.org>
4387
4388         * gdk/x11/gdkinput-x11.c: (gdk_input_translate_coordinates)
4389         
4390         Fix to allow reasonable pointer behavior in window mode when an
4391         extended input device reports an incorrect resolution of 0.  Fixes
4392         bug #123546
4393         
4394 2003-12-31  Christian Neumair  <chris@gnome-de.org>
4395
4396         * gdk-pixbuf/gdk-pixdata.c: (gdk_pixbuf_from_pixdata):
4397         * gtk/gtkfilechooserdefault.c: (list_size_data_func): Use ngettext for
4398         plurals (#123847).
4399
4400 Wed Dec 31 02:05:39 2003  Matthias Clasen  <maclas@gmx.de>
4401
4402         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): 
4403         (gtk_action_group_add_toggle_actions_full):
4404         (gtk_action_group_add_radio_actions_full): Pull accelerator key
4405         from the stock item if stock_id is given, but accelerator 
4406         not.  (Noticed by Jeff Franks and Jody Goldberg)
4407
4408         * tests/testmerge.c: Remove the accelerator from the "Open" entry
4409         to test the above change.
4410         
4411 2003-12-29  Federico Mena Quintero  <federico@ximian.com>
4412
4413         Make show_all() work for the extra and preview widgets; reported
4414         by Paolo Maggi.
4415
4416         * gtk/gtkfilechooserdefault.c (set_preview_widget): show_all() the
4417         preview widget.
4418         (set_extra_widget): show_all() the extra widget.
4419
4420 Mon Dec 29 12:22:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4421
4422         * gtk/gtkuimanager.c (do_updates): 
4423         * gtk/gtktoolbar.c (slide_idle_handler): 
4424         * gtk/gtkdnd.c (gtk_drag_update_idle): 
4425
4426         Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle
4427         functions. (#130157, patch from Olexiy Avramchenko).
4428         
4429 2003-12-29  Anders Carlsson  <andersca@gnome.org>
4430
4431         * gtk/gtkradiotoolbutton.c:
4432         * gtk/gtkradiotoolbutton.h:
4433         * gtk/gtkseparatortoolitem.c:
4434         * gtk/gtkseparatortoolitem.h:
4435         * gtk/gtktoggletoolbutton.c:
4436         * gtk/gtktoggletoolbutton.h:
4437         * gtk/gtktoolbar.c:
4438         * gtk/gtktoolbar.h:
4439         * gtk/gtktoolbutton.c:
4440         * gtk/gtktoolbutton.h:
4441         * gtk/gtktoolitem.c:
4442         * gtk/gtktoolitem.h:
4443         Update my e-mail address.
4444         
4445 Mon Dec 29 01:36:22 2003  Matthias Clasen  <maclas@gmx.de>
4446
4447         * gtk/gtkaccelmap.[hc]: (gtk_accel_map_lock_path, 
4448         gtk_accel_map_unlock_path): Add a way to lock individual accelerator
4449         paths.  (#73207, reported by Havoc Pennington)
4450
4451 Sat Dec 27 23:17:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4452
4453         * gtk/gtktoolbar.c (slide_idle_handler): use CHILD_VISIBLE
4454         instead of VISIBLE to determine whether we should stop
4455         sliding. (#130018, reported by Christian Persch).
4456
4457 Fri Dec 26 23:24:35 2003  Matthias Clasen  <maclas@gmx.de>
4458
4459         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
4460         Don't use first_action without initializing it if n_entries is 0.
4461
4462 Thu Dec 25 00:26:34 2003  Matthias Clasen  <maclas@gmx.de>
4463
4464         * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
4465         Add the missing _get_ to the name of the non-Xcursor version of
4466         this function.  (noticed by Torsten Schoenfeld)
4467
4468 Tue Dec 23 22:34:50 2003  Manish Singh  <yosh@gimp.org>
4469
4470         * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
4471         muppet.
4472
4473 2003-12-24  Jody Goldberg <jody@gnome.org>
4474
4475         * gtk/gtkactiongroup.h : Add some const to the char * in
4476           GtkActionEntry*.  We're reccomending people pass static strings to
4477           them, and not freeing them.  This stems to flood of warnings that
4478           result.
4479         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) : change
4480           temp vars to const to match above.
4481         (gtk_action_group_add_toggle_actions_full) : ditto.
4482         (gtk_action_group_add_radio_actions_full) : ditto.
4483
4484 Wed Dec 24 01:12:53 2003  Matthias Clasen  <maclas@gmx.de>
4485
4486         * gtk/gtkclipboard.[hc]: Add GtkClipboardTargetReceivedFunc,
4487         gtk_clipboard_request_targets() and 
4488         gtk_clipboard_wait_for_targets().  (#101774, Dom Lachowicz)
4489
4490 Mon Dec 22 00:40:39 2003  Matthias Clasen  <maclas@gmx.de>
4491
4492         * gtk/gtkcalendar.c (gtk_calendar_paint_arrow): Use 
4493         gtk_paint_arrow instead of draw_arrow_left/draw_arrow_right.
4494         * gtk/gtkcalendar.c (draw_arrow_left):
4495         (draw_arrow_right): Removed. 
4496         * gtk/gtkcalendar.c (gtk_calendar_realize_arrows): 
4497         * gtk/gtkcalendar.c (gtk_calendar_state_changed): Set the
4498         arrow_state to GTK_STATE_INSENSITIVE if the calendar is 
4499         insensitive.  (#97376)
4500
4501 Sun Dec 21 23:17:01 2003  Matthias Clasen  <maclas@gmx.de>
4502
4503         * gtk/gtkuimanager.c (update_node): 
4504         (update_smart_separators): 
4505         (_gtk_menu_is_empty): 
4506         (find_menu_position): 
4507         * gtk/gtktreeview.c (gtk_tree_view_search_dialog_destroy): 
4508         * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): 
4509         (gtk_combo_box_relayout): Fix memory leaks caused by the
4510         failure to free the result of gtk_container_get_children().
4511
4512 Sun Dec 21 17:34:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4513
4514         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): Set the right
4515         properties when the window becomes a toplevel. When a window that
4516         was previously a toplevel becomes a toplevel again, restore its
4517         window type. Also make sure the focus window is removed from the
4518         XID hash when it is destroyed. (#117579, reported by Morten
4519         Welinder, patch reviewed by Owen Taylor).
4520
4521 Sun Dec 21 01:54:40 2003  Matthias Clasen  <maclas@gmx.de>
4522
4523         * gtk/gtkmenushell.h: 
4524         * gtk/gtkmenushell.c (gtk_menu_shell_cancel): New function 
4525         to emit the "cancel" signal on a menu shell.
4526
4527         * gtk/gtkmenu.c (gtk_menu_key_press): 
4528         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_menu): 
4529         * gtk/gtkmenubar.c (_gtk_menu_bar_cycle_focus): Use the 
4530         new function instead of directly emitting the 
4531         signal.  (#81803, Owen Taylor)
4532
4533 Sun Dec 21 00:39:50 2003  Matthias Clasen  <maclas@gmx.de>
4534
4535         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
4536         Fix the "language_set" blurb.  
4537         
4538 Sat Dec 20 22:06:03 2003  Kristian Rietveld  <kris@gtk.org>
4539
4540         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): do not invalidate
4541         all of treeview when resizing (#110074, patch from Soeren Sandmann).
4542
4543 Fri Dec 19 23:36:00 2003  Kristian Rietveld  <kris@gtk.org>
4544
4545         Fixes #108458.
4546
4547         * gtk/gtkcelllayout.[ch]: added a reorder method.
4548
4549         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_init),
4550         (gtk_tree_view_column_cell_layout_reorder): implement reorder.
4551
4552         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_init),
4553         (gtk_cell_view_cell_layout_reorder): ditto.
4554
4555         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_init),
4556         (gtk_combo_box_cell_layout_reorder): ditto.
4557
4558         * gtk/gtkentrycompletion.c (gtk_entry_completion_cell_layout_init),
4559         (gtk_entry_completion_reorder): ditto.
4560
4561 Fri Dec 19 22:18:19 2003  Kristian Rietveld  <kris@gtk.org>
4562
4563         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): use strstr
4564         instead of strcmp (#117127, suggestion from Soeren Sandmann).
4565
4566 Fri Dec 19 21:52:46 2003  Kristian Rietveld  <kris@gtk.org>
4567
4568         * gtk/gtkmenu.c (gtk_menu_do_insert): move item insertion logic
4569         here from gtk_menu_real_insert(),
4570         (gtk_menu_real_insert): just call gtk_menu_do_insert(),
4571         (gtk_menu_reorder_child): run _do_insert after inserting the child
4572         (unbreaks _reorder_child, reported by Tim Janik).
4573
4574 2003-12-19  Federico Mena Quintero  <federico@ximian.com>
4575
4576         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use
4577         g_date_strftime() for UTF-8 correctness; use Julian dates to
4578         simplify the function.
4579
4580 Fri Dec 19 01:47:34 2003  Matthias Clasen  <maclas@gmx.de>
4581
4582         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): 
4583         Test extra_width, not extra_height, when determining whether to
4584         set extra_width.  (#129647, Jan Arne Petersen)
4585
4586 Fri Dec 19 01:35:34 2003  Matthias Clasen  <maclas@gmx.de>
4587
4588         Fix the behaviour of insensitive actions, which was broken
4589         when gtk_action_activate() was changed to pay attention to 
4590         sensitivity  (#129557, Christian Persch)
4591         
4592         * gtk/gtkaction.h: 
4593         * gtk/gtkaction.c (_gtk_action_emit_activate): New auxiliary
4594         function to emit an activate signal without regard to sensitivity.
4595
4596         * gtk/gtkradioaction.c: 
4597         * gtk/gtktoggleaction.c: Always use _gtk_action_emit_activate()
4598         instead of gtk_action_activate().
4599
4600 2003-12-18  Jody Goldberg <jody@gnome.org>
4601
4602         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon)) : Add a sanity test
4603           to ensure that the base hicolor theme is installed.  Silently
4604           failing to produce icons that apps assume exist in the theme seems
4605           like a bad idea.
4606
4607 Thu Dec 18 19:13:12 2003  Kristian Rietveld  <kris@gtk.org>
4608
4609         Fixes #110249, reworked patch from Joshua N Pritikin.
4610
4611         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_type),
4612         (gtk_tree_model_sort_tree_drag_source_init),
4613         (gtk_tree_model_sort_row_draggable),
4614         (gtk_tree_model_sort_drag_data_get),
4615         (gtk_tree_model_sort_drag_data_delete): implement GtkTreeDragSource.
4616
4617         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_type),
4618         (gtk_tree_model_filter_tree_drag_source_init),
4619         (gtk_tree_model_filter_row_draggable),
4620         (gtk_tree_model_filter_drag_data_get),
4621         (gtk_tree_model_filter_drag_data_delete): ditto.
4622
4623 Thu Dec 18 18:01:01 2003  Kristian Rietveld  <kris@gtk.org>
4624
4625         * gtk/gtktreeview.c (gtk_tree_view_class_init): add key bindings
4626         for "*" and "/" (expand/collapse all). (#110195, reported by
4627         Calum Benson).
4628
4629 Thu Dec 18 17:52:56 2003  Kristian Rietveld  <kris@gtk.org>
4630
4631         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
4632         clear the extra_attrs list if we set "text" after "markup".
4633         (Fixes #121933, Federico Mena Quintero).
4634
4635 2003-12-18  Alexander Larsson  <alexl@redhat.com>
4636
4637         * gtk/gtkicontheme.c (gtk_icon_info_get_embedded_rect):
4638         Fix typo that used the wrong x/y values for the x1, y1 point
4639         (#129605)
4640
4641 Thu Dec 18 01:41:50 2003  Kristian Rietveld  <kris@gtk.org>
4642
4643         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
4644         (gtk_cell_renderer_text_finalize),
4645         (gtk_cell_renderer_text_get_property),
4646         (gtk_cell_renderer_text_set_property), (get_layout): added language
4647         and language_set properties like GtkTextTag has. (#103800, reported
4648         by Owen Taylor).
4649
4650 Thu Dec 18 01:37:59 2003  Matthias Clasen  <maclas@gmx.de>
4651
4652         * gtk/gtkwidget.c (gtk_widget_activate): Correct misleading docs.
4653         * gtk/gtkbutton.c (gtk_button_class_init): Add docs for the 
4654         "activate" signal.  (#129358, Ka-Hing Cheung)
4655
4656 Thu Dec 18 01:21:59 2003  Kristian Rietveld  <kris@gtk.org>
4657
4658         * gtk/gtktreeview.c (gtk_tree_view_class_init): Jonathan got
4659         the logical flag backwards in the expand_collapse_cursor_row
4660         bindings, fixing.
4661         (gtk_tree_view_real_expand_collapse_cursor_row): invert expand
4662         flag when !logical and in RTL. (Fixes #107527, reported by
4663         Noah Levitt).
4664
4665 Thu Dec 18 01:10:16 2003  Kristian Rietveld  <kris@gtk.org>
4666
4667         * gtk/gtktreeview.c (gtk_tree_view_button_press): only start
4668         editing when activated by the left mouse button. (#106869,
4669         patch from Evan Martin).
4670
4671 Thu Dec 18 00:57:18 2003  Kristian Rietveld  <kris@gtk.org>
4672
4673         Migrating all cell renderers to use the new instance private data
4674         construction.
4675
4676         * gtk/gtktreeprivate.h: remove GtkCellRendererInfo, as it is no
4677         longer being used.
4678
4679         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init),
4680         (gtk_cell_renderer_class_init), (gtk_cell_renderer_get_property),
4681         (set_cell_bg_color), (gtk_cell_renderer_render): remove old
4682         GtkCellRendererInfo handling, migrate to instance private data.
4683
4684         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_editing_done),
4685         (gtk_cell_renderer_text_start_editing): moved focus_out_id
4686         from GtkCellRendererInfo to text renderer private data.
4687
4688         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_init),
4689         (gtk_cell_renderer_pixbuf_class_init),
4690         (gtk_cell_renderer_pixbuf_finalize),
4691         (gtk_cell_renderer_pixbuf_get_property),
4692         (gtk_cell_renderer_pixbuf_set_property),
4693         (gtk_cell_renderer_pixbuf_create_stock_pixbuf),
4694         (gtk_cell_renderer_pixbuf_get_size), (gtk_cell_renderer_pixbuf_render):
4695         migrate to instance private data.
4696
4697         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init),
4698         (gtk_cell_renderer_toggle_get_property),
4699         (gtk_cell_renderer_toggle_set_property),
4700         (gtk_cell_renderer_toggle_render): migrate to instance private data.
4701
4702 Thu Dec 18 00:24:32 2003  Kristian Rietveld  <kris@gtk.org>
4703
4704         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
4705         (gtk_cell_renderer_text_get_property),
4706         (gtk_cell_renderer_text_set_property), (get_layout): add a
4707         single-paragraph-mode property, use private instance data.
4708         (Fixes #114943, reported by Morten Welinder).
4709
4710 Thu Dec 18 00:07:01 2003  Kristian Rietveld  <kris@gtk.org>
4711
4712         * gtk/gtktreemodel.h (gtk_tree_path_new_root),
4713         (gtk_tree_model_get_iter_root): now deprecated (#106953, reported
4714         by Matthias Clasen).
4715
4716 Wed Dec 17 23:50:56 2003  Kristian Rietveld  <kris@gtk.org>
4717
4718         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
4719         if we set a new stock_id and there was a previous stock_id, unref
4720         the pixbuf (since it was used to renderer the previous stock_id
4721         and stock_id might have been set to NULL now). (Fixes #122966).
4722
4723 2003-12-17  Marco Pesenti Gritti  <marco@gnome.org>
4724
4725         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_get_iter):
4726
4727         Check that index is not bigger than level array length
4728         also when depth is 1. Now get_iter_first correctly return
4729         FALSE when the model is empty (#129411).
4730
4731 Wed Dec 17 23:31:19 2003  Kristian Rietveld  <kris@gtk.org>
4732
4733         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): only
4734         try to strcmp or strlen if we managed to normalize and casefold
4735         the string correctly. Fixes crashes with non-UTF8 strings.
4736         (#121617, Patch from Tim-Philipp Müller).
4737
4738 Wed Dec 17 23:20:23 2003  Matthias Clasen  <maclas@gmx.de>
4739
4740         * gtk/gtkexpander.c (gtk_expander_animation_timeout): Add missing
4741         GDK_THREADS_ENTER()/GDK_THREADS_LEAVE().
4742         * gtk/gtkcalendar.c, gtk/gtkclist.c, gtk/gtkexpander.c, 
4743         gtk/gtklist.c, gtk/gtknotebook.c, gtk/gtkselection.c, 
4744         gtk/gtkspinbutton.c: Cast second argument to g_timeout_add() to
4745         GSourceFunc instead of GtkFunction.  (#129525, Olexiy Avramchenko) 
4746
4747 Wed Dec 17 23:16:45 2003  Kristian Rietveld  <kris@gtk.org>
4748
4749         * gtk/gtktreeview.c (gtk_tree_view_button_press): fix compile warning.
4750         (#122727, patch from Kjartan Maraas).
4751
4752 Wed Dec 17 21:23:01 2003  Kristian Rietveld  <kris@gtk.org>
4753
4754         Yay! Fixed height mode! Hooray! (Part 2 of #80868).
4755
4756         * gtk/gtktreeview.c (gtk_tree_view_class_init),
4757         (gtk_tree_view_init), (gtk_tree_view_set_property),
4758         (gtk_tree_view_get_property), (gtk_tree_view_set_model): add a
4759         fixed_height_mode property,
4760         (intialize_fixed_height_mode), (do_validate_rows),
4761         (column_sizing_notify), (gtk_tree_view_set_fixed_height_mode),
4762         (gtk_tree_view_style_set), (gtk_tree_view_row_changed),
4763         (gtk_tree_view_row_inserted), (gtk_tree_view_remove_column),
4764         (gtk_tree_view_insert_column): implement fixed height mode,
4765         (gtk_tree_view_append_column), (gtk_tree_view_insert_column),
4766         (gtk_tree_view_insert_column_with_attributes),
4767         (gtk_tree_view_insert_column_with_data_func): update docs.
4768
4769         * gtk/gtktreeprivate.h: add two fields to GtkTreePrivate.
4770
4771 2003-12-07  Murray Cumming  <murrayc@usa.net>
4772  
4773         * gtk/gtktreemodel.c:
4774         (row_inserted_marshal, row_deleted_marshal, rows_reorderered_marshal)
4775         Actually call the default signal handlers instead of calling the
4776         marshallers themselves in an endless loop. These default signal handler
4777         callbacks are not actually set so this is only noticed by gtkmm at
4778         the moment. Bug 123923.
4779
4780 2003-12-16  Federico Mena Quintero  <federico@ximian.com>
4781
4782         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
4783         "volumes-changed" signal.  Added the following methods:
4784                 list_volumes
4785                 volume_free
4786                 volume_get_base_path
4787                 volume_get_is_mounted
4788                 volume_mount
4789                 volume_get_display_name
4790                 volume_render_icon
4791
4792         * gtk/gtkfilesystem.c (gtk_file_system_base_init): Create the
4793         "volumes-changed" signal.
4794         (gtk_file_system_list_volumes): New function.
4795         (gtk_file_system_volume_free): New function.
4796         (gtk_file_system_volume_get_base_path): New function.
4797         (gtk_file_system_volume_get_is_mounted): New function.
4798         (gtk_file_system_volume_mount): New function.
4799         (gtk_file_system_volume_get_display_name): New function.
4800         (gtk_file_system_volume_render_icon): New function.
4801
4802         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_free): Implement.
4803         (gtk_file_system_unix_volume_get_base_path): Implement.
4804         (gtk_file_system_unix_volume_get_is_mounted): Implement.
4805         (gtk_file_system_unix_volume_mount): Implement.
4806         (gtk_file_system_unix_volume_get_display_name): Implement.
4807         (gtk_file_system_unix_volume_render_icon): Implement.
4808
4809         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
4810         Added a field for the "volumes-changed" signal connection.
4811         (gtk_file_chooser_default_set_property): Connect to
4812         "volumes-changed" on the file system.
4813         (gtk_file_chooser_default_finalize): Disconnect from
4814         "volumes-changed".
4815
4816         * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): New helper
4817         function.
4818         (shortcuts_get_index): New helper function.
4819         (shortcuts_insert_path): Can now insert volumes as well as paths.
4820         (shortcuts_append_paths): Don't take is_file_system_root.
4821         (shortcuts_add_volumes): New function.
4822         (shortcuts_append_file_system_roots): Removed.
4823         (create_shortcuts_model): Use shortcuts_add_volumes().
4824         (remove_bookmark_button_clicked_cb): Check that the index is
4825         within range.
4826         (bookmarks_check_add_sensitivity): Take volumes into account.
4827         (shortcuts_get_selected_index): New helper function.
4828         (remove_bookmark_button_clicked_cb): Use
4829         shortcuts_get_selected_index().
4830         (bookmarks_check_remove_sensitivity): Likewise.
4831         (shortcuts_select_func): Likewise.
4832         (shortcuts_row_activated_cb): Handle volumes as well as normal
4833         paths.
4834         (shortcuts_activate_volume): New function.
4835         (struct _GtkFileChooserDefault): Removed the bookmarks_set and
4836         bookmarks_iter fields.
4837         (shortcuts_append_bookmarks): Use shortcuts_remove_rows().
4838         (bookmarks_changed_cb): Use shortcuts_add_bookmarks().
4839         (remove_bookmark_rows): Removed.
4840         (shortcuts_add_bookmarks): New function; moved most of the code
4841         over from shortcuts_append_bookmarks().
4842         (shortcuts_append_bookmarks): Add the separator node here, and
4843         then call shortcuts_add_bookmarks().
4844
4845 Tue Dec 16 15:01:10 2003  Manish Singh  <yosh@gimp.org>
4846
4847         * gtk/gtkfilechooserwidget.c: fix preprocessor conditional confusion.
4848         (G_OS_UNIX/G_OS_WIN32 stuff)
4849
4850 Tue Dec 16 01:46:46 2003  Matthias Clasen  <maclas@gmx.de>
4851
4852         Do not interpret distant clicks as double-clicks  (#116541,
4853         Bernhard Walle):
4854         
4855         * gdk/gdkdisplay.h (struct GdkDisplay): Add new fields
4856         double_click_distance, button_x and button_y.
4857         * gdk/gdkdisplay.c (gdk_display_init): Initialize the new fields.
4858
4859         * gdk/gdkdisplay.h: 
4860         * gdk/gdkevents.c (gdk_display_set_double_click_distance): 
4861         New function to set the double click distance on a display.
4862
4863         * gdk/gdkevents.c: Take double click distance into account
4864         when generating single, double or triple clicks.
4865
4866         * gtk/gtksettings.c: Add new setting "gtk-double-click-distance".
4867
4868         * gdk/x11/gdkevents-x11.c: Add the XSetting 
4869         "Net/DoubleClickDistance" and map it to "gtk-double-click-distance".
4870
4871 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
4872
4873         * gtk/gtkdialog.c: Sigh, revert the change.
4874
4875 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
4876
4877         * gtk/gtkdialog.c (dialog_has_cancel): Removed.
4878         (gtk_dialog_close): Don't call dialog_has_cancel().  At least
4879         allows sane behavior for #101293.
4880
4881 Mon Dec 15 00:56:54 2003  Matthias Clasen  <maclas@gmx.de>
4882
4883         * gtk/gtkbutton.[hc]: Add new properties, xalign and yalign, with
4884         getter and setter gtk_button_[sg]et_alignment(), to set the
4885         alignment of the child.  (#70961, Jody Goldberg)
4886
4887 2003-12-14  Hans Breuer  <hans@breuer.org>
4888
4889         * gtk/gtkprivate.h gtk/gtkmain.c : handle GTK_DATADIR
4890         similar as the other filesystem placement 'constants' (dynamic
4891         resolving on win32)
4892
4893         * gtk/gtkfilechooserwidget.c : handle file system to win32
4894         renaming here as will
4895         * gtk/gtkfilesystemwin32.c : implement render_icon
4896
4897         * gtk/gtk.def gdk/gdk.def : updated externals
4898
4899         * gdk/win32/gdkdisplay-win32.c : make it compile without
4900         <multimon.h> - i.e. even older sdk
4901
4902         * gdk/win32/gdkevents-win32.c : match resize_timer_proc
4903         with TIMERPROC prototype
4904
4905         * gdk/win32/gdkwindow-win32.c : older msvc does not know
4906         BITMAPV5HEADER (from win xp) either
4907
4908         * gtk/gtkimmodule.c : make it compile even if GTK_LOCALEDIR is
4909         not defined
4910
4911         * tests/testfilechooser.c : recent GLib crashes on 
4912         g_print ("%s", NULL) so avoid this
4913
4914 2003-12-14  Tor Lillqvist  <tml@iki.fi>
4915
4916         * gdk/win32/gdkselection-win32.c: Calls to OpenClipboard() must be
4917         followed by calls to CloseClipboard(). Add a missing call to
4918         CloseClipboard(). Found by Adam Wright, fixes #104944. Use
4919         API_CALL macro in more places.
4920
4921 2003-12-14  Tor Lillqvist  <tml@iki.fi>
4922
4923         Merge from stable:
4924
4925         * gdk/gdkdisplaymanager.c: Mark default_display static.
4926
4927         * gdk/win32/gdkdnd-win32.c: Mark current_dest_drag static.
4928
4929         * gdk/win32/gdkkeys-win32.c: Disable some overly verbose debugging
4930         output.
4931
4932         * gdk/win32/gdkevents-win32.c: Clean up the debugging output from
4933         --gdk-debug=events. In general, output just one line of debugging
4934         output for each Windows message, plus one line for each GDK event
4935         generated. Indent all lines according to window procedure nesting
4936         level.
4937
4938         (inner_window_procedure): Rename from real_window_procedure.
4939
4940         (find_real_window_for_grabbed_mouse_event): Don't get misled when
4941         the point is in the non-client (decoration) area of the window
4942         returned by WindowFromPoint(). Return the root window in that
4943         case.
4944
4945         (build_pointer_event_state): Test also MK_XBUTTON1 and
4946         MK_XBUTTON2 (buttons 4 and 5).
4947
4948         (synthesize_enter_event): Track the mouse leaving the window in
4949         the event being generated, not the one mentioned in the Windows
4950         message.
4951
4952         (propagate): Test for NULL parent earlier. Improves event
4953         generation from a grabbed pointer. Part of fix for #107320.
4954
4955         (handle_stuff_while_moving_or_resizing): New function, to
4956         dispatch the main loop (once).
4957
4958         (resize_timer_proc): New function, set to be called by an inerval
4959         timer during resizes/moves. Calls handle_stuff_while_moving_or_resizing().
4960
4961         (gdk_event_translate): Drop unused return_exposes parameter.
4962
4963         Handle WM_XBUTTONDOWN and UP messages (buttons 4 and 5).
4964
4965         On WM_SYSKEYUP, generate a key release event also for just the Alt
4966         key.
4967
4968         On WM_MOUSELEAVE, generate a leave event of type
4969         GDK_NOTIFY_ANCESTOR (and not UNKNOWN) if the mouse left a
4970         top-level window, and left the app completely.
4971
4972         On WM_ENTERSIZEMOVE, set a flag, and start an interval timer that
4973         calls resize_timer_proc() at regular intervals. On
4974         WM_EXITSIZEMOVE, kill the timer.
4975
4976         On WM_WINDOWPOSCHANGED, generate a configure event if necessary,
4977         and dispatch the main loop (by calling
4978         handle_stuff_while_moving_or_resizing()). Fixes #99540, idea by
4979         Herman Bloggs.
4980
4981         * gdk/win32/gdkmain-win32.c (_gdk_win32_message_to_string): Handle
4982         also wintab messages.
4983
4984         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
4985         Instead of using WS_EX_TOOLWINDOW, implement by setting/unsetting
4986         the window's owner. Fixes #118093, reported by Maxime Romano.
4987
4988 Tue Dec  8 09:41:00 2003  Tim Evans  <t.evans@aranz.com>
4989
4990         * gdk/win32/gdkwindow-win32.[ch]: Implement
4991         gdk_window_set_icon_list() for Win32, with support for big and
4992         small icons and support for alpha-channel icons under Windows
4993         XP. Replaces the previous implementation of gdk_window_set_icon().
4994         (#128762)
4995         
4996 Sun Dec 14 01:28:23 2003  Matthias Clasen  <maclas@gmx.de>
4997
4998         * gdk/x11/gdkprivate-x11.h: 
4999         * gdk/x11/gdkx.h: 
5000         * gdk/x11/gdkevents-x11.c (gdk_x11_register_standard_event_type): 
5001         Rename from _gdk_x11_register_event_type(), added API docs.
5002         * gdk/x11/gdkinput-x11.c (_gdk_input_common_init): 
5003         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): Adjust
5004         all callers.  (#121471, Bill Haneman)
5005
5006 Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>
5007
5008         * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
5009         of gc is ignored.  (#101983, Sebastian Rittau)
5010
5011 Sat Dec 13 16:13:27 2003  Kristian Rietveld  <kris@gtk.org>
5012
5013         A trick for a faster treeview, step 1. Patch to short circuit
5014         _build_tree(), inspired by Jonathan (#80868).
5015
5016         * gtk/gtktreeview.c (gtk_tree_view_init): don't put _IS_LIST in
5017         flags by default,
5018         (gtk_tree_view_build_tree): don't even try to recurse when the
5019         model says that it is a list, remove flag unsetter,
5020         (gtk_tree_view_set_model): change flag setting logic.
5021
5022         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_flags):
5023         propagate whether or not the child model has _IS_LIST set.
5024
5025         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_flags):
5026         ditto.
5027
5028 Sat Dec 13 02:33:17 2003  Matthias Clasen  <maclas@gmx.de>
5029
5030         * gtk/gtkrange.c (gtk_range_scroll): Undo the last change, 
5031         since it broke logical keynav. 
5032         * gtk/gtkrange.c (range_get_scroll_for_grab): Fix stepper
5033         direction in inverted scrollbars here instead.
5034
5035 Sat Dec 13 00:39:24 2003  Matthias Clasen  <maclas@gmx.de>
5036
5037         * gtk/gtkviewport.c (viewport_set_hadjustment_values): Implement
5038         "gravity" for RTL mode in a better way: Keep the distance from 
5039         the upper end of the page to the upper bound constant. This also 
5040         fixes problems with the initial position of the viewport in RTL 
5041         mode.  (#129063)
5042         
5043 Fri Dec 12 21:00:12 2003  Kristian Rietveld  <kris@gtk.org>
5044
5045         Combo box flipping support.
5046
5047         * gtk/gtkcombobox.c (gtk_combo_box_menu_position),
5048         (gtk_combo_box_size_allocate): support RTL flipping (#126518,
5049         patch from Matthias Clasen),
5050         (gtk_combo_box_popup): fix popup window alignment if there's a
5051         cell view frame visible (#126518, patch from Semion Chichelnitsky).
5052
5053         * gtk/gtkcellview.c (gtk_cell_view_expose): support RTL flipping
5054         (#128348, patch from Semion Chichelnitsky).
5055
5056 Fri Dec 12 01:13:34 2003  Matthias Clasen  <maclas@gmx.de>
5057
5058         * examples/gtkdial/gtkdial.c:
5059         * examples/menu/menu.c:
5060         * examples/scribble-xinput/scribble-xinput.c:
5061         * examples/progressbar/progressbar.c:
5062         * docs/tutorial/gtk-tut.sgml: Remove deprecated functions
5063         in examples. (#129074, Olexiy Avramchenko)
5064         * examples/calendar/Makefile:
5065         * examples/rangewidgets/Makefile:
5066         * examples/menu/Makefile: Allow deprecated functions in
5067         examples which use deprecated widgets.
5068
5069 Fri Dec 12 00:43:16 2003  Matthias Clasen  <maclas@gmx.de>
5070
5071         * gdk/gdk.c (gdk_threads_set_lock_functions): 
5072         * gdk/x11/gdkspawn-x11.c: Add "Since: 2.4" to doc comments.
5073
5074 Fri Dec 12 00:05:31 2003  Matthias Clasen  <maclas@gmx.de>
5075
5076         * gtk/gtkrange.c (gtk_range_scroll): Fix direction of 
5077         steppers in inverted scrollbars.  (#129084, Olexiy Avramchenko)
5078
5079 Thu Dec 11 23:50:30 2003  Matthias Clasen  <maclas@gmx.de>
5080
5081         * gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't 
5082         unnecessarily reserve space for arrows in RTL mode.  (#129075,
5083         Semion Chichelnitsky)
5084
5085 Thu Dec 11 00:35:12 2003  Matthias Clasen  <maclas@gmx.de>
5086
5087         Changes to allow "no input" windows (#64613):
5088         
5089         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean
5090         field accept_focus.
5091         
5092         * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to
5093         set it.
5094
5095         * gtk/gtkwindow.[hc]: Add a boolean property "accept_focus"
5096         and gtk_window_get_focus() and gtk_window_set_focus().
5097
5098         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
5099         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): 
5100         * gdk/x11/gdkwindow-x11.c (gdk_window_set_new):
5101         Initialize the accept_focus field to TRUE.
5102
5103         * gdk/win32/gdkwindow-win32.c (gdk_window_set_accept_focus): 
5104         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_accept_focus): 
5105         * gdk/x11/gdkwindow-x11.c (gdk_window_set_accept_focus): 
5106         Implementations for the various backends. The Win32 and linux-fb
5107         implementations set the accept_focus field, but don't use it yet 
5108         to actually implement noinput windows. The X implementation updates
5109         the WM_HINTS to select the globally active input model (see the
5110         ICCCM) if accept_focus is FALSE.
5111
5112         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Ignore the
5113         WM_TAKE_FOCUS message if accept_focus is FALSE.
5114         
5115 2003-12-10  Federico Mena Quintero  <federico@ximian.com>
5116
5117         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
5118         Added toolbar items for the filter separator and the filter item.
5119         (toolbar_create): Add the filter widgets here.
5120         (filter_create): Renamed from create_filter().  Don't store the
5121         alignment in the impl structure, just return it.
5122         (toolbar_show_filters): New function.
5123         (gtk_file_chooser_default_add_filter): Use toolbar_show_filters().
5124         (gtk_file_chooser_default_remove_filter): Likewise.
5125         (gtk_file_chooser_default_constructor): Don't create the filter
5126         widget here.
5127         (struct _GtkFileChooserDefault): Added a field for a current
5128         folder label.
5129         (gtk_file_chooser_default_constructor): Create the folder label.
5130         (gtk_file_chooser_default_set_current_folder): Set the current
5131         folder label.
5132
5133         * tests/testfilechooser.c (main): Dramatically improved the
5134         usability of the extra widget through careful word choice.
5135
5136 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
5137
5138         * gdk/gdk.h: include gdkspawn.h.
5139
5140 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
5141
5142         * gdk/linux-fb/gdkspawn-fb.c,
5143           gdk/win32/gdkspawn-win32.c,
5144           gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
5145         s/gdk_spawn/gdk_spawn_on_screen/.
5146
5147 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
5148
5149         Utility functions for multi-screen applications which need
5150         to ensure launched applications appear on a certain screen.
5151         See bug #95897.
5152         
5153         * gdk/gdkspawn.h: header for multi-screen launching
5154         support.
5155         
5156         * gdk/Makefile.am: install gdkspawn.h.
5157         
5158         * gdk/x11/Makefile.am:
5159         * gdk/x11/gdkspawn-x11.c:
5160         (gdk_spawn_make_environment_for_screen): private function
5161         to create an environment vector with DISPLAY set appropriately
5162         for the screen.
5163         (gdk_spawn_on_screen): multi-screen version of g_spawn_async().
5164         (gdk_spawn_on_screen_with_pipes): version of g_spawn_async_with_pipes().
5165         (gdk_spawn_command_line_on_screen): version of g_spawn_command_line_async().
5166         
5167         * gdk/linux-fb/Makefile.am,
5168           gdk/linux-fb/gdkspawn-fb.c: linux-fb impl.
5169         
5170         * gdk/win32/Makefile.am,
5171           gdk/win32/gdkspawn-win32.c: win32 impl.
5172
5173 2003-12-09  Federico Mena Quintero  <federico@ximian.com>
5174
5175         * gtk/gtkfilechooserdefault.c (shortcuts_append_home): Use "Home"
5176         rather than "Username's Home" (#125964).
5177         (shortcuts_selection_changed_cb): New callback, check the
5178         sensitivity of the Remove Bookmark button at the right time.
5179         (shortcuts_row_activated_cb): It is not necessary to check the
5180         sensitivity here.
5181
5182 Wed Dec 10 00:06:24 2003  Matthias Clasen  <maclas@gmx.de>
5183
5184         Improve the GDK API for dealing with group leaders (#119375):
5185         
5186         * gdk/gdkwindow.h: 
5187         * gdk/x11/gdkwindow-x11.c (gdk_window_get_group): New function to 
5188         get the group leader of a toplevel window as a GdkWindow.
5189
5190         * gdk/gdkdisplay.h: 
5191         * gdk/x11/gdkdisplay-x11.c (gdk_display_get_default_group): New 
5192         function to get the default group leader as a GdkWindow.
5193
5194         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a field for
5195         the GdkWindow of the default group leader.
5196         
5197         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Construct the GdkWindow
5198         for the default group leader.
5199
5200 2003-12-09  Noah Levitt  <nlevitt@columbia.edu>
5201
5202         * gdk/gdkkeysyms.h:
5203         * gdk/gdkkeyuni.c: Add keysyms Ukrainian_ghe_with_upturn,
5204         Ukrainian_GHE_WITH_UPTURN. (#128529)
5205
5206 2003-12-08  Jan Arne Petersen  <jpetersen@uni-bonn.de>
5207
5208         * gtk/gtkfilechooserdefault.c:
5209         (gtk_file_chooser_default_get_paths), (entry_activate): Use the
5210         behavior of the GtkFileSelection to determine selected paths in
5211         single selected, GTK_FILE_CHOOSER_ACTION_SAVE mode.
5212
5213 2003-12-08  Federico Mena Quintero  <federico@ximian.com>
5214
5215         * gtk/gtkfilechooserdefault.c
5216         (gtk_file_chooser_default_get_paths): Don't declare the closure
5217         struct twice.
5218         (get_paths_foreach): Likewise.
5219
5220 Tue Dec  9 00:12:36 2003  Matthias Clasen  <maclas@gmx.de>
5221
5222         * gtk/gtkfilesystemwin32.[hc]: s/Unix/Win32/g. 
5223
5224 2003-12-08  Tor Lillqvist  <tml@iki.fi>
5225
5226         * gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling
5227         with MSVC and old headers. (#126933, John Ehresman)
5228
5229 Mon Dec  8 10:54:44 2003  Owen Taylor  <otaylor@redhat.com>
5230          
5231         * === Released 2.3.1 ===
5232
5233         * NEWS: Updates for 2.3.1
5234
5235         * configure.in: Version 2.3.1, interface age 0, binary age 301.
5236
5237         * gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel):
5238         Rename from gtk_menu_item_real_can_activate_accel() to
5239         match GTK+ convention, improve comment.
5240
5241         * gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(),
5242         can ::can-activate-accel signal.
5243
5244         * gtk/gtkwidget.c (closure_accel_activate): Fix spelling
5245         in comment.
5246
5247         * gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean 
5248         up comment.
5249         
5250         * gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros
5251         into the .c file.
5252
5253 Mon Dec  8 12:09:21 2003  Owen Taylor  <otaylor@redhat.com>
5254
5255         * gtk/gtkicontheme.c (find_builtin_icon): Fix a
5256         missing 'else'. (#128816, Jorn Baayen)
5257
5258 2003-12-02  Michael Meeks  <michael@ximian.com>
5259
5260         Based on a patch by Martin Kretzschmar; #122448
5261         
5262         * gdk/gdk.h: new gdk_threads_lock, gdk_threads_unlock, point to
5263         implementation of GDK_THREADS_ENTER / GDK_THREADS_LEAVE.
5264         (GDK_THREADS_ENTER, GDK_THREADS_LEAVE): use gdk_threads_[un]lock
5265         function pointers. Deprecate the global gdk_threads_mutex variable.
5266         
5267         * gdk/gdk.c (gdk_threads_impl_lock, gdk_threads_impl_unlock): new,
5268         extracted from GTK_THREADS_ENTER/LEAVE macros.
5269         (gdk_threads_init): init gtk_threads_[un]lock if not set.
5270         (gdk_threads_set_lock_functions): impl.
5271
5272         * gdk/gdkglobals.c: add definitions of gdk_threads_[un]lock.
5273
5274 Sun Dec  7 23:45:40 2003  Matthias Clasen  <maclas@gmx.de>
5275
5276         * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): Don't crash if
5277         icon_theme_builtin_icons hasn't been initialized.  (#128726, Diego
5278         Gonzalez)
5279
5280 2003-12-07  Tor Lillqvist  <tml@iki.fi>
5281
5282         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon): Don't use the
5283         return value from SendMessage(WM_SETICON). That is the old
5284         icon. Fixes GDI resource leak. (#128559, Tim Evans)
5285
5286         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): If we already
5287         have a pointer grab active with a grab cursor set, destroy that
5288         cursor to avoid a GDI resource leak. (#128410, Tim Evans)
5289
5290 2003-12-05  Paisa Seeluangsawat  <paisa@users.sf.net>
5291
5292         * configure.in: Added Thai (th) to ALL_LINGUAS.
5293
5294 Sat Dec  6 01:42:04 2003  Matthias Clasen  <maclas@gmx.de>
5295
5296         * gtk/gtkalignment.c (gtk_alignment_size_allocate): Implement
5297         RTL flipping for GtkAlignment.  (#127585)
5298
5299 Sat Dec  6 01:13:09 2003  Matthias Clasen  <maclas@gmx.de>
5300
5301         * gtk/gtkcombo.c (gtk_combo_get_pos): Fix the position of the 
5302         popup window when in RTL mode.  (#127578)
5303
5304 Fri Dec  5 15:30:16 2003  Manish Singh  <yosh@gimp.org>
5305
5306         * gtk/gtkaccelgroup.c (quick_accel_find): Applied patch from
5307         Ross McFarland <rwmcfa1@neces.com>, initialize *count_p to 0
5308         before doing anything to prevent garbage returns.
5309
5310 Sat Dec  6 00:23:46 2003  Matthias Clasen  <maclas@gmx.de>
5311
5312         * gtk/gtkviewport.c: Implement RTL flipping for 
5313         GtkViewport: Adjust the "gravity" when resizing
5314         This is a bit flickery in RTL mode.  (#107526)
5315
5316 Sat Dec  6 00:22:14 2003  Matthias Clasen  <maclas@gmx.de>
5317
5318         * gtk/gtkscrolledwindow.c: Implement RTL flipping for 
5319         GtkScrolledWindow: the vertical scrollbar shows up on the left
5320         side in RTL mode.  (#107526)
5321
5322 Fri Dec  5 01:58:33 2003  Matthias Clasen  <maclas@gmx.de>
5323
5324         * gtk/gtknotebook.c: Implement RTL flipping for GtkNotebook:
5325         tabs displayed at the top/bottom are rearranged, and tabs on
5326         the left/right are displayed at the opposite edge.  (#96630)
5327
5328 2003-12-04  Mark McLoughlin  <mark@skynet.ie>
5329
5330         * gtk/gtklabel.c: (gtk_label_set_attributes_internal): Allow
5331         gtk_label_set_attributes() take NULL. See bug #128517.
5332
5333 2003-12-03  Federico Mena Quintero  <federico@ximian.com>
5334
5335         * gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Removed
5336         the in_change flag.
5337         (completion_idle_callback): Use a temporary list store and re-set
5338         it on the completion rather than modifying the old one.  We are
5339         re-reading the folder anyway, and this gets rid of non-atomicity
5340         problems.
5341
5342 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5343
5344         Decouple impl->current_folder from the selection in the folder
5345         tree.  This is so that going to /home/federico/.foo (e.g. from a
5346         bookmark) will work even if show_hidden == FALSE.  The folder tree
5347         needs to be fixed in this case to show such folders explicitly.
5348
5349         * gtk/gtkfilechooserdefault.c
5350         (gtk_file_chooser_default_set_current_folder): When changing
5351         folders, do the entry and list model work here, instead of
5352         tree_selection_changed().
5353         (struct _GtkFileChooserDefault): Added a changing_folder flag
5354         again, dum de dum.
5355         (tree_selection_changed): Use _gtk_file_chooser_set_current_folder_path().
5356
5357 Tue Dec  2 01:01:54 2003  Matthias Clasen  <maclas@gmx.de>
5358
5359         * gtk/gtkiconfactory.h: Remove duplicate declaration of 
5360         gtk_icon_source_set_icon_name().  (#Jeff Franks, #128269)
5361
5362 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5363
5364         Patch from Hans-Petter Jansson <hpj@ximian.com> to align the
5365         bookmarks buttons with the location entry.
5366
5367         * gtk/gtkfilechooserdefault.c
5368         (gtk_file_chooser_default_constructor): Use a GtkSizeGroup for the
5369         bookmarks buttons and the location entry.
5370
5371 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
5372
5373         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Set the
5374         shortcuts tree as a drag destination.
5375         (shortcuts_drag_data_received_cb): New callback.
5376         (get_file_info): Also fetch information on whether the file is a folder.
5377         (add_bookmark_button_clicked_cb): Use error_could_not_add_bookmark_dialog().
5378         (error_could_not_add_bookmark_dialog): New function.
5379         (shortcuts_add_bookmark_from_path): New helper function.
5380         (add_bookmark_button_clicked_cb): Use shortcuts_add_bookmark_from_path().
5381         (shortcuts_row_activated): We no longer need the changing_folder flag.
5382         (struct _GtkFileChooserDefault): Likewise.
5383
5384 Sun Nov 30 17:31:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5385
5386         * gtk/gtktoolbar.c (slide_idle_handler): return TRUE if there are
5387         disappearing placeholders that are still visible.
5388
5389         * gtk/gtktoolbar.c: formatting fixes
5390
5391         * gtk/gtktoolbar.c (struct _ToolbarContent): new bit:
5392         disappearing, for placeholders that are going to disappear.
5393
5394         * gtk/gtktoolbar.c (get_item_size): return 0 for disappearing placeholders
5395
5396 Sat Nov 29 00:55:28 2003  Jonathan Blandford  <jrb@gnome.org>
5397
5398         * gtk/gtktreeview.c (gtk_tree_view_new_column_width): 
5399         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
5400         Patch from <chinen@jp.ibm.com> to handle RTL support for column
5401         resizers, #127874
5402
5403 Fri Nov 28 00:26:24 2003  Matthias Clasen  <maclas@gmx.de>
5404
5405         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): 
5406         Don't use freed memory.  (#127698, Taavi Talvik) 
5407
5408 Fri Nov 28 00:09:10 2003  Matthias Clasen  <maclas@gmx.de>
5409
5410         * gtk/gtkfilechooserentry.c: Remove debug g_print()s. 
5411
5412 Thu Nov 27 22:17:50 2003  Matthias Clasen  <maclas@gmx.de>
5413
5414         * gtk/gtkuimanager.c: Remove debug define.
5415
5416 Thu Nov 27 16:19:03 2003  Tim Janik  <timj@gtk.org>
5417
5418         * gtk/gtkmenu.c: allow accel activation depending on sensitivity
5419         and the attach widget.
5420
5421         * gtk/gtkmenuitem.c: allow accel activation depending on visibility,
5422         sensitivity and the parent menu.
5423
5424         * gtk/gtkwidget.[hc]: introduced ::can-activate-accel signal which
5425         checks whether accelerators may activate a widget. the default handler
5426         demands the widget be sensitive and visible+viewable.
5427
5428         * gtk/gtkaccelgroup.[hc]: export gtk_accel_group_activate().
5429
5430 Tue Nov 25 00:10:05 2003  Matthias Clasen  <maclas@gmx.de>
5431
5432         * gtk/gtkuimanager.c (update_node): Don't show accelerators in
5433         popup menus.  (#127227)
5434
5435 Mon Nov 24 13:47:39 GMT 2003  Tony Gale <gale@gtk.org>
5436
5437         * docs/faq/gtk-faq.sgml: start 2.x Section 4 updates
5438
5439 Mon Nov 24 04:05:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5440
5441         * gtk/gtkradiotoolbutton.[ch]
5442         (gtk_radio_tool_button_new_from_widget): Make this function take a
5443         GtkRadioToolButton instead of a GtkWidget. (#127729, Murray
5444         Cumming)
5445
5446 Mon Nov 24 02:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5447
5448         * gtk/gtktoolbar.c: remove variables in_dnd and leaving_dnd
5449
5450 Mon Nov 24 02:19:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5451
5452         * gtk/gtktoolbar.c: remove variable
5453         n_overflowed_menu_items_when_dnd_started
5454
5455 Mon Nov 24 01:47:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5456
5457         Rework sliding algorithm.
5458         - No more weird jumping when items are dragged off and added to
5459         the toolbar,
5460         - More natural item movement
5461
5462         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Many changes. This
5463         function is now responsible for calculating intermediate positions
5464         during item sliding. It is also responsible for starting sliding
5465         if items disappear.  Also turn off expanding when there is an
5466         overflow menu.
5467         (gtk_toolbar_begin_sliding, stop_sliding): New functions.
5468         (slide_idle_handler): New function. All the sliding is now done by
5469         gtk_toolbar_size_allocate(), so the idle handler now just checks
5470         if there is more sliding to be done.
5471         (compute_intermediate_allocation, position): new functions
5472         calculating intermediate steps in the slide animations. The new
5473         animation algorithm uses a constant speed instead of a constant
5474         must-be-finished-within time.
5475         (struct _ToolbarContent): use 
5476         GtkAllocation goal_allocation; and 
5477         GtkAllocation start_allocation; instead of 
5478         gint start/goal_width;
5479
5480         * gtk/gtktoolitem.c (gtk_tool_item_set_tooltip): fix typo in
5481         documentation
5482
5483 Sun Nov 23 22:26:25 2003  Matthias Clasen  <maclas@gmx.de>
5484
5485         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): Make tooltip 
5486         positioning Xinerama-aware.  (#127332)
5487
5488 Fri Nov 21 01:57:21 2003  Matthias Clasen  <maclas@gmx.de>
5489
5490         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Make monitor
5491         boundaries visible in fake Xinerama mode.
5492
5493 Thu Nov 20 15:41:56 2003  Manish Singh  <yosh@gimp.org>
5494
5495         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): cast to GTK_WIDGET()
5496         for the gtk_widget_hide() call.
5497
5498 Thu Nov 20 14:51:41 2003  Jonathan Blandford  <jrb@redhat.com>
5499
5500         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): Patch
5501         from David Hampton to fix sorting on booleans.
5502
5503 Thu Nov 20 15:48:03 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5504
5505         * gtk/gtksocket.c (gtk_socket_focus): Use gtk_widget_is_focus()
5506         instead of GTK_WIDGET_HAS_FOCUS. (#122327, Owen Taylor. Reported
5507         by Frederic Crozat).
5508
5509 Thu Nov 20 13:10:29 GMT 2003  Tony Gale <gale@gtk.org>
5510
5511         * docs/faq/gtk-faq.sgml: Update Section 3 to 2.x
5512
5513 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5514
5515         Fixes to problems reported by Iain Holmes:
5516
5517         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Do not
5518         throw up an error dialog if the desktop doesn't exist.
5519         (error_message): Handle the case where there is no real toplevel
5520
5521         yet.
5522         (list_model_filter_func): Always let folders pass through (patch
5523         by Dave Malcolm).
5524
5525 Wed Nov 19 23:19:23 2003  Kristian Rietveld  <kris@gtk.org>
5526
5527         * gtk/gtkcombobox.[ch] (gtk_combo_box_scroll_event): move function
5528         to a somewhat more logical place,
5529         (gtk_combo_box_remove_text): New function (#125262, Owen Taylor).
5530
5531 Wed Nov 19 22:15:01 2003  Kristian Rietveld  <kris@gtk.org>
5532
5533         * gtk/gtkentry.c (gtk_entry_completion_timeout): always resize
5534         the popup when it is visible, popdown when there are less chars
5535         than the minimum key length in the entry,
5536         (gtk_entry_completion_changed): popdown when the entry is empty.
5537
5538         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): set the
5539         size request of the vscrollbar to (-1, 0), to get a nicely sized
5540         completion treeview (Fixes #126573, reported by Piers Cornwell),
5541         (_gtk_entry_completion_resize_popup): show/hide the action_view
5542         based on items.
5543
5544 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5545
5546         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_init): Turn
5547         off the dialog's separator (thanks to Iain Holmes).
5548
5549 Wed Nov 19 18:15:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5550
5551         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): set to 200 instead of 225
5552         * gtk/gtkmenuitem.c (get_minimum_width): Impose a minimum width
5553         on items that have a submenu. (#120104).
5554
5555 Wed Nov 19 18:11:08 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5556
5557         * gtk/gtktoolbar.c (struct _ToolbarContent): Add a new
5558         "ItemState" field indicating the overflowed-ness etc. of the item.
5559         (gtk_toolbar_size_allocate): update the field here.
5560
5561 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5562
5563         * gtk/gtkfilechooserdefault.c (create_filter): Don't add padding
5564         to the alignment.  Use the HIG-specified spacing between the
5565         filter label and the combo.
5566         (create_filename_entry): Use HIG-specified spacing between the
5567         location label and the entry.
5568         (gtk_file_chooser_default_constructor): Don't use vertical padding
5569         around the filename entry.
5570
5571 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
5572
5573         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
5574         render_icon virtual method.
5575
5576         * gtk/gtkfilesystem.c (gtk_file_system_render_icon): New function.
5577
5578         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_render_icon):
5579         Implement as a stub for now.
5580
5581         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Use
5582         gtk_file_system_render_icon().
5583         (list_icon_data_func): Likewise.
5584         (toolbar_create): Set the toolbar style to icons only.
5585
5586         * gtk/gtkfilechooser.c (gtk_file_chooser_add_shortcut_folder_uri):
5587         Fix doc comments.
5588
5589 Wed Nov 19 02:18:37 2003  Matthias Clasen  <maclas@gmx.de>
5590
5591         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Call 
5592         gtk_widget_hide(menu) when reattaching the menu.  (#126057) 
5593
5594 Wed Nov 19 00:06:04 2003  Kristian Rietveld  <kris@gtk.org>
5595
5596         * gtk/gtkentrycompletion.c (gtk_entry_completion_selection_changed):
5597         only unselect all items if the treeview has focus. (Fixes bug
5598         reported by Marco Pesenti Gritti).
5599
5600 Tue Nov 18 22:26:30 2003  Kristian Rietveld  <kris@gtk.org>
5601
5602         * gtk/gtkentry.c (gtk_entry_completion_key_press): the total
5603         number of actions is "matches + actions - 1". (Fixes #126572).
5604
5605 Tue Nov 18 21:05:05 2003  Christian Persch  <chp@cvs.gnome.org>
5606
5607         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted): fix
5608         mem leaks (#119435).
5609
5610 Tue Nov 18 20:51:38 2003  Kristian Rietveld  <kris@gtk.org>
5611
5612         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): don't
5613         try to fetch the child back, since we do know that it is already
5614         gone by now (#126493, Marco Pesenti Gritti).
5615
5616 Tue Nov 18 19:47:59 2003  Kristian Rietveld  <kris@gtk.org>
5617
5618         Fixes based on comments from Owen Taylor, #125264.
5619
5620         * gtk/gtkcellview.[ch] (gtk_cell_view_finalize): remove unused
5621         variable,
5622         (gtk_cell_view_set_value), (gtk_cell_view_set_displayed_model): queue
5623         a resize,
5624         (gtk_cell_view_get_size_of_row): new function,
5625         (gtk_cell_view_set_value), (gtk_cell_view_set_valuesv),
5626         (gtk_cell_view_set_values), (gtk_cell_view_set_model),
5627         (gtk_cell_view_set_displayed_row), (gtk_cell_view_get_displayed_row):
5628         s/cellview/cell_view/ in the function definitions, so they match
5629         with the header file.
5630
5631         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): remove the resize
5632         flag again (:, and use gtk_cell_view_get_size_of_row instead of
5633         the measurer, remove _set_size_request call,
5634         (gtk_combo_box_calc_requested_width): use gtk_cell_view_get_size_of_row
5635         instead of the measurer,
5636         (gtk_combo_box_style_set): queue a resize,
5637         (gtk_combo_box_size_request): update of _remeasure call,
5638         (gtk_combo_box_init), (gtk_combo_box_cell_layout_pack_start),
5639         (gtk_combo_box_cell_layout_pack_end),
5640         (gtk_combo_box_cell_layout_clear),
5641         (gtk_combo_box_set_model): get rid of the measurer,
5642         (gtk_combo_box_cell_layout_add_attribute),
5643         (gtk_combo_box_cell_layout_set_cell_data_func),
5644         (gtk_combo_box_cell_layout_clear_attributes): ditto and queue a
5645         resize instead of calling _remeasure.
5646
5647 Mon Nov 17 16:25:04 2003  Manish Singh <yosh@gimp.org>
5648
5649         * gdk-pixbuf/Makefile.am
5650         * modules/input/Makefile.am: Use install-data-hook for
5651         gdk-pixbuf.loaders and gtk.immodules install generation targets.
5652         Fixes #112806.
5653
5654         * gtk/gtkexpander.h: Apply missing declarations from #124449.
5655
5656 Tue Nov 18 00:12:55 2003  Matthias Clasen  <maclas@gmx.de>
5657
5658         Fix for #119555, Peter Zelezny:
5659         
5660         * gdk/gdkdrawable.h: Declare gdk_drawable_copy_to_image.
5661         * gdk/gdkdraw.c (gdk_drawable_copy_to_image): Make public
5662         by removing the _ prefix. 
5663         * gdk/gdkdraw.c, gdk/gdkpixbuf-drawable.c, gdk/gdkpixmap.c, 
5664         gdk/gdkwindow.c: Adjust all callers.
5665
5666 Mon Nov 17 23:36:02 2003  Matthias Clasen  <maclas@gmx.de>
5667
5668         * gtk/gtkaction.c (gtk_action_activate): Only activate if 
5669         the action is sensitive.  (#127187, Christian Persch)
5670
5671 Mon Nov 17 23:23:49 2003  Matthias Clasen  <maclas@gmx.de>
5672
5673         * gtk/gtkcombobox.c: Add mouse wheel support.  (#126517)
5674
5675 Mon Nov 17 22:56:09 2003  Kristian Rietveld  <kris@gtk.org>
5676
5677         * gtk/gtkentryprivate.h: add _gtk_entry_completion_resize_popup.
5678
5679         * gtk/gtkentry.c (gtk_entry_completion_timeout): popup when not
5680         mapped, else resize_popup.
5681
5682         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup),
5683         (_gtk_entry_completion_popup): moved all popup resizing code to
5684         _gtk_entry_completion_resize_popup, and show the window when there
5685         are more than zero items in the completion list again (sigh).
5686
5687 2003-11-17  Mark McLoughlin  <mark@skynet.ie>
5688
5689         Patch from Jaiserca <jaiserca@inf.upv.es> to add a
5690         "use_markup" property. See bug #124449.
5691
5692         * gtk/gtkexpander.c:
5693         (gtk_expander_class_init),
5694         (gtk_expander_init), (gtk_expander_set_property),
5695         (gtk_expander_get_property), (gtk_expander_set_label),
5696         (gtk_expander_set_use_markup),  (gtk_expander_get_use_markup):
5697         Add a "use_markup" property and use it when creating the
5698         child label.
5699
5700 Mon Nov 17 12:58:32 2003  Kristian Rietveld  <kris@gtk.org>
5701
5702         Temporary size requisition fix. Will fix it for real tonight.
5703
5704         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): add a resize flag,
5705         (gtk_combo_box_size_request): use gtk_combo_box_remeasure to determine
5706         a good width for the child,
5707         (gtk_combo_box_cell_layout_add_attribute),
5708         (gtk_combo_box_set_cell_data_func),
5709         (gtk_combo_box_cell_layout_clear_attributes): update.
5710
5711 Mon Nov 17 00:11:21 2003  Kristian Rietveld  <kris@gtk.org>
5712
5713         Fixes #124373, Murray Cumming.
5714
5715         * gtk/gtkcombobox.[ch] (gtk_combo_box_class_init): the model property
5716         is no longer construct only,
5717         (gtk_combo_box_unset_model), (gtk_combo_box_set_model_internal),
5718         (gtk_combo_box_menu_fill): new functions,
5719         (gtk_combo_box_menu_setup), (gtk_combo_box_menu_destroy),
5720         (gtk_combo_box_menu_row_*), (gtk_combo_box_list_setup),
5721         (gtk_combo_box_list_destroy): updated,
5722         (gtk_combo_box_new), (gtk_combo_box_new_with_model): new/changed
5723         functions,
5724         (gtk_combo_box_set_model): is now public, updated,
5725         (gtk_combo_box_get_model): small update.
5726
5727         * gtk/gtkcomboboxentry.[ch] (gtk_combo_box_entry_class_init): the
5728         text_column property is no longer construct only,
5729         (gtk_combo_box_entry_set_text_column): now public,
5730         (gtk_combo_box_entry_new), (gtk_combo_box_entry_new_with_model):
5731         new/changed functions.
5732
5733         * tests/testcombo.c: updated.
5734
5735 Sun Nov 16 22:50:58 2003  Matthias Clasen  <maclas@gmx.de>
5736
5737         Reinstate fixes for (#124212, Marco Pesenti Gritti):
5738         
5739         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
5740         warnings for popups.
5741         (_gtk_menu_is_empty): Return FALSE for non-menus.
5742
5743 Sun Nov 16 21:48:40 2003  Kristian Rietveld  <kris@gtk.org>
5744
5745         * gtk/gtkcellview.c (gtk_cell_view_finalize): just call
5746         gtk_cell_view_cell_layout_clear instead of trying to free the
5747         structure ourselves here. (#125726, Morten Welinder).
5748
5749 Sun Nov 16 00:35:29 2003  Matthias Clasen  <maclas@gmx.de>
5750
5751         * gtk/gtkfilechooser.[hc]: 
5752         * gtk/gtkentrycompletion.h: Fix parameter name mismatches which
5753         confuse gtk-doc.
5754
5755 2003-11-15  Hans Breuer  <hans@breuer.org>
5756
5757         * gdk/makefile.msc gdk/gdk.def 
5758             gtk/gtk.def gtk/makefile.msc.in : updated
5759         * tests/makefile.msc : added all the new tests
5760
5761         * gtk/gtkfilefilter.c(finalize) : initialize filter
5762         from object not from itself
5763
5764         * gtk/gtkfilesystemwin32.[hc] : copied from gtkfilesystemunix.[hc]
5765         modified as less as posible to have aworking implementation
5766         on win32. There maybe the desire to merge the unchanged pats into
5767         a common base class.
5768         Also implemented a simple glib based bookmark handling, which
5769         is currently missing in gtkfilesystemunix.[hc] but can be copied
5770         over there.
5771         * gtk/gtkfilechooserwidget.c : conditional include gtkfilesystemwin32.h
5772
5773         * gdk/win32/gdkwindow-win32.c : implement 
5774         gdk_window_set_keep_above() and gdk_window_set_keep_below()
5775
5776         * tests/testmerge.c : don't include unistd.h unconditionally,
5777         #define STDOUT_FILENO if it isn't defined
5778
5779         * tests/testfilechooser.c : make it compile on win32
5780
5781 2003-11-15  Tor Lillqvist  <tml@iki.fi>
5782
5783         * gdk/win32/gdkwindow-win32.c (gdk_window_focus): If the window is
5784         maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman)
5785
5786 Thu Nov 13 12:55:29 GMT 2003  Tony Gale <gale@gtk.org>
5787
5788         * docs/faq/gtk-faq.sgml: Update the rest of Section 2
5789
5790 Thu Nov 13 01:46:32 2003  Matthias Clasen  <maclas@gmx.de>
5791
5792         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use 
5793         GTK_DATADIR/{icons,pixmaps} instead of 
5794         GTK_DATA_PREFIX/{icons,pixmaps}.  (#123365, Marco Pesenti Gritti)
5795
5796 Wed Nov 12 21:40:10 2003  Matthias Clasen  <maclas@gmx.de>
5797
5798         Changes to improve menu positioning on Xinerama (#108328, #126150):
5799         
5800         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Use the event 
5801         window of the menuitem to determine the monitor. This fixes some
5802
5803         * gtk/gtkmenu.c (struct _GtkMenuPrivate): Add a menu_num field
5804         to store the monitor on which the menu is to be positioned.
5805
5806         * gtk/gtkmenu.[hc] (gtk_menu_position): Store the monitor number
5807         in the GtkMenuPrivate struct and fetch the monitor geometry after
5808         calling the position_func, in case it has been changed.
5809
5810         * gtk/gtkmenu.c (gtk_menu_set_monitor): New function 
5811         to be used in GtkMenuPositionFunc implementations for setting
5812         the monitor_num field in GtkMenuPrivate.
5813
5814         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Call 
5815         gtk_menu_set_monitor.
5816
5817 Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
5818
5819         * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
5820         label for the empty list. String change.  (#95446, Tomas Ã–gren)
5821
5822 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
5823
5824         * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
5825         the definition of the values.  (#123361, Marco Pesenti Gritti)
5826
5827 Wed Nov 12 20:54:02 2003  Matthias Clasen  <maclas@gmx.de>
5828
5829         * gdk/gdkkeyuni.c: Map KP_Separator to ','.
5830         (#122941, Egmont Koblinger)
5831
5832 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
5833
5834         *gtk/gtkcolorsel.c (gtk_color_selection_init): Add tooltip for
5835         opacity entry widget. Change tooltip for opacity widgets. (#126426)
5836
5837 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
5838
5839         * gtk/gtkmenu.c (gtk_menu_popup): Do not let pointer position
5840         affect window menu position when popped from keyboard. (#102660)
5841
5842 Wed Nov 12 01:29:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5843
5844         * gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
5845         are using the old API, make all items "is_important". That way
5846         BOTH_HORIZ will continue to show both icon and label in old API
5847         mode.
5848
5849 Mon Nov 10 00:40:41 2003  Matthias Clasen  <maclas@gmx.de>
5850
5851         * gtk/gtkeventbox.c (gtk_event_box_set_above_child): 
5852         Remember the new value in all cases.  (#126276, Damon Chaplin)
5853
5854 Sat Nov  8 23:06:02 2003  Matthias Clasen  <maclas@gmx.de>
5855
5856         * demos/gtk-demo/main.c (row_activated_cb): Call the do_
5857         functions with the toplevel as argument.
5858
5859         * demos/gtk-demo/geninclude.pl.in: Change the signature
5860         of GDoDemoFunc to take a widget argument
5861
5862         * demos/gtk-demo/ui_manager.c (do_ui_manager): 
5863         * demos/gtk-demo/tree_store.c (do_tree_store): 
5864         * demos/gtk-demo/textview.c (do_textview): 
5865         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
5866         * demos/gtk-demo/sizegroup.c (do_sizegroup): 
5867         * demos/gtk-demo/pixbufs.c (do_pixbufs): 
5868         * demos/gtk-demo/panes.c (do_panes): 
5869         * demos/gtk-demo/menus.c (do_menus): 
5870         * demos/gtk-demo/list_store.c (do_list_store): 
5871         * demos/gtk-demo/images.c (do_images): 
5872         * demos/gtk-demo/hypertext.c (do_hypertext): 
5873         * demos/gtk-demo/editable_cells.c (do_editable_cells): 
5874         * demos/gtk-demo/drawingarea.c (do_drawingarea): 
5875         * demos/gtk-demo/dialog.c (do_dialog): 
5876         * demos/gtk-demo/colorsel.c (do_colorsel): 
5877         * demos/gtk-demo/changedisplay.c (do_changedisplay): 
5878         * demos/gtk-demo/button_box.c (do_button_box): 
5879         * demos/gtk-demo/appwindow.c (do_appwindow): Take a widget
5880         as argument, and make new windows or dialogs appear on the
5881         same screen.  (#80388)
5882
5883 Sat Nov  8 21:59:30 2003  Matthias Clasen  <maclas@gmx.de>
5884
5885         * gtk/gtkeventbox.c (gtk_event_box_class_init): Let 
5886         visible-window default to TRUE, as documented and 
5887         implemented. (#126270 Damon Chaplin)
5888
5889 Sat Nov  8 01:50:17 2003  Matthias Clasen  <maclas@gmx.de>
5890
5891         * gtk/gtkicontheme.c: 
5892         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): 
5893         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): 
5894         * gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
5895         2.4 additions.
5896
5897 2003-11-07  Federico Mena Quintero  <federico@ximian.com>
5898
5899         Changing GtkFileChooserEntry to use GtkEntryCompletion.
5900
5901         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): Create
5902         a GtkListStore for the completion list.  Create a
5903         GtkEntryCompletion and attach it to the chooser entry.
5904         (gtk_file_chooser_entry_finalize): Unref the completion store.
5905         (completion_match_func): New callback for the GtkEntryCompletion.
5906         (completion_idle_callback): Fill the completion store with filenames.
5907
5908 Fri Nov  7 22:55:49 2003  Matthias Clasen  <maclas@gmx.de>
5909
5910         * gtk/gtkwindow.c (gtk_window_set_role): 
5911         * gtk/gtkwindow.c (gtk_window_set_title): 
5912         * gtk/gtkwidget.c (gtk_widget_set_name): 
5913         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_title): 
5914         * gtk/gtkbutton.c (gtk_button_set_label): Make string setters
5915         safe for self-assignment.  (#122745, Soeren Sandmann)
5916
5917 Thu Nov  6 20:41:40 2003  Matthias Clasen  <maclas@gmx.de>
5918
5919         * gtk/gtkstyle.c (gtk_style_attach): Fix doc comment.
5920         (#126369, Olexiy Avramchenko)
5921
5922 Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
5923
5924         * gtk/gtkcolorbutton.c (gtk_color_button_init): 
5925         * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
5926         consistency of titles.  (#126193, Damon Chaplin)
5927
5928 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
5929
5930         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
5931         menus to be transient for the toplevel they were torn off from.
5932         (gtk_menu_get_toplevel): Auxiliary function to find the
5933         toplevel of a menu.  (#54775, Jon-Kare Hellan)
5934
5935 Wed Nov  5 21:07:58 2003  Matthias Clasen  <maclas@gmx.de>
5936
5937         * gtk/gtkpaned.c (gtk_paned_class_init): Add readonly properties
5938         min-position and max-position.  (#58431, Padraig O'Briain)
5939
5940 Wed Nov  5 21:02:26 2003  Matthias Clasen  <maclas@gmx.de>
5941
5942         * gtk/gtkcolorsel.c (update_color): 
5943         (make_label_spinbutton): 
5944         (adjustment_changed): Change the ranges for Saturation and
5945         Value to be 0-100 instead of 0-255, since these axes of HSV
5946         are usually expressed in percent.  (#121519, Gregory Merchan)
5947
5948 Wed Nov  5 08:51:48 GMT 2003  Tony Gale <gale@gtk.org>
5949
5950         * docs/faq/gtk-faq.sgml: More 2.x updates
5951
5952 Tue Nov  4 15:00:33 GMT 2003  Tony Gale <gale@gtk.org>
5953
5954         * docs/faq/gtk-faq.sgml: More 2.x updates, fix
5955         pkg-config command error, update copyright.
5956
5957 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
5958
5959         * gtk/gtkfilechooserdefault.c (error_dialog): Take in a path as
5960         well.  Use a helper function.
5961         (shortcuts_append_home): Display an error box if necessary.
5962         (shortcuts_append_desktop): Likewise.
5963         (add_bookmark_button_clicked_cb): Likewise.
5964         (gtk_file_chooser_default_select_path): Likewise.
5965         (entry_activate): Likewise.
5966         (shortcuts_append_paths): New helper function.
5967         (shortcuts_append_file_system_roots): Use
5968         shortcuts_append_paths().
5969         (shortcuts_append_bookmarks): Likewise.
5970
5971 Mon Nov  3 23:12:41 2003  Matthias Clasen  <maclas@gmx.de>
5972
5973         * gtk/gtkuimanager.c (_gtk_menu_is_empty): Return TRUE if 
5974         menu is NULL.
5975         (update_smart_separators): Remove some unneeded ifs.
5976
5977 Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
5978
5979         * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
5980         these usable in C++. Forgot this file in my Oct 11 commit.
5981
5982 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
5983
5984         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
5985         icon to the "Add bookmark" button.
5986
5987         * gtk/gtkfilesystemunix.c: Mark missing strings for translation.
5988         * gtk/gtkfilesystemmodel.c: Likewise.
5989         * gtk/gtkfilechooser.c: Likewise.
5990         * gtk/gtkfilechooserdefault.c: Likewise.
5991
5992 Mon Nov  3 20:56:28 2003  Matthias Clasen  <maclas@gmx.de>
5993
5994         * gdk/gdk.c: 
5995         * gdk/gdkinternals.h: 
5996         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Introduce a
5997         GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2
5998         Xinerama mode when no actual Xinerama setup is found. 
5999
6000 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
6001
6002         * gtk/gtkfilechooserdefault.c (shortcuts_select_folder): Removed.
6003         (create_shortcuts_tree): Don't call the above.
6004         (bookmarks_changed_cb): Likewise.
6005         (tree_selection_changed): Unselect everything from the shortcuts
6006         list.  This is the behavior that Mac OS has.
6007         (toolbar_add_item): Return the item.
6008         (toolbar_create): Store the up_button in the impl structure.
6009         (toolbar_check_sensitivity): New function to set the sensitivity
6010         of the "Up" button in the toolbar.
6011         (tree_selection_changed): Call toolbar_check_sensitivity().
6012
6013 2003-11-02  Federico Mena Quintero  <federico@ximian.com>
6014
6015         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Do
6016         not set a border width for the toplevel container.
6017         (toolbar_create): New function; create a simple toolbar for the
6018         file chooser.
6019         (gtk_file_chooser_default_constructor): Use a spacing of 12 for
6020         the table, as per the HIG.
6021         (gtk_file_chooser_default_init): Likewise, for the default
6022         implementation's vbox.
6023
6024         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Added docs to
6025         note that NULL is a valid return value for the parent path.
6026
6027 Sat Nov  1 14:59:27 2003  Owen Taylor  <otaylor@redhat.com>
6028
6029         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated): 
6030         Change on activation, not selection change (temporary
6031         workaround for #125955, needed for keynav, likely
6032         the right UI anyways.)
6033
6034         * gtk/gtkfilechooserdefault.c (shortcuts_select_func): 
6035         Don't allow the separator node to be selected.
6036
6037         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_constructor):
6038         Set the focus chain so that the entry gets focused first.
6039         (Not really right after initial focusing, maybe we
6040         should just have a gtk_file_chooser_focus_entry() that
6041         we call from gtk_file_chooser_dialog on creation.)
6042
6043 Sat Nov  1 12:41:04 2003  Owen Taylor  <otaylor@redhat.com>
6044
6045         * gtk/gtkwindow.c (gtk_window_unfullscreen): Fix a
6046         residual call to gtk_window_get_private().
6047
6048 Sat Nov  1 09:10:13 2003  Owen Taylor  <otaylor@redhat.com>
6049
6050         * gtk/gtkwindow.[ch]: Move above_initially, below_initially
6051         into GtkWindowPrivate structure, fixing ABI breakage
6052         on Win32. (Hans Breuer). Switch GtkWindowPrivate over
6053         to instance-private-data.
6054
6055 Fri Oct 31 02:43:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6056
6057         * gtk/gtktoolbar.c (get_item_requisition): delete this function
6058         (toolbar_item_is_homogeneous): cache max_homogeneous_pixels
6059         instead of re-calculating for each item.
6060         (gtk_toolbar_size_allocate): Update comments
6061
6062 Thu Oct 30 22:04:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6063
6064         * gtk/gtktoolbar.c (gtk_toolbar_forall): Only include
6065         placeholders when include_internals is TRUE.
6066
6067 Thu Oct 30 17:57:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6068
6069         * gtk/gtktoolbar.c (logical_to_physical): Make it work even when
6070         item 0 is a placeholder. (#125826)
6071         * tests/testtoolbar.c: add an assertion that 
6072         gtk_toolbar_get_nth_item (0) != NULL
6073
6074 Thu Oct 30 17:40:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6075
6076         * gtk/gtktoolbar.c (logical_to_physical): Make it work for
6077         logical == 0.(#125826)
6078
6079 Thu Oct 30 16:20:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6080
6081         * gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
6082         return the index of a real item.
6083         (get_nth_item) assert that the returned items is not a
6084         placeholder.  (#125826, Marco Pesenti Gritti).
6085         
6086 2003-10-29  Federico Mena Quintero  <federico@ximian.com>
6087
6088         * gtk/gtkcellrendererseptext.c
6089         (gtk_cell_renderer_sep_text_render): Only paint a separator if the
6090         text is NULL, rather than also doing it if it is an empty string.
6091
6092 Wed Oct 29 15:40:26 2003  Owen Taylor  <otaylor@redhat.com>
6093
6094         * gtk/gtkmessagedialog.c (gtk_message_dialog_new/
6095         gtk_message_dialog_new_with_format): Allow NULL
6096         for message_format, as described in the docs and
6097         as worked previously. (#125759, Richard Hult)
6098
6099         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
6100         Use g_markup_vprintf_escaped() to escape arguments.
6101
6102         * gtk/gtkmessagedialog.[ch]: Add gtk_message_dialog_set_markup()
6103         so there is some way to set literal markup.
6104
6105 Wed Oct 29 15:01:32 2003  Owen Taylor  <otaylor@redhat.com>
6106  
6107         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): Move
6108         the call to gdk_error_trap_pop() to the right place,
6109         fixing a problem where we'd pop() too many times 
6110         when bailing out. (#123302, Thomas Leonard)
6111         
6112 Wed Oct 29 12:50:02 2003  Owen Taylor  <otaylor@redhat.com>
6113
6114         * gtk/gtkfilechooserutils.c (delegate_set_current_folder): 
6115         Fix infinite recursion. (#125679, Christian Persch)
6116
6117 Wed Oct 29 13:29:15 GMT 2003  Tony Gale <gale@gtk.org>
6118
6119         * docs/faq/gtk-faq.sgml: further 2.x updates:
6120         mirrors,compiling,g_main_context_iteration
6121
6122 Wed Oct 29 02:54:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6123
6124         * gtk/gtktoolbar.[ch] (gtk_toolbar_set_drop_highlight_item): Add this
6125         function; remove gtk_toolbar_highlight_drop_location() and
6126         gtk_toolbar_unhighlight_drop_location().
6127
6128         Also fix bug where the number of overflowed items were miscounted.
6129
6130 Tue Oct 28 12:20:16 2003  Owen Taylor  <otaylor@redhat.com>
6131
6132         * gtk/gtkwindow.c (gtk_window_has_toplevel_focus): Remove
6133         some accidentally committed duplicate code.
6134
6135 Tue Oct 28 17:06:17 GMT 2003  Tony Gale <gale@gtk.org>
6136
6137         * docs/faq/gtk-faq.sgml: Update info on compiling GTK+
6138
6139 Tue Oct 28 10:34:24 2003  Owen Taylor  <otaylor@redhat.com>
6140
6141         * gtk/gtkwindow.[ch] (gtk_window_is_active, 
6142         gtk_has_toplevel_focus): Add getters corresponding to
6143         the is_active and has_toplevel_focus properties.
6144         (#122531)
6145
6146 2003-10-28  Mark McLoughlin  <mark@skynet.ie>
6147
6148         * gtk/gtkexpander.c:
6149         (gtk_expander_class_init): hook up the destroy handler.
6150         (gtk_expander_destroy), (gtk_expander_unrealize):
6151         remove the expand/collapse timeout on destroy instead
6152         of unrealize to avoid leaving the expander in a inconsistent
6153         state when unrealizing during animation.
6154         (gtk_expander_start_animation): remove realized check.
6155         (gtk_expander_set_expanded): if the widget isn't realized,
6156         expand immediately.
6157
6158 Tue Oct 28 09:44:16 2003  Owen Taylor  <otaylor@redhat.com>
6159
6160         * gtk/gtkxembed.c (_gtk_xembed_send_focus_message): Silently
6161         do nothing when recipient is NULL, as described in the
6162         doc comment. (#123107, Thomas Leonard)
6163
6164 Tue Oct 28 09:21:29 2003  Owen Taylor  <otaylor@redhat.com>
6165
6166         * gtk/gtkmain.c (gtk_check_version): Move docs inline,
6167         rewrite docs, mention memory management for the return
6168         value. (Partly addresses #125549, Michael Natterer)
6169
6170 2003-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
6171
6172         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_remove_filter):
6173         Change index to filter_index to fix compilation error.
6174
6175         * gtk/gtkfilesystem.h: Correct definition of gtk_file_path_get_string.
6176
6177 Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
6178
6179         * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
6180         we have RandR support, for XRRUpdateConfiguration declaration.
6181
6182         * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
6183         declaration.
6184
6185         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
6186         length a gsize variable, since that's what g_file_get_contents()
6187         expects.
6188
6189 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
6190
6191         * NEWS: Fix attribution for above/below EWMH work.
6192
6193 Sat Oct 25 23:30:13 2003  Matthias Clasen  <maclas@gmx.de>
6194
6195         * gtk/gtkactiongroup.c (gtk_action_group_class_init): Add "name" 
6196         as a construct-only property.  (#125475, Murray Cumming)
6197
6198 Thu Oct 23 21:55:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6199
6200         Fix bug 116297 and 125472
6201         
6202         * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make
6203         this function take an index and a GtkToolItem.
6204
6205         * tests/testtoolbar.c (main): Make "Show Arrow" default to
6206         true. Make one of the separators !draw and expand.
6207         Update for new highlight_drop_location() API.
6208
6209         * gtk/gtktoolitem.[ch]: Remove "pack_end" property
6210
6211         * gtk/gtktoolbar.h: Formatting fixes.
6212
6213         * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow
6214         separator tool items to expand.
6215         (logical_to_physical, physical_to_logical): Fix off-by-one errors
6216         (Fix #125472, Marco Pesenti Gritti)
6217
6218         * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property.
6219         (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also
6220         return FALSE, not TRUE.
6221         (gtk_separator_too_item_{set|get}_property,
6222         (gtk_separator_tool_item_{set|get}_draw): new functions
6223
6224 Fri Oct 24 16:54:04 2003  Owen Taylor  <otaylor@redhat.com>
6225
6226         * === Released 2.3.0 ===
6227
6228         * configure.in: Remove a stray comma.
6229
6230         * README.in: Fix a few notes about Xft 1 and pango-1.0.
6231
6232         * NEWS: Finish updates for 2.3.0.
6233
6234         * po/Makefile.in.in: Update to latest GLib version.
6235
6236 Fri Oct 24 20:31:35 2003  Kristian Rietveld  <kris@gtk.org>
6237
6238         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
6239         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch],
6240         gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it
6241         under GPL licensing instead of LGPL...). (Fixes #125381, Soeren
6242         Sandmann).
6243
6244 Fri Oct 24 20:22:40 2003  Kristian Rietveld  <kris@gtk.org>
6245
6246         * gtk/gtktreemodelfilter.h: add padding to the class structure.
6247
6248 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
6249
6250         * gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
6251         (gtk_file_chooser_remove_filter): Likewise.
6252         (gtk_file_chooser_select_all): Added docs.
6253         (gtk_file_chooser_unselect_all): Likewise.
6254
6255         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): Added docs.
6256
6257         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): Added docs.
6258
6259 Thu Oct 23 23:22:15 2003  Matthias Clasen  <maclas@gmx.de>
6260
6261         * gtk/gtkfilefilter.c: 
6262         * gtk/gtkfilechooser.c: Add "Since: 2.4" to all API doc comments.
6263
6264 Thu Oct 23 22:33:47 2003  Matthias Clasen  <maclas@gmx.de>
6265
6266         * gtk/gtkfilefilter.c (gtk_file_filter_new): Fix doc markup.
6267
6268 Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
6269
6270         * NEWS: Remove a few duplicates, group the menu changes.
6271
6272 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
6273
6274         * NEWS: Updates for 2.3.0; changed header to match the style we used
6275         for 2.1.0.
6276
6277 Thu Oct 23 20:47:44 2003  Matthias Clasen  <maclas@gmx.de>
6278
6279         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually
6280         assign the new leader.  (#125168, Mariano Suarez-Alvarez)
6281
6282 Thu Oct 23 20:21:16 2003  Kristian Rietveld  <kris@gtk.org>
6283
6284         * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
6285         gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
6286         gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
6287
6288 Thu Oct 23 15:13:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6289
6290         * NEWS: Partial update for 2.3.0.
6291
6292 Thu Oct 23 01:09:04 2003  Owen Taylor  <otaylor@redhat.com>
6293
6294         * gtk/gtkfilechooserdefault.c: Convert GtkOptionMenu to
6295         GtkComboBox.
6296
6297 Wed Oct 22 23:20:04 2003  Owen Taylor  <otaylor@redhat.com>
6298
6299         * gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch] 
6300         gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]:
6301         gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]:
6302         Basic framework for the new file selector widget.
6303
6304         * gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch] 
6305         gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]:
6306         Initial implementation of the GtkFileChooser user interface.
6307
6308         * gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation
6309         for Unix files.
6310
6311         * configure.in gtk/Makefile.am gtk/xdgmime: Build code
6312         for freedesktop.org MIME system on Unix.
6313
6314         * tests/testfilechooser.c: Test program for GtkFileChooser
6315
6316         * tests/prop-editor.c: Add support for properties on interfaces.
6317
6318 Tue Oct 21 16:12:51 2003  Owen Taylor  <otaylor@redhat.com>
6319
6320         * demos/gtk-demo/menus.c (do_menus): Fix some unused
6321         variables.
6322
6323         * gtk/gtkmain.c (_gtk_get_lc_ctype): Fix an unused
6324         variable warning.
6325
6326 Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
6327
6328         * NEWS: Partial update for 2.3.0.
6329
6330 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
6331
6332         * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
6333         ctrl_pressed and shift_pressed according to the current event
6334         state (if there is one). (Fixes #125063, reported by Sebastien Bacher).
6335
6336 Mon Oct 20 23:24:27 2003  Kristian Rietveld  <kris@gtk.org>
6337
6338         * gtk/gtkentry.c (gtk_entry_key_press): remove the completion
6339         timeout when the user pressed on Enter/ESC. Fixes the bug where the
6340         completion popup popped up after the user pressed on Enter (which is
6341         just weird). Reported by the Epiphany people (all of them).
6342
6343 Mon Oct 20 20:27:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6344
6345         Add support for OS X like sliding of toolbar items during drag and
6346         drop, (#110919, Dave Bordoley)
6347
6348         Make dnd highlighting the responsibility of the
6349         application. (Fixes #116298, Owen Taylor)
6350
6351         * gtk/gtktoolbar.h: Add prototypes for new API.
6352         
6353         * gtk/gtktoolbar.c
6354         (physical_to_logical, logical_to_physical): new functions
6355         converting between "position including placeholders" and "position
6356         excluding placeholders".
6357         (gtk_toolbar_class_init): remove drag_leave and drag_motion
6358         handlers
6359         (struct _ToolbarContent): new struct containing information
6360         related to toolbar items.
6361         (gtk_toolbar_highlight_drop_location): new public function
6362         (gtk_toolbar_unhighlight_drop_location): new public function
6363         
6364         * tests/testtoolbar.c
6365         (toolbar_drag_motion, toolbar_drag_leave): new functions
6366         (main): connect to dnd signals.  Make the "New" item expand to
6367         make drag and drop more exciting.
6368
6369 Wed Oct 15 22:39:23 2003  Kristian Rietveld  <kris@gtk.org>
6370
6371         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
6372         _set_active, not _set_active_item.
6373
6374 Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
6375
6376         * gtk/gtkcombobox.h: add padding to the class structure.
6377         * gtk/gtkcomboboxentry.h: ditto.
6378         * gtk/gtkentrycompletion.h: ditto.
6379
6380 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
6381
6382         * gtk/gtkcombobox.c (gtk_combo_box_get_active),
6383         (gtk_combo_box_set_active): mention in the docs that -1 is a valid
6384         value and what it means.
6385
6386         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): set the active
6387         item to -1 (default),
6388         (gtk_combo_box_entry_active_changed): do nothing when the index is
6389         < 0.
6390
6391 Tue Oct 14 16:10:21 2003  Jonathan Blandford  <jrb@redhat.com>
6392
6393         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): New function
6394         to set the active row by iter.
6395
6396         * gtk/gtkcombobox.c (gtk_combo_box_get_active_iter): New function
6397         to get the active row by iter.
6398
6399 2003-10-13  Federico Mena Quintero  <federico@ximian.com>
6400
6401         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Don't do
6402         operations on windows if the tree view is not mapped.
6403         (gtk_tree_view_button_press): Compare equal types of pointers, not
6404         GtkWidget* vs. GtkTreeView*.
6405
6406 Mon Oct 13 21:01:43 2003  Kristian Rietveld  <kris@gtk.org>
6407
6408         * gtk/gtkentrycompletion.c (gtk_entry_completion_popup): remove
6409         the reset of first_sel_changed, as after the first popup the treeview
6410         will always have a row selected and will thus not focus_to_cursor.
6411
6412         * gtk/gtkentry.c (keyval_is_cursor_move): new function to determine
6413         whether the keyval should move the completion selection cursor (used
6414         to avoid ending up with extreme cluttered code), also added
6415         all KP_ equivalents of the keys here,
6416         (gtk_entry_completion_key_press): Keynav tweaks based on comments
6417         from Dave Bordoley and Marco Pesenti Gritti; add the -1 state
6418         as possible current selection, implement Home/End keys, modified
6419         the down key to stop cycling. Maybe page up/down should be implemented
6420         at some later time.
6421
6422 Mon Oct 13 20:58:07 2003  Matthias Clasen  <maclas@gmx.de>
6423
6424         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon): Make it work 
6425         as documented when pixmap or mask is NULL.  (#124081) 
6426
6427 Mon Oct 13 20:21:38 2003  Kristian Rietveld  <kris@gtk.org>
6428
6429         * gtk/gtkentry.c (gtk_entry_set_text): I overlooked a return when
6430         I was adding the signal block/unblock code. Oops. (Noticed by
6431         Marco Pesenti Gritti).
6432
6433 Mon Oct 13 20:21:55 2003  Kristian Rietveld  <kris@gtk.org>
6434
6435         * demos/testpixbuf-scale.c: enable GTK_DISABLE_DEPRECATED again,
6436         (set_interp_type), (main): port over from option menu to GtkComboBox.
6437
6438 Mon Oct 13 19:41:55 2003  Kristian Rietveld  <kris@gtk.org>
6439
6440         * tests/testmenus.c: Still uses option menus, so turn off
6441         GTK_DISABLE_DEPRECATED.
6442
6443 Sun Oct 12 01:10:29 2003  Matthias Clasen  <maclas@gmx.de>
6444
6445         * gtk/gtkalignment.[hc]: 
6446         * gtk/gtkcombobox.[hc]: 
6447         * gtk/gtkcomboboxentry.[hc]: 
6448         * gtk/gtktreemodelfilter.[hc]: Move GET_PRIVATE macros
6449         from header to implementation.
6450
6451 Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
6452
6453         * tests/testtreeview.c: 
6454         * demos/testpixbuf-scale.c: 
6455         * tests/prop-editor.c: These files still use option menus,
6456         so turn off GTK_DISABLE_DEPRECATED to fix the build. 
6457
6458 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
6459
6460         * gtk/gtkactiongroup.h: 
6461         * gtk/gtkaction.h: 
6462         * gtk/gtkradioaction.h: 
6463         * gtk/gtkradiotoolbutton.h: 
6464         * gtk/gtkseparatortoolitem.h: 
6465         * gtk/gtktoggleaction.h: 
6466         * gtk/gtktoolitem.h: 
6467         * gtk/gtkuimanager.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
6468         these usable in C++.  (#124351, Murray Cumming)
6469
6470 Sat Oct 11 19:09:05 2003  Kristian Rietveld  <kris@gtk.org>
6471
6472         * gtk/gtkentry.c (gtk_entry_set_text): Check if completion is
6473         non-NULL before accessing it. Oops.
6474
6475 Sat Oct 11 15:47:03 2003  Kristian Rietveld  <kris@gtk.org>
6476
6477         * gtk/gtkentrycompletion.[ch] (gtk_entry_completion_insert_action),
6478         (gtk_entry_completion_insert_action_text),
6479         (gtk_entry_completion_insert_action_markup): the gchar* parameters
6480         should be const (pointed out by both Marco Pesenti Gritti and
6481         Murray Cumming (#124356).
6482
6483 Sat Oct 11 15:37:19 2003  Kristian Rietveld  <kris@gtk.org>
6484
6485         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
6486         child list mode, allocate the height allocation->height to the
6487         button instead of the height requested by the button. (Tiny
6488         size allocation screwup noticed by Macro Pesenti Gritti).
6489
6490 Sat Oct 11 15:23:27 2003  Kristian Rietveld  <kris@gtk.org>
6491
6492         Fixes based on comments from Marco Pesenti Gritti.
6493
6494         * gtk/gtkentry.c (gtk_entry_set_text): block the completion changed
6495         signal handler, avoids the completion popup to popup when text is
6496         set programmatically in most cases (we actually have to handle this
6497         in the _editable functions as well, but that will break popping up
6498         when the user actually typed something :),
6499         (gtk_entry_completion_key_press): when handling enter, bail out
6500         when nothing has been selected,
6501         (gtk_entry_completion_changed): don't popdown when the entry content
6502         changed.
6503
6504         * gtk/gtkentrycompletion.c (gtk_entry_completion_init),
6505         (gtk_entry_completion_selected_changed): unselect_all on the
6506         first selected changed signal. Avoids having a default row selected,
6507         (_gtk_entry_completion_popup): don't select the first row by default.
6508
6509         * gtk/gtkentryprivate.h (struct _GtkEntryCompletionPrivate): add a
6510         first_sel_changed field.
6511
6512 Fri Oct 10 23:02:58 2003  Matthias Clasen  <maclas@gmx.de>
6513
6514         * demos/gtk-demo/menus.c: Replace GtkItemFactory by GtkUIManager 
6515         in the intro (again).
6516
6517 Fri Oct 10 22:50:05 2003  Matthias Clasen  <maclas@gmx.de>
6518
6519         Fixes for (#124212, Marco Pesenti Gritti):
6520         
6521         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
6522         warnings for popups.
6523         (_gtk_menu_is_empty): Return FALSE for non-menus.
6524
6525 Fri Oct 10 19:10:12 2003  Kristian Rietveld  <kris@gtk.org>
6526
6527         * gtk/gtkcombo.h: Deprecate.
6528         * gtk/gtkoptionmenu.h: Ditto.
6529
6530         * gtk/gtkcombobox.c (gtk_combo_box_size_request),
6531         (gtk_combo_box_size_allocate): Rework, things behave better now. Still
6532         needs some work on requesting enough size when taking the items in
6533         the list into account.
6534
6535         * gtk/gtkfilesel.c: put gtkoptionmenu.h include inside "enable
6536         deprecated" guards.
6537         * gtk/gtkinputdialog.c: ditto.
6538         * gtk/gtkitemfactory.c: ditto.
6539         * gtk/gtkoptionmenu.c: ditto.
6540
6541         * demos/gtk-demo/menus.c: remove the option menu.
6542         * demos/gtk-demo/sizegroup.c: replace the option menus with
6543         GtkComboBox.
6544         * demos/gtk-demo/textview.c: ditto.
6545         (A general GtkComboBox demo will be added later on).
6546
6547 Wed Oct  8 00:06:17 2003  Matthias Clasen  <maclas@gmx.de>
6548
6549         * demos/gtk-demo/ui_manager.c (activate_radio_action): New
6550         callback to propertly report radio actions.
6551
6552         * demos/gtk-demo/ui_manager.c (do_ui_manager): Use it here.
6553
6554 Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
6555
6556         * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
6557         version in in the right field of the _XEMBED_INFO property.  
6558         (#123885, Denis Mikhalkin)
6559
6560 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
6561
6562         * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
6563         the child if we have one.
6564
6565         (gtk_expander_button_release): use
6566         gtk_widget_activate instead.
6567
6568 Mon Oct  6 21:05:46 2003  Matthias Clasen  <maclas@gmx.de>
6569
6570         * gtk/gtktable.c (gtk_table_class_init): Start the blurb for 
6571         "right_attach" with a capital.  (#123945, Christian Rose)
6572
6573 Sun Oct  5 23:59:03 2003  Matthias Clasen  <maclas@gmx.de>
6574
6575         * tests/testsocket.c (child_read_watch): Remove an
6576         extraneous unref.  (#122336, Frederic Crozat)
6577
6578 Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
6579
6580         * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim 
6581         whitespace in "visible-window" blurb.  (#123910, Christian Rose)
6582
6583 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6584
6585         * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
6586         focus arrow before pack_end items (#123851, Matthias Clasen)
6587
6588 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
6589
6590         * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
6591         on ->priv->cell_view if ->priv->cell_view is non-NULL.
6592
6593         * gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer
6594         field to GtkComboBoxEntryPrivate,
6595         (gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init),
6596         (gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property),
6597         (gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add
6598         a construct-only "text_column" property and reorder code to use it
6599         and support inheriting this widget.
6600
6601 Thu Oct  2 23:28:02 2003  Kristian Rietveld  <kris@gtk.org>
6602
6603         * gtk/gtkcombobox.c: Added API doc comments.
6604
6605         * gtk/gtkcomboboxentry.c: Ditto.
6606
6607 2003-10-02  Matthias Clasen  <maclas@gmx.de>
6608
6609         * gtk/gtktoggleaction.c: Documentation tweaks.
6610
6611 Wed Oct  1 22:43:40 2003  Kristian Rietveld  <kris@gtk.org>
6612
6613         * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
6614         packing/attribute/cell data functions from the header,
6615         (gtk_cell_view_set_cell_data): added support for cell data funcs.
6616
6617         * gtk/gtkcombobox.[ch]: implement the GtkCellLayout interface, drop
6618         packing/attribute/cell data functions from the header, implemented
6619         cell data func support.
6620
6621         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new): updated
6622         for the move to GtkCellLayout.
6623
6624         * tests/testcombo.c (create_combo_box_grid_demo), (main): ditto.
6625
6626 2003-10-01  Matthias Clasen  <maclas@gmx.de>
6627
6628         * gtk/gtkaction.c (gtk_action_class_init): 
6629         (gtk_action_[gs]et_property): Introduce a separate
6630         "hide_if_empty" property for empty menu handling.
6631         (_gtk_action_sync_menu_visible): ...and use it here.
6632
6633         * tests/testmerge.c (main): ...and here.
6634
6635         * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc 
6636         comments to pacify gtk-doc.
6637
6638         * gtk/gtkmain.c: Doc formatting tweaks.
6639
6640         * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo.
6641
6642         * gtk/gtkcheckmenuitem.h (gtk_check_menu_item_set_draw_as_radio): 
6643         Use the same parameter names as in .c file, to pacify gtk-doc.
6644
6645         * gtk/gtktoggletoolbutton.[hc]: 
6646         * gtk/gtktoolbutton.[hc]: 
6647         * gtk/gtktoolitem.[hc]:
6648         * gtk/gtktoolbar.[hc]: 
6649         * gtk/gtkcolorbutton.[hc]: 
6650         * gtk/gtkfontbutton.[hc]: 
6651         * gtk/gtkalignment.[hc]: Define GET_PRIVATE macros in the 
6652         source, not in the header.
6653
6654         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_[sg]et_draw_as_radio): 
6655         Document these as 2.4 API additions.
6656
6657 Tue Sep 30 23:42:56 2003  Kristian Rietveld  <kris@gtk.org>
6658
6659         * gtk/gtkentry.c (gtk_entry_set_completion),
6660         (gtk_entry_get_completion): Add API doc comments.
6661
6662         * gtk/gtkentrycompletion.c: Fix #includes and add API doc comments.
6663
6664 Tue Sep 30 23:12:34 2003  Kristian Rietveld  <kris@gtk.org>
6665
6666         * gtk/gtktreemodelfilter.c: Add "Since: 2.4" to all API doc comments.
6667
6668 Tue Sep 30 22:59:58 2003  Kristian Rietveld  <kris@gtk.org>
6669
6670         * gtk/gtktreeviewcolumn.c: Some API doc comment fixes.
6671
6672         * gtk/gtkcellayout.c: Fix #include and oooooh API doc comments!
6673
6674 2003-09-30  Matthias Clasen  <maclas@gmx.de>
6675
6676         * tests/merge-*.ui: 
6677         * tests/testmerge.c: Test handling of empty menus.
6678
6679         * gtk/gtkuimanager.c (_gtk_menu_is_empty): New function to determine
6680         whether a menu is empty. Used in gtkaction.c.
6681         (update_smart_separators): Also update the visibility of empty menus.
6682         (update_node): When creating a new menu proxy, insert an "Empty" menu 
6683         item which only gets shown if the menu is empty. 
6684
6685         * gtk/gtkaction.c (gtk_action_class_init): Document the meaning of
6686         "is_important" for menu proxies.
6687         (_gtk_action_sync_menu_visible): New function to sync the visibility
6688         of menu proxies. Used in gtkuimanager.c.
6689         (gtk_action_sync_visible): New function to sync the visibility of 
6690         proxies.
6691
6692 Tue Sep 30 21:43:34 2003  Kristian Rietveld  <kris@gtk.org>
6693
6694         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): set
6695         popup_in_progress to TRUE,
6696         (gtk_combo_box_menu_show): and back to FALSE here; the menu now
6697         won't disappear on the first button release. (Reported by Matthias
6698         Clasen).
6699
6700 Tue Sep 30 21:08:43 2003  Kristian Rietveld  <kris@gtk.org>
6701
6702         * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
6703
6704         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
6705         Marco Pesenti Gritti).
6706
6707 2003-09-30  Murray Cumming  <murrayc@usa.net>
6708  
6709         * gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
6710         instead of a GdkWindow*, because that what it is given. The 
6711         documentation was already correct. This should cause no API/ABI
6712         breakage with C compilers.
6713         * gtk/gtkcellrenderertext.c, gtkcellrendererpixbuf.c, 
6714         gtkcellrenderertogger.c: Updated the declarations of the render vfunc
6715         implementation accordingly.
6716
6717 2003-09-30  Matthias Clasen  <maclas@gmx.de>
6718
6719         * gdk/gdkkeys.c (gdk_keymap_class_init): Document the
6720         "direction-changed" and "keys-changed" signals.
6721
6722         * gdk/gdkscreen.c (gdk_screen_class_init): Document the 
6723         "size-changed" signal.
6724
6725         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): 
6726         Document the "display-opened" signal.
6727
6728         * gdk/gdkdisplay.c (gdk_display_close): Doc tweak.
6729         (gdk_display_class_init): Document the "closed" signal.
6730
6731 Sat Sep 27 16:02:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6732
6733         * gtk/gtktextview.[ch]: rename property tab_moves_focus to
6734         accepts_tab. (#122709 again).
6735
6736 2003-09-27  Matthias Clasen  <maclas@gmx.de>
6737
6738         * gtk/gtkwindow.c (gtk_window_new):
6739         * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
6740         the fact that the newly created object does not come with 
6741         a floating reference.  (#103068, patch by Frederic Lespez)
6742         
6743         * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
6744         of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
6745         since GtkActionGroup uses it.
6746
6747         * tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since
6748         this test uses the soon-to-be-deprecated GtkItemFactory.
6749
6750         * demos/gtk-demo/Makefile.am (demos): Add ui_manager.c,
6751         remove item_factory.c
6752
6753         * demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c 
6754         using GtkUIManager instead of GtkItemFactory.
6755
6756         * tests/testmerge.c: Demonstrate the use of the 
6757         connect-proxy signal.
6758
6759         * gtk/gtkaction.c (connect_proxy): Add connect-proxy and 
6760         disconnect-proxy signals to do small customizations 
6761         like displaying tooltips in the statusbar without 
6762         custom actions.  (#122894, Philip Langdale)
6763
6764         * gtk/gtkuimanager.c (update_node): Don't leak tooltip.
6765
6766 Fri Sep 26 23:49:44 2003  Kristian Rietveld  <kris@gtk.org>
6767
6768         Landing the new ComboBox. Note that only gtkcombobox.h and
6769         gtkcomboboxentry.h are public.
6770
6771         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
6772         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch]: new files.
6773
6774         * gtk/Makefile.am, gtk/gtk.h: adding the new files.
6775
6776         * tests/testcombo.c: and a new test.
6777
6778         * tests/Makefile.am: adding the new test.
6779
6780 2003-09-25  Tor Lillqvist  <tml@iki.fi>
6781
6782         * demos/gtk-demo/main.c: Don't use hardcoded DEMOCODEDIR on Windows.
6783
6784 2003-09-21  Tor Lillqvist  <tml@iki.fi>
6785
6786         * gdk/win32/gdkevents-win32.c (handle_wm_paint): New
6787         function. Code split out from gdk_event_translate(). Needed
6788         because gdk_event_get_graphics_expose() couldn't do anything
6789         sensible otherwise. (Not that I think graphics exposes work anyway
6790         in gdk/win32, but at least now the code could work.)
6791
6792         (gdk_event_get_graphics_expose): Call handle_wm_paint() instead of
6793         gdk_event_translate(), which couldn't have worked as it doesn't
6794         take any pre-allocated GdkEvent parameter any longer.
6795         
6796         (gdk_event_translate): Handle WM_MOUSEACTIVATE: Don't let
6797         GDK_WINDOW_TEMP windows be activated. (#122578, John Ehresman)
6798
6799 2003-09-24  Matthias Clasen  <maclas@gmx.de>
6800
6801         * demos/gtk-demo/appwindow.c (do_appwindow): Demonstrate tooltips
6802         on toolitems.
6803
6804         * gtk/gtkaction.c (connect_proxy): Sync tooltips on toolitems.
6805
6806         * gtk/gtkuimanager.c (update_node): Don't complain about missing
6807         actions on popups. Re-set "tooltip" property on toolitems after
6808         adding them to parent to trigger proxy update.
6809
6810 2003-09-22  Matthias Clasen  <maclas@gmx.de>
6811
6812         * tests/testmerge.c (main): Initially activate the JUSTIFY_RIGHT
6813         group member to test the fix for #122904.
6814
6815         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
6816         Add the action to the group before activating it, otherwise we
6817         may end up with multiple active group members.  (#122904, Marco
6818         Pesenti Gritti)
6819
6820 2003-09-21  Matthias Clasen  <maclas@gmx.de>
6821
6822         Changes to make cross-process merging feasible:
6823         
6824         * gtk/gtkuimanager.[hc]: Add a readonly "ui" property which holds the
6825         merged UI definition. Remove the "changed" signal, since its role
6826         is now filled by "notify::ui". Instead add a "actions-changed" signal
6827         which gets emitted when the set of actions changes.
6828
6829         * gtk/gtktoggleactionprivate.h:
6830         * gtk/gtktoggleaction.[hc] (gtk_toggle_action_[sg]et_draw_as_radio):
6831         Add a "draw_as_radio" property to toggle actions so that they can be
6832         used as proxies for radio actions much like the "draw_as_radio" 
6833         property on check menu items enables them to operate as proxies for
6834         radio actions.
6835
6836         Prevent the "show_all" trap for action-based menus (see
6837         http://mail.gnome.org/archives/gtk-devel-list/2003-September/
6838         msg00260.html):
6839
6840         * gtk/gtkmenu.c (gtk_menu_{hide,show}_all): Remove g_return_if_fail()
6841         calls from static functions.
6842
6843         * gtk/gtkuimanager.c (update_node): 
6844         * gtk/gtkaction.c (connect_proxy): Set "no_show_all" on constructed
6845         widgets whose visibility is externally controlled.
6846
6847         * gtk/gtkwidget.[hc] (gtk_widget_[gs]et_no_show_all): Add a boolean 
6848         "no_show_all" property with setter and getter. When TRUE, it keeps
6849         gtk_widget_{hide,show}_all() from modifying the visibility of the 
6850         widget and its children.
6851
6852 Sun Sep 21 23:13:37 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6853
6854         * gtk/gtktextview.[ch]: Add new "tab moves focus" property (#122709)
6855
6856 2003-09-20  Tor Lillqvist  <tml@iki.fi>
6857
6858         * gtk-zip.sh.in: Don't use zip -r on the etc directory, to avoid
6859         including editor backup files. List files we want explicitly.
6860
6861         * gtk/gtkmain.c (_gtk_get_lc_ctype): New function. On Unix, just
6862         calls setlocale (LC_CTYPE, NULL). On Windows, looks for the
6863         LC_ALL, LC_CTYPE and LANG environment variables, than calls
6864         g_win32_getlocale().
6865
6866         (gtk_get_default_language): Code snippet moved to above function,
6867         call it.
6868
6869         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave)
6870         * gtk/gtkrc.c (gtk_rc_context_parse_file): Call
6871         _gtk_get_lc_ctype() instead of setlocale().
6872
6873 Fri Sep 19 18:15:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6874
6875         * gtk/gtkpaned.c, gtk/gtkhpaned.c: implement RTL flipping
6876         (#96632)
6877
6878 Fri Sep 19 13:24:54 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6879
6880         * gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
6881         documentation. (#117306, Steve Chaplin)
6882
6883 2003-09-19  Tor Lillqvist  <tml@iki.fi>
6884
6885         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
6886         present on the US-International keyboard. For clarity, order
6887         keysyms in case statement according to numeric value.
6888
6889         (gdk_keymap_translate_keyboard_state): Handle Caps Lock
6890         correctly. (#120176, Ken Rastatter and Owen Taylor)
6891
6892 2003-09-18  Matthias Clasen  <maclas@gmx.de>
6893
6894         * gtk/gtkaction.c (gtk_action_finalize): Call g_closure_unref() to
6895         unref a closure, not g_object_unref().  (#122637, Marco Pesenti Gritti)
6896
6897         Install accelerators on actions, not on proxies, support
6898         accelerator-only actions:
6899         
6900         * gtk/gtkmenu.c (get_accel_path): New function to get the accel path
6901         and its lock status either via _gtk_widget_get_accel_path() or by 
6902         looking at the accel_path stored in the menu item itself and determining
6903         its lock status by peeking into the contained accel label. This was
6904         already (accidentally) committed a week ago.
6905
6906         * gtk/gtkaction.h (gtk_action_set_accel_group):
6907         (gtk_action_[dis]connect_accelerator): New functions.
6908
6909         * gtk/gtkaction.c (struct _GtkActionPrivate): Add accel_group,
6910         accel_closure and accel_count. We must have a reference to the 
6911         accel_group, since we need it in connect_proxy. The count is necessary
6912         to ensure that the accelerator isn't removed before the last proxy 
6913         requesting it has been unmerged.
6914         (connect_proxy): Connect the accelerator to the 
6915         action now, only set the accel_path on the menuitem.
6916         (remove_proxy): Disconnect the accelerator from the action, not from
6917         the menuitem.
6918         (gtk_action_set_accel_group): Set the accel group. 
6919         (gtk_action_[dis]connect_accelerator): Count the number of times
6920         this functions have been called and install/remove the accelerator if
6921         the count leaves/reaches zero.
6922
6923         * gtk/gtkuimanager.h (GtkUIManagerItemType): Add 
6924         GTK_UI_MANAGER_ACCELERATOR.
6925
6926         * gtk/gtkuimanager.c (NodeType): Add NODE_TYPE_ACCELERATOR.
6927         (start_element_handler): Create NODE_TYPE_ACCELERATOR nodes from
6928         <accelerator> elements.
6929         (gtk_ui_manager_add_ui): Create NODE_TYPE_ACCELERATOR nodes when
6930         type is GTK_UI_MANAGER_ACCELERATOR.
6931         (update_node): Set the accel group on actions before creating their
6932         proxies. Don't set the accel group on created menus. For 
6933         NODE_TYPE_ACCELERATOR nodes, [dis]connect the actions' accelerator.
6934         (print_node): Also emit <accelerator> elements.
6935
6936         * tests/testmerge.c (dump_accels): Add a "Dump Accels" button. 
6937
6938         * gtk/gtkuimanager.c (update_node): Robustness improvements.
6939
6940 2003-09-17  Matthias Clasen  <maclas@gmx.de>
6941
6942         * gtk/gtkuimanager.c (text_handler): Report unexpected character
6943         data as error from the GMarkup parser, otherwise things like
6944         gtk_ui_manager_add_ui_from_string (ui, "Hi there!", -1, &error) 
6945         pass unexpectedly.
6946
6947 Wed Sep 17 02:38:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
6948
6949         * gtk/gtktoolbar.c (gtk_toolbar_class_init): revert accidentally
6950         committed redraw_on_allocate change.
6951
6952 Tue Sep 16 10:42:00 2003  Eric Warmenhoven  <eric@warmenhoven.org>
6953
6954         * gdk/linux-fb/gdkwindow-fb.c: Add gdk_window_set_keep_{above,below}
6955         stubs to fix compilation
6956
6957         * gdk/linux-fb/gdkrender-fb.c: Add gdk_shadow_fb_stop_updates stub for
6958         when shadowfb is disabled. Patch from pjm@cctechnol.com (#120847).
6959
6960         * gdk/linux-fb/gdkmouse-fb.c: Add GDK_MOUSE_DEVICE environment
6961         variable. Patch from Marc Welz (#121347).
6962
6963 2003-09-16  Matthias Clasen  <maclas@gmx.de>
6964
6965         * gtk/gtkaction.h: Apply egtk-format-protos.
6966
6967 2003-09-15  Matthias Clasen  <maclas@gmx.de>
6968
6969         * gtk/gtkuimanager.c: Doc tweaks.
6970
6971         Smart separators; see 
6972         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00133.html:
6973         
6974         * gtk/gtkuimanager.c (update_smart_separators): New function which 
6975         implements "smart" separators by iterating once over the entries of a 
6976         menu, hiding and showing separators as necessary.
6977         (update_node): Mark separators used as fences of placeholders as
6978         hidden. Explicitly added separators are marked as smart. Call 
6979         update_smart_separators after updating a menu or toolbar node. 
6980         Connect update_smart_separators to "notify::visible" signal on menu
6981         and tool items.
6982         
6983         * tests/merge-[12].ui: Test smart separators.
6984
6985         Changes to allow setting action state before connecting signal; see
6986         the thread starting at 
6987         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00140.html:
6988         
6989         * gtk/gtkactiongroup.[hc]: (gtk_action_group_add_radio_actions):
6990         (gtk_action_group_add_radio_actions_full): Add value parameter to allow
6991         setting the currently selected group member before connecting signals.
6992         (GtkToggleActionEntry): Separate struct for constructing toggle actions,
6993         including a boolean to initialize the action state before connecting
6994         signals.
6995         (gtk_action_group_add_toggle_actions):
6996         (gtk_action_group_add_toggle_actions_full): New functions to construct
6997         toggle actions from an array of GtkToggleActionEntries.
6998
6999         * demos/gtk-demo/appwindow.c: 
7000         * tests/testactions.c: 
7001         * tests/testmerge.c: Adjust to new action group API.
7002
7003 Sun Sep 14 16:59:52 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7004
7005         * gtk/gtktoolbar.c (gtk_toolbar_init): Name the arrow 
7006         "gtk-toolbar-arrow" so themes can special-case it.
7007
7008 Sun Sep 14 16:07:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7009
7010         * gtk/Makefile.am (gtk_c_sources): sort the list of files.
7011
7012 Sun Sep 14 15:49:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7013
7014         * gtk/gtktoolbar.c (toolbar_item_is_homogeneous): Unref the
7015         PangoFontMetrics. Patch from Steve Chaplin (#122257).
7016
7017 2003-09-14  Tor Lillqvist  <tml@iki.fi>
7018
7019         * gdk/win32/gdkwindow-win32.c (show_window_internal): Remove
7020         special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows,
7021         the usefulness of which was already in doubt. Removing it fixes
7022         bugs #118575 and #121851.
7023
7024 Fri Sep 12 16:32:53 2003  Jonathan Blandford  <jrb@redhat.com>
7025
7026         Merge from stable.
7027
7028         * gtk/gtktreeview.c (gtk_tree_view_button_press): only save the
7029         pressed button (used to determine if we want to initiate a drag later
7030         on) if the current grab widget is either NULL or tree_view (Reported
7031         by Jeroen Zwartepoorte).
7032
7033 2003-09-12  Matthias Clasen  <maclas@gmx.de>
7034
7035         * gdk/gdkdraw.c (gdk_draw_string, gdk_draw_text) 
7036         (gdk_draw_text_wc): Add deprecation notes.  (#121955, Martin Pool)
7037
7038 2003-09-11  Matthias Clasen  <maclas@gmx.de>
7039
7040         * gdk/gdkpango.c: Doc tweaks.
7041
7042         * tests/testgtk.c: Add table menu tests.
7043
7044         * gtk/gtkmenu.c (gtk_menu_free_private): Don't forget to free the 
7045         GtkMenuPrivate struct itself. Pointed out by valgrind.
7046
7047         * gtk/gtkuimanager.c (gtk_ui_manager_finalize): Clean up 
7048         properly.  (#121998)
7049
7050 Wed Sep 10 22:25:04 2003  Kristian Rietveld  <kris@gtk.org>
7051
7052         The table menu patch! Turns GtkMenu into a table, so you can attach
7053         menu items in numerous new ways! Be creative!
7054
7055         Contains some bug fixes and RTL adaptions from Matthias Clasen.
7056
7057         * gtk/gtkmenu.c [toplevel]: introduce ATTACH_INFO_KEY, extend
7058         GtkMenuPrivate, introduce AttachInfo, add child properties enum,
7059         (gtk_menu_free_private), (gtk_menu_get_private): we have to free
7060         the heights array in the private struct,
7061         (gtk_menu_class_init): reorder code a bit, install child properties,
7062         (get_attach_info), (get_child_attach): new utility functions,
7063         (gtk_menu_set_child_property), (gtk_menu_get_child_property): introduce
7064         child properties, for the attach info,
7065         (gtk_menu_remove): remove AttachInfo from menu item,
7066         (gtk_menu_real_insert): implemented algorithm to automagically place
7067         inserted menu items at the correct place in the table,
7068         (gtk_menu_size_request), (gtk_menu_size_allocate),
7069         (compute_child_offset): reworked/rewritten to support table menus,
7070         (gtk_menu_attach): new function,
7071         (find_child_containing), (gtk_menu_move_current): new functions to
7072         get table menu keynav right.
7073
7074         * gtk/gtkmenu.h: add gtk_menu_attach() prototype.
7075
7076 2003-09-10  Matthias Clasen  <maclas@gmx.de>
7077
7078         * gtk/gtksocket.c (gtk_socket_filter_func): Only remove 
7079         PropertyNotify events from the stream if they have been handled,
7080         in order to enable extending the plug<->socket communication via
7081         properties.
7082
7083 Wed Sep 10 01:06:44 2003  Kristian Rietveld  <kris@gtk.org>
7084
7085         Big TreeView DnD fixage, makes drops on empty models work, makes
7086         TreeStore DnD work and gets rid of gtk-tree-model-drop-append.
7087         Related bugs #95362 and #113314. I don't want to touch this code
7088         ever again.
7089
7090         * gtk/gtktreeprivate.h (GtkTreePrivate): add empty_view_drop field.
7091
7092         * gtk/gtktreednd.c (gtk_tree_get_row_drag_data): add check
7093         for selection_data->length.
7094
7095         * gtk/gtktreeview.c (struct DestRow), (dest_row_free),
7096         (set_dest_row), (get_dest_row): we don't store just the row ref
7097         anymore, but a struct with the row ref and additional info,
7098         (set_destination_row): handle drops on empty space and some
7099         style fixes,
7100         (get_logical_dest_row): also return path_down_mode/drop_append_mode
7101         flags, handle dropping childs on their new parents, rewrite
7102         drop append handling into something saner,
7103         (gtk_tree_view_drag_motion): show a "drop possible arrow" on empty
7104         spaces,
7105         (gtk_tree_view_drag_drop): updates for updated backend,
7106         (gtk_tree_view_drag_data_received): updates for updated backend,
7107         path down mode (treestore DnD) handling,
7108         (gtk_tree_view_set_drag_dest_row): set empty_view_drop flag,
7109         when we are trying to drop a row on an empty model,
7110         (gtk_tree_view_get_drag_dest_row): handle empty_view_drop flag.
7111
7112         * gtk/gtkliststore.c (gtk_list_store_drag_data_received),
7113         (gtk_list_store_row_drop_possible): style and drop-append fixes.
7114
7115         * gtk/gtktreestore.c (gtk_tree_store_drag_data_received): ditto.
7116
7117 2003-09-08  Alexander Larsson  <alexl@redhat.com>
7118
7119         * gtk/gtkeventbox.[hc]:
7120         Implement gtk_event_box_get/set_input_only()
7121         
7122         * tests/testgtk.c:
7123         Tests for the new input only event boxes
7124
7125 Mon Sep  8 21:44:20 2003  Kristian Rietveld  <kris@gtk.org>
7126
7127         Fixes from David Hampton <hampton@employees.org> via gtk-devel-list.
7128
7129         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_elt_get_path): fix
7130         the call to gtk_tree_model_filter_add_root,
7131         (gtk_tree_model_filter_row_changed): bail out if c_path is not above
7132         the virtual root, allow building levels on the second try to convert
7133         the child path to a filter path,
7134         (gtk_tree_model_filter_convert_iter_to_child_iter): pass the virtual
7135         root when calling gtk_tree_model_filter_elt_get_path.
7136
7137 2003-09-07  Matthias Clasen  <maclas@gmx.de>
7138
7139         * gtk/gtkuimanager.c (update_node): Fix a C99ism.  (#121640,
7140         Josh Beam)
7141
7142         Fixes for accelerator handling during (un)merging:
7143         
7144         * gtk/gtkuimanager.c (update_node): Move setting info-action
7145         after the switch, since the old action is needed in some cases.
7146         In cases of proxy type mismatch, disconnect the old proxy from
7147         the old action.
7148
7149         * gtk/gtkaction.c (remove_proxy): Renamed from 
7150         gtk_action_remove_proxy(). Move unsetting of the accelerator
7151         here from disconnect_proxy() in order to catch all cases of 
7152         removing a proxy.
7153         (gtk_action_disconnect_proxy): Fix logic in g_return_if_fail()
7154         to fail if proxy isn't a proxy of action.
7155
7156 2003-09-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
7157
7158         * configure.in: Added Uzbek latin (uz) and cyrillic (uz@Cyrl) to
7159         ALL_LINGUAS
7160
7161 2003-09-07  Matthias Clasen  <maclas@gmx.de>
7162
7163         * gtk/gtkaction.c (disconnect_proxy): Make disconnect work
7164         for toolitems.
7165
7166 2003-09-06  Matthias Clasen  <maclas@gmx.de>
7167
7168         * gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from 
7169         prev_action, not from action.  (Fix by David Hampton)
7170
7171 Fri Sep  5 14:15:10 2003  Owen Taylor  <otaylor@redhat.com>
7172  
7173         * Back out locale-dependent interpretation of
7174         KP_Decimal, the official XFree86 interpretation
7175         is that KP_Decimal => . KP_Separator => ,
7176         always, independent of locale. 
7177         (#105161, Frederic Crozat, 
7178         http://bugs.xfree86.org/show_bug.cgi?id=534)
7179  
7180 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7181
7182         * tests/testmerge.c: Test buttons and toggle buttons as proxies.
7183
7184         * gtk/gtktoggleaction.c (connect_proxy): 
7185         (gtk_toggle_action_real_toggled): Support toggle buttons as proxies. Note 
7186         that a "draw_as_radio" property is needed for check buttons similar to 
7187         check menu items, in order to fully support button proxies for radio actions.
7188
7189         * gtk/gtkaction.c (connect_proxy): Allow buttons as proxies.
7190
7191         * tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui(). 
7192
7193         * gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the
7194         'type' argument of gtk_ui_manager_add_ui().
7195
7196         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments
7197         to make this function as powerful as the XML methods of adding UI.  (#120647)
7198
7199 Thu Sep  4 19:11:23 2003  Kristian Rietveld  <kris@gtk.org>
7200
7201         Merge from stable.
7202
7203         * docs/RELEASE-HOWTO: updates.
7204
7205 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7206
7207         * tests/merge-2.ui: Use "position" instead of "pos".
7208
7209         * gtk/gtkuimanager.c (start_element_handler): No need 
7210         to be terse: Change the name of the "pos" attribute
7211         to "position".
7212
7213 2003-09-04  Matthias Clasen  <maclas@gmx.de>
7214
7215         * gtk/gtkuimanager.c: Un-prefix GtkUIManagerNodeType and 
7216         GtkUIManagerNode to shorten the names and to make the
7217         GTK_UI_MANAGER_<TYPE> names available for a public enum.
7218
7219         * gtk/gtkactiongroup.c:
7220         * gtk/gtkuimanager.c: Various doc tweaks.       
7221
7222         * gtk/gtkuimanager.c (start_element_handler):
7223         (end_element_handler): Improve error reporting. 
7224
7225 Wed Sep  3 23:18:17 2003  Kristian Rietveld  <kris@gtk.org>
7226
7227         Merge from stable.
7228
7229         * gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case,
7230         use end_position - page_size instead of G_MAXINT, since
7231         gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237,
7232         reported by Havoc Pennington).
7233
7234 Wed Sep  3 21:58:03 2003  Kristian Rietveld  <kris@gtk.org>
7235
7236         Merge from stable.
7237
7238         * gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL,
7239         unref it. (Fixes memleak, patch from Kjartan Maraas).
7240
7241 Wed Sep  3 21:38:26 2003  Kristian Rietveld  <kris@gtk.org>
7242
7243         * gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c,
7244         gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c,
7245         gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c,
7246         gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c,
7247         gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c,
7248         gtk/gtktypeutils.h: big patch from Kjartan Maraas
7249         to fix numerous typos.
7250
7251 Wed Sep  3 17:38:01 BST 2003  Tony Gale <gale@gtk.org>
7252
7253         * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
7254
7255 2003-09-02  Tor Lillqvist  <tml@iki.fi>
7256
7257         * gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
7258         CloseHandle() on the HMODULE returned from GetModuleHandle().
7259         Didn't cause any harm, but didn't do anything useful either. When
7260         running a GTK+ program under MS's debugger, the CloseHandle() call
7261         would cause a "first-chance exception" in ntdll.dll to show up.
7262         (The exception is caught appropriately if you let it proceed, but
7263         it confuses the person using the debugger). Thanks to Bruce
7264         Hochstetler for noticing.
7265
7266 Tue Sep  2 21:01:19 2003  Kristian Rietveld  <kris@gtk.org>
7267
7268         Merge from stable.
7269
7270         * gtk/gtktreeview.c (gtk_tree_view_button_press): revert the change
7271         to only select when button 1 is pressed introduced in the fix of
7272         bug #120187.
7273
7274 2003-09-02  Matthias Clasen  <maclas@gmx.de>
7275
7276         * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
7277
7278         * gtk/gtkuimanager.c: Shorten the names of some static 
7279         functions.
7280
7281         Support adding and removing merge nodes dynamically (#120647, 
7282         Anders Carlsson):
7283         
7284         * gtk/gtkuimanager.[ch] (gtk_ui_manager_new_merge_id): Renamed 
7285         gtk_ui_manager_next_merge_id to gtk_ui_manager_new_merge_id 
7286         and made it public.
7287         (gtk_ui_manager_add_ui): New function to add UI elements
7288         without juggling XML fragments, currently restricted to menuitems,
7289         toolitems and separators. Actions still come from registered 
7290         action groups.
7291
7292 Mon Sep  1 19:39:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7293
7294         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Fix bug where the
7295         background pixmap was being offset twice, once by the ts_origin in
7296         gdk_window_get_bg_gc(), and once by gdk_draw_rectangle().
7297
7298 2003-09-01  Matthias Clasen  <maclas@gmx.de>
7299
7300         * gtk/gtkuimanager.[ch] (gtk_ui_manager_ensure_update): Make
7301         this public again, since it's occasionally useful.  (#121128,
7302         Marco Pesenti Gritti)
7303
7304         * gtk/gtkaction.c: Add an "is_important" property and propagate
7305         it to toolitem proxies.  (#121058, Marco Pesenti Gritti)
7306
7307 Mon Sep  1 00:32:30 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7308
7309         * tests/testtoolbar.c (main): connect to "delete_event" so the
7310         application will actually quit when you close the window
7311
7312 2003-09-01  Matthias Clasen  <maclas@gmx.de>
7313
7314         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget) 
7315         (gtk_ui_manager_get_action): g_return_if_fail() if
7316         path is NULL.
7317         (gtk_ui_manager_get_node): Avoid a segfault if path is empty.
7318         (gtk_ui_manager_finalize): Remove the idle on finalize. (#121125, 
7319         Marco Pesenti Gritti)
7320
7321 2003-08-31  Matthias Clasen  <maclas@gmx.de>
7322
7323         * gtk/gtktoolitem.c: Fix some typos in docs.
7324
7325         * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
7326         replaces gtk_ui_manager_activate().  (#120658)
7327
7328         * tests/testmerge.c: Use gtk_ui_manager_get_action() instead of
7329         gtk_ui_manager_activate().
7330
7331         * gtk/gtkaction.c: 
7332         * gtk/gtkactiongroup.c: Some doc tweaks.
7333
7334         * gtk/gtkuimanager.[hc]: Get rid of the remove_widget signal. It
7335         wasn't emitted anyway. Some doc tweaks.
7336
7337 2003-08-30  Matthias Clasen  <maclas@gmx.de>
7338
7339         * tests/testmerge.c (add_widget): Connect to "destroy" on toolbar,
7340         rather than to "remove" on handlebox. 
7341
7342         * gtk/gtkuimanager.[hc] (gtk_ui_manager_activate): New method to
7343         activate an action found by following a path.  (#120658)
7344
7345         * tests/testmerge.c: Add a button to test gtk_ui_manager_activate().
7346
7347         * tests/testmerge.c (add_widget): Put toolbars in handleboxes.
7348
7349         * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with 
7350         setter and getter. If it is set, add tearoff menu items to regular 
7351         menus, but not to popups. Add a signal "changed", which gets emitted
7352         when the merged ui has changed.  (#120649, #120656)
7353
7354         * tests/testmerge.c: Add button to test the generation of tearoff 
7355         menu items.
7356
7357 2003-08-29  Matthias Clasen  <maclas@gmx.de>
7358
7359         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
7360         Actually group the actions together rather than putting each in its 
7361         own group.
7362
7363         * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on 
7364         proxy menu items for radio actions.
7365
7366         * gtk/gtkgamma.c (gamma_ok_callback): Use g_strtod instead of strtod.
7367
7368 Fri Aug 29 21:40:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7369
7370         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full):
7371         Fix use of uninitialized variable.
7372
7373         * gtk/gtktextutil.c
7374         (_gtk_text_util_append_special_char_menuitems): add const cast to
7375         get rid of warning
7376
7377 2003-08-29  Matthias Clasen  <maclas@gmx.de>
7378
7379         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install 
7380         "draw_as_radio" as a separate property, not as an alias of 
7381         "inconsistent".
7382         (gtk_check_menu_item_get_property): 
7383         (gtk_check_menu_item_set_property): Also support "draw_as_radio".
7384
7385 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7386
7387         * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
7388         are narrower than 13 time the estimated character width of the
7389         font. (#107781, David Bordoley)
7390
7391         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): Check
7392         here if the GtkToggleButton is active. This may be the case if it
7393         is a radio button.
7394
7395         * gtk/gtktoolbar.c: Clarify documentation wrt. GtkSignalFunc
7396         vs. void (*) (GtkWidget, gpointer). (#107495, Mariano
7397         Suarez-Alvarez).
7398
7399         * gtk/gtkcheckmenuitem.[ch]: new "draw_as_radio"
7400         property. (#111207, David Bordoley).
7401
7402         * gtk/gtktoggletoolbutton.c
7403         (gtk_toggle_tool_button_create_menu_proxy): use new
7404         "draw_as_radio" property on the menu item when the item is a radio
7405         tool button
7406
7407         * gtk/gtktoolbutton.c (gtk_tool_button_create_menu_proxy): Fixes
7408         to only pay attention to the "use_underline" property when the
7409         button label comes from the "label" property.
7410
7411 2003-08-29  Laurent Dhima  <laurenti@alblinux.net>
7412
7413         * configure.in: Added "sq" to ALL_LINGUAS.
7414         
7415 2003-08-28  Matthias Clasen  <maclas@gmx.de>
7416
7417         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Markup
7418         fix in the docs.
7419
7420         * gtk/gtkuimanager.c: Change the XML format:
7421         <Root> element is replaced by <ui>,
7422         <menu> element is replaced by <menubar>,
7423         <submenu> element is replaced by <menu>,
7424         <dockitem> element is replaced by <toolbar>,
7425         <popups> element is gone,
7426         verb attribute is replaced by action,
7427         name defaults to action or the element name. 
7428
7429         * gtk/gtkactiongroup.[hc]: Replace GtkActionGroupEntry by 
7430         GtkActionEntry and GtkRadioActionEntry. GtkActionEntry is simplified 
7431         by removing the user_data, entry_type and extra_data fields, 
7432         GtkRadioActionEntry is further simplified by removing the callback. 
7433         The user_data can now be specified as an argument to 
7434         gtk_action_group_add_actions(). There is a new method 
7435         gtk_action_group_add_radio_actions(), which is similar to 
7436         gtk_action_group_add_actions(), but takes GtkRadioActionEntrys
7437         and a callback parameter in addition to the user_data. The callback
7438         is connected to the ::changed signal of the first group member.
7439         There are _full() variants taking a GDestroyNotify of 
7440         gtk_action_group_add_[radio_]actions().
7441
7442         * gtk/gtkradioaction.[hc]: Add a ::changed signal which gets emitted 
7443         on every member of the radio group when the active member is changed. 
7444         Add an integer property "value", and a getter for the value of "value"
7445         on the currently active group member. 
7446
7447         * tests/testactions.c: 
7448         * tests/testmerge.c: 
7449         * tests/merge-[123].ui:  
7450         * demos/gtk-demo/appwindow.c: Adjust to these changes.
7451
7452         * gtk/gtktoolbar.c (gtk_toolbar_append_element): Trivial doc fix.
7453
7454 2003-08-27  Anders Carlsson  <andersca@gnome.org>
7455
7456         * demos/gtk-demo/appwindow.c (do_appwindow): Focus the
7457         text view, so the tool bar won't have focus.
7458
7459 Tue Aug 26 09:57:38 2003  Owen Taylor  <otaylor@redhat.com>
7460
7461         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
7462         declaration not at start of block. (#120371, Damien Carbery)
7463
7464 2003-08-26  Matthias Clasen  <maclas@gmx.de>
7465
7466         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui_from_string): Use gssize 
7467         for length, not gsize.
7468
7469         * gtk/gtkuimanager.c: Refactor the XML format a bit: rename <Root> to 
7470         <ui> and make it optional in strings. Rename verb to action, <dockitem> 
7471         to <toolbar>, <menu> to <menubar>, <submenu> to <menu>.
7472
7473         * demos/gtk-demo/appwindow.c: 
7474         * tests/testactions.c: 
7475         * tests/testmerge.c:
7476         * tests/merge-1.ui:
7477         * tests/merge-2.ui:
7478         * tests/merge-3.ui: Adjust to the new XML format.
7479
7480 Mon Aug 25 19:55:55 2003  Owen Taylor  <otaylor@redhat.com>
7481
7482         * gtk/gtktextview.c (gtk_text_view_update_layout_width): 
7483         Since we add one to the layout's reported width to
7484         account for the cursor, we need to subtract one when
7485         setting the wrap width for the layout. (Fixes infinite
7486         loop (#120325, Frederic Crozat)
7487
7488         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
7489         Be a bit more careful about rounding when converting
7490         wrapped width from Pango units to pixels.
7491
7492 2003-08-26  Matthias Clasen  <maclas@gmx.de>
7493
7494         Rename GtkMenuMerge to GtkUIManager. 
7495         
7496         * gtk/gtkuimanager.[hc]: New files. 
7497         * gtk/gtkmenumerge.[hc]: Removed. 
7498
7499         * gtk/Makefile.am: 
7500         * gtk/gtk.h:
7501         * tests/testmerge.c: 
7502         * tests/testactions.c: 
7503         * demos/gtk-demo/appwindow.c: Replace all uses of GtkMenuMerge by 
7504         GtkUIManager.
7505
7506         * demos/gtk-demo/appwindow.c: Make GtkMenuMerge demo less intimidating: 
7507         add comments to entries array, remove newlines from ui definition. Don't 
7508         use the ::add_widget signal.
7509
7510 Mon Aug 25 17:28:04 2003  Owen Taylor  <otaylor@redhat.com>
7511
7512         * gtk/gtknotebook.c (gtk_notebook_forall): Don't
7513         include page->menu_label - causes various problems,
7514         including #12047.
7515
7516 Mon Aug 25 23:21:43 2003  Kristian Rietveld  <kris@gtk.org>
7517
7518         Merge from stable.
7519
7520         Fixes #115871, reported by Michael Natterer.
7521
7522         * gtk/gtktreeprivate.h: added GtkTreeSelectMode enum,
7523         added ctrl_pressed and shift_pressed bitfields,
7524         (_gtk_tree_selection_internal_select_node): replace GdkModifierType
7525         arg with GtkTreeSelectMode.
7526
7527         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode),
7528         (gtk_tree_selection_select_path), (gtk_tree_selection_unselect_path),
7529         (_gtk_tree_selection_internal_select_node): all updated for
7530         GdkModifierType -> GtkTreeSelectMode move.
7531
7532         * gtk/gtktreeview.c (gtk_tree_view_button_press): set ctrl_pressed
7533         and shift_pressed around selection handling block,
7534         (gtk_tree_view_real_select_cursor_row),
7535         (gtk_tree_view_real_toggle_cursor_row),
7536         (gtk_tree_view_real_selection_cursor_parent),
7537         (gtk_tree_view_real_set_cursor): use ctrl_pressed and shift_pressed,
7538         instead of checking the event state. And also updates for the
7539         GdkModifierType -> GtkTreeSelectMode move.
7540
7541 Wed Aug 20 21:26:49 2003  Owen Taylor  <otaylor@redhat.com>
7542
7543         * gtk/gtkplug.c (gtk_plug_focus): Send the focus on
7544         to the parent when there was no focus widget before
7545         and no focus widget after - that is, when there are
7546         no focusable widgets. (#108678, help tracking it
7547         down from Padraig O'Briain, Federico Mena Quintero, )
7548
7549         * gtk/gtkxembed.[ch]: Move various shared utilities
7550         for the XEMBED protocol eused by GtkPlug and GtkSocket 
7551         here.
7552
7553         * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement
7554         a flag bit that is sent with focus mesages to indicate
7555         that the focus has wrapped around on the toplevel;
7556         use this bit to catch infinite loops when there is no
7557         focusable widget at ll in the entire toplevel.
7558
7559         * tests/testsocket.c (child_read_watch): Remove an
7560         extraneous unref.
7561
7562         * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h: 
7563         Up XEMBED protocol version to 1, add logic for 
7564         sending the right version in XEMBED_EMBEDDED_NOTIFY.
7565
7566         * gtk/gtksocket.c (gtk_socket_add_window): Send
7567         the embedder window in the XEMBED_EMBEDDED_NOTIFY
7568         as the spec requires.
7569
7570 Mon Aug 25 16:15:41 2003  Owen Taylor  <otaylor@redhat.com>
7571
7572         * gdk/x11/gdkkeys-x11.c: Fix up CapsLock and 
7573         NumLock handling for non-XKB. Add a special case
7574         hack for NumLock on Sun servers. (Patch from
7575         Robert Basch, #115819)
7576
7577 2003-08-25  Matthias Clasen  <maclas@gmx.de>
7578
7579         * gtk/gtkactiongroup.c (gtk_action_group_add_actions): Remove C99isms. (Morten 
7580         Welinder)
7581
7582         * gtk/gtkactiongroup.[hc] (gtk_action_group_set_translate_func,
7583         gtk_action_group_set_translation_domain): Hooks for translation of
7584         label and tooltip in GtkActionGroupEntries.  (#120620)
7585
7586 2003-08-25  Matthias Clasen  <maclas@gmx.de>
7587
7588         * gtk/gtkactiongroup.h (GtkActionGroupEntryType): Namespace the enum
7589         values properly. Sorry about the resize grip trouble, Owen.  (#120621)
7590         
7591         * gtk/gtkactiongroup.c: 
7592         * demos/gtk-demo/appwindow.c: 
7593         * tests/testmerge.c: 
7594         * tests/testactions.c: Use new GtkActionGroupEntryType enum.  
7595
7596 Sun Aug 24 17:14:44 2003  Owen Taylor  <otaylor@redhat.com>
7597
7598         * gtk/gtk.h: Remove reference to gtkresizegrip.h.
7599
7600 Sun Aug 24 17:03:44 2003  Owen Taylor  <otaylor@redhat.com>
7601
7602         * gtk/Makefile.am: Fix accidental commit of references
7603         to gtkresizegrip.[ch]
7604
7605 Sun Aug 24 17:00:03 2003  Owen Taylor  <otaylor@redhat.com>
7606
7607         * gtk/gtkrc.c: Fix some missing initializations of
7608         rc_file->directory.
7609
7610 2003-08-24  Matthias Clasen  <maclas@gmx.de>
7611
7612         * gtk/gtkaction.[ch]: 
7613         * gtk/gtktoggleaction.[ch]: 
7614         * gtk/gtktoggleactionprivate.h: 
7615         * gtk/gtkradioaction.[ch]: 
7616         * gtk/gtkactiongroup.[ch]: 
7617         * gtk/gtkmenumerge.[ch]: A model-view separation for menus and
7618         toolbars, using the EggMenu code by James Henstridge.
7619
7620         * gtk/gtk.h: Include new headers.
7621         * gtk/Makefile.am: Add new files.
7622
7623         * tests/testactions.c: Test for actions.
7624         * tests/testmerge.c: Test for menu merging.
7625         * tests/merge-[123].ui: Test data for testmerge. 
7626         * tests/Makefile.am: Add testactions and testmerge.
7627
7628         * demos/gtk-demo/appwindow.c: Use GtkMenuMerge to construct the 
7629         menubar and toolbar.
7630         
7631 Sat Aug 23 21:40:18 2003  Owen Taylor  <otaylor@redhat.com>
7632  
7633         * gtk/gtkrc.c (gtk_rc_context_parse_one_file): Fix 
7634         problem where rc_file->directory wasn't always getting
7635         set. (#120549, Luis Villa)
7636  
7637 2003-08-22  Christian Rose  <menthos@menthos.com>
7638
7639         * configure.in: Added "ne" to ALL_LINGUAS.
7640
7641 Thu Aug 21 16:00:36 2003  Owen Taylor  <otaylor@redhat.com>
7642  
7643         * gtk/gtkrc.c: Keep a list of current GtkRcFiles
7644         being parsed, not just the directories for those
7645         files. Use that to catch recursion. (Part of
7646         #114988)
7647  
7648 Thu Aug 21 21:27:45 2003  Kristian Rietveld  <kris@gtk.org>
7649
7650         Merge from stable.
7651
7652         Fix option menu scrolling (#119821, Owen Taylor).
7653
7654         * gtk/gtkmenu.c (gtk_menu_scroll_to): remove logic introduced
7655         by #80484 and the CLAMP,
7656         (get_menu_height): new function,
7657         (gtk_menu_real_move_scroll): sort of moved the CLAMP here to correct
7658         new_offset to handle page up/down right.
7659
7660 Thu Aug 21 15:17:42 2003  Owen Taylor  <otaylor@redhat.com>
7661
7662         * gdk/x11/gdkkeys-x11.c: Change the interpretation
7663         of consumed_modifiers so that it contains:
7664          - Modifiers combinations actually found in
7665            state.
7666          - Single modifier modifier combinations.
7667         But not multi-modifier combinations that aren't
7668         in event->state. Document. (#100439)
7669
7670 Thu Aug 21 20:53:46 2003  Kristian Rietveld  <kris@gtk.org>
7671
7672         Slightly modified patch from Yann Rouillard to improve selection
7673         behavior with the mouse. Fixes #120187.
7674
7675         * gtk/gtktreeview.c (gtk_tree_view_button_press): only
7676         select/deselect items on the first button press of button 1,
7677         expand checks for row_activated to include triple clicks.
7678
7679 Thu Aug 21 01:33:51 2003  Kristian Rietveld  <kris@gtk.org>
7680
7681         Merge from stable.
7682
7683         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): always round
7684         approximate digit widths up, to avoid truncation, convert to
7685         pango pixels when we have the full string width instead of converting
7686         the approx digit width to pango pixels, take inner border and
7687         interior focus into account correctly. (Fixes #116368, patch from
7688         Morten Welinder).
7689
7690 2003-08-20  Noah Levitt  <nlevitt@columbia.edu>
7691
7692         * gtk/queryimmodules.c: Don't look at the same directory twice (in
7693         simple cases). (#120342)
7694
7695 Wed Aug 20 22:04:47 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
7696
7697         * gdk/gdkwindow.c: Make the layers in the paint stack have their
7698         own pixmap instead of sharing one. (#118317)
7699
7700         * tests/testgtk.c (create_get_image): Fixes to make the window fit
7701         on an 800x600 screen
7702
7703 Wed Aug 20 22:03:25 2003  Kristian Rietveld  <kris@gtk.org>
7704
7705         Merged from stable.
7706
7707         * gtk/gtkspinbutton.c (start_spinning): change the type of step
7708         to gdouble, since it gets it's data from a gdouble (Fixes #113547).
7709
7710 Mon Aug 18 17:19:12 2003  Owen Taylor  <otaylor@redhat.com>
7711
7712         * modules/input/gtkimcontextxim.[ch]: Substantially
7713         rework the handling of status windows:
7714         
7715          - Store the current StatusWindow in the 
7716            GtkIMContextXIM structure and vice-versa, so we
7717            don't have to hunt the window hierarchy on
7718            cleanup.
7719          - Use the Gtkidget hierarchy instead of/or as well
7720            as the GdkWindow hierarchy when finding the toplevel;
7721            this helps for things like GtkHandlebox
7722          - Watch GtkWidget::hierarchy_changed to catch 
7723            changes in the toplevel without changes in the
7724            GdkWindow (reparenting)
7725          - Never create the GtkWindow for the status window
7726            unless we have text to display.
7727          - Various cleanups, add lots of comments.
7728
7729         (#115077, much help from Takuro Ashie and Hidetoshi
7730         Tajima in tracking this down and figuring out a fix.)
7731
7732         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_focus_in): 
7733
7734         * modules/input/gtkimcontextxim.c: Track the current
7735         screen for each toplevel so that we show the status
7736         window on the right screen. (#116340, James Su)
7737
7738         * modules/input/gtkimcontextxim.c: If create a new IC
7739         when we currently have the focus, call XSetICFocus()
7740         on it.
7741         
7742         * modules/input/gtkimcontextxim.c (get_im): Fix bug
7743         with multiple open screens.
7744
7745 Tue Aug 19 14:37:46 2003  Owen Taylor  <otaylor@redhat.com>
7746
7747         * gtk/gtkimmulticontext.[ch] (struct _GtkIMMulticontext): 
7748         Replace client_window field with 'priv' pointer,
7749         retaining binary compatibility.
7750
7751         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
7752         save use_preedit/cursor_location/focus status and set
7753         up the new slave appropriately. (#118651, Botond Botyanszki)
7754
7755 Tue Aug 19 13:58:50 2003  Owen Taylor  <otaylor@redhat.com>
7756
7757         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
7758         Don't use impl->position_info.clip_rect for toplevels.
7759         (#107068, reported by Thomas Mirlacher)
7760
7761 Mon Aug 18 11:48:51 2003  Owen Taylor  <otaylor@redhat.com>
7762
7763         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
7764         Add a fallback for unaligned source data for
7765         FORMAT_ARGB_MASK. (#117217)
7766
7767 Mon Aug 18 10:51:57 2003  Owen Taylor  <otaylor@redhat.com>
7768
7769         * configure.in: Rework handling of REBUILD_PNGS,
7770         so that we also don't try to REBUILD_PNGS when
7771         cross-compiling and there is no gdk-pixbuf-csource.
7772         But give an error if gtk/stock-icons/gtkstockpixbufs.h
7773         is not in the source tree. (Note that REBUILDS_PNG
7774         was set backwards before, which is why you always
7775         had to manually recreate gtkstockpixbufs.h!)
7776
7777 Mon Aug 18 10:19:55 2003  Owen Taylor  <otaylor@redhat.com>
7778
7779         * gtk+-2.0-uninstalled.pc.in: Add a missing gtk/ in the
7780         path to libgtk.la. (#120080, Benedikt Spranger)
7781
7782 Sat Aug 16 10:34:49 2003  Owen Taylor  <otaylor@redhat.com>
7783
7784         * modules/input/imcedilla.c: Make the list of default
7785         languages more comprehensive. (Suggestion of
7786         Fco. Javier F. Serrador)
7787
7788 Sat Aug  9 12:47:11 2003  Owen Taylor  <otaylor@redhat.com>
7789
7790         * gdk/gdk.c (gdk_arg_context_parse): Fix broken 
7791         parentheses when skipping args.
7792
7793 Sat Aug 16 16:22:23 2003  Kristian Rietveld  <kris@gtk.org>
7794
7795         Fix major bug in row ref handling, so the new combo box
7796         will actually work right (:. Bug #107748. Patch written
7797         with help from Tim Janik.
7798
7799         The basic idea is to update the row refs in a closure,
7800         before the actual signal is emitted (rather than having
7801         the model connect signal handlers).
7802
7803         * gtk/gtktreemodel.c (gtk_tree_model_base_init): change
7804         g_signal_new calls for row_inserted, row_deleted and
7805         rows_reordered to use the new marshallers,
7806         (row_inserted_marshall), (row_deleted_marshall),
7807         (rows_reordered_marshall): the new marshallers,
7808         (gtk_tree_row_ref_inserted_callback): renamed to
7809         gtk_tree_row_ref_inserted since it isn't a callback
7810         anymore and gets called by the marshaller now,
7811         (gtk_tree_row_ref_deleted_callback): likewise,
7812         (gtk_tree_row_ref_reordered_callback): likewise,
7813         (connect_ref_callbacks), (disconnect_ref_callbacks):
7814         removed,
7815         (gtk_tree_row_reference_new_proxy),
7816         (gtk_tree_row_reference_free),
7817         (gtk_tree_row_reference_inserted),
7818         (gtk_tree_row_reference_deleted),
7819         (gtk_tree_row_reference_reordered): updated.
7820
7821 Fri Aug 15 16:54:39 2003  Owen Taylor  <otaylor@redhat.com>
7822
7823         Improve Cedilla handling - based on a patch from Gustavo 
7824         De Nardin, #111334
7825
7826         * modules/input/imcedilla.c po/POTFILES.in: Input method that 
7827         produces C_WITH_CEDILLA rather than C_WITH_ACUTE for 
7828         dead_acute+c combinations. Make this the default for
7829         fr and pt.
7830
7831         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave): 
7832         Use LC_CTYPE instead of LC_MESSAGES to pick the default
7833         input method.
7834
7835 Fri Aug 15 17:00:19 2003  Owen Taylor  <otaylor@redhat.com>
7836
7837         * gtk/gtkimcontextsimple.c: Fix missing compose sequence
7838         for Multi_key+c+apostrophe.
7839
7840 Fri Aug 15 21:57:34 2003  Kristian Rietveld  <kris@gtk.org>
7841
7842         Merged from stable.
7843
7844         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): stop editing
7845         on vertical scrolling. (#108035, reported by Tim Janik).
7846
7847 Fri Aug 15 20:06:42 2003  Kristian Rietveld  <kris@gtk.org>
7848
7849         Merged from stable.
7850
7851         * gtk/gtktreeview.c (gtk_tree_model_sort_row_changed),
7852         (gtk_tree_model_sort_level_find_insert),
7853         (gtk_tree_model_sort_insert_value): fix off-by-one error.
7854         (#109292 continued, patch from Yann Rouillard).
7855
7856 Fri Aug 15 19:43:14 2003  Kristian Rietveld  <kris@gtk.org>
7857
7858         (Note: This is not exactly the same as the patch which went in
7859          gtk-2-2).
7860
7861         * gtk/gtktreeview.c (gtk_tree_view_class_init),
7862         (gtk_tree_view_key_press), (gtk_tree_view_search_key_press_event):
7863         Also support the up, down, left, right, home, end, page up and
7864         page down keys on the numpad. (#119419, reported by Alex Larsson).
7865
7866 Fri Aug 15 12:34:04 2003  Owen Taylor  <otaylor@redhat.com>
7867
7868         Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):
7869
7870         * configure.in (GDK_DEP_LIBS_FOR_X): Make sure that
7871         we link libgtk against X explicitely, since we
7872         make GTK+ calls for plug/socket.
7873
7874         * gtk/queryimmodules.c: Use USE_LA_MODULES and 
7875         G_MODULE_SUFFIX here. 
7876
7877         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_image): Protect
7878         XShmPutImage with #ifdef USE_SHM.
7879
7880 Thu Aug 14 18:25:39 2003  Owen Taylor  <otaylor@redhat.com>
7881
7882         * gtk/gtkfilesel.c (gtk_file_selection_populate):
7883         Don't reposition the cursor when we aren't trying
7884         to complete. (Fixes problems with selection on
7885         startup, #108433, reported by Mark Finlay.)
7886
7887         * gtk/gtkfilesel.c (gtk_file_selection_populate): Remove
7888         code that tried to position the cursor after the common
7889         prefix when there was one, it wasn't working, and
7890         would be hard to fix. Just always put the cursor
7891         at the end when completing.
7892
7893 Thu Aug 14 17:58:23 2003  Owen Taylor  <otaylor@redhat.com>
7894
7895         * gtk/gtkfilesel.c (get_current_dir_utf8): If getting
7896         the current directory fails because of encoding
7897         conversion problems, walk up textually to parent
7898         directories until we can convert. (#113627)
7899
7900 Wed Aug 13 17:01:49 2003  Owen Taylor  <otaylor@redhat.com>
7901
7902         * gtk/gtkmenushell.[ch] (gtk_menu_shell_enter_notify):
7903         Remove usage of menu_shell->ignore leave which was
7904         to deal with stray events we no longer get because
7905         we do grabbing differently. Comment it as unused in
7906         the header. (#115837, Keith Bissett)
7907
7908 Wed Aug 13 16:32:43 2003  Owen Taylor  <otaylor@redhat.com>
7909
7910         * gtk/gtkmenu.c (gtk_menu_position, gtk_menu_window_size_request): 
7911         Fix some places that weren't properly Xinerama-ified.
7912
7913         * gtk/gtkmenu.c: Fix problem with windows that scroll
7914         at the top of the screen.
7915
7916 Wed Aug 13 11:34:53 2003  Owen Taylor  <otaylor@redhat.com>
7917
7918         * gtk/gtkcombo.c (gtk_combo_init): connect_after() to 
7919         key-press-event on the entry, so input methods get access to 
7920         key presses before GtkCombo customization.
7921         (#115451, Botond Botyanszki)
7922
7923 2003-08-13  Anders Carlsson  <andersca@gnome.org>
7924
7925         * tests/testtoolbar.c: (set_important_func), (important_toggled),
7926         (create_items_list):
7927         Add an important column.
7928         
7929 Tue Aug 12 15:00:15 2003  Owen Taylor  <otaylor@redhat.com>
7930
7931         * gtk/gtkwindow.c (gtk_window_real_set_focus): Protect
7932         against reentrancy from ::focus-out handlers. 
7933         (#118129, Felipe Heidrich)
7934
7935 Tue Aug 12 14:27:42 2003  Owen Taylor  <otaylor@redhat.com>
7936
7937         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Remove
7938         GDK_LOCK_MASK before calling
7939         gdk_keymap_translate_keyboard_state so bindings 
7940         and accelerators are independent of the Caps-lock
7941         key. (#115384, reported by Toni Willberg)
7942
7943 Mon Aug 11 12:07:14 2003  Owen Taylor  <otaylor@redhat.com>
7944
7945         * gdk/x11/gdkevents-x11.c (get_real_window): Add missing
7946         break statements (#119494, Soeren Sandmann)
7947
7948 Mon Aug 11 11:10:07 2003  Owen Taylor  <otaylor@redhat.com>
7949
7950         * gtk/gtkwidget.h: Mark parent public as well; it's
7951         extensively accessed in existing code, so there is
7952         no advantage in making people use get_parent().
7953         (Tweak to #119463 fix)
7954
7955 2003-08-11  Matthias Clasen  <maclas@gmx.de>
7956
7957         Add support for EWMH "Above" and "Below" window states.  (105100,
7958         Manuel Clos)
7959         
7960         * tests/testgtk.c: Add "Above" and "Below" to the the "Window
7961         State" demo.
7962
7963         * gtk/gtkwindow.h: Add gtk_window_set_keep_above and
7964         gtk_window_set_keep_below.
7965
7966         * gtk/gtk.def: Add gtk_window_set_keep_above and
7967         gtk_window_set_keep_below.
7968
7969         * gtk/gtkwindow.c (gtk_window_set_keep_below):
7970         (gtk_window_set_keep_above): New functions, call the corresponding
7971         gdk functions.
7972
7973         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): New
7974         function, sets _NET_WM_STATE_BELOW.
7975         (gdk_window_set_keep_above): New function, sets
7976         _NET_WM_STATE_ABOVE.
7977
7978         * gdk/gdkwindow.h: Add gdk_window_set_keep_above and
7979         gdk_window_set_keep_below.
7980
7981         * gdk/gdkevents.h (GdkWindowState): Add GDK_WINDOW_STATE_ABOVE and
7982         GDK_WINDOW_STATE_BELOW.
7983
7984         * gdk/gdk.def: Add gdk_window_set_keep_above and
7985         gdk_window_set_keep_below.
7986
7987         * acinclude.m4: Copy newer versions of JH_CHECK_XML_CATALOG and
7988         JH_PATH_XML_CATALOG from gtk-doc to enable configuring without
7989         xmlcatalog in PATH.  (#119115)
7990
7991 2003-08-10  Matthias Clasen  <maclas@gmx.de>
7992
7993         * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as
7994         public.  (#119463)
7995
7996 2003-08-09  Noah Levitt  <nlevitt@columbia.edu>
7997
7998         * gdk/gdkevents.h:
7999         * docs/reference/gdk/tmpl/windows.sgml: Elaborate a bit more in the
8000         docs on GdkFilterFunc and GdkFilterReturn.
8001
8002 2003-08-09  Matthias Clasen  <maclas@gmx.de>
8003
8004         * gtk/gtkcalendar.c:  Add and hook in gtk_calendar_scroll,
8005         to let the mouse wheels select the month. Scrolling down
8006         moves forward in time. (#53134, Abigail Brady) 
8007
8008         * gtk/gtkcalendar.c: Complete the RTL flipping support for
8009         GtkCalendar, make it possible to flip the headings using the
8010         "magic translated string" technique.  Translators, note the
8011         comment in gtk_calendar_init() explaining this.  (#102416)
8012
8013         * gtk/gtkcalendar.c: Get the information about the first day of
8014         the week from the locale using another instance of the "magic
8015         translated string" technique.  Ignore the display option
8016         GTK_CALENDAR_WEEK_START_MONDAY with a warning.  (#87977)
8017
8018         * gtk/gtkcalendar.c: Add DND support to GtkCalendar. The selected
8019         date is dragged as text, formatted via strftime %x. Text drops are
8020         accepted if g_date_set_parse() can make sense of the text. A
8021         dedicated data format for date DND has not been introduced yet,
8022         since there didn't seem to be sufficient consensus on such a
8023         format on xdg-list.  (#117297)
8024         
8025 2003-08-08  Matthias Clasen  <maclas@gmx.de>
8026
8027         * gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach):
8028         Fix a segfault.  (#115284, Jan Kratochvil)
8029
8030 2003-08-08  Tor Lillqvist  <tml@iki.fi>
8031
8032         * gdk/win32/gdkevents-win32.c (print_event): Print also the root
8033         coordinates for events that have such. Print coordinates for enter
8034         and leave events.
8035
8036         (gdk_event_translate): Don't use event uninitialixed in the
8037         return_exposes branch of the WM_PAINT handler.
8038
8039         * gdk/win32/gdkwindow-win32.c (gdk_window_new,
8040         _gdk_windowing_window_get_pointer, _gdk_windowing_window_at_pointer): 
8041         Must offset top-level window coordinates here, too.
8042
8043 2003-08-08  Matthias Clasen  <maclas@gmx.de>
8044
8045         * demos/gtk-demo/appwindow.c (do_appwindow): Hide the resize grip
8046         when maximized or fullscreen.
8047
8048 2003-08-07  Tor Lillqvist  <tml@iki.fi>
8049
8050         * gdk/win32/gdkinput-win32.h
8051         * gdk/win32/gdkinput-win32.c (_gdk_input_configure_event,
8052         _gdk_input_enter_event): Drop the GdkEvent* parameter, it wasn't
8053         used.
8054
8055         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Adapt caller
8056         accordingly, in fact an uninitialised variable was dereferenced.
8057         
8058
8059         [Win32] Add support for multiple monitors. 
8060         
8061         * gdk/win32/gdkprivate-win32.h
8062         * gdk/win32/gdkglobals-win32.c: New global variables for
8063         multiple-monitor info: _gdk_num_monitors, _gdk_monitors, and
8064         _gdk_offset_x and _gdk_offset_y.
8065         
8066         * gdk/win32/gdkdisplay-win32.c (count_monitor, enum_monitor): New
8067         functions, enumeration functions passed to EnumDisplayMonitors().
8068
8069         (gdk_display_open): If the EnumDisplayMonitors() and
8070         GetMonitorInfo() API is present (on Win98, Win2000 and newer), use
8071         if to find out monitor info.
8072
8073         Calculate the offset between Win32 coordinates (relative to the
8074         primary monitor's origin (and thus negative on monitors to the
8075         left of or above it), and GDK's (visible coordinates should be
8076         non-negative).
8077         
8078         * gdk/win32/gdkscreen-win32 (gdk_screen_get_n_monitors,
8079         gdk_screen_get_monitor_geometry): Use information collected above.
8080
8081         (gdk_window_move, gdk_window_move_resize_window_get_geometry):
8082         Subtract _gdk_offset_{x,y} from GDK root window coordinates.
8083
8084         (gdk_window_get_geometry, gdk_window_get_origin,
8085         gdk_window_get_frame_extents): For top-level windows, add
8086         _gdk_offset_{x,y} to GDK root window coordinates
8087
8088         Still need to handle multiple monitors in
8089         gdk_window_fullscreen(). Probably should make the window
8090         fullscreen on the monitor where the cursor is?
8091
8092         * gdk/win32/gdkevents-win32.c: Add _gdk_offset_{x,y} to all GDK
8093         root window coordinates in GdkEvents.
8094
8095         
8096         [Win32] Fix geometry hint handling. Add support for resize
8097         increment and base size, and aspect ratio geometry hints. The
8098         "gridded geometry" test in testgtk now works beautifully.
8099
8100         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
8101         Turns out this function shouldn't actually ever modify the
8102         window's size, just store the hints. (Old code kept for a while
8103         inside #if 0.)
8104
8105         (gdk_window_set_hints): Remove presumably broken code that handles
8106         the position hints, this function is obsolete anyway.
8107
8108         * gdk/win32/gdkevents-win32.c: Drop the current_{x,y}_root
8109         variables, not used.
8110
8111         (adjust_drag): New function, used to implement resize increment
8112         hints.
8113
8114         (gdk_event_translate): Handle WM_SIZING, implement resize
8115         increment and base size, and aspect ratio geometry hints here. The
8116         WM_GETMINMAXINFO handler takes care of the minimum and maximum
8117         size hints as before. Fix the WM_GETMINMAXINFO handler to take
8118         into account window decorations. No need to modify the
8119         ptMaxPosition and ptMaxSize fields in the MINMAXINFO struct,
8120         the defaults are fine.
8121         
8122         * gdk/win32/gdkprivate-win32.h 
8123         * gdk/win32/gdkwindow-win32.c (_gdk_win32_adjust_client_rect,
8124         _gdk_win32_get_adjusted_client_rect): New helper functions.
8125
8126 2003-08-07  Matthias Clasen  <maclas@gmx.de>
8127
8128         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): Reset the
8129         toplevel->have_* flags before iterating over the _NET_WM_STATE 
8130         atoms.  (#119217) 
8131
8132 Thu Aug  7 16:49:29 2003  Owen Taylor  <otaylor@redhat.com>
8133  
8134         * gtk/gtkwidget.c (gtk_widget_set_style_internal): 
8135         Fix a bug where on theme change, resize/redraw wasn't
8136         properly getting queued on toplevel windows. (#116346,
8137         Rajkumar Siva)
8138  
8139         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows): 
8140         Fix bug where wrong coordinates were used for toplevel
8141         window.
8142  
8143 Thu Aug  7 16:40:21 2003  Owen Taylor  <otaylor@redhat.com>
8144
8145         * gtk/gtknotebook.c (gtk_notebook_remove): Remove leftover
8146         page_num variable (Archit Baweja)
8147
8148 2003-08-07  Matthias Clasen  <maclas@gmx.de>
8149
8150         * gtk/gtkspinbutton.c (gtk_spin_button_default_input): Use g_strtod() to
8151         cope with C libraries with crippled locale support.  (#115293)
8152
8153 2003-08-07  Hans Breuer  <hans@breuer.org>
8154
8155         * gdk/win32/gdkevents-win32.c : finally use TrackMouseEvent
8156         (only if the new window not known to Gdk) to get proper
8157         leave notification, and get rid of the wrong placed 
8158         tooltips, bug #102283
8159  
8160         (gdk_event_translate) : small code reordering to not get
8161         GDK_MOTION_NOTIFY for still mouse and get back tooltips on 
8162         menus, bug #117367
8163
8164 2003-08-07  Tor Lillqvist  <tml@iki.fi>
8165
8166         * gdk/gdk.def
8167         * gdk/win32/gdkfont-win32.c (gdk_fontset_load_for_display): Add
8168         missing function, trivially implement.
8169
8170 2003-08-07  Matthias Clasen  <maclas@gmx.de>
8171
8172         * gtk/gtkctree.c (draw_row): Don't cut descenders when 
8173         rendering.  (#118646, Charles Kerr) 
8174
8175 2003-08-06  Hans Breuer  <hans@breuer.org>
8176
8177         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) :
8178         initialize bits to 0 (probably default on NT)
8179
8180         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
8181         now it works as intended ;-)
8182
8183 2003-08-04  Hans Breuer  <hans@breuer.org>
8184
8185         * gdk/win32/gdkwindow-win32.c(gdk_window_set_modal_hint) :
8186         set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435
8187
8188         * gdk/win32/gdkwindow-win32.c : implement gdk_window_[un]fullscreen
8189         (gdk_window_{move,resize,move_rezize})) : noop if FULLSCREEN
8190
8191         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
8192         against all expectations it is basically ony a call with WM_SETICON
8193         needed (the visual effect is there, though colors or mask are
8194         still somewhat wrong).
8195         * gdk/win32/gdkwindow-win32.h : place to store the HICON
8196
8197         * gdk/win32/gdkdrawabke.win32.c : readded the conditional end
8198         pixel drawing as it was fixed at 1999-08-23
8199
8200         gtk/gtk.def : updated
8201
8202 Tue Aug  5 10:07:08 2003  Owen Taylor  <otaylor@redhat.com>
8203
8204         * gtk/gtkmessagedialog.c (gtk_message_dialog_get_property): 
8205         Add a missing break. (#119156, Callum McKenzie)
8206
8207 Tue Aug  5 00:24:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8208
8209         * gtk/gtkmenu.c (gtk_menu_position): New positioning
8210         algorithm.(#116649)
8211
8212 Fri Aug  1 15:26:46 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8213
8214         * gtk/gtktoolbar.c, gtk/toolitem.c: add new "is_important"
8215         property
8216         
8217         * gtk/gtkradiotoolbutton.c
8218         (gtk_radio_tool_button_new_from_widget): Don't take a stock id
8219
8220         * gtk/gtkradiotoolbutton.c
8221         (gtk_radio_tool_button_new_with_stock_from_widget): make this
8222         function take a stock_id.
8223
8224         * gtk/toolbar: documentation
8225
8226 Mon Aug  4 14:53:46 2003  Owen Taylor  <otaylor@redhat.com>
8227
8228         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): 
8229         Fix problem where use_xshm was getting set wrong if
8230         MIT_SHM wasn't found. (George Lebel)
8231
8232 2003-08-04  Tor Lillqvist  <tml@iki.fi
8233
8234         * gdk/win32/gdkevents-win32.c (apply_filters): Fix braino:
8235         actually use the passed-in filter list. The function also needs a
8236         GdkWindow parameter, as filter functions expect
8237         GdkEvent::any.window to be valid. (#119034, Hans Breuer)
8238
8239 2003-08-03  Matthias Clasen  <maclas@gmx.de>
8240
8241         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors): 
8242         (gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid
8243         the term "virtual screen".  (#119030, Tor Lillqvist)
8244
8245 2003-08-02  Matthias Clasen  <maclas@gmx.de>
8246
8247         * tests/testtext.c (test_init): 
8248         * tests/testgtk.c (test_init): 
8249         * tests/testdnd.c (test_init): 
8250         * demos/pixbuf-init.c (pixbuf_init): 
8251         * demos/gtk-demo/main.c (main): Use g_setenv().
8252
8253         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): Use
8254         g_unsetenv(). 
8255
8256 Sat Aug  2 12:53:16 2003  Owen Taylor  <otaylor@redhat.com>
8257
8258         * configure.in: Requires glib-2.3.0, pango-1.2.0.
8259
8260         * configure.in: Require Xft version 2,
8261         remove code for handling older versions of pango and Xft.
8262         Many miscellaneous improvements to X checks
8263
8264         * acinclude.m4: Add GTK_ADD_LIB() macro for adding 
8265         a library to a variable, avoiding dups.
8266
8267         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): 
8268         Always load "fixed"
8269
8270         * gdk/x11/gdk*-x11.[ch]: Remove support for Xft1 and
8271         for pangox.
8272
8273 2003-08-02  Matthias Clasen  <maclas@gmx.de>
8274
8275         * gtk/gtkcolorsel.c (color_sample_drop_handle) 
8276         (palette_drop_handle): 
8277         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  Accept
8278         drops with the wrong format, since the KDE color chooser incorrectly
8279         drops application/x-color with format 8.  (#118810)
8280
8281         * gtk/gtkcolorsel.c (color_sample_drop_handle) (palette_drop_handle): 
8282         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  
8283         Accept drops with the wrong format, since the KDE color chooser 
8284         incorrectly drops application/x-color with format 8.  (#118810)
8285
8286 2003-08-02  Tor Lillqvist  <tml@iki.fi>
8287
8288         Fix gdk/win32 window geometry handling again. The window position
8289         in a GDK_CONFIGURE event should be that of the client area, not of
8290         the window decorations. (I was confused by the term "window
8291         border" in X11. It does *not* mean the window manager
8292         decorations. There are no X11-style window borders in Win32.)
8293         Also, this time do take the geometry hints into account
8294         appropriately when moving windows. Now testgtk's gravity test's
8295         move buttons work OK. There are stil problems with taking gravity
8296         into account when showing a hidden window.
8297
8298         * gdk/win32/gdkwindow-win32.h: Keep a whole GdkGeometry as hints
8299         instead of separate fields.
8300         
8301         * gdk/win32/gdkevents-win32.c (handle_configure_event): Don't
8302         adjust for decorations.
8303
8304         * gdk/win32/gdkwindow-win32.c (get_outer_rect,
8305         adjust_for_gravity_hints): New functions.
8306         (gdk_window_move, gdk_window_resize, gdk_window_move_resize): Use
8307         above functions, take geometry hints into account.
8308         (gdk_window_set_geometry_hints): Size hints specicy client area,
8309         not including decorations.
8310
8311 Fri Aug  1 17:10:22 2003  Owen Taylor  <otaylor@redhat.com>
8312
8313         * gtk/gtkfilesel.c (cmpl_completion_fullname): Always
8314         return an absolute path (#115590), fix a problem where
8315         you could crash the file selector with a looong name
8316         by returning a newly allocated buffer.
8317
8318 Fri Aug  1 16:44:51 2003  Owen Taylor  <otaylor@redhat.com>
8319
8320         * gtk/gtkfilesel.c (update_cmpl): Fix obvious reallocation
8321         bug in rarely or never hit code path (#118071,
8322         Tor Lillqvist)
8323
8324 Fri Aug  1 16:30:13 2003  Owen Taylor  <otaylor@redhat.com>
8325
8326         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render): 
8327         If the check for missing depths, try actually creating pixmaps
8328         of the depths to deal with Xinerama not reporting
8329         all the depths it should. (#115822)
8330
8331 Fri Aug  1 15:33:59 2003  Owen Taylor  <otaylor@redhat.com>
8332
8333         * gtk/gtksocket.c: Patch from Denis Mikhalkin to
8334         forward KeyRelease events as well as KeyPress events.
8335         (#115597)
8336
8337 Fri Aug  1 15:06:25 2003  Owen Taylor  <otaylor@redhat.com>
8338  
8339         * gdk/gdk.c (gdk_parse_args): g_set_prgname("<unknown>")
8340         if argc is 0 as well, instead of leaving it unset.
8341         (#116023, Michael Meeks)
8342  
8343 Thu Jul 31 23:09:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8344
8345         * gtk/gtktoolbar.c (gtk_toolbar_class_init): make show_arrow
8346         default to TRUE; ignore the property when api_mode != NEW_API
8347
8348 2003-07-31  Matthias Clasen  <maclas@gmx.de>
8349
8350         * gtk/gtkwindow.c (gtk_window_set_default_icon): Rename parameter pixbuf
8351         to icon, to pacify gtk-doc.
8352
8353         * gtk/gtkwidget.c (gtk_widget_class_init): Fix formatting of drag-motion 
8354         example. 
8355
8356 Thu Jul 31 15:33:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8357
8358         * gtk/gtk*tool*.h: add padding to subclasses of GtkToolItem
8359
8360 Thu Jul 31 15:29:28 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8361
8362         * gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
8363         overflow_item field.
8364
8365 Wed Jul 30 21:11:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8366
8367         * gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()
8368         an internal function
8369
8370         * gtk/gtktoolitem.h: remove unused declaration of
8371         _gtk_tool_item_get_drag_window().
8372
8373 Wed Jul 30 17:03:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8374
8375         * gtk/gtktoolbutton.[ch]:
8376         (gtk_tool_button_new): swap icon_widget and label arguments to
8377         match BonoboUIToolbarButton.
8378
8379         * gtk/gtktoolbar.h: un-deprecate gtk_toolbar_{set|unset}_style().
8380
8381 2003-07-30  Matthias Clasen  <maclas@gmx.de>
8382
8383         * gtk/gtkwidget.c (gtk_widget_class_init): Some updates to the DND
8384         signal docs. 
8385
8386 2003-07-29  Tor Lillqvist  <tml@iki.fi>
8387
8388         Fix for #108007, #112402, #117042: There was confusion in
8389         gdk/win32 at various places whether a window position refers to
8390         the decoration position or the client area position. Also whether
8391         window size includes decorations or not.
8392         
8393         The correct interpretation apparently is that in GDK (like in
8394         X11), a top-level window position means the decoration's position,
8395         but size means the window's inner size (client area size). In the
8396         Win32 API, the window size usually includes the decorations,
8397         though.
8398         
8399         * gdk/win32/gdkevents-win32.c (decode_key_lparam): Move inside
8400         #ifdef G_ENABLE_DEBUG.
8401         (handle_configure_event): New function, generates GDK_CONFIGURE
8402         events from WM_SIZE and WM_MOVE messages. Even if no event is
8403         generated because of the event mask, still set the private
8404         position and size fields. Calculate position and size correctly.
8405         (gdk_event_translate): Call handle_configure_event().
8406
8407         * gdk/win32/gdkgeometry-win32.c: Cosmetics.
8408
8409         * gdk/win32/gdkwindow-win32.c: Use GDI_CALL() and API_CALL()
8410         macros. Cosmetic debugging output changes.
8411         (SafeAdjustWindowRectEx): Remove. If an application wants to
8412         locate a window outside of the screen, it's not GDK's business to
8413         prevent it. And anyway, with multiple monitors, negative
8414         coordinates are perfectly normal.
8415         (gdk_window_new): Adjust the window size for decorations after
8416         _gdk_window_init_position() has done its job. (But the big window
8417         code currently is presumably broken on Win32 anyway.)
8418         (gdk_window_move): The position passed in is supposed to be that
8419         of the window border, so don't need to adjust for decorations.
8420         (gdk_window_resize, gdk_window_move_resize): Simplify somewhat.
8421
8422 Tue Jul 29 13:55:44 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8423
8424         * gtk/gtktoolbar.c (gtk_toolbar_set_style,
8425         gtk_toolbar_prepend_element, gtk_toolbar_append_element,
8426         gtk_toolbar_insert_space, gtk_toolbar_prepend_space,
8427         gtk_toolbar_append_space, gtk_toolbar_insert_item,
8428         gtk_toolbar_prepend_item, gtk_toolbar_append_item,
8429         gtk_toolbar_set_tooltips, gtk_toolbar_set_orientation,
8430         gtk_toolbar_new, gtk_toolbar_prepend_item):
8431
8432         Move documentation inline from template files.
8433
8434         * gtk/gtktoolbar.c (gtk_toolbar_insert_element,
8435         gtk_toolbar_insert_widget, gtk_toolbar_prepend_widget,
8436         gtk_toolbar_append_widget, gtk_toolbar_remove_space,
8437         gtk_toolbar_insert_stock, gtk_toolbar_unset_icon_size,
8438         gtk_toolbar_get_icon_size, gtk_toolbar_set_icon_size,
8439         gtk_toolbar_get_tooltips, gtk_toolbar_unset_style,
8440         gtk_toolbar_get_style, gtk_toolbar_get_orientation)
8441
8442         Copy documentation from stable that was added after the EggToolbar
8443         branched.
8444
8445         * gtk/gtktoolbar.h: deprecate gtk_toolbar_unset_icon_size()
8446
8447 Mon Jul 28 18:21:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8448
8449         * gtk+/docs/: Commit autogenerated changes, so patches will make
8450         sense.
8451
8452 2003-07-27  Tor Lillqvist  <tml@iki.fi>
8453
8454         * gdk/win32/gdkevents-win32.c (build_key_event_state): On Win9x,
8455         the keyboard state returned by GetKeyboardState() doesn't
8456         distinguish between the left and right Control and Alt keys. Thus
8457         we cannot detect AltGr (which is supposed to be left Control +
8458         right Alt) the same way as on NT-based systems, but have to accept
8459         either Control + either Alt as AltGr.
8460
8461 2003-07-27  Matthias Clasen  <maclas@gmx.de>
8462
8463         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
8464         Fix function name in warning message.  (#118156, Tim-Philipp
8465         Mller)
8466
8467         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
8468         is-expander and is-expanded are boolean properties, not ints.
8469         (#118359, Josh Parsons)
8470
8471 Sat Jul 26 15:21:27 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8472
8473         * gtk/gtkimagemenuitem.c
8474         (gtk_image_menu_item_toggle_size_request): don't request
8475         toggle_space when the image width is 0.
8476
8477 2003-07-25  Tor Lillqvist  <tml@iki.fi>
8478
8479         * gdk/win32/gdkprivate-win32.h
8480         * gdk/win32/gdkglobals-win32.c: New flags _gdk_input_locale_is_ime
8481         and _gdk_keyboard_has_altgr.
8482         
8483         * gdk/win32/gdkevents-win32.c: Lots of changes. Most important
8484         ones detailled here.
8485
8486         Code that has been ifdeffed out for a long time removed. Remove
8487         some really old doc comments that were left behind for some public
8488         functions, the official ones are in the X11 backend anyway. Change
8489         GDK_WINDOW_OBJECT() calls to GdkWindowObject casts. Reformat
8490         multi-line boolean expressions to have the operators at ends of
8491         lines.
8492
8493         As mouse capture with SetCapture() indeed seems to work OK, no
8494         need to have the correspoinding macro USE_SETCAPTURE and ifdefs.
8495
8496         Ifdef out the gdk-ping-msg stuff. I don't remember why it was
8497         needed at some time, and things seem to work fine now without
8498         (knock on wood).
8499
8500         Ifdef out the search for some Latin locale keyboard layout being
8501         loaded. Not used currently, but might be needed after all, if we
8502         decide that we want to be able to generate ASCII control character
8503         events with a non-Latin keyboard.
8504
8505         (assign_object): New helper function, handles the g_object_ref()
8506         and unref() calls when assigning GObject pointers.
8507                 
8508         (generate_crossing_events): Also generate the GDK_NOTIFY_INTERIOR
8509         enter event when the pointer has moved to an ancestor window. Was
8510         left out by mistake.
8511
8512         (gdk_window_is_ancestor): Renamed from gdk_window_is_child().
8513
8514         (gdk_pointer_grab, gdk_pointer_ungrab): Implement the confine_to
8515         functionality, using ClipCursor().
8516                 
8517         (find_window_for_mouse_event): Splice part of code into new
8518         function find_real_window_for_grabbed_mouse_event().
8519
8520         (fixup_event, append_event, apply_filters): New functions, code
8521         refactored out from elsewhere.
8522
8523         (synthesize_enter_or_leave_event, synthesize_leave_event,
8524         synthesize_enter_event,
8525         synthesize_leave_events,synthesize_enter_events): Also take a
8526         GdkCrossingMode parameter, in preparation to generating
8527         GDK_CROSSING_GRAB and GDK_CROSSING_UNGRAB events.
8528
8529         (fixup_event, append_event, fill_key_event_string): New functions,
8530         code refactoring.
8531
8532         (vk_from_char, build_keypress_event, build_keyrelease_event):
8533         Removed as part of dropping WM_CHAR handling.
8534
8535         (build_key_event_state,gdk_event_translate): Call
8536         GetKeyboardState(), once, for each keyboard message, instead of
8537         several calls to GetKeyState() here and there.
8538
8539         (gdk_event_translate): Fix bugs #104516, #104662, #115902. While
8540         at it, do some major refactoring, and some fixes for potential
8541         problems noticed while going through the code.
8542
8543         Don't handle WM_CHAR at all. Only handle WM_KEYDOWN and
8544         WM_KEYUP. Don't need the state variables related to whether to
8545         wait for WM_CHAR or not, and whether the current key is
8546         AltGr. Remove lots of complexity. Thus don't need the
8547         use_ime_composition flag.
8548
8549         Not handling WM_CHAR means dead key handling will have to be taken
8550         care of by GTK, but that seems to work fine, so no worry.
8551
8552         Another side-effect is that Alt+keypad digits don't work any
8553         longer, but it's better to learn to use GTK's ISO14755 support is
8554         anyway.
8555
8556         Be more careful in checking whether AltGr is involved. Only
8557         attempt to handle it if the keyboard actually has it. And
8558         explicitly check for *left* Control plus *right* Alt being
8559         pressed. Still, allow (left) Alt and/or (right) Control with AltGr
8560         chars.
8561
8562         Handle keys using similar code as in the X11 backend. As we have
8563         built a keymap in gdkkeys-win32.c anyway, use it by calling
8564         gdk_keymap_translate_keyboard_state() to look up the keysym from
8565         the virtual key code and keyboard state. Build the key event
8566         string in exactly the same way as the X11 backend.
8567
8568         If an IME is being used, don't generate GDK events for keys
8569         between receiving WM_IME_STARTCOMPOSITION and
8570         WM_IME_ENDCOMPOSITION, as those keys are for the IME.
8571         
8572         For WM_IME_COMPOSITION, handle all the Unicode chars returned from
8573         the IME, not just the first one.
8574
8575         gdk_event_translate() is still quite complex, could split the
8576         message handler cases out into separate functions.
8577
8578         On mouse events, when the mouse is grabbed, use
8579         find_real_window_for_grabbed_mouse_event() in order to be able to
8580         generate correct crossing events.
8581         
8582         No longer take a pre-allocated GdkEvent as parameter. Instead,
8583         allocate events as needed and append them to the queue. (This is
8584         different from how gdk_event_translate() in the X11 backend
8585         works.) This change made the code much clearer, especially in the
8586         cases where we have to generate several GDK events for one Windows
8587         message.  Return FALSE if DefWindowProc() should be called, TRUE
8588         if not. If DefWindowProc() should not be called, also return the
8589         value to be returned from the window procedure.
8590
8591         (Previously, the interaction with gdk_event_translate()'s caller
8592         was much more complex, when we had to indicate whether the
8593         already-queued event should be left in the queue or removed, and
8594         in addition also had to indicate whether to call DefWindowProc()
8595         or not, and what value to return from the window procedure if
8596         not.)
8597
8598         Don't use a separate "private" variable required to be pointing to
8599         the GdkWindowObject of the "window" variable at all times. Just
8600         use casts, even if looks a bit uglier.
8601
8602         Notice destroyed windows as early as possible, and break out of
8603         the messsage switch.
8604
8605         Use _gdk_pointer_root as current_window when the pointer is
8606         outside GDK's top-level windows.
8607         
8608         On WM_INPUTLANGCHANGE, set _gdk_input_locale_is_ime as
8609         appropriate, based on ImmIsIME().
8610         
8611         (gdk_event_translate, gdk_event_send_client_message_for_display,
8612         gdk_screen_broadcast_client_message): Implement client messages.
8613         Use a registered Windows message to pass GDK client messages. Note
8614         that the amount of user data is restricted to four bytes, as it is
8615         carried in the LPARAM. (The WPARAM is used for the message type
8616         "atom".)
8617         
8618         (real_window_procedure): Adapt for new gdk_event_translate()
8619         interface.
8620
8621         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Set
8622         _gdk_input_locale_is_ime initially.
8623
8624         * gdk/win32/gdkwindow-win32.c: Use g_object_ref()/unref() instead
8625         of g_colormap_ref()/unref().
8626
8627         (gdk_window_new): Made code a bit more like the X11 one, pretend
8628         to handle screens (although we just have one for now).
8629
8630         * gdk/x11/gdkevents-x11.c
8631         (gdk_event_send_client_message_for_display,
8632         gdk_screen_broadcast_client_message): Document the user data
8633         limitation on Win32.
8634
8635         * gdk/win32/gdkevents-win32.c (print_event): More complete enter
8636         and leave notify detail output.
8637
8638         * gdk/win32/gdkkeys-win32.c (update_keymap): Make dead keys
8639         visible to GDK and GTK. Store the corresponding GDK_dead_* keysym
8640         for those, so that the GtkIMContextCimple compose tables will
8641         work. Deduce if the keyboard layout has the AltGr key, and set the
8642         above flag accordingly.
8643
8644 2003-07-26  Matthias Clasen  <maclas@gmx.de>
8645
8646         * gtk/gtkwidget.c: Document DND signals.
8647
8648 2003-07-24  Matthias Clasen  <maclas@gmx.de>
8649
8650         * gtk/gtktextview.c (popup_targets_received): Make the "Input Methods"
8651         insensitive when editing isn't possible.  (#118150)
8652
8653 2003-07-23  Matthias Clasen  <maclas@gmx.de>
8654
8655         * gtk/gtkcolorsel.c (gtk_color_selection_init): Make the hue 
8656         spinbutton wrap.  (#118097, John Darrington)
8657
8658         * docs/faq/gtk-faq.sgml: Mention Xnest as a way to debug GTK+ apps. 
8659
8660 2003-07-20  Hans Breuer  <hans@breuer.org>
8661
8662         * makefile.msc : new file to build it all
8663         * Makefile.am : ... added to EXTRA_DIST
8664
8665         * gdk/makefile.msc gtk/stock-icons/makefile.msc 
8666           gtk/makefile.msc.in tests/makefile.msc : updated
8667
8668         * gdk/gdk.def gtk/gtk.def : export a bunch of new 
8669         functions
8670
8671         * gtk/gtkbbox.c : use g_return_val_if_fail() if
8672         there is a value to return
8673
8674         * gtk/gtkfontsel.c gtk/gtkiconfactory.c :
8675         static correctness
8676
8677         * gtk/gtkicontheme.c : ported to use GTimeVal instead of
8678         struct timeval and GTK_DATA_PREFIX instead of GTK_DATADIR
8679
8680         * gtk/gtkicontheme.c : use HAVE_LC_MESSAGES
8681
8682         * gtk/gtkimmulticontext.c : use gtkprivate.h
8683
8684         * gtk/stock-icons/stock_color_picker_25.png
8685           gtk/stock-icons/stock_jump_to_rtl_16.png
8686           gtk/stock-icons/stock_jump_to_rtl_24.png
8687           gtk/stock-icons/stock_redo_rtl_16.png
8688           gtk/stock-icons/stock_redo_rtl_24.png
8689           gtk/stock-icons/stock_undelete_rtl_16.png
8690           gtk/stock-icons/stock_undelete_rtl_24.png
8691           gtk/stock-icons/stock_undo_rtl_16.png :
8692           gtk/stock-icons/stock_undo_rtl_24.png :
8693         readded as binary
8694
8695 Sat Jul 19 22:39:24 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8696
8697         * gtk/gtktoolitem.c (gtk_tool_item_size_request): remove
8698         leftover request of {xy}thickness
8699
8700 Sat Jul 19 16:26:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8701
8702         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): don't
8703         attempt to add a NULL icon to the box.
8704
8705 Sat Jul 19 12:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8706
8707         * gtk/gtknotebook.c (gtk_notebook_focus_in|out): only redraw tabs
8708         on focus in/out.
8709
8710 2003-07-19  Matthias Clasen  <maclas@gmx.de>
8711
8712         * gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id. 
8713         * gtk/gtkiconfactory.c (get_default_icons): Add
8714         stock_dialog_authentication_48.  (#65765) 
8715         * gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
8716         * gtk/stock-icons/stock_dialog_authentication_48.png: New image.
8717
8718         * gtk/gtkbbox.h: 
8719         * gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New
8720         function. (#64562) 
8721
8722 Sat Jul 19 00:18:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8723
8724         * gtk/gtkwindow.c (gtk_window_set_default_icon): Fix C99
8725         declaration
8726
8727         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): new function
8728         (gtk_widget_real_focus_{in|out}_event): queue shallow draws
8729         instead of full draws.
8730
8731 2003-07-18  Matthias Clasen  <maclas@gmx.de>
8732
8733         * gtk/gtkwindow.c: Add properties decorated and gravity.  (#80234) 
8734
8735         * gtk/gtktextview.c (gtk_text_view_class_init): Add a new keybinding
8736         signal, move_viewport. 
8737         (gtk_text_view_move_viewport): New function which implements the
8738         move_viewport functionality. 
8739         (gtk_text_view_move_cursor_internal): If the cursor is not visible, move
8740         the viewport. (#78669) 
8741
8742         * gtk/gtkenums.h (GtkScrollStep): New enumeration, used for
8743         move_viewport argument. 
8744
8745         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): Add a has_resize_grip
8746         property.  (#111779) 
8747
8748         * gtk/gtkwindow.h: 
8749         * gtk/gtkwindow.c (gtk_window_set_default_icon): New method.  (#95816)
8750
8751         * gtk/gtkmessagedialog.h:
8752         * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): New method.  
8753         (#65501, Sebastian Rittau)
8754
8755 Fri Jul 18 20:06:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8756
8757         * gtk/gtktextview.c (changed_handler): use
8758         gtk_widget_queue_resize_noredraw().
8759
8760 2003-07-16  Jody Goldberg <jody@gnome.org>
8761
8762         * gdk/x11/gdkwindow-x11.c (gdk_window_focus) : fix cut-n-paste-o
8763
8764 Fri Jul 18 19:55:50 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8765
8766         * gtk/gtkwidget.c (gtk_widget_queue_resize_no_redraw): Add this
8767         API. 
8768
8769 Fri Jul 18 18:43:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8770
8771         By popular request give toolbuttons a border.
8772         
8773         * gtk/gtktoolitem.c
8774         (gtk_tool_item_size_allocate):
8775         (gtk_tool_item_size_request): don't request and allocate a border
8776         around the child
8777
8778         * gtk/gtktoolbutton.c 
8779         (gtk_tool_button_size_allocate):
8780         (gtk_tool_button_size_request): remove these functions
8781
8782         * gtk/gtktoolbar.c 
8783         (gtk_toolbar_size_request):
8784         (gtk_toolbar_size_allocate): request and allocate a border if we
8785         have a shadow.
8786
8787 Thu Jul 17 19:24:51 2003  Kristian Rietveld  <kris@gtk.org>
8788
8789         Merged from stable.
8790
8791         Fixes issues pointed out by Morten Welinder in #115140.
8792
8793         * gtk/gtktreeview.c (gtk_tree_view_size_request): fix comment,
8794         (do_validate_rows): update validated_area with a logic OR instead
8795         of a bitwise OR,
8796         (validate_rows_handler): make the if statement match the one in
8797         validate_rows(), so we don't leak the timeout.
8798
8799 Thu Jul 17 19:12:02 2003  Kristian Rietveld  <kris@gtk.org>
8800
8801         Merged from stable.
8802
8803         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): the treeview
8804         should only grab focus back if the "cell_editable" widget still
8805         has focus. (Fixes #110104, testcase provided by Marco Pesenti
8806         Gritti).
8807
8808 Thu Jul 17 19:06:34 2003  Kristian Rietveld  <kris@gtk.org>
8809
8810         Merged from stable.
8811
8812         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
8813         Don't set attr.event_mask twice, those things were meant to be
8814         ORred. (#115139, pointed out by Morten Welinder).
8815
8816 Thu Jul 17 16:11:21 2003  Kristian Rietveld  <kris@gtk.org>
8817
8818         Merged from stable.
8819
8820         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): stop editing
8821         if needed. (Fixes #115869, reported by Michael Natterer).
8822
8823 2003-07-15  Matthias Clasen  <maclas@gmx.de>
8824
8825         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
8826         Fight against gtk-doc stupidity.
8827
8828 2003-07-13  Matthias Clasen  <maclas@gmx.de>
8829
8830         * gtk/gtkdnd.c (gtk_drag_begin): Rename parameter target_list back to 
8831         targets, to pacify gtk-doc.
8832
8833 Sun Jul 13 15:57:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8834
8835         * gtk/gtktoolbutton.c (gtk_tool_button_finalize): Fix leaks of
8836         label_text, label_widget and icon_widget. (#117312, 
8837         Christian Persch)
8838         
8839 Sun Jul 13 01:37:51 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8840
8841         * gtk/gtkmenu.c (gtk_menu_class_init): new properties
8842         "horizontal-offset" and "vertical-offset" that determines the
8843         position of the menu when it is a submenu. 
8844
8845         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): position
8846         submenus according to new vertical- and horizontal-offset
8847         properties.
8848
8849 Sat Jul 12 16:16:04 2003  Kristian Rietveld  <kris@gtk.org>
8850
8851         Merged from stable.
8852
8853         * gtk/gtktreeview.c (gtk_tree_view_drag_data_received): special
8854         case drags to "0", scroll to the top after dropping. (Fixes #94968,
8855         reported by Alp Toker).
8856
8857 Sat Jul 12 16:08:32 2003  Kristian Rietveld  <kris@gtk.org>
8858
8859         Merged from stable.
8860
8861         * demos/gtk-demo/editable_cells.c (cell_edited): fixup bad
8862         code (#115784, Owen Taylor).
8863
8864 Sat Jul 12 16:01:03 2003  Kristian Rietveld  <kris@gtk.org>
8865
8866         Merged from stable.
8867
8868         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
8869         free the old text and extra_attrs *after* we parsed the new
8870         markup string. (Fixes #114485, reported by Owen Taylor).
8871
8872 Sat Jul 12 15:51:33 2003  Kristian Rietveld  <kris@gtk.org>
8873
8874         Merged from stable.
8875
8876         Fixes #113904, testcase provided by Rene Seindal.
8877
8878         * gtk/gtktreeview.c (gtk_tree_view_button_press): set
8879         pressed_button to -1 when a row has been activated,
8880         (gtk_tree_view_motion_bin_window): only start a drag if there's
8881         a button being pressed.
8882
8883 Sat Jul 12 15:51:18 2003  Kristian Rietveld  <kris@gtk.org>
8884
8885         Merged from stable.
8886
8887         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): use
8888         gdk_window_get_pointer instead of gdk_display_get_window_at_pointer
8889         to avoid a roundtrip (#110272, Owen Taylor).
8890
8891 Sat Jul 12 15:28:26 2003  Kristian Rietveld  <kris@gtk.org>
8892
8893         Merged from stable.
8894
8895         This patch really really fixes scrolling. Related bugs: #81627,
8896         testcase provided by Timo Sirainen, #111500, testcase provided by
8897         manu, #113241, reported by Pedro Gimeno/Michael Natterer.
8898
8899         * gtk/gtktreeview.c (validate_visible_area): scrolling to a dy
8900         which is equal to the lower border of the window means scrolling
8901         to an invisible row, always update the dy when scrolling to an
8902         invisible row, corrected area_above/below calculations for
8903         invisible rows, when walking the tree correct the size
8904         subtracted for invalidated rows, fix wrong logic in comment.
8905
8906 2003-07-11  Matthias Clasen  <maclas@gmx.de>
8907
8908         * gtk/gtkicontheme.c (pixbuf_supports_svg): Use g_strfreev() to free
8909         mime_types.  (#117219, Steve Chaplin)
8910
8911 Tue Jul  8 20:11:04 2003  Owen Taylor  <otaylor@redhat.com>
8912
8913         * gdk/x11/gdkevents-x11.c (get_real_window)
8914         gdk/x11/gdkinput-x11.c (_gdk_input_common_init)
8915         gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init)
8916         gdk/x11/gdkprivate-x11.h (_gdk_windowing_image_init)
8917         Don't assume that all events start with XEventAny - Xkb events
8918         don't! (#105745). So, only do that for core events, and for
8919         non-core events, add a system for registering event types
8920         that start with XEventAny.
8921
8922         * gdk/x11/gdkevents-x11.c (gdk_event_translate):
8923         Check to see if the result of gdk_window_lookup_for_display()
8924         is actually a window.
8925
8926 Fri Jul 11 20:48:14 2003  Kristian Rietveld  <kris@gtk.org>
8927
8928         * gtk/gtktreemodel.c (gtk_tree_path_free): make the path != NULL
8929         check a silent assert, so it follows the g_free() behaviour.
8930
8931 2003-07-11  Matthias Clasen  <maclas@gmx.de>
8932
8933         * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
8934         vertically.  (#109823, Joe Shaw)
8935
8936 2003-07-11  Morten Welinder  <terra@gnome.org>
8937
8938         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
8939         access error.  (#69436)
8940
8941 Fri Jul 11 14:32:43 2003  Kristian Rietveld  <kris@gtk.org>
8942
8943         Landing GtkTreeModelFilter and the completion code. (Test program
8944         and documentation will follow next week).
8945
8946         * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch],
8947         gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files.
8948
8949         * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote
8950         necessary code to hook up completion.
8951
8952         * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new
8953         GtkCellLayout interface.
8954
8955         * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED.
8956
8957         * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new
8958         source files.
8959
8960 Wed Jul  9 19:48:26 2003  Kristian Rietveld  <kris@gtk.org>
8961
8962         Merge from stable.
8963
8964         * gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): don't
8965         directly return from ->window_at_pointer, but set win_x and win_y
8966         first if needed. (Fixes #110166, reported by Arno Charlet).
8967
8968         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): change
8969         function to accept GdkDrawables and not just GdkWindows. This was
8970         already done in some other functions a while back, but this patch
8971         got lost for some reason.
8972
8973 2003-07-09  Matthias Clasen  <maclas@gmx.de>
8974
8975         * gtk/gtkcontainer.c (gtk_container_focus_sort_tab): Consider the text
8976         direction when sorting children.  (#116540, Soeren Sandmann)
8977
8978 Tue Jul  8 17:36:21 2003  Owen Taylor  <otaylor@redhat.com>
8979
8980         * gdk/x11/gdkasync.[ch] gdk/gdkdnd-x11.c: 
8981         Change _gdk_x11_send_xevent_async() to 
8982         _gdk_x11_send_client_message_async() avoid using Xlib
8983         internals that are different on Solaris. 
8984         (#116917, Morten Welinder)
8985
8986 2003-07-08  Matthias Clasen  <maclas@gmx.de>
8987
8988         * gtk/gtkcontainer.c (gtk_container_remove): Doc addition.
8989         (#116501, Doug Quale)
8990
8991 Tue Jul  8 21:35:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
8992
8993         * gtk/gtktoggletoolbutton.h: remove strange #define
8994         * gtk/gtktoolbutton.h: fix cut'n'paste error
8995         * gtk/gtktoolbutton.c (gtk_tool_button_init): use instance
8996         private data
8997         * gtk/gtktoolitem.c (gtk_tool_item_class_init): use instance
8998         private data instead of g_new0()
8999         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): use
9000         instance private data
9001
9002 Tue Jul  8 21:10:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9003
9004         * gtk/gtkbutton.c (gtk_button_realize): remove GDK_EXPOSURE_MASK
9005         for INPUT_ONLY window
9006         * gtk/gtkmenuitem.c (gtk_menu_item_realize): same
9007         * gtk/gtknotebook.c (gtk_notebook_realize): same
9008         * gtk/gtkexpander.c (gtk_expander_realize): same
9009         * gtk/gtkrange.c (gtk_range_realize): same
9010
9011         Fix #116303
9012
9013 Tue Jul  8 19:57:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9014
9015         * gtk/gtkstyle.c (gtk_default_draw_arrow): remove correction on x
9016         when detail is "menuitem". With the new menu look is isn't needed
9017         anymore.
9018
9019         * gtk/gtktoolitem.c (gtk_tool_item_toolbar_reconfigured): queue a
9020         resize here, so that tool items will get a chance to relayout
9021         themselves based on the toolbar configuration.
9022
9023         change DEFAULT_SPACE_SIZE to 4 instead of 5
9024
9025         * gtk/gtktoolbar.c 
9026         Get rid of "!GTK_BIN (item)->child means separator". Separators
9027         are widgets in their own right
9028
9029         change DEFAULT_SPACE_SIZE to 4 instead of 5
9030         
9031         (get_space_size): remove this function
9032         (toolbar_item_is_homogeneous): new function
9033
9034         * gtk/gtkseparatortoolitem.c
9035         (gtk_separator_tool_item_size_request): new function.
9036
9037 Tue Jul  8 14:10:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9038
9039         * gtk/gtktoggletoolbutton.h: use private data, add new
9040         internal function _gtk_toggle_tool_button_get_button()
9041
9042         * gtk/gtktoolbutton.h: move to private data
9043
9044         * gtk/gtkradiotoolbutton.c, gtk/gtktoolbutton.c: updates for new
9045         private data.
9046
9047 Tue Jul  8 12:50:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9048
9049         * gtk/gtktoolbutton.c (gtk_tool_button_get_icon_widget): fix a
9050         type check, (#116947, Krasimir Angelov)
9051
9052         * gtk/gtktoolbar.c: Use new GtkToolItem accessors.
9053         
9054         * gtk/gtktoolitem.[ch]: Use a private struct to hold the instance
9055         data. Not instance private data yet, because of bug 116921.
9056
9057         * gtk/gtktoolitem.h: new accessors:
9058                 gtk_tool_item_get_homogeneous ()
9059                 gtk_tool_item_get_expand ()
9060                 gtk_tool_item_get_pack_end ()
9061                 gtk_tool_item_get_use_drag_window ()
9062
9063 Mon Jul  7 16:50:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9064
9065         * gtk/gtkcellrenderertext.c
9066         (gtk_cell_renderer_text_class_init): remove accidentally committed
9067         debugging spew
9068
9069         * gtk/gtktoolbar.c
9070         (gtk_toolbar_paint_space_line): remove this function
9071         (gtk_toolbar_expose): always propagate expose, even if the item is
9072         a separator item
9073
9074         * gtk/gtkseparatortoolitem.c
9075         (gtk_separator_tool_item_expose): moved here from gtktoolbar.c
9076         (get_space_size): new function.
9077         (get_space_style): new function
9078
9079 Sun Jul  6 13:00:20 2003  Owen Taylor  <otaylor@redhat.com>
9080
9081         * gtk/gtkdnd.c (_gtk_drag_source_handle_event)
9082         * gtk/gtkdnd.c (gtk_drag_begin_internal):  Remove use
9083         of GDK_POINTER_MOTION_HINT_MASK.
9084
9085         * gtk/gtkdnd.c (gtk_drag_update_idle): Move updating
9086         of the drag into an idle as a superior form of 
9087         expose compression.
9088
9089         * gtk/gtkdnd.c (gtk_drag_begin_internal): Move default icon
9090         creation here, so that we have an icon at the start
9091         of the drag (e.g., when retrieving the window cache
9092         information.)
9093
9094 Sun Jul  6 17:21:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9095
9096         * docs/widget_geometry.txt: better drawing of GtkMenuItem
9097         * docs/widget_geometry.txt: add notes about GtkMenu
9098         * gtk/gtkstyle.c: remove leftover "#include "gtkhandlebox.h""
9099
9100 Sat Jul  5 10:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9101
9102         * gtk/gtkmenu.c: add vertical_padding style property.
9103         
9104         * gtk/gtkmenuitem.c: add style properties toggle_spacing,
9105         arrow_spacing and horizontal_padding. Also center separators and
9106         make them a bit taller.
9107
9108         * gtk/*menuitem.c: use new style properties.
9109         
9110         * docs/widget_geometry.txt: Add note about GtkMenuItem
9111
9112         * gtk/gtkstyle.c 
9113         (gtk_default_draw_vline, gtk_default_draw_hline):
9114         fix +/-1 errors. 
9115
9116         (gtk_default_draw_shadow): draw a black border around menus.
9117
9118         * gtk/gtkvseparator, gtk/gtkhseparator.c, gtk/gtkmenuitem.c: fix
9119         calls to gtk_paint_hline() and gtk_paint_vline() (they take x1,
9120         x2 and y1, y2 respectively, not x, width and y, height).
9121
9122 Sat Jul  5 09:55:38 2003  Owen Taylor  <otaylor@redhat.com>
9123
9124         * gdk/x11/gdkdnd-x11.c (precache_target_list): Lookup
9125         all the atoms in the target list at once.
9126
9127         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display):
9128         Local drag short-circuit.
9129
9130         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion): For the
9131         local case, poke the actions in directly instead of
9132         going through xdnd_set_actions.
9133
9134         * gdk/x11/gdkdnd-x11.c (xdnd_read_actions): Short-circuit
9135         the local case.
9136
9137         * gdk/x11/gdkdnd-x11.c (xdnd_manage_source_filter): Don't
9138         XSelectInput()/add a filter if the drag is local.
9139
9140         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_selection): 
9141         Simplify handling of "XdndSelection".
9142
9143         * gdk/x11/gdkevents-x11.c
9144         (gdk_event_send_client_message_to_all_recurse): Somehow,  
9145         a WM_STATE => _NET_WM_STATE change hand been made here.
9146
9147         * gdk/x11/gdkproperty-x11.c (_gdk_x11_precache_atoms): Free
9148         xatom_names, not atom_names.
9149
9150         * tests/testdnd.c (target_drag_motion): Make the trashcan
9151         open again. (Got lost in deprecation cleanup.)
9152
9153 Sat Jul  5 00:49:32 2003  Owen Taylor  <otaylor@redhat.com>
9154
9155         * gtk/gtkdnd.c (gtk_drag_begin): Move the grabs up
9156         earlier, so we don't get a big pile of uncompressed
9157         motion events before the grab takes effect.
9158
9159         * gtk/gtkdnd.c (gtk_drag_update_icon): Call 
9160         gdk_window_process_all_updates() so that the area
9161         we are dragging over gets a change to redraw.
9162
9163         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): Use 
9164         gdk_window_get_position(), not gdk_window_get_origin().
9165
9166         * gdk/x11/gdkwindow-x11.[ch] (gdk_window_have_shape_ext)
9167         gdkdisplay-x11.h: use XShapeQueryExtension to 
9168         avoid duplicate XQueryExtension when we actually
9169         use it. Remove unnecessary caching in GdkDisplayX11.
9170
9171 Fri Jul  4 23:49:22 2003  Owen Taylor  <otaylor@redhat.com>
9172
9173         * gdk/x11/gdkasync.[ch] (_gdk_x11_get_window_child_info): 
9174         Function to get a range of information about all the
9175         children of a window in a single pass.
9176
9177         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse)
9178         gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Use
9179         _gdk_x11_get_window_child_info() to greatly reduce
9180         the number of roundtrips.
9181
9182 Fri Jul  4 22:57:18 2003  Owen Taylor  <otaylor@redhat.com>
9183
9184         * gdk/x11/gdkasync.[ch] (_gdk_send_xevent_async): Add
9185         a function to XSendEvent() and call a calback on
9186         failure/success.
9187
9188         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Short-circuit
9189         messages to the same process, use _gdk_send_xevent_async().
9190
9191 Fri Jul  4 22:26:27 2003  Owen Taylor  <otaylor@redhat.com>
9192
9193         * gdk/x11/gdkwindow-x11.[ch] gdkevents-x11.c: Split
9194         toplevel-specific pieces of GdkWindowImplX11 into
9195         a separate GdkToplevelX11 structure.
9196
9197 Fri Jul  4 22:05:09 2003  Owen Taylor  <otaylor@redhat.com>
9198
9199         * gdk/x11/gdkasync.c (struct _SetInputFocusState): Fix
9200         some leftover fields.
9201
9202 Fri Jul  4 15:57:52 2003  Owen Taylor  <otaylor@redhat.com>
9203
9204         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
9205         Use asynchronously _gdk_x11_set_input_focus_safe
9206         to avoid having to trap errors and XSync().
9207
9208         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use
9209         _gdk_x11_set_input_focus_safe() here as well.
9210
9211         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
9212         Rework handling of property notifies on _NET_WM_STATE
9213         so that we ignore _NET_WM_DESKTOP notifies unless we
9214         really care.
9215
9216         * gdk/x11/gdkimage-x11.c (gdk_image_check_xshm): Use
9217         XShmQueryExtension() rather than XQueryExtension() to
9218         avoid extra rountrip.
9219
9220         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init):
9221         Remove unused call to XGetWindowAttributes()
9222         
9223         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Remove
9224         unused call to XGetKeyboardControl().
9225
9226         * gdk/x11/gdkdisplay-x11.c gdk/gdk.def (gdk_display_flush):
9227         Add (#99571)
9228
9229         * gdk/win32/gdkevents-win32.c gdk/linux-fb/gdkevents-fb.c 
9230         No-op implementations of gdk_display_flush().
9231
9232         * gdk/gdkwindow.c (gdk_window_process_all_updates): Use
9233         gdk_display_flush() rather than gdk_flush() to avoid
9234         XSync().
9235         
9236         * gdk/x11/gdkwindow-x11.c (update_wm_hints)
9237         gdk/x11/gdkwindow-x11.h: Centralize all handling of WM_HINTS here
9238         so that we don't have to get the property back from the server.
9239
9240         * gdk/x11/gdkwindow-x11.c (show_window_internal): Store
9241         the serial of when we map a toplevel to allow optimizing
9242         out notifies on _NET_WM_STATE/_NET_WM_DESKTOP.
9243
9244         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Don't
9245         XTranslateCoordinates() for override-redirect windows.
9246
9247 Fri Jul  4 15:59:27 2003  Owen Taylor  <otaylor@redhat.com>
9248
9249         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Remove comment
9250         about setting window group after the window is mapped from docs
9251         - nothing the ICCCM forbids that.
9252
9253         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
9254         Fix g_return_val_if_fail() in void return function.
9255
9256         * configure.in: Fix misplaced comma that was resulting
9257         in XShm always being disabled.
9258
9259 Fri Jul  4 19:55:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9260
9261         * tests/stresstest-toolbar: remove this accidentally committed
9262         file.
9263         
9264         * tests/stresstest-toolbar.c: really add this new test
9265
9266 Fri Jul  4 19:06:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9267
9268         * tests/stresstest-toolbar.c: new test for removing items
9269         
9270         * tests/testtoolbar.c: add a popup menu
9271
9272         * gtk/gtkcontainer.c (gtk_container_remove): add hack to avoid
9273           assert widget->parent == container when the container is a
9274           toolbar.
9275
9276         * gtk/gtktoolbar.c (gtk_toolbar_remove_tool_item): Make much
9277         simpler. Also make correct.
9278
9279         * gtk/gtktoolbar.c (gtk_toolbar_button_press): make
9280         popup_context_menu a boolean handled signal.
9281
9282 2003-07-04  Tor Lillqvist  <tml@iki.fi>
9283
9284         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_polygon,
9285         gdk_win32_draw_segments, gdk_win32_draw_lines): We can calculate
9286         the width and height of the bounding rectangle only after the
9287         minumum x and y have been found, and need a separate loop for
9288         it. Thanks to Bruce Hochstetler for providing a sample program
9289         exhibiting the bug.
9290
9291 2003-07-03  Tor Lillqvist  <tml@iki.fi>
9292
9293         * gdk/gdk.def: Add gdk_string_to_compound_text_for_display.
9294         (#116537, Peter Zelezny)
9295
9296 Thu Jul  3 03:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9297
9298         * gtk/gtkpaned.c (gtk_paned_set_child_property): Insert cast to
9299         fix warning. Assign something to old_value to quiet gcc
9300
9301         * gtk/gtkcalendar.c 
9302         (start_spinning): gtk_timeout_add->g_timeout_add
9303
9304         * gtk/gtkicontheme.c 
9305         (theme_lookup_icon): Make it compile (remove double semicolon)
9306
9307         * gtk/gtktoolbutton.c
9308         (gtk_tool_button_class_init): Long comment about properties.
9309         (gtk_tool_button_class_init): Improve text for "use_underline"
9310         property
9311         (gtk_tool_button_create_menu_proxy): Fix up to use_mnemonic based
9312         on whether the passed-in label has use_mnemonic set
9313         (gtk_tool_button_create_menu_proxy): Split image cloning out in
9314         new function. Make that function also handle image with pixbuf
9315         storage.
9316         (gtk_tool_button_construct_contents): Use gtk_widget_destroy()
9317         instead of gtk_container_remove().
9318         (gtk_tool_button_construct_contents): Fix eliding bug
9319
9320         * gtk/gtktoolbar.c
9321         (gtk_toolbar_finalize): New function. Unref tooltips, pointed out
9322         by Morten Welinder
9323         (gtk_toolbar_button_press): Make popup_context_menu signal provide
9324         coordinates and button number
9325
9326         * tests/testtoolbar.c (main): Add new pixbuf toolbutton
9327
9328         * tests/apple-red.png: new file
9329
9330 Wed Jul  2 18:00:56 2003  Owen Taylor  <otaylor@redhat.com>
9331          
9332         * gtk/gtkicontheme.[ch]: Implement a loader for
9333         named themed icon based on from gnome-desktop library
9334         by Alex Larsson.
9335
9336         * gtk/gtkiconthemeparser.[ch]: .ini file parsing code
9337         from gnome-desktop.
9338
9339         * gtk/gtkiconfactory.[ch]: Add
9340         gtk_icon_source_set/get_icon_name() to allow stock icons
9341         to be based off of named theme icons.
9342
9343         * gtk/gtkiconfactory.c: Rework sources so that the source
9344         is *either* a pixbuf, or a filename, or an icon name,
9345         instead of the pixbuf/filename mix it was before. Put a
9346         workaround for get_pixbuf() so that it can return the
9347         filename pixbuf, e.g, for render_icon().
9348
9349         * gtk/gtkiconfactory.c: Make the default setup use
9350         themed icons, and add builtin icons to the default
9351         icon theme for all the standard pixbufs, so we
9352         don't rely on actually having an icon theme on disk.
9353
9354         * gtk/gtkrc.c: Add support for @"icon-name" to specify
9355         a themed icon for a stock icon source.
9356
9357         * tests/Makefile.am test/testicontheme.c: Add a test
9358         program from gnome-desktop.
9359
9360         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c: Add
9361         Net/IconThemeName / gtk-icon-theme-name setting.
9362
9363         * gtk/gtkiconfactory.c (ensure_cache_up_to_date): Actually
9364         update the icon cache serial so we don't continually
9365         think we are out-of-date.
9366
9367         * gtk/gtkwidget.c: Fix a couple of references in doc comments 
9368         to ::direction_set that should have been to ::direction-changed
9369
9370 Wed Jul  2 14:45:41 2003  Owen Taylor  <otaylor@redhat.com>
9371
9372         * gtk/gtktoolbar.c (gtk_toolbar_realize): Attach the
9373         style to the widget.
9374
9375 Wed Jul  2 15:42:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9376
9377         * gtk/gtk.h: Add new toolbar headers
9378
9379         * tests/testtoolbar.c: new file
9380
9381         * tests/Makefile.am (noinst_PROGRAMS): Add testtoolbar.c
9382
9383         * gtk/gtkexpander.c (gtk_expander_class_init): Make it compile
9384
9385 Tue Jul  1 22:49:25 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9386
9387         * gtk/gtktoolbar.c:
9388         (gtk_toolbar_remove_tool_item): Fix bug where list is changed
9389         inside a for loop (pointed out by Morten Welinder).
9390         (gtk_toolbar_focus_home_or_end): Minor formatting change
9391
9392         Comments from Owen:
9393
9394         * gtk/gtktoolbutton.c: remove copy of elide_underscores(). Use
9395         gtk_toolbar_elide_underscores instead.
9396
9397         * gtk/gtktoolbar.c: rename signal from focus_ends to
9398         focus_home_or_end.
9399         (_gtk_toolbar_elide_underscores): export this as an internal
9400         function.
9401         (gtk_toolbar_move_focus): add comment explaining difference to
9402         gtk_toolbar_focus();
9403         (gtk_toolbar_list_children_in_focus_order): Make TAB_FORWARD and
9404         TAB_BACKWARD focus the right widgets in RTL mode
9405
9406         * gtk/gtktoolbutton.c (gtk_tool_button_new): Change to take
9407         "label" and "icon" parameters
9408
9409         * gtk/gtktoolbutton.[ch]: remove icon_set property.
9410
9411 2003-07-01  Matthias Clasen  <maclas@gmx.de>
9412
9413         * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs.
9414         (116364, Morten Welinder) 
9415
9416         * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the
9417         corresponding dialogs.
9418
9419         * gtk/Makefile.am (gtk_public_h_sources): Add gtkfontbutton.h,
9420         gtkcolorbutton.h.  
9421         (gtk_c_sources): Add gtkfontbutton.c, gtkcolorbutton.c. 
9422
9423         * gtk/gtkfontbutton.[hc]: New files containing a font picker widget. 
9424
9425         * gtk/gtkcolorbutton.[hc]: New files containing a color picker widget. 
9426
9427         * gtk/gtk.h: Include gtkexpander.h, gtkfontbutton.h, gtkcolorbutton.h.
9428
9429         * gtk/gtkexpander.c: Small additions to the docs. 
9430
9431 2003-07-01  Tor Lillqvist  <tml@iki.fi>
9432
9433         * gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_get_pointer):
9434         WindowFromPoint() wants screen coordinates (#115422, Tim Evans).
9435
9436 2003-07-01  Matthias Clasen  <maclas@gmx.de>
9437
9438         * configure.in: Check for Xcursor.
9439         
9440         * gdk/x11/gdkcursor-x11.c:
9441         * gdk/gdkdisplay.h: 
9442         * gdk/gdkcursor.h: RGBA cursor support based on Xcursor. New functions:
9443         gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(), 
9444         gdk_display_supports_cursor_color(),
9445         gdk_display_get_default_cursor_size() and 
9446         gdk_display_get_maximal_cursor_size().  (#69436)
9447
9448 2003-06-30  Tor Lillqvist  <tml@iki.fi>
9449
9450         * gdk/win32/gdkdnd-win32.c (find_window_enum_proc): New function,
9451         callback proc for EnumWindows().
9452         (gdk_drag_find_window_for_screen): Actually take the drag_window
9453         argument into account: Instead of using WindowFromPoint(), use
9454         EnumWindows(), to be able to skip the drag_window. (#116320, Tony
9455         M Brown, Herman Bloggs)
9456
9457         * gdk/win32/*.c: Replace gdk_drawable_ref()/unref() and
9458         gdk_window_ref()/unref() calls with g_object_ref()/unref().
9459         Consistently use %p format in debugging output of pointers and
9460         HANDLEs.
9461
9462 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
9463
9464         * gtk/gtkexpander.h: kill some stray characters
9465         breaking the build.
9466
9467 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
9468
9469         Add GtkExpander. See discussion in bug #60553.
9470
9471         * gtk/gtkexpander.[ch]: add.
9472         
9473         * gtk/Makefile.am: build gtk-expander.[ch].
9474         
9475         * docs/widget_geometry.txt: add info on the layout
9476         of GtkExpander.
9477
9478 Mon Jun 30 01:20:19 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9479
9480         * gtkradiotoolbutton.c:         new file
9481         * gtkradiotoolbutton.h:            "
9482         * gtktoggletoolbutton.c:           "
9483         * gtktoggletoolbutton.h:           "
9484         * gtktoolbutton.c:                 "
9485         * gtktoolbutton.h:                 "
9486         * gtktoolitem.c:                   "
9487         * gtktoolitem.h:                   "
9488         * gtktoolbar.c: many changes
9489         * gtktoolbar.h: many changes
9490         * gtkseparatortoolitem.c:       new file
9491         * gtkseparatortoolitem.h           "
9492
9493         New toolbar.
9494         
9495         - Items on a toolbar are now separate widgets, instances of a
9496           subclass of GtkToolItem.
9497
9498         - Items there aren't room for on the toolbar are unmapped, and an
9499           overflow menu with a proxy menu item is added instead.
9500
9501         - The toolbar is keyboard navigatable. Press TAB to focus the
9502           first item, then use arrow keys and Ctrl TAB to move around the
9503           toolbar. TAB moves focus out of the toolbar.
9504
9505         - Bascially all of the old toolbar API is deprecated in favor of
9506           new API in gtktoolbar.h, gtktoolitem.h, gtktoolbutton.h
9507
9508         - The toolbar is backwards compatible with the old toolbar.
9509
9510 2003-06-29  Matthias Clasen  <maclas@gmx.de>
9511
9512         * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter
9513         from docs, some more formatting fixes. 
9514
9515 2003-06-28  Tor Lillqvist  <tml@iki.fi>
9516
9517         Fix for #111028, thanks to J. Ali Harlow, who writes:
9518         I found that the GdkPixmap->GdkImage reference really isn't
9519         important. It's only really there to have somewhere convenient to
9520         store the location of the pixel data in the pixmap and as an easy
9521         way of accessing the dimensions of that data. I have therefore put
9522         together a fix which removes this reference entirely which seems
9523         to solve the problem.
9524
9525         * gdk/win32/gdkpixmap-win32.h (struct _GdkPixmapImplWin32):
9526         Instead of a pointer to a GdkImage, keep a pointer to the pixels
9527         directly.
9528
9529         * gdk/win32/gdkimage-win32.c (_gdk_win32_setup_pixmap_image): Remove.
9530         (_gdk_win32_new_image): New function, replacing the above. Creates
9531         a GdkImage without any associated GdkPixmap.
9532         (gdk_image_new_bitmap, _gdk_image_new_for_depth): Use it instead.
9533
9534         * gdk/win32/gdkprivate-win32.h: Remove from here, too.
9535
9536         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap)
9537         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap)
9538         * gdk/win32/gdkgc-win32.c (_gdk_win32_bitmap_to_hrgn)
9539         * gdk/win32/gdkmain-win32.c (_gdk_win32_drawable_description):
9540         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize,
9541         gdk_pixmap_new, gdk_bitmap_create_from_data, gdk_pixmap_foreign_new)
9542         Corresponding changes.
9543
9544 Thu Jun 26 21:41:16 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9545
9546         * gtk/gtktreeviewcolumn.c
9547         (gtk_tree_view_column_cell_set_cell_data): only set "is_expander"
9548         and "is_expanded" if the new value is different fromt he old one.
9549
9550 Wed Jun 25 18:59:15 BST 2003  Tony Gale <gale@gtk.org>
9551
9552         * docs/faq/gtk-faq.sgml: Fix typos. Update
9553         thread example I missed yesterday.
9554
9555 2003-06-24  Matthias Clasen  <maclas@gmx.de>
9556
9557         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): Add a blurb for
9558         shadow_type. 
9559
9560         * gtk/gtkwidget.c (gtk_widget_class_install_style_property_parser): 
9561         (gtk_widget_class_list_style_properties): Use same parameter names as in  
9562         header (to silence gtk-doc).
9563
9564         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Fix doc comments.
9565
9566 Tue Jun 24 20:00:45 BST 2003  Tony Gale <gale@gtk.org>
9567
9568         * docs/faq/gtk-faq.sgml: Thread support updates
9569         from Owen. Various suggestions from Steve Chaplin.
9570
9571 2003-03-24  Mohammad DAMT  <mdamt@bisnisweb.com>
9572
9573         * po/id.po: Updated Indonesian translation
9574
9575 2003-06-21  Tor Lillqvist  <tml@iki.fi>
9576
9577         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When
9578         emulating X11's automatic grab on button down, pass owner_events
9579         as FALSE. According to the XLib spec, automatic grabs use True for
9580         owner_events when OwnerGrabButtonMask is selected, and I don't see
9581         the X11 backend doing that. (#82497, #91619, #92835, #107322, #110271)
9582         (find_window_for_pointer_event): Improve debugging output.
9583
9584 2003-06-17  Tor Lillqvist  <tml@iki.fi>
9585
9586         * gtk-zip.sh.in (DLLDIR): Look for DLLs also in the bin
9587         subdirectory, where libtool 1.5 installs them.
9588
9589         * README.win32: Point to FSF's binary Win32 distribution of
9590         gettext-runtime.
9591
9592 2003-06-17  Matthias Clasen  <maclas@gmx.de>
9593
9594         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
9595         macros to check for XML catalog contents and path, borrowed from
9596         gtk-doc. 
9597         * configure.in: New option --enable-man to enable regeneration of
9598         man pages from Docbook, if the necessary tools are found.
9599
9600 2003-06-15  Matthias Clasen  <maclas@gmx.de>
9601
9602         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
9603         * gtk/gtknotebook.c (gtk_notebook_class_init): 
9604         * gtk/gtkalignment.c (gtk_alignment_class_init): 
9605         * gtk/gtkpaned.c (gtk_paned_class_init): Document new properties
9606         as 2.4 additions.
9607
9608         * gtk/gtkwidget.c (gtk_widget_class_init): Move inline signal docs 
9609         to the proper place, immediately before the g_signal_new() call.
9610
9611         * gtk/gtktextiter.h: Make the flags-nature of GtkTextSearchFlags 
9612         more obvious.  (#115122, Jeff Franks)
9613
9614 2003-06-12  Anders Carlsson  <andersca@codefactory.se>
9615
9616         * gtk/gtkwidget.c: (event_window_is_still_viewable):
9617         Special case pixmaps. (#114880)
9618         
9619 2003-06-12  Matthias Clasen  <maclas@gmx.de>
9620
9621         * gtk/gtkwidget.c: Document child-notify and drag-data-received
9622         signals. Owen, we need to figure out where the best place for
9623         these comments in the source is. I currently put them in front of
9624         the signals enum.
9625
9626 2003-06-11  Matthias Clasen  <maclas@gmx.de>
9627
9628         * gtk/gtkdnd.c (gtk_drag_check_threshold): s/threshhold/threshold/.
9629
9630 Thu Jan 12 01:01:19 2003  Kristian Rietveld  <kris@gtk.org>
9631
9632         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
9633         silly typo fix. s/seperator/separator/. This gets rid of the
9634         assert spam when using TreeView.
9635
9636 Tue Jun 10 11:23:48 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9637
9638         * modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
9639         function for XIM instantiate callback.
9640         * modules/input/gtkimcontextxim.c (xim_info_try_im): New function
9641         where call to XOpenIM() or XRegisterIMInstantiateCallback() is
9642         actually made.
9643         * modules/input/gtkimcontextxim.c (xim_destroy_callback): New function
9644         for XIM's destroy callback.
9645         * modules/input/gtkimcontextxim.c (get_im): add a check if info->im 
9646         is set or not - if it's not set, call xim_info_try_im() to try to
9647         initiaize it.
9648         * modules/input/gtkimcontextxim.c (reinitialize_ic): reset
9649         filter_key_release flag of the context.
9650         * modules/input/gtkimcontextxim.c (get_ic_real): removed
9651         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): move
9652         code from the removed get_ic_real().
9653
9654         For XIM instantiation, destruction and re-instantiation. With
9655         this, Gtk+ apps will be able to connect or reconnect to the XIM,
9656         when it starts after the apps, or when the XIM gets lost and recover.
9657         (#113099, #107782).
9658
9659 Mon Jun 10 01:12:31 2003  Kristian Rietveld  <kris@gtk.org>
9660
9661         Merged from stable.
9662
9663         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
9664         check if width is !null, not *width. Doh.
9665
9666 Tue Jun 10 01:09:33 2003  Kristian Rietveld  <kris@gtk.org>
9667
9668         Merged from stable.
9669
9670         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
9671         Remove the weird dx logic, get all cell_area and background_area
9672         calculations right. Not sure what was up with it before. (Fixes
9673         #110989, testcase from Vasco Alexandre da Silva Costa).
9674
9675 Tue Jun 10 00:58:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9676
9677         * tests/testgtk.c: Make it compile with C89 compilers
9678
9679 2003-06-10  Matthias Clasen  <maclas@gmx.de>
9680
9681         * gtk/gtktextview.c (gtk_text_view_class_init): Install boolean
9682         property "overwrite".
9683         (gtk_text_view_[gs]et_property): Handle "overwrite".
9684         * gtk/gtktextview.[hc] (gtk_text_view_[gs]et_overwrite): Getter
9685         and setter for "overwrite" property.  (#110241, Jeroen Zwartepoorte)
9686
9687 2003-06-09  Matthias Clasen  <maclas@gmx.de>
9688
9689         * gtk/gtkpaned.c (gtk_paned_class_init): Install boolean child
9690         properties "resize" and "shrink".
9691         (gtk_paned_[gs]et_child_property): Implementations of 
9692         GtkContainer::[gs]et_child_property.  
9693         * tests/testgtk.c (toggle_resize, toggle_shrink): Use the new
9694         paned child properties instead of remove/add hacks.  (#114667, 
9695         Soeren Sandmann) 
9696
9697 Mon Jun  9 16:18:11 2003  Owen Taylor  <otaylor@redhat.com>
9698
9699         * gtk/gtknotebook.c (gtk_notebook_button_press): Back
9700         out event->window test - it wasn't needed because
9701         of the call to get_widget_coordinates().
9702
9703         * gtk/gtknotebook.c (gtk_notebook_button_press): Remove
9704         call to gtk_widget_grab_focus() when not clicking on
9705         any tabs. (Real fix for #114534)
9706
9707 Sun Jun  8 22:03:09 2003  Owen Taylor  <otaylor@redhat.com>
9708
9709         * tests/testdnd.c: Use application/x-rootwindow-drop for
9710         root window drops. (#108670, Alex Larsson)
9711
9712         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion) gtk/gtkdnd.c (gtk_drag_drop): 
9713         Accept either application/x-rootwin-drop (what GTK+ has always used)
9714         or application/x-rootwindow-drop (what the XDND standard specifies).
9715
9716 Fri Jun  6 11:07:33 2003  Owen Taylor  <otaylor@redhat.com>
9717
9718         * gtk/gtkwidget.c (event_window_still_viewable): 
9719         Before delivering an event to a widget, check that
9720         (if relevant), the event's window is still viewable.
9721         (#105642, Dennis Björklund)
9722
9723         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): 
9724         NULL out private->parent, since after destruction
9725         it might not be valid any more.
9726
9727         * gdk/gdkwindow.c (gdk_window_is_viewable): Fix some
9728         accesses before g_return_val_if_fail(). Treat 
9729         DESTROYED windows as unmapped.
9730
9731 Thu Jun  5 09:28:03 2003  Owen Taylor  <otaylor@redhat.com>
9732
9733         * gtk/gtkentry.c: Recompute unconditionally in
9734         gtk_entry_style_set, and in a new gtk_label_screen_changed().
9735         Protect the guts of recompute_idle_func() with
9736         gtk_widget_has_screen(). (#114040, Morten Welinder) 
9737         Fix FALSE/0 confusion.
9738         
9739 Sun Jun  8 18:27:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
9740
9741         * gdk/gdkpixbuf-drawable.c (G8fromRGB565): swap G and B.
9742         Fixes (#114669)
9743
9744 Sun Jun  8 11:27:29 2003  Owen Taylor  <otaylor@redhat.com>
9745
9746         * gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with 
9747         set_adjustment (viewport, NULL);
9748
9749 2003-06-07  Matthias Clasen  <maclas@gmx.de>
9750
9751         * gtk/gtkiconfactory.c (get_default_icons): 
9752         * gtk/stock-icons/stock_{undo,redo,undelete,revert}_rtl_{16,24}.png:
9753         * gtk/stock-icons/Makefile.am: Add rtl variants of undo, redo,
9754         undelete and revert.  (#96633)
9755         
9756 Fri Jun  6 16:25:44 2003  Owen Taylor  <otaylor@redhat.com>
9757
9758         * gtk/gtkviewport.c: Many fixes, along with extensive cleanups and 
9759         refactoring of code to reduce duplication; fixes include:
9760
9761         - gtk_viewport_realize(): Position the window correct from adjustment 
9762         values. (#110737, Michael Natterer)
9763
9764         - Remove some division-by-zero checks in places where there is no 
9765         longer division. (#110737)
9766
9767         - gtk_viewport_class_init: Make the hadjustment/vadjustment properties 
9768         G_PARAM_CONSTRUCT, so that there will always be adjustments, even 
9769         if gtk_viewport_new isn't used (#101135, Thomas Leonard).
9770
9771         - Switch over to encapsulated lazy-creation for hadjustment/
9772         vadjustment; even with the CONSTRUCT property, we need this after
9773         destroy.
9774
9775         - When updating the adjustment, immediate set their values to
9776         match the the current range of the viewport, and update the 
9777         viewport position to match the value of the new adjustments. 
9778         (Part of #1165)
9779
9780 2003-06-06  Tor Lillqvist  <tml@iki.fi>
9781
9782         * gdk/win32/gdkprivate-win32.h: Fix typo.
9783
9784         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set
9785         graphics_exposures and subwindow_mode, too, even if they aren't
9786         currently used.
9787
9788 Fri Jun  6 23:38:23 2003  Kristian Rietveld  <kris@gtk.org>
9789
9790         Merged from stable.
9791
9792         * gtk/gtktreeview.c (do_expand_collapse),
9793         (expand_collapse_timeout), (cancel_arrow_animation): made
9794         expand_collapse_timeout a wrapper with locks around     
9795         do_expand_collapse, made cancel_arrow_animation use
9796         do_expand_collapse. Fixes threadlock. (Fixes #111286, patch from
9797         Peter Bloomfield).
9798
9799 Fri Jun  6 11:05:45 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
9800
9801         * modules/input/gtkimcontextxim.h (struct _GtkIMContextXIM):
9802         * modules/input/gtkimcontextxim.c (preedit_start_callback,
9803         preedit_draw_callback, preedit_done_callback): Add a 'finalizing' flag 
9804         to keep preedit-[start,changed,end] signals from being called during
9805         finalization (#111861).
9806
9807 2003-06-05  Noah Levitt  <nlevitt@columbia.edu>
9808
9809         * gtk/gtknotebook.c (gtk_notebook_button_press): Ignore button
9810         presses that are not on the tab (#114534).
9811
9812 Thu Jun  5 20:35:40 2003  Owen Taylor  <otaylor@redhat.com>
9813
9814         * demos/Makefile.am: Conditionalize dependencies for
9815         gdk-pixbuf-csource on cross-compilation (#112391, J. Ali Harlow). 
9816         Buildtest-inline-pixbufs.h in srcdir. Don't try to build 
9817         test-inline-pixbufs.h if we don't have libpng.
9818
9819         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
9820         Add a dependency on gdk-pixbuf.loaders when not 
9821         cross-compiling, remove the dependency on gdk-pixbuf-csource
9822         when not cross compiling.
9823
9824 Thu Jun  5 20:12:51 2003  Owen Taylor  <otaylor@redhat.com>
9825
9826         * gtk/gtkwindow.c (gtk_window_get_default_size): Handle
9827         gtk_window_get_geometry_info() returning NULL.
9828         (#107311, John Finlay)
9829
9830 Thu Jun  5 19:24:33 2003  Owen Taylor  <otaylor@redhat.com>
9831
9832         * gtk/gtktoolbar.c (gtk_toolbar_expose): Subtract off
9833         twice the border width from the width/height, not
9834         1x the border width. (#106336, Rodney Dawes)
9835
9836 Thu Jun  5 15:33:38 2003  Owen Taylor  <otaylor@redhat.com>
9837  
9838         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
9839         If at the end of the buffer, move to the end iter -
9840         parallels behavior of move_iter_to_previous_line.
9841         (#81960, Padraig O'Briain)
9842  
9843 Thu Jun  5 16:12:54 2003  Owen Taylor  <otaylor@redhat.com>
9844
9845         #80023, Yao Zhang, TOKUNAGA Hiroyuki
9846
9847         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations):
9848         Account for the preedit cursor offset if the iter passed
9849         in is at the same place as the insertion cursor.
9850
9851         * gtk/gtktextview.c (gtk_text_view_get_cursor_location):
9852         Encapsulate getting the insertion cursor location.
9853
9854         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location):
9855         Pass the real y/height to the IM context. Take 
9856         text_view->x/yoffset into account.
9857
9858 Thu Jun  5 16:52:54 2003  Owen Taylor  <otaylor@redhat.com>
9859
9860         * gtk/gtktextview.[ch]: Never scroll on focus in
9861         (#81893, Patch from Paolo Maggi)
9862
9863         * gtk/gtktextview.c (gtk_text_view_scroll_[h]pages): 
9864         Scroll to the current cursor location before handling
9865         the action, in case the user just tabbed in
9866         and the cursor is offscreen.
9867
9868 Thu Jun  5 17:20:40 2003  Owen Taylor  <otaylor@redhat.com>
9869          
9870          #107883, Gustavo Giráldez
9871
9872         * gtk/gtktextlayout.c (gtk_text_layout_emit_changed):
9873         Split out the case where we know we changed, and 
9874         already dealt with our cached line being invalidated
9875         from external calls to gtk_text_layout_changed.
9876
9877         * gtk/gtktextlayout.c (gtk_text_layout_changed):
9878         Check if the invalidate yrange intersects our
9879         cached line, and clear it if necessary.
9880
9881 2003-06-05  Tor Lillqvist  <tml@iki.fi>
9882
9883         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle global
9884         filters.
9885
9886 2003-06-05  Matthias Clasen  <maclas@gmx.de>
9887
9888         * gtk/gtktextview.c: Fix for #84668, reported by Torbjrn Andersson:
9889         (gtk_text_view_grab_notify): 
9890         (gtk_text_view_state_changed): Implement these
9891         to unobscure cursor when grab shadowed or insensitised.
9892         (gtk_text_view_unobscure_mouse_cursor): New function to undo the
9893         effect of gtk_text_view_obscure_mouse_cursor(). Code lifted from
9894         gtk_text_view_motion_event().
9895         (gtk_text_view_motion_event): Use gtk_text_view_obscure_mouse_cursor().
9896
9897         * gtk/gtktextview.c (select_all): New keybinding signal for
9898         (un)selecting the whole buffer. Bound to C-a/C-\.  (see #107889)
9899
9900         * gtk/gtkcalendar.c (calendar_timer): 
9901         (stop_spinning): Replace deprecated gtk_timeout_* functions by
9902         their GLib counterparts.  (#114429)
9903
9904         * gtk/gtktreestore.c (gtk_tree_store_new): 
9905         * gtk/gtkliststore.c (gtk_list_store_new): Document restriction on 
9906         types.
9907
9908 Wed Jun  4 19:42:17 2003  Owen Taylor  <otaylor@redhat.com>
9909
9910         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors):
9911         When drawing underlines, join up adjacent runs
9912         where possible, so we don't get changes in 
9913         shaper/font/etc. breaking underlines. (#103662,
9914         Kang Jeong-Hee)
9915
9916 Wed Jun  4 19:22:58 2003  Jonathan Blandford  <jrb@redhat.com>
9917
9918         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_level_find_insert):
9919         Slightly modified patch from Owen Taylor <otaylor@redhat.com> to
9920         improve the speed of inserting rows into an already sorted list,
9921         #109292
9922
9923 Wed Jun  4 19:24:28 2003  Owen Taylor  <otaylor@redhat.com>
9924
9925         * gdk/x11/gdkgc-x11.c gdk/x11/gdkprivate-x11.h: Keep
9926         track of when we have a clip mask set for the GC,
9927         and when we unset it, or switch to a clip region,
9928         immediately call XSetClipMask (..., None) to avoid
9929         Xlib caching stale data. (#111806)
9930
9931         * gtk/gtktextdisplay.c: Don't set a clip mask
9932         when drawing alpha pixmaps; it isn't necessary any more.
9933         (#111806)
9934
9935 Wed Jun  4 18:27:44 2003  Owen Taylor  <otaylor@redhat.com>
9936
9937         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): 
9938         gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): 
9939         Use GTK_WIDGET_IS_SENSITIVE(), not GTK_WIDGET_SENSITIVE
9940         (#92548, Tim Evans)
9941
9942         * gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator)
9943         gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator): If
9944         Use state_type = STATE_INSENSITIVE for insensitive menu items.
9945
9946 Wed Jun  4 21:25:35 2003  Kristian Rietveld  <kris@gtk.org>
9947
9948         Merged from stable.
9949
9950         * gtk/gtktreeview.c (gtk_tree_view_drag_begin): use a silent
9951         assert for get_info. (reported by Michael Natterer),
9952         (gtk_tree_view_expand_all_emission_helper),
9953         (gtk_tree_view_expand_all_helper): emit row_expanded for all
9954         expanded rows during an _expand_all operation. (Fixes #111280,
9955         reported by Benjamin Bayart).
9956
9957 Tue Jun  3 18:32:30 2003  Owen Taylor  <otaylor@redhat.com>
9958
9959         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't
9960         respond to pings on a root window; prevents infinite
9961         loops if we are selecting for SubstructureNotify on the
9962         root window. (#111945, Sergey V. Udaltsov)
9963
9964 Tue Jun  3 17:39:16 2003  Owen Taylor  <otaylor@redhat.com>
9965
9966         #71597, reported by Morten Welinder
9967
9968         * gdk/gdkpixbuf-drawable.c (rgb888amsb): Fix and simplify
9969         (Patch from Christian Petig)
9970
9971         * gdk/gdkpixbuf-drawable.c (rgb{555,565}{a,}{msb,lsb}):
9972         Major rewrite of 555 and 565 conversion routines:
9973
9974         - Move all the bit shifting into a small block of macros,
9975           eliminating much duplication of complicated arithmetic.
9976         - Get rid of 2-pixels at a time code, which was buggy,
9977           hard to maintain, caused unaligned accesses, and
9978           probably didn't actually perform any better.
9979         - Simplify cases where different data types were
9980           used for the little and big endian cases, use
9981           GUINT16_SWAP_LE_BE() where appropriate.
9982                 
9983 Tue Jun  3 15:05:47 2003  Owen Taylor  <otaylor@redhat.com>
9984
9985         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Remove
9986         bad optimization for src_rowstride == dest_stride.
9987         (Didn't consider the case where we were copying only
9988         partial widths of a wider source buffer)
9989         (#113034, reported by Hans Petter Jansson)
9990
9991 2003-06-03  Michael Natterer  <mitch@gimp.org>
9992
9993         * gdk/x11/gdkinput-x11.c (_gdk_input_common_find_events):
9994         reenabled button_release events for xinput devices. (#113948)
9995
9996 2003-06-03  Christian Rose  <menthos@menthos.com>
9997
9998         * configure.in: Added "li" to ALL_LINGUAS.
9999
10000 Mon Jun  2 18:58:54 2003  Owen Taylor  <otaylor@redhat.com>
10001
10002         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Don't
10003         map the event window if the notebook isn't mapped. (#113980,
10004         Richard Reich)
10005
10006 2003-06-02  Sven Neumann  <sven@gimp.org>
10007
10008         * gtk/gtkprogress.c (gtk_progress_changed): added a missing cast.
10009
10010         * gdk/gdkrgb.c (gdk_rgb_try_colormap): removed an unused variable.
10011
10012 2003-06-01  Matthias Clasen  <maclas@gmx.de>
10013
10014         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add 
10015         Since: 2.4 to the docs.
10016
10017         * gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
10018         an example to the docs.  (#98427)
10019
10020 2003-05-30  Murray Cumming  <murrayc@usa.net>
10021
10022         * gtk/gtkalignment.[h|c]: Added 4-sided padding as properties with
10023         gtk_alignment_get_padding() and gtk_aligment_set_padding(). This
10024         uses the new private data system - see g_type_class_add_private() in
10025         gtk_alignment_class_init() and the use of GTK_ALIGNMENT_GET_PRIVATE().
10026
10027 2003-05-30  Matthias Clasen  <maclas@gmx.de>
10028         
10029         * gtk/gtknotebook.c: Changed guint to GtkNotebookArrow in the
10030         signature of gtk_notebook_draw_arrow() for Solaris builds to go
10031         through.  (#114043, Anand Subramanian)
10032
10033 Thu May 29 18:30:35 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10034
10035         * modules/input/imipa.c: 
10036         use GETTEXT_PACKAGE to get a translation for "ipa"(#113850).
10037
10038 Thu May 29 18:08:01 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10039
10040         * gtk/gtkimmodule.c (_gtk_im_module_list):
10041         use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
10042
10043 Thu May 29 09:34:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10044
10045         * gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
10046         label of default input method localizable.
10047         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): 
10048         use translations of input method context names
10049         * modules/input/imam-et.c, modules/input/imcyrillic-translit.c,
10050           modules/input/iminuktitut.c, modules/input/imthai-broken.c,
10051           modules/input/imti-er.c, modules/input/imti-et.c
10052           modules/input/imviqr.c, modules/input/imxim.c
10053         use GETTEXT_PACKAGE instead of "gtk+" for domain name.
10054         (#113850).
10055
10056 Thu May 29 18:23:01 2003  Kristian Rietveld  <kris@gtk.org>
10057
10058         Merged from stable.
10059
10060         * gtk/gtktreeview.c (gtk_tree_view_button_press): put the focus
10061         grab separate, the user might clear the tree in the focus-in
10062         callback. (Fixes #113086, testcase from Felipe Heidrich).
10063
10064 Thu May 29 18:06:26 2003  Kristian Rietveld  <kris@gtk.org>
10065
10066         Merged from stable.
10067
10068         * gtk/gtktreeview.c (gtk_tree_model_set_model): reset a bunch
10069         of row reference when we unset the model. Also reset
10070         dy and top_row_dy. (Fixes #109289, patch from Owen Taylor).
10071
10072 Thu May 29 17:12:19 2003  Kristian Rietveld  <kris@gtk.org>
10073
10074         Merged from stable.
10075
10076         * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): cancel
10077         the current editing, if it exists. (Fixes #108956, reported by
10078         Michael Natterer).
10079
10080 Thu May 29 17:06:09 2003  Kristian Rietveld  <kris@gtk.org>
10081
10082         Merged from stable.
10083
10084         * gtk/gtktreeview.c (check_selection_helper): new function,
10085         (gtk_tree_view_row_deleted): traverse the tree from the
10086         deleted node to see whether the selection changed, instead of
10087         just checking this node. (Fixes #107400, reported by 'Duncan').
10088
10089 Thu May 29 16:31:34 2003  Kristian Rietveld  <kris@gtk.org>
10090
10091         Merged from stable.
10092
10093         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row),
10094         (gtk_tree_view_drag_begin): set the DnD icon in _drag_begin
10095         instead of _maybe_begin_dragging_row, so the icon can be
10096         overridden by apps. (Fixes #104374, patch from Daniel Elstner).
10097
10098 Thu May 29 16:14:04 2003  Kristian Rietveld  <kris@gtk.org>
10099
10100         Merged from stable.
10101
10102         * gtk/gtktreeview.c (gtk_tree_view_start_editing): correct
10103         cell_area x/width for the expander if needed. (Fixes #101748,
10104         reported by Dave Cook and Mariano Suarez-Alvarez).
10105
10106 Thu May 29 16:01:38 2003  Kristian Rietveld  <kris@gtk.org>
10107
10108         Merged from stable.
10109
10110         * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): check
10111         if tree/node are still the same after _internal_select_node.
10112         (Fixes #92256, reported by edscott).
10113
10114 Thu May 29 15:38:30 2003  Kristian Rietveld  <kris@gtk.org>
10115
10116         Fixes #75745, reported by Richard Hult. Merged from stable.
10117
10118         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): set/unset
10119         GTK_CELL_RENDERER_FOCUSED flag whether the current node is the
10120         cursor or not.
10121
10122         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
10123         if we are rendering a cursor row, and the cell the be
10124         processed has focus, then set the GTK_CELL_RENDERER_FOCUSED
10125         flag (else we unset it).
10126
10127 2003-05-27  Matthias Clasen  <maclas@gmx.de>
10128
10129         * gtk/gtkwindow-decorate.c: 
10130         * gtk/gtktreeprivate.h: 
10131         * gtk/gtkdnd.c: 
10132         * gdk/win32/gdkwindow-win32.h: 
10133         * gdk/linux-fb/gdkprivate-fb.h: 
10134         * gdk/linux-fb/gdkkeyboard-fb.c: Remove dubious bitfields of
10135         unspecified signedness.  (#112919, Morten Welinder)
10136
10137         * gtk/queryimmodules.c (escape_string): 
10138         * gtk/gtktextbtree.c (_gtk_text_btree_get_text): 
10139         * gtk/gtksettings.c (_gtk_settings_parse_convert): 
10140         * gtk/gtkrc.c (gtk_rc_parse_assignment): 
10141         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key): 
10142         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Replace all 
10143         occurances of g_string_new ("") by g_string_new (NULL). (#106975,
10144         Morten Welinder) 
10145
10146 2003-05-27  Tor Lillqvist  <tml@iki.fi>
10147
10148         * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
10149         files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
10150
10151         * gdk/Makefile.am: libgdk-win32-2.0.la depends on
10152         win32/libgdk-win32.la.
10153
10154         * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
10155
10156 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10157
10158         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
10159         scrollbar slider length 21 instead of 7.
10160
10161 2003-05-23  Matthias Clasen  <maclas@gmx.de>
10162
10163         * gtk/gtknotebook.c: Add support for up to four scroll
10164         arrows. Control their display by new style properties
10165         "has_forward_stepper", "has_backward_stepper",
10166         "has_secondary_forward_stepper" and
10167         has_secondary_backward_stepper". (#110540)
10168
10169         * gtk/gtknotebook.h (struct _GtkNotebook): Make in_child and
10170         click_child three bits wide, add
10171         has_{before,after}_{previous,next} fields.
10172
10173         * gtk/gtkcolorsel.c (gtk_color_selection_init): Update color on
10174         focus out of hex_entry.  (#112665)
10175         (hex_focus_out): New signal handler for focus out of hex entry.
10176
10177 Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
10178
10179         * gtk/gtkwidget.c (gtk_widget_realize): 
10180         g_return_if_fail() if
10181         GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget).
10182         (#107872, Christian Reis)
10183
10184 2003-05-22  Matthias Clasen  <maclas@gmx.de>
10185
10186         * gtk/gtkfilesel.c (gtk_file_selection_create_dir): 
10187         (gtk_file_selection_rename_file): Some keynav improvements for the
10188         "Rename File" and "Create Directory" subdialogs: Enter in entry
10189         activates default, default is "Create"/"Rename", Escape cancels
10190         dialog.  (#113110)
10191         (gtk_file_selection_set_filename): Add a hint about opening 
10192         directories.  (#113175)
10193
10194 2003-05-22  Matthias Clasen  <maclas@gmx.de>
10195
10196         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_update_xft_clip):
10197         Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2
10198         anyway.  (#113476)
10199
10200 Wed May 21 15:53:14 2003  Owen Taylor  <otaylor@redhat.com>
10201
10202         * gtk/gtkprogress.c (gtk_progress_set_format_string,
10203         gtk_progress_set_show_text): Always queue a resize ... 
10204         we rely on the size-allocate to do the update, plus a 
10205         different format can actually change our size requisition.
10206         (#111052, Vasco Alexandre da Silva Costa)
10207
10208         * gtk/gtkprogress.c (gtk_progress_changed): Track
10209         ::changed as well as ::value_changed, and queue a
10210         resize on ::changed when necessary.
10211
10212         * gtk/gtkprogress.c (gtk_progress_set_adjustment): 
10213         Call gtk_progress_changed() here to update or 
10214         queue a resize as necessary.
10215
10216 Wed May 21 14:06:13 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10217
10218         * gtk/gtkimcontextsimple.c: added composing rules of
10219         Greek accented letters, patch by Vasilis Vasaitis (#107507)
10220
10221 Wed May 21 13:19:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10222
10223         * gtk/gtkenums.h (enum GtkIMPreeditStyle, GtkIMStatusStyle): 
10224         * modules/input/gtkimcontextxim.c (preedit_style_change, status_style_change):
10225         gtk settings for XIMPreeditNone and XIMStatusNone. (#105909)
10226
10227 Wed May 21 12:10:25 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10228
10229         * gtk/gtkimcontextsimple.c: 
10230         code that can check the compose table for ascending order,
10231         by Vasilis Vasaitis (#104862).
10232
10233 Wed May 21 12:52:01 2003  Owen Taylor  <otaylor@redhat.com>
10234
10235         * gtk/gtkkeyhash.[ch] (_gtk_key_hash_looku): We need 
10236         to pass the unmasked state to gdk_keymap_translate_keyboard_state() 
10237         to handle the case where a modifier not in the mask
10238         (like Num_Lock) changes the key value, so replace
10239         the masked state with a state/mask pair. (#106913,
10240         Olivier Ripoll)
10241
10242         * gtk/gtkwindow.c gtk/gtkbinding.c: Update to pass
10243         in state/mask pair to _gtk_key_hash_lookup()
10244
10245 Tue May 20 21:58:00 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
10246
10247         * modules/input/gtkimcontextxim.c (xim_info_display_closed):
10248         fix a memory leak, free input context list (#113259).
10249
10250 2003-05-21  Matthias Clasen  <maclas@gmx.de>
10251
10252         * configure.in (all_loaders): Add pcx.
10253
10254         * gtk/gtkcalendar.c: Make calendar controls spin.  (#112540)
10255
10256 Tue May 20 17:27:24 2003  Owen Taylor  <otaylor@redhat.com>
10257
10258         * gtk/gtkimmodule.c (gtk_im_module_init): Silently
10259         accept a missing gtk.immodules file, some people
10260         want to run without one. (#112406, patch from
10261         Arnaud Charlet)
10262
10263 Tue May 20 17:05:31 2003  Owen Taylor  <otaylor@redhat.com>
10264
10265         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix 
10266         height/width confusion (#113370, Xan Lopez)
10267
10268 Tue May 20 15:48:45 2003  Owen Taylor  <otaylor@redhat.com>
10269
10270         * gdk/x11/gdkdnd-x11.c gdk/x11/gdkwindow-x11.c: Comprehensively
10271         zero all unused parts of client messages (Mainly Motif DND
10272         and EWMH). Also, fix a couple places where we were putting
10273         contents into Motif DND messages that didn't belong.
10274         (#113361, EWMH problem reported by Lubos Lunak)
10275
10276         * gtk/gtkselection.c (_gtk_selection_request): Handle the
10277         case where the property type for the multiple atoms is
10278         ATOM_PAIR by doing the conversions ourselve. This is
10279         needed for Xt inter-operation.
10280
10281 2003-05-19 Arafat Medini <lumina@silverpen.de>
10282
10283         * configure.in: Added ar to ALL_LINGUAS
10284
10285 2003-05-19  Matthias Clasen  <maclas@gmx.de>
10286
10287         * gtk/gtksettings.c (gtk_rc_property_parse_border,
10288         gtk_rc_property_parse_color, gtk_rc_property_parse_enum,
10289         gtk_rc_property_parse_flags, gtk_rc_property_parse_requisition):
10290         Add docs.
10291
10292         * gtk/gtkwidget.c (gtk_widget_class_install_style_property, 
10293         gtk_widget_class_install_style_property_parser): Add docs. 
10294
10295 2003-05-17  Matthias Clasen  <maclas@gmx.de>
10296
10297         * tests/prop-editor.c: Add navigation for object properties, so
10298         that you can easily edit the properties of the parent of a widget.
10299         (#113152)
10300
10301 Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
10302
10303         * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
10304         Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
10305         inconsistency and leave the old name as an aliass (#104873)
10306
10307 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
10308
10309         * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
10310         from Charles Schmidt to add missing notify (#108305)
10311
10312 Wed May 14 16:00:51 2003  Owen Taylor  <otaylor@redhat.com>
10313  
10314         * gdk/x11/gdkgc-x11.c: Remove unecessary g_return_if_fail().
10315         (#105500, Morten Welinder.)
10316  
10317 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
10318
10319         * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
10320         instead of gumake for XNFilterEvents event mask(#110493).
10321
10322 2003-05-11  Anders Carlsson  <andersca@codefactory.se>
10323
10324         * gtk/gtkdnd.c (gtk_drag_source_unset_icon): Don't cast a gchar to
10325         a GObject. (#112762)
10326
10327 2003-05-08  Sven Neumann  <sven@gimp.org>
10328
10329         * configure.in: set the HAVE_X11R6 automake conditional to false
10330         if not compiling for X11.
10331
10332 2003-05-08  Matthias Clasen  <maclas@gmx.de>
10333
10334         * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): 
10335         (gtk_calendar_get_display_options): New functions.
10336         (gtk_calendar_display_options): Depreate.  (#64567)
10337         (gtk_calendar_class_init): Add boolean properties for the display
10338         options.  (#50949)
10339
10340 Tue May  6 16:50:52 2003  Owen Taylor  <otaylor@redhat.com>
10341
10342         Patch from James Henstridge to update to automake-1.7
10343         (#109542)
10344  
10345         * autogen.sh: update to call newer tools.
10346  
10347         * configure.in: various updates, to use M4 macros to put
10348         variables that change each release at the top.
10349         Use AC_HELP_STRING to format help strings.
10350         Use AC_CONFIG_COMMANDS to generate gdkconfig.h.
10351  
10352         * Makefile.am: require Automake 1.7.  Remove gdk-2.0.pc and
10353         gtk+-2.0.pc on uninstall.  Pass --enable-gtk-doc to configure
10354         during distcheck.
10355  
10356         * docs/reference/*/Makefile.am: simplify to use the gtk-doc.make
10357         makefile fragment.
10358  
10359         * */Makefile.am: don't use STRIP_BEGIN/STRIP_END.
10360         Use BUILT_SOURCES where appropriate.
10361         Build generated files in builddir rather than srcdir.
10362         Fix uninstall and distclean targets to satisfy distcheck.
10363
10364         ===
10365
10366         * gdk/*/Makefile.am: Remove the hacks to get gdkenumtypes.h
10367         built first, since we are now using BUILT_SOURCES.
10368
10369         * gdk/Makefile.am: Remove an outdated comment about gdk_headers.
10370
10371         * demos/gtk-demo/Makefile.am: Fix srcdir != buildd problem
10372         with geninclude.pl.
10373
10374         * configure.in: Update versions to 2.3.0.
10375  
10376 2003-05-06  Tor Lillqvist  <tml@iki.fi>
10377
10378         Fix for #110165 (thanks to Arnaud Charlet):
10379         
10380         * gdk/win32/gdkevents-win32.c (build_keypress_event,
10381         build_keyrelease_event): For unshifted control char, use
10382         lowercase ASCII keyval.
10383         (gdk_event_translate): Similarily, when handling WM_SYSKEYDOWN and
10384         UP (i.e. Alt-something), if it's an unshifted ASCII letter, use
10385         lowercase keyval. Use build_key_event_state() here, too, instead
10386         of minor code duplication.
10387
10388 2003-05-06  Matthias Clasen  <maclas@gmx.de>
10389
10390         * tests/testmultidisplay.c: Don't include strings.h, it's not
10391         needed anymore.  (#112388)
10392
10393         * examples/menu/itemfactory.c: 
10394         * docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
10395         itemfactory example.
10396
10397 2003-05-05  Matthias Clasen  <maclas@gmx.de>
10398
10399         * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock):  Actually set the
10400         icon type to the stock icon type.  (#111735, Dave Bordoley)
10401
10402 2003-05-05  Christian Rose  <menthos@menthos.com>
10403
10404         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
10405         Removed sp, it's replaced by sr@Latn.
10406
10407 Wed Apr 30 22:09:11 BST 2003  Tony Gale <gale@gtk.org>
10408
10409         * docs/faq/gtk-faq.sgml: GTK+ 2.x updates, mainly from
10410         Gonzalo Odiard
10411
10412 Mon Apr 28 17:54:39 2003  Jonathan Blandford  <jrb@redhat.com>
10413
10414         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
10415         data iff the destroy func isn't NULL.
10416
10417 Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>
10418
10419         * autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
10420
10421 2003-04-23  Abel Cheung  <maddog@linux.org.hk>
10422
10423         * configure.in: Added "am" "mk" "ta" to ALL_LINGUAS.
10424
10425 Tue Apr 22 15:33:51 2003  Owen Taylor  <otaylor@redhat.com>
10426
10427         * gtk/gtkfilesel.c (open_new_dir): Fix capitalization
10428         of UTF-8. (#106419, Roozbeh Pournader)
10429
10430 Tue Apr 22 15:17:25 2003  Owen Taylor  <otaylor@redhat.com>
10431
10432         * configure.in: Only check for XFT2 if we found pango-xft
10433         (#105692, Jon Nall)
10434
10435 Tue Apr 22 15:12:19 2003  Owen Taylor  <otaylor@redhat.com>
10436
10437         * gtk/gtkwidget.c (gtk_widget_class_init): Fix PROP_HAS_FOCUS/
10438         PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)
10439
10440 Tue Apr 22 19:43:01 BST 2003  Tony Gale <gale@gtk.org>
10441
10442         * docs/faq/gtk-faq.sgml: add note about version converage.
10443
10444 Mon Apr 21 19:02:16 2003  Owen Taylor  <otaylor@redhat.com>
10445
10446         * gtk/gtksocket.c (activate_key): Fix prototype for
10447         activate_key. (#108927, Jason D. Hildebrand)
10448
10449 Mon Apr 21 18:42:51 2003  Owen Taylor  <otaylor@redhat.com>
10450
10451         * demos/gtk-demo/Makefile.am demos/gtk-demo/geninclude.pl:
10452         Remove geninclude.pl from CVS and don't dist it either,
10453         it is generated. (#108970, Rich Kinder)
10454
10455 Mon Apr 21 18:35:48 2003  Owen Taylor  <otaylor@redhat.com>
10456
10457         * gtk/gtkobject.h: Remove a couple of obsolete comments,
10458         fix another comment. (#109737, Britton Kerin)
10459
10460 Mon Apr 21 18:29:03 2003  Owen Taylor  <otaylor@redhat.com>
10461
10462         * gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
10463         the source list, not just it's contents (Patch
10464         from Charles Kerr, #108243)
10465
10466 Mon Apr 21 18:13:46 2003  Owen Taylor  <otaylor@redhat.com>
10467
10468         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
10469         from Alex Larsson fixing problem with restacking during
10470         DND. (#108671)
10471
10472 Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
10473
10474         * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
10475         Calling XFlush() after ungrabbing, to avoid problems if
10476         the app subsequently blocks on a long-running operation.
10477         (#106520, reported by Rajkumar Siva)
10478
10479 Fri Apr 18 17:42:45 2003  Owen Taylor  <otaylor@redhat.com>
10480
10481         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Add
10482         SKIP_TASKBAR/SKIP_PAGER to set of properties we
10483         might set on map. (#110019, problem reported
10484         by Loban Rahman)
10485
10486 Fri Apr 18 17:14:33 2003  Owen Taylor  <otaylor@redhat.com>
10487
10488         * gdk/gdkevents.c (gdk_event_copy): Fix for the
10489         case when gdk_event_copy() is called on a non-allocated
10490         event. (#109716, reported by Rich Burridge)
10491
10492 Fri Apr 18 16:57:44 2003  Owen Taylor  <otaylor@redhat.com>
10493
10494         * gdk/x11/gdkdrawable-x11.c (draw_with_images/pixmaps):
10495         Fix pointer arithmetic on 'void *'. (#108322)
10496
10497 Fri Apr 18 16:31:49 2003  Owen Taylor  <otaylor@redhat.com>
10498
10499         * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am:
10500         Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and
10501         use of XAddConnectionWatch. Remove --enable-xim config option.
10502         Should fix building on X11R6 (#110523, Albert Chin)
10503
10504 Fri Apr 18 15:56:46 2003  Owen Taylor  <otaylor@redhat.com>
10505
10506         * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkdrawable-x11.[ch]:
10507         Patch from Morten Welinder to catch Sun servers with a 
10508         broken implementation of the RENDER extension. (#108309)
10509
10510 Fri Apr 18 15:30:38 2003  Owen Taylor  <otaylor@redhat.com>
10511
10512         * gdk/x11/gdkwindow-x11.c (set_text_property): Use
10513         gdk_free_compound_text(), not g_free(). (#107643,
10514         Michael Zucchi)
10515
10516 Fri Apr 18 15:11:50 2003  Owen Taylor  <otaylor@redhat.com>
10517
10518         * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)
10519         gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): Fix
10520         wrong use of base_finalize. (#105126, Sven Neumann)
10521
10522 Fri Apr 18 15:06:00 2003  Owen Taylor  <otaylor@redhat.com>
10523
10524         * gdk/gdkwindow.c (gdk_window_constrain_size): Fix
10525         '/' vs. '*' problem in aspect ration computations. (#108237)
10526
10527 Fri Apr 18 14:15:09 2003  Owen Taylor  <otaylor@redhat.com>
10528
10529         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): 
10530         * gdk/x11/gdkevents-x11.c (gdk_event_translate): You
10531         don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify 
10532         event, so select for both. (#108406, Egmont Koblinger)
10533
10534 Thu Apr 17 09:57:44 2003  Jonathan Blandford  <jrb@gnome.org>
10535
10536         * gtk/gtktreeview.c (validate_visible_area): remove infinite loop
10537         caused by not clearing the scroll_to_path.
10538
10539 2003-04-16  Matthias Clasen  <maclas@gmx.de>
10540
10541         * gtk/gtkstyle.c: Doc additions and fixes.
10542
10543         * gtk/gtktreeviewcolumn.c
10544         (_gtk_tree_view_column_get_neighbor_sizes): Doc fixes.
10545
10546 2003-04-14  Michael Natterer  <mitch@gimp.org>
10547
10548         * gtk/gtkliststore.c (gtk_list_store_move): added checks to ensure
10549         that the iter is not reordered to its own position. Prevents model
10550         corruption for the case that the store contains only a single item
10551         (fixes bug #108387).
10552
10553         Unrelated:
10554
10555         * gtk/gtkliststore.c (gtk_list_store_insert): g_list_alloc() the
10556         new list element later so we don't leak it if we decide to return
10557         early.
10558
10559         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
10560         set selection->tree_view->priv->anchor to NULL after freeing it.
10561
10562 2003-04-13  Matthias Clasen  <maclas@gmx.de>
10563
10564         * gtk/gtktreeviewcolumn.c
10565         (gtk_tree_view_column_cell_get_position): Document. 
10566
10567         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): 
10568         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand): 
10569         * gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document
10570         these as 2.4 additions.
10571
10572 2003-04-09  Matthias Clasen  <maclas@gmx.de>
10573
10574         * INSTALL.in: Fix the real thing.
10575
10576         * INSTALL: Typo fix.
10577
10578 Mon Apr  7 19:43:15 2003  Owen Taylor  <otaylor@redhat.com>
10579
10580         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_ungrab): Flush
10581         after ungrabbing the server.
10582  
10583         * gdk/x11/gdkimage-x11.c: Remove some no-longer-needed
10584         calls to XFlush().
10585
10586         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer):
10587         Use gdk_x11_display_grab/ungrab.
10588
10589         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize
10590         use_xshm to TRUE so SHM gets used when present.
10591  
10592 2003-04-07  Matthias Clasen  <maclas@gmx.de>
10593
10594         * gtk/gtktextlayout.c (set_para_values): 
10595         * gtk/gtkenums.h (GtkWrapMode): Add GTK_WRAP_WORD_CHAR.  (#110086,
10596         David Brigada)
10597
10598         * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
10599         gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
10600         misspellings of possessive "its".  (#110027, Doug Quale)
10601
10602 2003-04-03  Matthias Clasen  <maclas@gmx.de>
10603
10604         * demos/gtk-demo/main.c (demo_find_file): Only use files from the
10605         current directory if it looks like the srcdir.  (#109357)
10606
10607 Wed Apr  2 23:02:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
10608
10609         * gtk/gtkbutton.[ch] (gtk_button_class_init): add property
10610         focus_on_click
10611
10612         * gtk/gtkwindow.c (gtk_window_focus): make arrow keyboard
10613         navigation not wrap around.
10614
10615 2003-04-02  Matthias Clasen  <maclas@gmx.de>
10616
10617         * gtk/gtkprogress.c (gtk_progress_get_percentage_from_value):
10618         Return 0 if lower == upper.  (#109155)
10619         (gtk_progress_get_current_percentage): Use
10620         gtk_progress_get_percentage_from_value().
10621
10622 2003-04-01  Matthias Clasen  <maclas@gmx.de>
10623
10624         * gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
10625         (#109510, Noah Levitt)
10626
10627 Mon Mar 31 13:52:13 2003  Jonathan Blandford  <jrb@redhat.com>
10628
10629         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's
10630         members so Purify won't complain.
10631
10632         * gtk/gtkliststore.c (gtk_list_store_sort): ditto.
10633
10634 2003-03-31  Matthias Clasen  <maclas@gmx.de>
10635
10636         * gtk/gtkwindow.c: Add a new property, role, corresponding to 
10637         gtk_window_[gs]et_role().  (#93904)
10638
10639 Sun Mar 30 03:57:42 2003  Jonathan Blandford  <jrb@gnome.org>
10640
10641         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
10642         fix crash.  Patch from Markus Lausser <sgop@users.sourceforge.net>
10643
10644 2003-03-29  Matthias Clasen  <maclas@gmx.de>
10645
10646         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
10647         of labels back to normal before reparenting back.  (#102387)
10648
10649         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
10650         a default window title to match the GtkFontSelectionDialog behavior.
10651  
10652         (gtk_color_selection_dialog_new): Don't call
10653         gtk_window_set_title() if title is NULL.  (bug #101975, Daniel Elstner)
10654
10655 2003-03-29  Matthias Clasen  <maclas@gmx.de>
10656
10657         Fix for bug #78499:
10658         
10659         * gtk/gtkentry.h (struct _GtkEntry): Add flags select_words and
10660         select_lines. 
10661
10662         * gtk/gtkentry.c (gtk_entry_button_press): Set select_words and
10663         select_lines on double/triple click.
10664
10665         * gtk/gtkentry.c (gtk_entry_motion_notify): Implement
10666         select-by-words and select-by-lines behaviour.
10667
10668         Fixes for bug #56248:
10669         
10670         * gtk/gtknotebook.c (stop_scrolling): New function to remove the
10671         timer and queue a redraw. 
10672         (gtk_notebook_grab_notify): 
10673         (gtk_notebook_state_changed): New functions to call stop_scrolling() 
10674         if necessary.   
10675         (gtk_notebook_button_release): Use stop_scrolling().
10676         (gtk_notebook_draw_arrow): Fix drawing of insensitive arrows.
10677
10678         * gtk/gtkrange.c (stop_scrolling): New function to remove the
10679         grab, remove the timer and queue a redraw.
10680         (gtk_range_grab_notify): 
10681         (gtk_range_state_changed): New functions to call stop_scrolling() 
10682         if necessary.   
10683         (gtk_range_button_release): Use stop_scrolling().
10684
10685         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): 
10686         (gtk_spin_button_state_changed): Redraw after stop_spinning.
10687         (gtk_spin_button_stop_spinning): Reset click_child to correct the
10688         drawing of the arrows.
10689         (gtk_spin_button_button_release): Use a local copy of click_child,
10690         since stop_spinning() resets it.
10691
10692         * gtk/gtknotebook.c (gtk_notebook_class_init): Add C-A-PgUp and
10693         C-A-PgDown as alternatives to the A-less variants. (This slipped
10694         in accidentally some time ago).  (#97860)
10695
10696 2003-03-26  Sven Neumann  <sven@gimp.org>
10697
10698         * gtk/gtktreeview.c: rewrote the function that does node and arrow
10699         prelighting, queue all redraws from here (Fixes bug #108792).
10700
10701 2003-03-20  Richard Kinder <r_kinder@yahoo.com>
10702
10703         * demos/testpixbuf.c (update_timeout): set error to NULL, not FALSE.
10704         Fixes bug #108778.
10705
10706 2003-03-20  Guntupalli Karunakar <karunakar@freedomink.org>
10707
10708         * configure.in: Added "ml" in ALL_LINGUAS
10709
10710 Sat Mar 15 18:49:27 2003  Manish Singh  <yosh@gimp.org>
10711
10712         * gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
10713         G_DISABLE_DEPRECATED.
10714
10715 2003-03-14  Tor Lillqvist  <tml@iki.fi>
10716
10717         * gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
10718         GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or
10719         DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with
10720         multiple monitors can have negative coordinates on some of the
10721         monitors. (partial fix for #99496, Arnaud Charlet)
10722
10723 2003-03-15  Matthias Clasen  <maclas@gmx.de>
10724
10725         * gtk/gtktextview.c: Add a "buffer" property.  (#108353) 
10726
10727 2003-03-13  Sven Neumann  <sven@gimp.org>
10728
10729         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
10730         removed redundant calls to g_object_notify().
10731         (gtk_cell_renderer_pixbuf_get_size): removed redundant casts, see
10732         bug #108236.
10733
10734         * gtk/gtktextiter.c (_gtk_text_iter_get_segment_char)
10735         (_gtk_text_iter_get_segment_byte): return 0, not NULL (these
10736         functions return an integer value).
10737
10738 2003-03-13  Tor Lillqvist  <tml@iki.fi>
10739
10740         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
10741         WM_MOUSEMOVE, the test whether we have actually moved (and thus
10742         shouldn't generate an GDK event) moved after the call to
10743         propagate() and translate_mouse_coords(). Otherwise we were
10744         testing wrong values. (#108115, Allin Cottrell)
10745         (gdk_event_translate): On WM_?BUTTONUP, set current_{x,y} the same
10746         way as in WM_?BUTTONDOWN and WM_MOUSEMOVE.
10747
10748         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): if a grab cursor
10749         is used, must copy the HCURSOR with CopyCursor(), as it is OK to
10750         destroy the GdkCursor after calling gdk_pointer_grab(). Set the
10751         cursor right away with SetCursor(), as we won't get any
10752         WM_SETCURSOR messages while the mouse is captured. 
10753         (gdk_display_pointer_ungrab): Correspondingly, destroy the copy
10754         with DestroyCursor() when no longer used. (#108114, Allin Cottrell)
10755
10756         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
10757         WM_SYSCHAR, return FALSE from the window procedure to prevent the
10758         DefWindowProc from being called. Otherwise Windows would beep,
10759         thinking you are tring to access a (nonexistent) menu when you
10760         press Alt-something. Don't do this for Alt-Space,
10761         though. (#107454, Martyn Russell)
10762
10763         * gdk/win32/gdkcursor-win32.c: Minor spacing and debug print fixes.
10764
10765 Tue Mar 11 12:01:07 2003  Jonathan Blandford  <jrb@gnome.org>
10766
10767         * gtk/gtktreeview.c (gtk_tree_view_class_init): Ctrl/Shift
10768         [left/right] expands/collapses the tree, #108092
10769
10770 2003-03-09  Tor Lillqvist  <tml@iki.fi>
10771
10772         * gdk/win32/gdkdrawable-win32.c (draw_segments): Don't try to
10773         compensate for LineTo() not drawing the end pixel. It causes more
10774         harm than benefits, see bug #81895.
10775
10776 2003-03-08  Matthias Clasen  <maclas@gmx.de>
10777
10778         Bug #107664 continued:
10779
10780         * gdk/x11/gdkinputprivate.h: 
10781         * gdk/x11/gdkinput-none.c (_gdk_input_window_none_event): Remove. 
10782         (_gdk_input_other_event): Return gboolean.
10783         * gdk/x11/gdkinput-xfree.c (_gdk_input_window_none_event): Remove. 
10784         (_gdk_input_other_event): Return gboolean.
10785         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): Return gboolean.
10786
10787         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Make return_val
10788         gboolean, remove pointless call to _gdk_input_window_none_event.
10789
10790         * gdk/win32/gdkinput-win32.[hc] (_gdk_input_other_event): Return gboolean.
10791         (_gdk_input_window_none_event): Remove.
10792
10793         * gtk/gtktextiter.c (_gtk_text_iter_get_indexable_segment): 
10794         (_gtk_text_iter_get_any_segment): 
10795         (_gtk_text_iter_get_segment_byte): 
10796         (_gtk_text_iter_get_segment_char): 
10797         (_gtk_text_iter_get_text_line): 
10798         (_gtk_text_iter_get_btree): Fix 0/NULL confusion.
10799         * gdk/x11/gdkdnd-x11.c (motif_target_table_check): Return gint.
10800         * gdk/win32/gdkfont-win32.c (gdk_font_equal): 
10801         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_get_deskrelative_origin): 
10802         (gdk_window_get_origin): 
10803         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Fix 0/FALSE confusion. 
10804
10805 2003-03-06  Matthias Clasen  <maclas@gmx.de>
10806
10807         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Return gboolean, not gint.
10808         (#107664, Morten Welinder)
10809
10810         * gdk/x11/gdkwindow-x11.c (gdk_window_get_deskrelative_origin): 
10811         * gdk/x11/gdkfont-x11.c (gdk_font_equal): 
10812         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): 
10813         Fix TRUE/1 and FALSE/0 confusion.  (#107664, Morten Welinder)
10814
10815         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): 
10816         * gtk/gtkeditable.c (gtk_editable_get_chars): 
10817         * gtk/gtkctree.c (gtk_ctree_find_node_ptr): 
10818         * demos/gtk-demo/main.c (demo_find_file): Fix NULL/FALSE confusion
10819         (#107648, Morten Welinder)Fix NULL/FALSE confusion
10820         (#107648, Morten Welinder)
10821
10822 2003-03-04  Matthias Clasen  <maclas@gmx.de>
10823
10824         * gtk/gtkobject.h: Add deprecation guards for gtk_object_new ().
10825
10826 Sun Mar  2 23:35:57 2003  Jonathan Blandford  <jrb@gnome.org>
10827
10828         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
10829         handle rtl code.  Thanks to Matthias Clasen for an initial patch
10830         to handle the RTL code.
10831
10832         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size): ditto
10833
10834         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto
10835
10836         * gtk/gtktreeview.c: (invalidate_column),
10837         (invalidate_last_column),
10838         (gtk_tree_view_get_real_requested_width_from_column),
10839         (gtk_tree_view_size_allocate_columns),
10840         (gtk_tree_view_size_allocate), (gtk_tree_view_button_press),
10841         (gtk_tree_view_button_release_drag_column),
10842         (gtk_tree_view_update_current_reorder),
10843         (gtk_tree_view_motion_drag_column), (gtk_tree_view_bin_expose),
10844         (gtk_tree_view_key_press), (gtk_tree_view_header_focus),
10845         (gtk_tree_view_get_background_xrange),
10846         (gtk_tree_view_get_arrow_xrange),
10847         (gtk_tree_view_is_expander_column),
10848         (gtk_tree_view_set_column_drag_info),
10849         (gtk_tree_view_move_cursor_left_right):
10850         Add RTL support.
10851
10852         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): add an
10853         expand flag.
10854
10855         * gtk/gtktreeviewcolumn.c:
10856         (gtk_tree_view_column_class_init),
10857         (gtk_tree_view_column_set_property),
10858         (gtk_tree_view_column_get_property),
10859         (gtk_tree_view_column_set_expand),
10860         (gtk_tree_view_column_get_expand),
10861         (gtk_tree_view_column_cell_process_action):
10862         Add support for expand flag.  Thanks to Kristian Rietveld for an
10863         initial patch for this.
10864
10865 Fri Feb 28 02:06:17 2003  Jonathan Blandford  <jrb@gnome.org>
10866
10867
10868 2003-03-02  Tor Lillqvist  <tml@iki.fi>
10869
10870         * gdk/gdk.def
10871         * gtk/gtk.def: Add a bunch of missing entries. Noticed by Cedric
10872         Gustin.
10873
10874 2003-03-01  Matthias Clasen  <maclas@gmx.de>
10875
10876         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment): 
10877         (gtk_scrolled_window_set_hadjustment): Replace uses of
10878         gtk_object_new by g_object_new.
10879
10880 Thu Feb 27 17:44:24 2003  Manish Singh  <yosh@gimp.org>
10881
10882         * demos/gtk-demo/main.c
10883         * demos/gtk-demo/tree_store.c
10884         * gdk/x11/gdkscreen-x11.c
10885         * gtk/gtkcellrenderertoggle.c
10886         * gtk/gtkcolorsel.c
10887         * gtk/gtkdnd.c
10888         * gtk/gtkeditable.c
10889         * gtk/gtkentry.c
10890         * gtk/gtkmenu.c
10891         * gtk/gtkmenubar.c
10892         * gtk/gtkmenuitem.c
10893         * gtk/gtkmenushell.c
10894         * gtk/gtkrc.c
10895         * gtk/gtksettings.c
10896         * gtk/gtkstyle.c
10897         * gtk/gtktextbuffer.c
10898         * gtk/gtktextview.c
10899         * gtk/gtktreeviewcolumn.c
10900         * tests/testgtk.c
10901         * tests/testtext.c
10902         * tests/testtreeedit.c
10903         * tests/testtreefocus.c
10904         * tests/testtreeview.c: remove unnecessary G_OBJECT() casts.
10905
10906 Tue Feb 25 21:55:17 2003  Jonathan Blandford  <jrb@redhat.com>
10907
10908         * gtk/gtkoptionmenu.c (gtk_option_menu_position): account for RTL
10909         code.
10910
10911 2003-02-24  Sven Neumann  <sven@gimp.org>
10912
10913         * gtk/gtkmain.c (gtk_get_default_language): fixed documentation.
10914
10915 2003-02-21  Tomas Ogren  <stric@ing.umu.se>
10916
10917         * docs/reference/gtk/tmpl/gtktreemodel.sgml: Fix typos in an example
10918
10919 2003-02-20  Matthias Clasen  <maclas@gmx.de>
10920
10921         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
10922         Check if line_ancestor_parent is NULL.  (#102711, Manuel Clos)
10923
10924         * gtk/gtktextview.c (gtk_text_view_scroll_to_iter): 
10925         (gtk_text_view_update_adjustments): Make sure cursor stays visible
10926         during horizontal scrolling.  (#75270)
10927
10928 2003-02-19  Matthias Clasen  <maclas@gmx.de>
10929
10930         * tests/testdnd.c: Replace gtk_timeout_* by their GLib
10931         counterparts. (#106532)
10932
10933         * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
10934         keys_changed virtual function with the keys_changed signal.
10935         (#106512, Jeff Franks)
10936
10937 2003-02-15  Larry Ewing  <lewing@ximian.com>
10938
10939         * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
10940
10941 2003-02-17  Mohammad DAMT  <mdamt@bisnisweb.com>
10942
10943         * po/id.po: Added Indonesian translation
10944         * configure.in: Added "id" to ALL_LINGUAS
10945
10946 2003-02-14  Matthias Clasen  <maclas@gmx.de>
10947
10948         * gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
10949
10950 2003-02-12  Christian Rose  <menthos@menthos.com>
10951
10952         * configure.in: Added "yi" to ALL_LINGUAS.
10953
10954 2003-02-12  Matthias Clasen  <maclas@gmx.de>
10955
10956         Fix for #82734 and #78216:
10957         
10958         * gtk/gtktextview.c (delete_cb): 
10959         (select_all_cb): New callbacks for context menu items.
10960         (popup_targets_received): Add "Delete" and "Select All" to context
10961         menu, mnemonics and title caps for all items.
10962
10963         * gtk/gtkentry.c (gtk_entry_delete_cb): New callback for "Delete"
10964         context menu item.
10965         (popup_targets_received): Add "Delete" to context menu, mnemonics
10966         and title caps for all items.
10967
10968 2003-02-09  Tor Lillqvist  <tml@iki.fi>
10969
10970         * gtk/gtkfilesel.c (win32_gtk_add_drives_to_dir_list): Use
10971         GetDriveType() to recognize removable drives (in order to avoid
10972         hanging if trying to access an empty floppy drive), instead of
10973         hardcoding A: and B: (#105654).
10974
10975 2003-02-09  Matthias Clasen  <maclas@gmx.de>
10976
10977         * gtk/gtkwidget.c (gtk_widget_set_name): Add note about periods in 
10978         names.  (#57680)
10979
10980 2003-02-09  Christian Rose  <menthos@menthos.com>
10981
10982         * configure.in: Removed "en@IPA.po" from ALL_LINGUAS.
10983
10984 Fri Feb  7 04:49:46 2003  Tim Janik  <timj@gtk.org>
10985
10986         * gtk/gtkobject.c: remove quark_user_data usage in
10987         gtk_object_{g|s}et_user_data(). fixes get_user_data()
10988         returning NULL for user_data set through property interface.
10989
10990         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): don't put out
10991         warnings if a pixbuf couldn't be retrieved, since (a) this doesn't
10992         need to be a programming error (in case of loaded data), (b) it breaks
10993         with 2.0 behaviour where extra magic could be used to create empty
10994         images. don't attempt to retrieve pixbufs from NULL extra_data.
10995
10996 2003-02-06  Matthias Clasen  <maclas@gmx.de>
10997
10998         * gdk/x11/gdkvisual-x11.c (gdk_visual_get_best_with_depth): Return
10999         a GdkVisual *, not a GdkVisual **.  (#105243)
11000
11001         * gtk/gtkclist.c: 
11002         * gtk/gtkctree.c: 
11003         * gtk/gtkcontainer.c: 
11004         * gtk/gtkdnd.c: 
11005         * gtk/gtkentry.c: 
11006         * gtk/gtklist.c:
11007         * gtk/gtkmenu.c:
11008         * gtk/gtkmenuitem.c:
11009         * gtk/gtknotebook.c:
11010         * gtk/gtkselection.c:
11011         * gtk/gtkspinbutton.c:
11012         * gtk/gtktext.c:
11013         * gtk/gtktextview.c:
11014         * gtk/gtktooltips.c:
11015         * gtk/gtktreeview.c:
11016         * gtk/gtkwindow.c: Replace uses of gtk_timeout_* and gtk_idle_* by
11017         their non-deprecated GLib counterparts.
11018         
11019         * gtk/gtkmain.h: Fully deprecate gtk_timeout_* and gtk_idle_*.
11020         
11021 Sun Feb  2 16:45:57 GMT 2003  Tony Gale <gale@gtk.org>
11022
11023         * docs/tutorial/gtk-tut.sgml: cleanups from
11024         Sebastian Rittau (#104832)
11025
11026 2003-02-01  Tor Lillqvist  <tml@iki.fi>
11027
11028         Merge from stable:
11029
11030         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_foreign_new_for_display,
11031         gdk_pixmap_lookup, gdk_pixmap_lookup_for_display): Implement.
11032         (#104108, Naofumi Yasufuku)
11033
11034         * gdk/gdk.def: Export the above. Export
11035         gdk_screen_get_system_visual, noticed by Ed Woods.
11036
11037 Fri Jan 31 17:45:22 2003  Manish Singh  <yosh@gimp.org>
11038
11039         * demos/pixbuf-demo.c
11040         * demos/testpixbuf.c
11041         * demos/gtk-demo/pixbufs.c: remove deprecated gtk_timeout_* usage.
11042
11043 Fri Jan 31 17:33:00 2003  Manish Singh  <yosh@gimp.org>
11044                                                                                 
11045         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set_state
11046         on the tab_label before unparenting it, in case the unparent
11047         drops the refcount to 0.
11048
11049 2003-02-01  Matthias Clasen  <maclas@gmx.de>
11050
11051         * gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
11052         headers. Sorry about gtk_selection_clear, Yosh.
11053
11054 Thu Jan 30 17:16:05 2003  Manish Singh  <yosh@gimp.org>
11055
11056         * gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION
11057         too, for gtkwidget.c. Remember people, when introducing new
11058         deprecations, make sure internal code isn't using it, or if so,
11059         reorganize appropriately like I've done in other places.
11060
11061         * tests/testtext.c: don't use deprecated gtk_timeout_* stuff.
11062
11063 2003-01-31  Matthias Clasen  <maclas@gmx.de>
11064
11065         * gtk/gtkselection.h: 
11066         * gtk/gtkselection.c (gtk_selection_clear): Deprecate.  (#85683)
11067
11068         * gdk/gdkpixbuf.h: 
11069         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): 
11070         (gdk_pixbuf_render_to_drawable_alpha): Deprecate.  (#60582)
11071
11072         * gtk/gtkcolorsel.h:
11073         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
11074         Deprecate.  (#98167)
11075
11076         * gtk/gtkpaned.h: Deprecate gtk_paned_computed_position(). (#97077)
11077
11078         * gtk/gtkmain.h: Deprecate the gtk_timeout_*, gtk_idle_*
11079         and gtk_input_* functions.  (#71596)
11080         
11081         * gtk/gtkentry.c (gtk_entry_move_cursor): 
11082         * gtk/gtklabel.c (gtk_label_move_cursor): Handle
11083         GTK_MOVEMENT_HORIZONTAL_PAGES in switches.
11084
11085         * gdk/gdk.h: Deprecate gdk_wcstombs() and gdk_mbstowcs().  (#79803)
11086
11087         * gtk/gtkitemfactory.h: 
11088         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Deprecate. 
11089         (#69244)
11090
11091 Thu Jan 30 23:48:30 2003  Kristian Rietveld  <kris@gtk.org>
11092
11093         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_count_special_cell):
11094         only count the special cell if it is also visible,
11095         (_gtk_tree_view_column_get_neighbor_sizes): only take the width into
11096         account from visible cells,
11097         (gtk_tree_view_column_cell_get_position): likewise, (Reported and
11098         testcase provided by Vasco Alexandre da Silva Costa, via IRC,
11099         tracking bug was #104563).
11100         
11101 Thu Jan 30 23:46:15 2003  Kristian Rietveld  <kris@gtk.org>
11102
11103         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
11104         subtract expander space and focus line space from the extra space
11105         we are about the allocate. (Fixes #104635).
11106
11107 Thu Jan 30 23:42:03 2003  Kristian Rietveld  <kris@gtk.org>
11108
11109         * gtk/gtkstyle.c (apply_affine_on_point): fix rouding error
11110         (Fixes #96242, patch from Soeren Sandmann).
11111
11112 Thu Jan 30 16:54:29 2003  Owen Taylor  <otaylor@redhat.com>
11113
11114         * gtk/gtknotebook.c: Patch from Soeren Sandmann
11115         to update the states of the tab label child
11116         widgets to match the state of the tabs. 
11117         (#93389, Reported by Tommi Komulainen)
11118
11119 Thu Jan 30 16:30:54 2003  Owen Taylor  <otaylor@redhat.com>
11120
11121         * Makefile.am (EXTRA_DIST): Remove gtk+.spec.in from
11122         EXTRA_DIST, and from dist rules. (#102231)
11123
11124 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
11125
11126         * gtk/gtktoolbar.c (set_child_packing_and_visibility): New helper
11127         function that sets the icon's and label's packing options and
11128         visibility based on toolbar->style.
11129
11130         (gtk_toolbar_internal_insert_element):
11131         (gtk_real_toolbar_style_changed): Make use of
11132         set_child_packing_and_visibility() to clean up the code and get
11133         the packing right for icon-only/text-only toolbars. (#104679)
11134
11135         (get_first_child): Remove, and use gtk_bin_get_child() instead.
11136
11137 2003-01-30  Matthias Clasen  <maclas@gmx.de>
11138
11139         * gtk/gtktextview.c: Replace PAGE_HORIZONTALLY_HACK_VALUE by
11140         GTK_MOVEMENT_HORIZONTAL_PAGES.  (#68947)
11141
11142         * gtk/gtkenums.h: Add GTK_MOVEMENT_HORIZONTAL_PAGES to GtkMovementStep.
11143         
11144 Thu Jan 30 16:01:29 2003  Owen Taylor  <otaylor@redhat.com>
11145
11146         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Remove the 
11147         attempt-to-allocate then free code. To handle multiple
11148         people allocating colors at the same time, we need
11149         to just go ahead and try. (#102213, Shivram U)
11150         
11151 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
11152
11153         * gtk/gtkcolorsel.c (palette_paint): Explicitely draw an opaque
11154         rectangle using the background color rather than relying on
11155         gdk_window_clear_area(), so that the palette works properly with
11156         pixmap themes. (#101732)
11157
11158         * demos/gtk-demo/colorsel.c: Install an "expose_event" handler
11159         to fill the drawing area in the background color.
11160
11161 Wed Jan 29 14:11:21 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
11162
11163         * modules/input/gtkimcontextxim.c (choose_better_style): fix a memory
11164         initialization error for selecting input style (#103549).
11165
11166 Wed Jan 29 17:02:41 2003  Owen Taylor  <otaylor@redhat.com>
11167
11168         * gdk/gdkkeyuni.c (get_decimal_char): Make the 
11169         translation of GDK_KP_Decimal dependent on LC_NUMERIC.
11170         (#101225)
11171
11172 Wed Jan 29 15:43:56 2003  Owen Taylor  <otaylor@redhat.com>
11173
11174         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
11175         Make up from the menu bar go to the end of the submenu.
11176         (#96114, Ian Peters.)
11177
11178         * gtk/gtkmenuitem.c (gtk_menu_item_mnemonic_activate): 
11179         Only do the select-but-not-activate stuff if the
11180         menu is already active. Otherwise, just activate.
11181         (#101690, Arvind Samptur)
11182
11183 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
11184
11185         * autogen.sh (have_automake): Fix version in complaint
11186         message about automake. (#104366, Rich Burridge)
11187
11188 Mon Jan 27 16:38:13 2003  Owen Taylor  <otaylor@redhat.com>
11189
11190         * configure.in: Remove SOEXT stuff; it doesn't work portably.
11191
11192 Mon Jan 27 22:45:15 2003  Kristian Rietveld  <kris@gtk.org>
11193
11194         * gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if
11195         we appended/prepended, send the rows_reordered signal to the 
11196         correct level ... (Reported by Matthew Tuck).
11197
11198 Mon Jan 27 22:43:11 2003  Kristian Rietveld  <kris@gtk.org>
11199
11200         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): don't just bail
11201         out if the level only has one item, recurse over the child if there
11202         is one. (Fixes #100458, reported by Gaël Le Mignot).
11203
11204 Mon Jan 27 22:41:26 2003  Kristian Rietveld  <kris@gtk.org>
11205
11206         * gtk/gtktreeview.c (gtk_tree_view_set_model),
11207         (gtk_tree_view_search_equal_func): make TreeView search handle
11208         all types which are transformable by GValue. (Fixes #99803, reported
11209         by Muktha Narayan).
11210
11211 Mon Jan 27 22:39:25 2003  Kristian Rietveld  <kris@gtk.org>
11212
11213         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_sort_column_id):
11214         *really* handle unsetting the ID. Slightly modified patch from
11215         Soeren Sandmann. Fixes #87556, reported by Jarek Dukat.
11216
11217 Mon Jan 27 22:33:43 2003  Kristian Rietveld  <kris@gtk.org>
11218
11219         Fixes the total GtkTreeSortable mess, and #83195, reported by
11220         Jarek Dukat
11221
11222         * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id),
11223         (gtk_tree_store_set_sort_column_id), (gtk_tree_store_set_sort_func),
11224         (gtk_tree_store_set_default_sort_func): use the constant
11225         GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID instead of -1, make functions
11226         work as advertised by the documentation.
11227
11228         * gtk/gtklistore.c (gtk_list_store_get_sort_column_id),
11229         (gtk_list_store_set_sort_column_id), (gtk_list_store_set_sort_func),
11230         (gtk_list_store_set_default_sort_func): likewise.
11231
11232         * gtk/gtktreemodelsort.c (gtk_tree_model_set_sort_column_id),
11233         (gtk_tree_model_set_sort_func),
11234         (gtk_tree_model_sort_set_default_sort_func): make functions work
11235         as advertised by the documentation.
11236
11237 Mon Jan 27 22:31:56 2003  Kristian Rietveld  <kris@gtk.org>
11238
11239         * gtk/gtktreeview.c (gtk_tree_view_button_press): update focus_column
11240         before we decide if we edit. (fixes #100973, reported by Dave Cook).
11241
11242 Mon Jan 27 22:29:30 2003  Kristian Rietveld  <kris@gtk.org>
11243
11244         Bug report and test case from Paolo Maggi via IRC.
11245
11246         * gtk/gtkliststore.c (gtk_list_store_swap): update tail if needed,
11247         (gtk_list_store_move): update tail if needed.
11248
11249 Mon Jan 27 16:19:59 2003  Owen Taylor  <otaylor@redhat.com>
11250
11251         * gtk/gtksocket.c (gtk_socket_filter_func): event->any.window
11252         might be NULL. Use gtk_widget_get_display (widget) 
11253         (#102860, Thomas Leonard)
11254
11255 Mon Jan 27 15:58:31 2003  Owen Taylor  <otaylor@redhat.com>
11256
11257         * configure.in: Fix --without-modules/--disable-modules
11258         confusion that was causing --disable-modules not to work.
11259         (#102865, Akira Tagoh)
11260
11261         * configure.in: Fix problem with plain --with-xinput
11262         (#104266, Akira Tagoh)
11263
11264 2003-01-24  Sebastian Rittau  <srittau@jroger.in-berlin.de>
11265
11266         * docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last
11267         patch.
11268
11269 Fri Jan 24 17:06:41 GMT 2003  Tony Gale <gale@gtk.org>
11270
11271         * docs/tutorial/gtk-tut.sgml: Remove duplicate copy of tictactoe.h
11272
11273 Thu Jan 23 21:15:29 GMT 2003  Tony Gale <gale@gtk.org>
11274
11275         * docs/faq/gtk-faq.sgml: Learn to spell Library
11276
11277 Thu Jan 23 20:56:56 GMT 2003  Tony Gale <gale@gtk.org>
11278         * Sebastian Rittau  <srittau@jroger.in-berlin.de>:
11279
11280            docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a
11281            Composite widget" to modern standards. (I.e. use gobject instead of
11282            glib, derive from GtkTable instead of GtkVBox.) Bugzilla #103869.
11283
11284         * docs/tutorial/gtk-tut.sgml, examples/tictactoe: Fixup tic-tac-toe
11285         code in Appendix C to reflect above changes.
11286
11287         * examples/rangewidgets/rangewidgets.c: From Roger Leigh
11288         auto resize on page size change
11289
11290 2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>
11291
11292         * gtk/gtktoolbar.c (gtk_toolbar_hide_all): Override hide_all
11293         in addition to show_all in order to keep them symmetric. (#102201)
11294
11295 Wed Jan 22 14:18:46 2003  Manish Singh  <yosh@gimp.org>
11296
11297         * gdk/x11/gdkevents-x11.c (translate_key_event): add a "return" at
11298         the end of the function, so there is a statement following the "out"
11299         label in all cases (fixes #101961)
11300
11301 2003-01-22  Christian Rose  <menthos@menthos.com>
11302
11303         * configure.in: Added "mn" to ALL_LINGUAS.
11304
11305 Wed Jan 15 17:02:18 2003  Owen Taylor  <otaylor@redhat.com>
11306  
11307         * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange):
11308         Fix off-by-one error on the backward iteration loop,
11309         that was causing the wrong range to be redrawn.
11310         (at least part of #72734)
11311         
11312 2003-01-21  Matthias Clasen  <maclas@gmx.de>
11313
11314         * gtk/gtktextview.c (gtk_text_view_size_allocate): Adjust the
11315         vadjustment value after changing its bounds.  (fixes #101963 and 
11316         #73562)
11317
11318         * gtk/gtkcolorsel.c (hex_changed): Fix clamping to [0,1] to avoid 
11319         unnecessary roundtrip failures.  (#93500)
11320
11321 2003-01-19  Tor Lillqvist  <tml@iki.fi>
11322
11323         Merge from stable:
11324         
11325         Fix for #103614 and some other problems with GtkFileSelection on
11326         Windows:
11327                 
11328         * gtk/fnmatch.c (get_char): Need to use g_unichar_tolower(), not
11329         g_ascii_tolower(). Windows file names are case-insensitive for all
11330         Unicode letters.
11331
11332         * gtk/gtkfilesel.c: Instead of checking for G_OS_WIN32 or
11333         G_WITH_CYGWIN, check G_PLATFORM_WIN32. Move inclusion of gtkintl.h
11334         earlier, as it includes config.h unconditionally, and gtkprivate.h
11335         redefines GTK_LOCALEDIR.
11336         (struct _CompletionDirSent): Ifdef out the fields not used on
11337         Windows.
11338         (compare_utf8_filenames, compare_sys_filenames): Need different
11339         comparison implementation for UTF-8 file names and system locale
11340         file names on Win32. Cannot simply use g_ascii_strcasecmp(), but
11341         need to casefold all Unicode letters.
11342         (cmpl_completion_matches, open_dir, correct_parent): Ifdef out
11343         variables not used on Win32 to avoid warnings about unused
11344         variables.
11345         (open_ref_dir): Use g_path_skip_root() to skip past potential
11346         drive letter in front of the leading (back)slash.
11347         (open_new_dir): Ifdef out use of CompletionDirSent fields not
11348         there on Win32.
11349         (correct_parent): Bypass inode check also on Cygwin.
11350
11351         Fix bug noticed by Alex Shaduri: Tooltips and other
11352         GDK_WINDOW_TEMP windows were activated. This looked very odd, and
11353         was a regression from earlier versions.
11354         
11355         * gdk/win32/gdkwindow-win32.c (show_window_internal): Fine-tune
11356         behaviour. Don't ever activate GDK_WINDOW_TEMP windows.
11357         (gdk_window_move, gdk_window_resize): Add debug logging.
11358
11359         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When we get a
11360         WM_SIZE message for a non-visible (withdrawn) window, don't clear
11361         the GDK_WINDOW_STATE_WITHDRAWN bit. The window is still withdrawn
11362         even if its size changes.
11363
11364 2003-01-16  Matthias Clasen  <maclas@gmx.de>
11365
11366         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations): Typo fixes.
11367         (totally_invisible_line): Fix an incorrect optimization which
11368         caused invisible paragraphs to be occasionally misrendered.
11369
11370 Wed Jan 15 15:55:47 2003  Owen Taylor  <otaylor@redhat.com>
11371
11372         * gtk/gtksettings.c: Set the double click speed from
11373         XSETTINGS when creating a new GtkSettings object
11374         as well as when getting a notify. (#103601, reported
11375         by Louis Garcia)
11376
11377 Wed Jan 15 14:56:09 2003  Owen Taylor  <otaylor@redhat.com>
11378  
11379         * gtk/gtknotebook.c (gtk_notebook_size_allocate): 
11380         Show/hide the notebook event window as necessary,
11381         we weren't previously keeping the visibility updated
11382         properly.  (#103599)
11383  
11384 2003-01-15  Matthias Clasen  <maclas@gmx.de>
11385
11386         * examples/menu/itemfactory.c: 
11387         * docs/tutorial/gtk-tut.sgml: Add a <StockItem> to the itemfactory
11388         example.  (#103211)
11389
11390 2002-12-29  Murray Cumming  <murrayc@usa.net>
11391
11392         Fixes #102168.
11393
11394         * gtk/gtkliststore.c, gtktreednd.c, gtktreestore.c:
11395         Actually implement the GtkTreeDragSource::row_draggable virtual 
11396         function in GtkListStore and GtkTreeStore instead of just checking 
11397         whether it's implemented at all. This means that DnD isn't broken by
11398         gtkmm's virtual function wrappers. The alternative would be to
11399         hard-code the TRUE return value into gtkmm's wrappers, but that's 
11400         part of GTK+'s implementation, not it's API.
11401
11402 Tue Jan 14 23:42:29 2003  Kristian Rietveld  <kris@gtk.org>
11403
11404         * gtk/gtktreeview.c: fix compiler warning.
11405
11406 Tue Jan 14 23:29:00 2003  Kristian Rietveld  <kris@gtk.org>
11407
11408         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
11409         make sure exposed pixbufs are clipped to the exposed area before
11410         drawing, which is a slight speedup. (#102379, patch from Soeren
11411         Sandmann).
11412
11413 Tue Jan 14 23:26:41 2003  Kristian Rietveld  <kris@gtk.org>
11414
11415         * gtk/gtktreeview.c (validate_visible_area): silly typo fix,
11416         only free scroll_to_path when the complete tree has been validated.
11417         This makes sure that we scrolled to the correct path.
11418
11419 Tue Jan 14 23:25:32 2003  Kristian Rietveld  <kris@gtk.org>
11420
11421         * gtk/gtktreeview.c (gtk_tree_view_style_set): update the
11422         background of widget->window and bin->window. (Fixes #96650, reported
11423         by Dave Camp).
11424
11425 Tue Jan 14 23:24:02 2003  Kristian Rietveld  <kris@gtk.org>
11426
11427         * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): process
11428         updates before scrolling, avoiding a "selection streak". (Fixes
11429         #101235, patch from Soeren Sandmann).
11430
11431 Tue Jan 14 23:22:13 2003  Kristian Rietveld  <kris@gtk.org>
11432
11433         * gtk/gtktreeview.c (validate_visible_area): actually put values
11434         in the requisition using gtk_widget_size_request. (Fixes #100172,
11435         reported by Kjartan Maraas).
11436
11437 Tue Jan 14 23:19:45 2003  Kristian Rietveld  <kris@gtk.org>
11438
11439         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): cancel the
11440         arrow animation timeout before we actually reorder the rbtree. If
11441         we don't do this we can get stuck arrows,
11442         (cancel_arrow_animation): new function. (Fixes #93629, part 2,
11443         reported and testcase provided by Hans Petter Jansson).
11444
11445 Tue Jan 14 23:18:21 2003  Kristian Rietveld  <kris@gtk.org>
11446
11447         * gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
11448         anchor_path should be start_path, not end_path. (Fixes #102618,
11449         patch from Carlos Garnacho Parro).
11450
11451 Tue Jan 14 23:16:15 2003  Kristian Rietveld  <kris@gtk.org>
11452
11453         * gtk/gtkliststore.c (gtk_list_store_move): also update the tail,
11454         only correct new_pos if we don't move to the head/tail.
11455
11456 Tue Jan 14 23:11:55 2003  Kristian Rietveld  <kris@gtk.org>
11457
11458         * gtk/gtktreestore.c (gtk_tree_store_swap): take the path from
11459         the parent_iter if depth >= 1, so we send the reordered signal to
11460         the correct level, remove debugging printfs which I forgot the remove
11461         earlier (2.2.0 shipped with this, oops). (Fixes #103198, Reported and
11462         testcase provided by Matthew Tuck).
11463
11464 Tue Jan 14 20:58:44 2003  Kristian Rietveld  <kris@gtk.org>
11465
11466         * gtk/gtktreeview.c (invalite_last_column): split out actual column
11467         invalidation into invalidate_column(),
11468         (gtk_tree_view_size_allocate_columns): invalidate column if the
11469         new width is larger than the old width.
11470         (fixes #102890, reported by Alex Duggan).
11471
11472 2003-01-14  Matthias Clasen  <maclas@gmx.de>
11473
11474         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Skip
11475         invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and
11476         GTK_MOVEMENT_WORDS.
11477
11478         * gtk/gtktextiter.c,
11479         gtk/gtktextiter.h: Add some variant movement functions which
11480         skip invisible chars, and do some cleanups.
11481
11482 2003-01-12  Tor Lillqvist  <tml@iki.fi>
11483
11484         Merge from stable:
11485                 
11486         * gtk/gtkmain.c: Move inclusion of config.h and gtkintl.h earlier,
11487         as gtkprivate.h redefines GTK_LOCALEDIR on Win32, for run-time
11488         lookup.
11489
11490         * gdk/Makefile.am (libgdk_win32_2_0_la_DEPENDENCIES): Depend on
11491         gdk.def.
11492
11493         * gdk/gdk.def
11494         * gtk/gtk.def: Add some missing entries. Thanks to Kenichi SUTO.
11495
11496         * gtk-zip.sh.in (DEVZIP): Add bin/{gtk-query-immodules-2.0,
11497         gtk-demo}.exe and share/gtk-2.0.
11498
11499         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
11500         Implement by setting or clearing the WS_EX_TOOLWINDOW extended
11501         window style.
11502         (gdk_window_set_type_hint): Add all cases to the switch (not all
11503         do anything, though). Handle GDK_WINDOW_TYPE_HINT_TOOLBAR by
11504         calling gdk_window_set_skip_taskbar_hint(). This means that GTK
11505         won't know that the skip_taskbar hint is on for the window, is
11506         this bad?
11507
11508 Wed Jan  8 18:43:03 2003  Manish Singh  <yosh@gimp.org>
11509
11510         * gdk/x11/gdkdisplay-x11.c: #include <stdlib.h> for putenv,
11511         <string.h> for strlen.
11512
11513         * gdk/x11/gdkscreen-x11.c: #include <stdlib.h> for getenv,
11514         <string.h> for strrchr.
11515
11516         * tests/testgtk.c (create_saved_position): "x" and "y" properties
11517         for widgets no longer exist, use gtk_window_move instead.
11518
11519         * test/testtextbuffer.c (check_get_set_text): cast strlen to
11520         int for g_error.
11521
11522 2003-01-08  Matthias Clasen  <maclas@gmx.de>
11523
11524         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix display of
11525         the selection in the presence of invisible segments.
11526
11527 2003-01-07  Matthias Clasen  <maclas@gmx.de>
11528
11529         * gtk/gtktextview.c (gtk_text_view_class_init): Bind C-/ and C-\
11530         to "select all" and "unselect all".  (#102065)
11531
11532         * gtk/gtktextview.h (struct _GtkTextView): Add a comment that
11533         the just_selected_element is unused.
11534
11535         * gtk/gtktextview.c (extend_selection): New helper function to
11536         find the range that should be added to the selection. 
11537         (selection_motion_event_handler): 
11538         (gtk_text_view_start_selection_drag): 
11539         (gtk_text_view_end_selection_drag): 
11540         (selection_motion_event_handler): 
11541         (selection_scan_timeout): Support select-by-words/lines.
11542         (gtk_text_view_button_press_event): Start a selection drag on
11543         double/triple clicks.  (#78499)
11544
11545 2003-01-06  Matthias Clasen  <maclas@gmx.de>
11546
11547         Implement a utility function proposed in #102534:
11548         
11549         * gtk/gtktextbtree.h: 
11550         * gtk/gtktextbtree.c (_gtk_text_btree_select_range): New function.
11551         (_gtk_text_btree_place_cursor): Now a simple wrapper around
11552         _gtk_text_btree_select_range().   
11553
11554         * gtk/gtktextbuffer.h: 
11555         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): New function.
11556         (gtk_text_buffer_place_cursor): Now a simple wrapper around
11557         gtk_text_buffer_select_range(). 
11558
11559 2003-01-05  Havoc Pennington  <hp@pobox.com>
11560
11561         * configure.in: fix a stray bracket that was breaking the build
11562
11563 2003-01-05  Tor Lillqvist  <tml@iki.fi>
11564
11565         * gtk-zip.sh.in: Use correct DLL and import library names, with
11566         GTK_API_VERSION in name, not GTK_MAJOR_VERSION.GTK_MINOR_VERSION.
11567         (DEVZIP): Add gdk-pixbuf-query-loaders.exe.
11568
11569         * configure.in: Improve check for dimm.h.
11570
11571         * configure.in: Set SOEXT to 'so' on Unix, 'dll' on Win32. Used in
11572         gdk-pixbuf/Makefile.am.
11573
11574         * gdk-pixbuf/makefile.mingw.in
11575         * gdk-pixbuf/pixops/makefile.mingw.in
11576         * gdk/makefile.mingw.in
11577         * gdk/win32/makefile.mingw.in
11578         * gtk/makefile.mingw.in: Remove. Not maintained anyway.
11579
11580         * gdk-pixbuf/Makefile.am
11581         * gdk-pixbuf/pixops/Makefile.am
11582         * gdk/Makefile.am
11583         * gdk/win32/Makefile.am
11584         * gtk/Makefile.am
11585         * configure.in: Remove makefile.mingw{,.in} from here, too.
11586         
11587         * README.win32: Updates. Don't mention the now removed
11588         makefile.mingw files.
11589
11590         * gdk/gdk.def
11591         * gtk/gtk.def: Add a couple of missing entries.
11592
11593         * gdk/gdkkeynames.c: Include <string.h> for strcmp() and memcpy().
11594
11595         * gdk/win32/gdkevents-win32.c: Move dimm.h header clash workaround
11596         earlier.
11597
11598         * gdk/win32/rc/Makefile.am: Add hack to help
11599         build/win32/lt-compile-resource decide which kind of libtool
11600         object file to produce.
11601
11602 2003-01-05  Matthias Clasen  <maclas@gmx.de>
11603
11604         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Make
11605         C-Down step through the sequence of paragraph ends (old behaviour
11606         included paragraph starts).  (#80340, patch by Narayana Pattipati)
11607
11608         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_first_toggle):
11609         Check for a tag toggle at the start iterator before calling
11610         gtk_text_iter_forward_to_tag_toggle().  (#102090, patch by Daniel 
11611         Elstner)
11612
11613 2003-01-04  Matthias Clasen  <maclas@gmx.de>
11614
11615         * gtk/gtkfilesel.h (struct _GtkFileSelection): Add /*< public >*/
11616         and /*< private >*/ as appropriate.  (#97211)
11617
11618 2003-01-04  Tor Lillqvist  <tml@iki.fi>
11619
11620         * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do
11621         distribute gtk-zip.sh.in.
11622
11623         * gtk-zip.sh.in (DEVZIP): Add gdk-pixbuf-csource.exe and .1.
11624
11625 2003-01-03  Havoc Pennington  <hp@pobox.com>
11626
11627         * docs/Makefile.am (EXTRA_DIST): put it in EXTRA_DIST
11628
11629         * docs/text_widget_internals.txt: add a file documenting some of
11630         the text widget internals
11631
11632 2003-01-02  Matthias Clasen  <maclas@gmx.de>
11633
11634         * gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
11635         return NULL.  (#102069)
11636
11637 2003-01-01  Matthias Clasen  <maclas@gmx.de>
11638
11639         * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
11640         a main() in the library is obviously bad. 
11641
11642 2002-12-27  Matthias Clasen  <maclas@gmx.de>
11643
11644         * gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
11645         cursor at drop point.  (#72384)
11646         (gtk_text_view_size_allocate): Update the horizontal adjustment
11647         value.  (#75694)
11648
11649 2002-12-25  Matthias Clasen  <maclas@gmx.de>
11650
11651         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of
11652         selection wrt. to empty lines.  (#90435, #90582, #91619)
11653
11654         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
11655         Keep the cursor on screen.  (#96929)
11656
11657 2002-12-24  Matthias Clasen  <maclas@gmx.de>
11658
11659         * gtk/gtktextbuffer.c (paste_from_buffer): 
11660         (clipboard_text_received): Let the user action span the insertion
11661         and the deletion of the old selection.  (#82844)
11662
11663 2002-12-23  Matthias Clasen  <maclas@gmx.de>
11664
11665         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
11666         Don't call gtk_text_iter_backward_sentence_start() if
11667         count is zero.  (#99115)
11668
11669         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
11670         move_cursor() even if the cursor hasn't moved, since it has the
11671         side effect of canceling the selection.  (#81395, #98537, #98333)
11672
11673 2002-12-22  Matthias Clasen  <maclas@gmx.de>
11674
11675         * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
11676         with empty ranges.  (fixes #101564 and #80637)
11677
11678 2002-12-21  Tor Lillqvist  <tml@iki.fi>
11679
11680         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that
11681         sets the window style and extended window style, and adjusts the
11682         width and height to take the window decorations into account
11683         earlier. The adjusted width and height used to be ignored. Remove
11684         the local x, y, width and height variables, no need to further
11685         confuse the code by having local copies. (Partial fix, I hope, for
11686         #101588)
11687
11688         (gdk_window_move): When moving top-level windows, take title bar
11689         and border width into account, offsetting the coordinates before
11690         calling SetWindowPos().
11691
11692         (gdk_window_set_decorations, gdk_window_set_functions):
11693         Reimplement, taking into account the peculiar semantics of
11694         GDK_DECOR_ALL and GDK_FUNC_ALL. (#79036)
11695
11696         (gdk_window_get_decorations): Implement. (#98981)
11697         
11698         (gdk_window_set_type_hint): When setting
11699         GDK_WINDOW_TYPE_HINT_MENU, call gdk_window_set_decorations().
11700         (#79036)
11701
11702         * gdk/gdk.def: Add gdk_window_get_decorations. (#98981)
11703
11704 2002-12-21  Matthias Clasen  <maclas@gmx.de>
11705
11706         * gtk/gtktextview.c (gtk_text_view_set_background): New static
11707         function to set the background of all windows.
11708         (gtk_text_view_style_set): Use gtk_text_view_set_background().
11709         (gtk_text_view_state_changed): New function; change background
11710         according to state.  (#88126)
11711
11712 2002-12-21  Havoc Pennington  <hp@pobox.com>
11713
11714         * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
11715