]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-6
Event timestamps don't have to be unique. As long as they are
[~andy/gtk] / ChangeLog.pre-2-6
1 2004-11-10  Tor Lillqvist  <tml@iki.fi>
2
3         * gdk/win32/gdkevents-win32.c (_gdk_win32_get_next_tick): 
4         Event timestamps don't have to be unique. As long as they are
5         nondecreasing we should be fine. Solves problems with for instance
6         long menus not staying up on first click. (#152035, Robert Ögren)
7
8 2004-11-10  Matthias Clasen  <mclasen@redhat.com>
9
10         * gtk/gtkstatusbar.c (gtk_statusbar_size_allocate): Only
11         shorten the label if it actually overlaps the resize grip.
12         (gtk_statusbar_size_allocate): Handle extra children
13         by leaving room for the resize grip.  (#157778, Christian Persch)
14
15         * gdk/linux-fb/*: Fix many sparse warnings.  (#157253,
16         Kjartan Maraas.
17         
18         * NEWS: Updates
19
20 2004-11-09  Matthias Clasen  <mclasen@redhat.com>
21
22         * gtk/gtkrange.c (gtk_range_real_change_value): Make 
23         power a double.
24         (gtk_range_class_init): s/digits/decimal digits/ in doc 
25         comment.
26
27         * gtk/gtkfilechooserbutton.c (update_idler): Remove debugging
28         printfs. 
29
30         * gtk/gtkicontheme.[ch]: Improve the docs.  (#157785,
31         Torsten Schoenfeld)
32
33         * gdk/x11/gdkwindow-x11.c (gdk_window_get_geometry): Add
34         a hint about using gdk_drawable_get_size() instead.
35
36         * gtk/gtk.symbols: Add new symbols.
37
38         * gtk/gtkiconview.c (gtk_icon_view_scroll_to_item): Make
39         it work with *big* icon views.  (#154466)
40
41         * tests/testiconview.c: Add a real "Add many" button.
42
43         * gtk/gtkaction.[hc]: 
44         * gtk/gtkactiongroup.[hc]: Make return types G_CONST_RETURN
45         instead of const.
46
47         * gtk/gtk.symbols: 
48         * gtk/gtkaction.h: 
49         * gtk/gtkaction.c (gtk_action_get_accel_path): Add
50         a function to obtain the accel path of an action. (#148106,
51         Michael Natterer)
52
53         * tests/testiconview.c: Fix double-click activation.
54
55         * gtk/gtkstatusbar.c (gtk_statusbar_init): Raise the grip
56         window when appropriate.
57         (gtk_statusbar_init): Instead of cutting the text off, make
58         ellipsize the label.
59         (gtk_statusbar_size_allocate): Don't let the label extend
60         under the resize grip.
61
62         * gtk/gtkcombobox.c (find_menu_by_path) 
63         (gtk_combo_box_menu_fill_level, gtk_combo_box_menu_row_inserted): 
64         Use a row reference, not a path, to associate separators
65         with their tree row.  
66         
67         * gtk/gtkstatusbar.c (gtk_statusbar_set_has_resize_grip): 
68         Show the grip_window if necessary.  
69
70         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): Only
71         clear the triangle below the grip to the background,
72         not the full area. 
73
74         * gtk/gtklabel.c (draw_insertion_cursor, gtk_label_expose): 
75         Clip when drawing the cursor. This prevents bits of a
76         selectable label leaking out from underneath the resize
77         grip in a statusbar.  (#73359)
78
79         * gtk/gtkstatusbar.c: Apply a patch by Owen Taylor to
80         get reasonable allocations for the statusbar and its
81         children.  (#73359)
82
83         * tests/testgtk.c: Apply a patch by Soeren Sandmann to 
84         test long statusbar texts.
85
86         * gtk/gtk.symbols: Add new symbols.
87
88         Avoid resizing GtkStatusbar if the text of the label 
89         changes  (#90955, He Qiangqiang, fix proposed by 
90         Owen Taylor, patch by Christian Persch)
91         
92         * gtk/gtklabel.[hc]: Add a boolean single-line-mode property 
93         which causes the label height not to depend on the actual
94         text, but only on the font.
95
96         * gtk/gtkstatusbar.c (gtk_statusbar_init): Turn on
97         single-line-mode for the label.
98
99 2004-11-08  Matthias Clasen  <mclasen@redhat.com>
100
101         * gtk/gtkfilefilter.c (gtk_file_filter_filter): Use 
102         xdg_mime_mime_type_subclass() to match mime types. This
103         also gives use wildcard matching. (#143760, #141224, 
104         Tommi Komulainen, David A Knight)
105
106         * gtk/gtkaction.c (_gtk_action_sync_menu_visible): Use 
107         gtk_widget_{hide,show} instead of g_object_set (..."visible"...).
108
109         * tests/testfilechooserbutton.c (main): Disable the SAVE 
110         and CREATE_FOLDER modes.  (#157675, Christian Persch)
111
112         * gtk/gtkaboutdialog.c (gtk_about_dialog_set_website): Hide the
113         website button if the url is unset.  (#157630, John Finlay)
114
115         * gtk/gtkaboutdialog.[hc]: Change the return types of the 
116         gchar ** getters to be more const correct.  (#157566, Mariano 
117         Suárez-Alvarez)
118
119         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_init): Add
120         uri targets before text targets, to make file dnd work 
121         better.  (#157651, Christian Persch)
122
123         * gtk/gtktreedatalist.c: Support columns whose declared type is
124         an interface better, by treating them like G_TYPE_OBJECT if
125         the interface types requires G_TYPE_OBJECT.
126
127 2004-11-08  Bastien Nocera  <hadess@hadess.net>
128
129         * gtk/stock-icons/stock_media_play_rtl_16.png:
130         * gtk/stock-icons/stock_media_play_rtl_24.png: add the icons again
131         with the binary flag (Closes: #157665)
132
133 2004-11-07  Matthias Clasen  <mclasen@redhat.com>
134
135         * gtk/gtkfilefilter.h:
136         * gtk/gtkfilefilter.c (gtk_file_filter_add_pixbuf_formats): 
137         New convenience function to add a filter for image files
138         which can be loaded by GdkPixbuf. (#145388, Anders Carlsson)
139
140         * tests/testfilechooser.c: Test the image filter.
141         
142         * gtk/gtkmenu.c (menu_change_screen): Remove some warnings.
143
144         Show files in folder modes. (#157013, Nickolay V. Shmyrev)
145         
146         * gtk/gtkfilechooserdefault.c (create_file_list): Use a selection
147         function to determine which rows can be selected.
148         (update_appearance): Always show files. Also queue a redraw.
149         (set_list_model): Always show files.
150         (list_select_func): The selection function used for the file list.
151         Don't allow to select files when in select/create folder mode.
152         (list_row_activated): Don't activate files in folder modes.
153         (list_icon_data_func, list_mtime_data_func, list_size_data_func): 
154         Render files insensitive in folder modes.
155
156 2004-11-06  Matthias Clasen  <mclasen@redhat.com>
157
158         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_set_property): 
159         Don't support CREATE_FOLDER and SAVE for now. UI authorities
160         object to it.  (#157384, Seth Nickell)
161
162         * gtk/gtkfilechooserdefault.c (file_pane_create): Jump through
163         a few hoops to make the tooltip on the filter combo box work
164         a bit better. This fixes #157273 and #157074.
165
166         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end): 
167         Add the ComboCellInfo to the list.  (#157528, Carlos Garnacho
168         Parro)
169
170 2004-11-05  Matthias Clasen  <mclasen@redhat.com>
171
172         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_state_changed):
173         Remove this unneeded function, as it breaks state propagation.
174
175         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
176         Queue the resize before setting the tearoff state, to 
177         make sure the torn-off menu picks up the size increase due
178         to the arrow in the torn off menu item.  (#157286, Adam
179         Hooper, fix proposed by Owen Taylor)
180
181         * gtk/gtkmenu.c (menu_change_screen): Don't unnecessarily
182         call gtk_menu_position(), since that function has issues
183         when called on a menu whose parent is unrealized.  (#157354,
184         Adam Hooper)
185
186         * gtk/gtkmain.c: Document new functions.
187
188 2004-11-04  Matthias Clasen  <mclasen@redhat.com>
189
190         * gtk/stock-icons/Makefile.am: Typo fix.
191
192         * gtk/gtkaboutdialog.c: Documentation updates.
193
194 2004-11-04  Bastien Nocera  <hadess@hadess.net>
195
196         * gtk/gtkiconfactory.c: (get_default_icons): Make sure the RTL
197         variants are used for media icons
198         * gtk/stock-icons/Makefile.am: update following the addition of
199         the 2 Play icon RTL variants
200         * gtk/stock-icons/stock_media_play_rtl_16.png: added
201         * gtk/stock-icons/stock_media_play_rtl_24.png: added
202
203 2004-11-03  Matthias Clasen  <mclasen@redhat.com>
204
205         * gtk/gtkfilechooserdefault.c (new_folder_button_clicked): 
206         Don't leak the path.  (#157301, Carlos Garnacho Parro)
207
208         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion): Handle the 
209         case that the protocol version in the context is not 
210         set yet.  (#157123, James Henstridge)
211
212         * gtk/gtktreeview.c (gtk_tree_view_search_activate): Don't
213         try to activate a node if the cursor is not valid.  
214
215 2004-11-03  James M. Cape  <jcape@ignore-your.tv>
216
217         * gtk/gtkfilechooserbutton.c (update_dialog), (dialog_response_cb):
218         Don't mysteriously go to the parent dir when hitting "Cancel" in
219         folder mode (fixes #156971).
220
221 2004-11-03  Matthias Clasen  <mclasen@redhat.com>
222
223         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): Don't
224         access label->layout directly.  (#157080, Adam Hooper)
225
226         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Allow
227         unsetting a pattern by passing NULL.  (#156720, Tristan Van Berkom)
228
229         * gtk/gtkcombobox.c (gtk_combo_box_get_active): Don't crash 
230         if the active_row reference has become invalid.  (#157156,
231         Christophe Fergeau)
232         
233 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
234
235         * gtk/gtkwindow.c (gtk_window_activate_key_after): As
236         a last stage in GtkWindow key press handing, try adding
237         window->mnemonic_modifier to event->state and see if it
238         matches a mnemonic. (#53709, based on a patch by
239         Pasupathi Duraisamy, patch by Owen Taylor)
240
241         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init): 
242         Doc additions.
243
244         * gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
245
246         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init): 
247         Fix a doc comment.
248
249 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
250
251         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
252         Remove a debug printf().  (#157087, Christian Persch)
253
254         * gtk/gtkicontheme.c: Actually commit the "stat less" patch
255         which appeared in the ChangeLog a few days ago.
256
257         * gtk/gtkfilechooserbutton.c: Move some docs inline.
258
259         * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Doc update.
260
261         * gtk/gtktextbuffer.c (gtk_text_buffer_backspace): Revalidate the
262         iter.  (#156924, Murray Cumming)
263
264         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't crash on
265         broken ClientMessage events.  (#157056, Owen Taylor)
266
267         * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
268         the docs.  (#157044, Masao Mutoh)
269
270 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
271
272         * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the
273         state of the cell view when the state of the button changes (to 
274         get prelighted drawing right).  (#138650, Frances Keenan, 
275         Christian Persch)
276
277         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
278         Don't force the height of the action area, we don't scroll 
279         it anyway, and the current way of calculating the height can lead
280         to broken display.  (#156573, Christian Persch)
281
282         * tests/testentrycompletion.c (animation_timer): Don't try to
283         remove stuff from an empty model.  (#156575, Christian Persch)
284
285         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
286         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init): 
287         Update doc comments.
288
289 2004-10-31  Tor Lillqvist  <tml@iki.fi>
290
291         * gdk/win32/gdkprivate-win32.h
292         * gdk/win32/gdkglobals-win32.c
293         * gdk/win32/gdkmain-win32.c: Remove _windows_version and the
294         IS_WIN_NT() macro.
295
296         * gdk/win32/*.c: Use G_WIN32_IS_NT_BASED() from GLib instead.
297
298 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
299
300         Add api for image transfer via copy-and-paste (#156408)
301         
302         * gtk/gtkclipboard.c (gtk_clipboard_set_image) 
303         (gtk_clipboard_request_image, gtk_clipboard_wait_for_image) 
304         (gtk_clipboard_wait_is_image_available): New functions for image
305         transfer.
306
307         * gtk/gtkselection.h:
308         * gtk/gtkselection.c (gtk_selection_data_targets_include_image): 
309         New function, similar to gtk_selection_data_targets_include_text().
310
311         * gtk/gtkprogressbar.[hc]: Add an ellipsize property with 
312         getter and setter.  (#156845, Morten Welinder)
313
314 2004-10-29  Robert Ögren  <gtk@roboros.com>
315
316         * gdk/win32/gdkwindow-win32.c (gdk_window_begin_resize_drag),
317         (gdk_window_begin_move_drag): Implement these on win32, currently
318         only for button 1. Fixes the resize grip of GtkStatusbar on 
319         win32. (#143285)
320
321 2004-10-30  Matthias Clasen  <mclasen@redhat.com>
322
323         * gtk/gtktextbtree.c (_gtk_text_btree_select_range): Redisplay
324         the new selection.
325
326         * gtk/gtktextview.c (gtk_text_view_select_all): Use 
327         gtk_text_buffer_select_range().
328
329         * tests/testtext.c: Add a "Select All" menuitem.  (#156792,
330         Paolo Borelli)
331
332         * gtk/gtkicontheme.c (insert_theme): Sort the dir_mtimes 
333         list in the same way as the search path.
334         (theme_subdir_load): Avoid stat()ing subdirs if the theme 
335         directory doesn't exist.  (#156866)
336
337 2004-10-29  Matthias Clasen  <mclasen@redhat.com>
338
339         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize): 
340         Drop the reference to the pixbuf, regardless whether it is
341         a stock pixbuf.  (#156863, Philip Langdale)
342
343 2004-10-29  Hans Breuer  <hans@breuer.org>
344
345         * gdk/makefile.msc gtk/makefile.msc.in : updated
346
347         * gdk/win32/gdkdisplay-win32.c : dummy implementations for
348         gdk_display_supports_clipboard_persistence, gdk_display_store_clipboard
349
350         * gtk/gtkmodules.c : #include "gtkprivate.h" for GTK_LIBDIR
351
352 2004-10-29  Matthias Clasen  <mclasen@redhat.com>
353
354         * gtk/gtkclipboard.c (gtk_clipboard_set_text): Don't hardwire
355         the supported text targets here, use 
356         gtk_target_list_add_text_targets().  (#156404)
357
358         * gtk/gtkliststore.c (gtk_list_store_reorder): Don't
359         loop over the sentinel node.  (#156298, Torsten Schoenfeld)
360
361 2004-10-28  Matthias Clasen  <mclasen@redhat.com>
362
363         * gtk/gtkcombobox.c (gtk_combo_box_start_editing): Use
364         g_signal_connect_object() to prevent premature finalization
365         of the cell_editable while the key_press_event signal is
366         handled.  (#156325, Olivier Andrieu)
367
368         * *: Clean up many sparse warnings.  (#156698, Kjartan Maraas)
369         
370         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Disconnect
371         from the remove-widget signal after removing the signal.
372
373         * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Destroy
374         the dialog with the parent.  (#156557, Paolo Borelli)
375
376 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
377
378         * Bump version
379
380         * === Released 2.5.4 ===
381
382         * Makefile.am (EXTRA_DIST): Remove po/makefile.mingw
383
384 2004-10-28  Anders Carlsson  <andersca@gnome.org>
385
386         * gtk/gtkclipboard.c: (gtk_clipboard_set_can_store):
387         * gtk/gtkclipboard.h:
388         Make targets const.
389
390 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
391
392         * gtk/Makefile.am (gtkalias.h): 
393         * gdk/Makefile.am (gdkalias.h): Fix srcdir != builddir build.
394         (#156547, Thomas Fitzsimmons)
395         
396         * NEWS: Updates.
397
398         * gtk/gtkclipboard.c (gtk_clipboard_set_can_store): Silently
399         ignore non-CLIPBOARD clipboards.  (#156610, Christian Persch)
400
401         * gtk/gtksettings.c: Make it build on windows. (#156618,
402         Kazuki IWAMOTO)
403
404 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
405
406         * gtk/gtkimcontextsimple.c (check_hex): Stop preediting if strtoul 
407         couldn't parse the complete preedit string.  (#156434)
408
409         * gtk/gtkmessagedialog.c: 
410         * gtk/gtkfilechooserbutton.c: Add missing includes.  (#156503, 
411         Kazuki IWAMOTO)
412
413         * gtk/gtkimage.h: 
414         * gtk/gtkimage.c (gtk_image_get_icon_name): Make the icon_name 
415         parameter G_CONST_RETURN.
416         
417         * gtk/gtkimage.c: It is enough to listen for screen changes and 
418         style-set to catch all icon theme changes.
419         (gtk_image_set_property): Reset the image size if the pixel size 
420         property is changed.
421
422         * gtk/gtk.symbols: Add new symbols.
423
424         * gdk/x11/gdkdisplay-x11.c (gdk_display_store_clipboard): Fix the 
425         doc comment.
426
427 2004-10-26  Anders Carlsson  <andersca@imendio.com>
428
429         * gtk/gtktextbuffer.c: (gtk_text_buffer_finalize),
430         (create_clipboard_contents_buffer), (clipboard_get_contents_cb),
431         (clipboard_clear_contents_cb), (cut_or_copy):
432         Rewrite clipboard handling so that the clipboard contents 
433         won't be freed when the text buffer is finalized. Also add 
434         clipboard manager support. Fixes #95496.
435
436 2004-10-25  Anders Carlsson  <andersca@gnome.org>
437
438         * gtk/gtkentry.c: (gtk_entry_completion_timeout):
439         * gtk/gtkentrycompletion.c: (gtk_entry_completion_set_model),
440         (gtk_entry_completion_get_model), (gtk_entry_completion_complete):
441         Really handle a NULL model, fixes #137211 for real.
442
443         * gtk/gtkfilechooserentry.c:
444         (gtk_file_chooser_entry_maybe_update_directory):
445         Remove _clear, #137211 is fixed.
446
447         * tests/testentrycompletion.c: (main):
448         Add completion with an empty model.
449         
450 2004-10-25  Carlos Garnacho Parro  <carlosg@gnome.org>
451
452         Fix for #118764, David Bordoley:
453         
454         * gtk/gtkmessagedialog.[ch]
455         (gtk_message_dialog_format_secondary_text),
456         (gtk_message_dialog_format_secondary_format): API additions to
457         create HIG-like dialogs
458
459         * demos/gtk-demo/dialog.c: Use the new API in the example
460
461         * docs/reference/gtk/gtk-sections.txt:
462         * docs/reference/gtk/tmpl/gtkmessagedialog.sgml: documented API
463         additions
464
465 2004-10-25  James M. Cape  <jcape@ignore-your.tv>
466
467         Rework of GtkFileChooserButton, some cleanups. Fixes #154388,
468         #154390, #154390, #156272.
469
470         * docs/reference/gtk/gtk-docs.sgml: Moved GtkFileChooserButton
471         below GtkFileChooser.
472         * docs/reference/gtk/gtk-sections.txt: Added
473         gtk_file_chooser_button_get_width_chars(),
474         gtk_file_chooser_button_set_width_chars(),
475         gtk_label_set_width_chars(), gtk_label_get_width_chars().
476         * docs/reference/gtk/gtk.types: Added
477         gtk_cell_renderer_combo_get_type,
478         gtk_cell_view_get_type,
479         gtk_text_iter_get_type.
480         * docs/reference/gtk/tmpl/gtkaboutdialog.sgml: Add
481         "logo-icon-name" property.
482         * docs/reference/gtk/tmpl/gtkcellview.sgml: Updates for properties
483         (b/c of get_type() inclusion above).
484         * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml:
485         * docs/reference/gtk/tmpl/gtklabel.sgml: Add "width-chars" property,
486         getters/setters.
487         * docs/reference/gtk/tmpl/gtkcellrenderercombo.sgml: Added.
488         * gtk/gtkentrycompletion.c:
489         (_gtk_entry_completion_popdown): Don't show if the entry isn't
490         mapped.
491         * gtk/gtkfilechooserbutton.[c,h]: (*): About 45%
492         rewritten, adds "width-chars" property, icons, working save modes,
493         volume/Home/Desktop friendly-naming support.
494         * gtk/gtklabel.[c,h]:
495         (gtk_label_class_init), (gtk_label_init),
496         (gtk_label_get_property), (gtk_label_set_property),
497         (gtk_label_get_width_chars), (gtk_label_set_width_chars),
498         (gtk_label_size_request): Add "width-chars" property.
499         * tests/testfilechooserbutton.c: Update, use 4 different buttons for
500         the different ACTIONs.
501         * gtk/.cvsignore: Ignore gtk-update-icon-cache.
502         * tests/.cvsignore: Ignore testimage.
503
504 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
505
506         * gtk/gtkcellrenderercombo.c (find_text): Don't leak text. (#156325,
507         Olivier Andrieu)
508
509 2004-10-25  Anders Carlsson  <andersca@imendio.com>
510
511         * gdk/gdk.symbols: 
512         * gdk/gdkdisplay.h:
513         * gdk/x11/gdkdisplay-x11.c:
514         (gdk_display_supports_clipboard_persistence), 
515         (gdk_display_store_clipboard):
516         New API to handle the clipboard manager.
517
518         * gtk/gtk.symbols:
519         * gtk/gtkclipboard.c: (gtk_clipboard_class_init),
520         (gtk_clipboard_finalize), (selection_clear_event_cb),
521         (clipboard_unset), (gtk_clipboard_set_text),
522         (gtk_clipboard_request_targets), (gtk_clipboard_wait_for_targets),
523         (clipboard_peek), (gtk_clipboard_owner_change),
524         (gtk_clipboard_wait_is_target_available),
525         (gtk_clipboard_store_timeout), (gtk_clipboard_set_can_store),
526         (gtk_clipboard_selection_notify), (gtk_clipboard_store),
527         (_gtk_clipboard_store_all):
528         * gtk/gtkclipboard.h:
529         Add API for clipboard persistence and implement it, also add
530         gtk_clipboard_wait_is_target_available.
531         
532         * gtk/gtkmain.c: (gtk_main):
533         Call _gtk_clipboard_store_all before exiting.
534         
535 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
536
537         * gtk/gtkaboutdialog.h: 
538         * gtk/gtkaboutdialog.c (gtk_about_dialog_set_logo_icon_name)
539         (gtk_about_dialog_get_logo_icon_name): Support named icons as 
540         logos.  (#156378, James Henstridge)
541
542         * gtk/gtkdialog.c (gtk_dialog_set_alternative_button_order): Fix the 
543         doc formatting.
544
545         * gtk/gtkcellview.[hc]: Make function parameter names consistent.
546
547         * tests/Makefile.am (noinst_PROGRAMS): Add testimage.
548
549         * tests/testicontheme.c (main): Use gtk_image_new_from_icon_name().
550
551 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
552
553         Add a public setting for button ordering (#74669, Owen Taylor)
554         
555         * gtk/gtksettings.c (gtk_settings_class_init): Add a 
556         gtk-alternative-button-order setting.
557
558         * gtk/gtkdialog.h: 
559         * gtk/gtkdialog.c (gtk_alternative_dialog_button_order): A 
560         getter for the alternative button order setting.
561         * gtk/gtkdialog.c (gtk_dialog_set_alternative_button_order): 
562         New function to install an alternative button order for a 
563         dialog.
564
565         * gtk/gtkfilesel.c (gtk_file_selection_init): 
566         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): 
567         * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): 
568         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
569         * gtk/gtkfilechooserdefault.c (location_popup_handler): 
570         Set up an alternative button order.
571         
572 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
573
574         * gtk/gtkimage.h: 
575         * gtk/gtkimage.c (gtk_image_new_from_icon_name)
576         (gtk_image_set_from_icon_name, gtk_image_get_icon_name)
577         (gtk_image_set_pixel_size, gtk_image_get_pixel_size):  Add a
578         new type GTK_IMAGE_ICON_NAME for named icons, update the size
579         and content of stock, icon set and named icon images upon style
580         changes, and allow to set a fixed pixel size for named icon
581         images.  (#155688, James Henstridge)
582
583         * tests/testimage.c: Test application for theming behaviour of
584         different image types and for image dnd.
585
586 2004-10-24  Matthias Clasen  <mclasen@redhat.com>
587
588         * gtk/gtkcellrenderercombo.c: Use G_DEFINE_TYPE, initialize the
589         has_entry property, ref the model and add a finalizer.  (#156325,
590         Olivier Andrieu)
591         
592 Sun Oct 24 02:56:43 2004  Jonathan Blandford  <jrb@redhat.com>
593
594         * docs/tools/widgets.c: Update GtkFileChooserButton doc shot.
595
596 2004-10-24  Matthias Clasen  <mclasen@redhat.com>
597
598         * gtk/gtkicontheme.c: Use the new g_key_file api in GLib.
599
600         * gtk/Makefile.am (gtk_c_sources): Remove gtkiconthemeparser.[hc]
601
602         * gtk/gtkiconthemeparser.[hc]: Removed.
603
604         * gtk/gtkfilechooserdefault.c (location_popup_handler): If the
605         location dialog is brought up by typing '/', insert the slash
606         in the entry.  (#155370, Warren Togami)
607
608 2004-10-23  Matthias Clasen  <mclasen@redhat.com>
609
610         * gtk/gtkfilechooserdefault.c (tree_view_keybinding_cb) 
611         (trap_activate_cb): Accept shift-/ for bringing up the location
612         popup, since German and French keyboards generate such 
613         events.  (#154163, Frederic Crozat)
614
615         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Invalidate 
616         the window if the tree is empty, to avoid resizing artifacts
617         from the focus rectangle.  (#155881, Vincent Noel, patch by
618         Billy Biggs)    
619
620 Sat Oct 23 16:14:37 2004  Søren Sandmann  <sandmann@redhat.com>
621
622         * gtk/gtksequence.c (_gtk_sequence_node_insert_sorted): Remove
623         assertion that can get triggered by broken sort functions.
624
625 Sat Oct 23 16:07:46 2004  Søren Sandmann  <sandmann@redhat.com>
626
627         * gtk/gtksequence.c (_gtk_sequence_swap): Replace broken, overly
628         clever implementation with one that works.
629         
630         * gtk/gtkliststore.c (gtk_list_store_swap): emit "rows_reordered"
631         instead of "changed" twice.
632
633         Bug 153479
634
635 Sat Oct 23 15:17:55 2004  Søren Sandmann  <sandmann@redhat.com>
636
637         * gtk/gtkmenutoolbutton.c (button_state_changed_cb): Remove check
638         for previous state being ACTIVE. Bug 153876.
639
640 2004-10-22  Matthias Clasen  <mclasen@redhat.com>
641
642         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_drag_data_received) 
643         (gtk_file_chooser_button_init): Use the new file DND api.
644
645         * gtk/gtkdnd.h:
646         * gtk/gtkdnd.c (gtk_drag_dest_add_uri_targets) 
647         (gtk_drag_source_add_uri_targets): 
648
649         * gtk/gtkselection.h:
650         * gtk/gtkselection.c (gtk_target_list_add_uri_targets):
651         (gtk_selection_data_set_uris):  
652         (gtk_selection_data_get_uris): New functions to allow
653         handling file DND "without knowing jack shit".
654
655         * configure.in: Bump glib requirement to 2.5.4.
656
657         * gtk/gtkfilechooserdefault.c (shortcuts_drop_uris): Use
658         g_uri_list_extract_uris().
659
660 Fri Oct 22 13:25:25 2004  Owen Taylor  <otaylor@redhat.com>
661
662         * gtk/gtktextbuffer.c (gtk_text_buffer_backspace): Fix 
663         backspacing on the empty last line of a buffer 
664         (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136840,
665         Dan Williams)
666
667 2004-10-22  Matthias Clasen  <mclasen@redhat.com>
668
669         * gtk/gtkdnd.c: Document how to use info with text/image 
670         targets.
671
672         * gtk/gtkselection.h: 
673         * gtk/gtkselection.c (gtk_target_list_add_text_targets): 
674         (gtk_target_list_add_image_targets): Add info argument.
675         
676         * gtk/gtkcalendar.c (gtk_calendar_motion_notify): 
677         * gtk/gtkentry.c (gtk_entry_init): 
678         * gtk/gtktextview.c (gtk_text_view_init): Adjust all callers.
679
680 2004-10-22  Anders Carlsson  <andersca@gnome.org>
681
682         * gtk/gtktexttag.c: (gtk_text_tag_get_property):
683         GdkBitmap is a GObject, not a boxed type.
684         
685 Thu Oct 21 15:01:09 2004  Owen Taylor  <otaylor@redhat.com>
686
687         #155952
688
689         * gtk/gtkentry.c: Fix checking the wrong position for
690         the backspace_deletes_character PangoLogAttr.
691
692         * gtk/gtktextbuffer.[ch] gtk/gtk.symbols (gtk_text_buffer_backspace): 
693         Move backspace logic from GtkTextView to here, check 
694         backspace_deletes_char. 
695
696         * gtk/gtktextview.c: Use gtk_text_buffer_backspace().
697
698 2004-10-21  Matthias Clasen  <mclasen@redhat.com>
699
700         * gtk/gtkiconcache.c: Include io.h on windows.  (#156075,
701         Kazuki IWAMOTO)
702         (_gtk_icon_cache_new_for_path): Don't use MAP_FAILED if we don't
703         have mmap.
704
705         * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): Implement for
706         cached themes.
707
708         * gtk/gtkiconcache.h: 
709         * gtk/gtkiconcache.c (_gtk_icon_cache_has_icon): New function.
710
711         * gtk/updateiconcache.c (scan_directory): Don't skip .icon 
712         files which are listed before their images.
713         (foreach_remove_func): Instead filter lonely .icon files out
714         here.
715
716         * gtk/gtkicontheme.c (theme_dir_get_icon_suffix): Filter out
717         the HAS_ICON_FILE flag.
718
719 2004-10-21  Matthias Clasen  <mclasen@redhat.com>
720
721         * gtk/gtkiconcache.c: Make it compile without mmap() and
722         add some more checks.  (#155973, Morten Welinder)
723
724         Add convenience api for image dnd (#150165):
725         
726         * gtk/gtkselection.h: 
727         * gtk/gtkselection.c (gtk_target_list_add_image_targets) 
728         (gtk_selection_data_set_pixbuf, gtk_selection_data_get_pixbuf): 
729         New functions to handle the image formats readable/writable 
730         by gdk-pixbuf. 
731         
732         * gtk/gtkdnd.h: 
733         * gtk/gtkdnd.c (gtk_drag_dest_add_image_targets) 
734         (gtk_drag_source_add_text_targets): New functions to handle
735         the image formats readable/writable by gdk-pixbuf. 
736
737 2004-10-20  Matthias Clasen  <mclasen@redhat.com>
738
739         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_new): Make
740         the code clearer.  (#155239, Murray Cumming)
741
742         * gtk/gtkicontheme.c: Small fixes.
743
744         * gtk/gtkrc.c: Include gtkmodules.h.  (#155885, Kazuki IWAMOTO)
745
746         * gtk/gtktoolbar.h: Add _gtk_toolbar_rebuild_menu(). (#155885)
747
748         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
749         Fix a wrong blurb.  (#155838, Morten Welinder)
750
751 2004-10-19  Matthias Clasen  <mclasen@redhat.com>
752
753         Implement icon theme caching.  (#154034, Martijn Vernooij,
754         caching schema proposed by Owen Taylor, initial implementation
755         by Anders Carlsson)
756         
757         * gtk/gtkdebug.h: 
758         * gtk/gtkmain.c: Add a "icontheme" debug flag.
759
760         * gtk/Makefile.am (gtk_c_sources): Add gtkiconcache.c
761         (gtk_private_h_sources): Add gtkiconcache.h
762         (bin_PROGRAMS): Add gtk-update-icon-cache
763
764         * gtk/gtkicontheme.c: Use icon caches if they are available.
765         Currently, GTK+ uses the cache to get information about the
766         available sizes, image file formats and .icon files. The
767         actual image data, and the .icon file contents are not 
768         cached yet.
769
770         * gtk/updateiconcache.c: A cmdline utility for generating
771         icon cache files.
772
773         * gtk/gtkiconcache.h: 
774         * gtk/gtkiconcache.c: The glue code to mmap an icon cache
775         file and manage the information it contains.
776
777         * tests/testicontheme.c: Add a "display" option.
778
779 2004-10-19  Matthias Clasen  <mclasen@redhat.com>
780
781         * tests/testicontheme.c: Set the locale, tidy up output.
782
783 2004-10-18  Matthias Clasen  <mclasen@redhat.com>
784
785         Fix #155658, Sebastien Bacher:
786         
787         * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Add a new 
788         is_leader flag.
789
790         * gdk/x11/gdkwindow-x11.c (update_wm_hints): Set wm hints on
791         leader windows even if they are withdrawn.
792         (gdk_window_set_group): Mark the new leader window as such. We 
793         never remove the flag again, but that should a) be vanishingly
794         rare and b) not a problem, since the flag just turns off an
795         optimization.
796
797         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Mark the default
798         leader window as such.
799
800 2004-10-17  Matthias Clasen  <mclasen@redhat.com>
801
802         * gtk/gtkaboutdialog.c (gtk_about_dialog_new): Destroy secondary
803         dialogs if the main dialog is hidden. (#155084, Paolo Borelli)
804
805 2004-10-16  Matthias Clasen  <mclasen@redhat.com>
806
807         * gtk/gtkaboutdialog.c (gtk_about_dialog_destroy): Don't leak
808         the secondary dialogs.  (#155084, Paolo Borelli)
809
810         * gtk/gtkhsv.c (gtk_hsv_expose): Fix redraw issues with the
811         focus on the ring. 
812
813 2004-10-15  Matthias Clasen  <mclasen@redhat.com>
814
815         * gdk/makegdkalias.pl: Include linux-fb/gdkfb.h when building
816         the framebuffer backend.  (#155486, Olexiy Avramchenko)
817
818 2004-10-15  Matthias Clasen  <mclasen@redhat.com>
819
820         * gtk/gtksizegroup.c (do_size_request): Unset GTK_REQUEST_NEEDED
821         before emitting ::size-request, following this weeks discussion
822         on gtk-devel-list@gnome.org.
823
824         * gtk/gtkcellview.c (gtk_cell_view_get_size_of_row): Restore 
825         the size info for the current row after measuring another 
826         row.  (#154945, William Jon McCann)
827
828 2004-10-14  Matthias Clasen  <mclasen@redhat.com>
829
830         * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Don't
831         get text unnecessarily.  (#155384, Morten Welinder)
832         (gtk_file_chooser_default_finalize): Don't forget to
833         unref the tooltips.  (#155412, Morten Welinder)
834         (shortcuts_add_current_folder): Don't leak volume. (#155400,
835         Morten Welinder)
836
837 2004-10-12  Matthias Clasen  <mclasen@redhat.com>
838
839         * gtk/gtkcontainer.c (_gtk_container_queue_resize): Acknowledge 
840         the fact that invariants are broken and loop all the way up to 
841         the resize container.
842
843 Tue Oct 12 17:11:02 2004    <timj@birnet.org>
844
845         * gtk/gtkwidget.c (gtk_widget_set_usize_internal): don't queue the
846         widget for resize or emit change notification if the usize didn't
847         change. this works around a buggy signal connection in #155139.
848
849 2004-10-11  Matthias Clasen  <matthias@localhost.localdomain>
850
851         * docs/tools/widgets.c: Create scrolledwindow, statusbar, 
852         scale and image images. 
853
854 2004-10-10  Matthias Clasen  <matthias@localhost.localdomain>
855
856         * docs/tools/widgets.c: Create a toolbar, menubar, progressbar,
857         notebook and messagedialog images.
858
859         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_select_all): 
860         Avoid a warning.
861
862 Sun Oct 10 11:24:56 2004  Jonathan Blandford  <jrb@redhat.com>
863
864         * gtk/gtkcontainer.h (struct _GtkContainer): add /*< private >*/
865         markings.
866
867 2004-10-09  Matthias Clasen  <mclasen@redhat.com>
868
869         * docs/tools/widgets.c: Shrink panes and separators images to MEDIUM.
870
871         * gtk/gtkcellview.c: Add docs.
872
873         * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_get_menu): Fix
874         doc comment.
875
876         * gtk/gtkactiongroup.h: 
877         * gtk/gtkactiongroup.c: Reinstate the accidentally lost addition 
878         of gtk_action_group_translate_string().
879
880         * gtk/gtkaccelgroup.h: Declare gtk_accelerator_get_label.
881
882 2004-10-08  Matthias Clasen  <mclasen@redhat.com>
883
884         * gdk/x11/gdkx.h: Declare gdk_x11_window_set_user_time here.
885
886         * gtk/gtktreeview.c (gtk_tree_view_grab_notify): Don't start a 
887         drag if we loose the grab.
888
889         * gtk/gtkfilechooserdefault.c (renderer_edited_cb): Set the cell 
890         renderer to inert mode to avoid bug #154921.  This fixes a crash
891         which would otherwise occur if the editing is stopped for the second
892         time.  (#154767, Manuel Baena García)
893
894         * gtk/gtkdebug.h: 
895         * gtk/gtkwidget.c (gtk_widget_size_allocate): Add a new debug
896         flag, geometry, to debug size allocation.
897
898         * gtk/gtktreeview.c (gtk_tree_view_button_press): Set cell data
899         unconditionally.  (#152562, Federico Mena Quintero)
900
901 2004-10-08  Matthias Clasen  <mclasen@redhat.com>
902
903         * gtk/gtkuimanager.c (update_node): Also update smart separators 
904         if the visibility of a  menuitem with a submenu changes.  (#153791,
905         Christian Persch)
906
907 2004-10-08  Matthias Clasen  <mclasen@redhat.com>
908
909         * gtk/gtkentry.h:
910         * gtk/gtkentry.c: 
911         * gtk/gtkentrycompletion.c: 
912         * gtk/gtkspinbutton.c: Share the three copies of get_borders()
913         under the name _gtk_entry_get_borders().  (#116368, Owen Taylor)
914
915 2004-10-07  Matthias Clasen  <mclasen@redhat.com>
916
917         * gtk/gtkfilechooserdefault.c (check_is_folder): Don't free 
918         info too early.  (#154703, Morten Welinder)
919
920         * gtk/gtkfilechooserdefault.c: Include gtkeventbox.h.
921         (#154798, Morten Welinder)
922
923 2004-10-06  Matthias Clasen  <mclasen@redhat.com>
924
925         * gtk/gtkpaned.c (gtk_paned_compute_position): Reduce rounding 
926         error.  (#154658, John Cupitt)
927
928         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected): Clear
929         the iter instead of returning it unmodified. (#154186, Jonathan Blandford)
930
931         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_focus): Pop up
932         the completions again after tab.  (#147700, Jens Bech Madsen)
933
934         * gtk/gtktreeview.c (gtk_tree_view_search_iter): Set the cursor
935         before changing the selection to make the file chooser preview
936         update work better.  (#143826, Tommi Komulainen)
937
938 2004-10-06  Matthias Clasen  <mclasen@redhat.com>
939
940         * gtk/gtkrange.c (gtk_range_real_change_value): Replace a really
941         gross way of rounding to a specified number of digits.  (#145232,
942         Peter Zelezny, patch by Soeren Sandmann)
943
944 Wed Oct  6 00:45:04 2004    <timj@birnet.org>
945
946         * gdk/gdkwindow.c (gdk_window_is_viewable): check the iteration window
947         variable, not just the window passed in. fixes #145270.
948
949 Tue Oct  5 21:00:54 2004  Tim Janik  <timj@gtk.org>
950
951         * gtk/gtkwidget.c (gtk_widget_size_allocate): reverted my last change 
952         and applied owen's leaner conditional flag update which should be good
953         enough to preserve resizing flag invariants.
954
955 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
956
957         * NEWS: Updates
958
959 Tue Oct  5 19:29:06 2004  Tim Janik  <timj@gtk.org>
960
961         * gtk/gtkentry.h: removed redundant gtk_entry_get_layout() decl.
962
963 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
964
965         * gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): Go back to
966         not scaling up at all. Less magic.
967
968 Tue Oct  5 17:06:26 2004  Tim Janik  <timj@gtk.org>
969
970         * gtk/gtkwidget.c (gtk_widget_size_allocate): if REQUEST_NEEDED is still
971         set on ::size-allocate, another size-request has been queued since
972         ::size-request and needs to be requeued.
973
974 2004-10-05  Paolo Borelli  <pborelli@katamail.com>
975
976         * gtk/gtkmenutoolbutton.c: rename the activate-menu signal to
977         show-menu as discussed in bug #153873.
978
979 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
980
981         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui): Set 
982         action_name.  (#154526, John Finlay)
983
984         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new_for_display): 
985         Return a new reference to an existing GdkWindow if one already
986         exists.  (#151378, Gustavo Carneiro)
987
988 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
989
990         Provide access to the string representation of accelerators used
991         in GtkAccelLabel.  (#154068, John Spray)
992
993         * gtk/gtkaccelgroup.h:
994         * gtk/gtkaccelgroup.c (gtk_accelerator_get_label): New function
995         to return the accelerator label used in GtkAccelLabel. 
996         (gtk_accelerator_name): Update docs to point to 
997         gtk_accelerator_get_label().
998         * gtk/gtkaccellabel.h:
999         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
1000         New auxiliary function which creates the string representing the
1001         accelerator.
1002         
1003 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
1004
1005         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Resize the
1006         popup if a new model is set.  (#154129, Bernd Demian)
1007
1008 2004-10-04  Matthias Clasen  <mclasen@redhat.com>
1009
1010         * gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): 
1011         Make the code work as intended for unthemed icons; don't scale
1012         them up too much. Allow to scale them down, and do so 
1013         exactly.  (#154142, Ross Burton)
1014         (gtk_icon_info_load_icon): Amend docs.
1015
1016         * gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve 
1017         docs.  (#154504, Dave Cook)
1018
1019         * gtk/gtkwindow.c (gtk_window_set_icon_list): 
1020         (gtk_window_set_default_icon_list): Ref the new icons
1021         before unreffing the old ones.  (#154468, Morten Welinder)
1022         (gtk_window_realize_icon): Only set using_themed_icon if
1023         we actually got an icon list from the theme.  (#154472, Morten
1024         Welinder)
1025
1026 2004-10-03  Matthias Clasen  <mclasen@redhat.com>
1027
1028         * gtk/gtkiconview.c (gtk_icon_view_set_model): Reset pointers
1029         pointing to the old model.  (#154350)
1030
1031         * gtk/gtkwindow.c (icon_list_from_theme): Don't leak the
1032         sizes array.  (#154310, Christian Persch)
1033
1034         * gtk/gtktreeviewcolumn.c 
1035         (gtk_tree_view_column_setup_sort_column_id_callback): 
1036         Set sort_indicator to FALSE when appropriate.  (#153714, 
1037         Reinout van Schouwen)
1038
1039         * gtk/gtktreeview.c (gtk_tree_view_search_position_func): 
1040         Fix positioning near the monitor boundaries.  (#154341,
1041         Ken Harris)
1042
1043 2004-10-01  Paolo Borelli  <pborelli@katamail.com>
1044
1045         * gtk/gtkmenutoolbutton.c: deactivate the menu before setting it
1046         to something else. Bug #153887.
1047
1048 2004-10-01  Matthias Clasen  <mclasen@redhat.com>
1049
1050         Fix bug #150790:
1051         
1052         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): Fix the
1053         calculation of x_offset when ellipsized and in RTL mode.
1054         (gtk_cell_renderer_text_render): Fix the calculation of the layout
1055         width when ellipsized.  
1056
1057 2004-10-01  Tor Lillqvist  <tml@iki.fi>
1058
1059         * gdk/win32/gdkglobals-win32.c: Set _gdk_input_ignore_wintab to
1060         FALSE, thus enabling tablet input by default.
1061
1062         * gdk/win32/gdkmain-win32.c (_gdk_windowing_args): Accept the
1063         --use-wintab option again (but without effect, as this is now the
1064         default, see above). (#153788)
1065
1066         * modules/input/gtkimcontextime.c: Numerous changes.
1067
1068         Remove the ifdef UNICODE conditionals. Always use the
1069         wide-character Imm* API. It is present also in Windows 98 and
1070         Me. (Not Windows 95, but I think we don't care about that.) Using
1071         the multibyte API wouldn't work anyway on systems where the system
1072         codepage doesn't support the language the user uses an IME for, so
1073         for instance I wouldn't be able to test this module on my English
1074         Windows 2000 although I do have C, J and K IMEs available.
1075
1076         Guard against IMM not being active, always check ImmGetContext()
1077         returning NULL. Work to some extent even without any IME. Fixes
1078         #153800 at least partially.
1079
1080         * modules/input/imime.c (ime_info): Rename to "ime" to match the
1081         naming pattern of other input modules. Make it default for
1082         ja:ko:zh only.
1083
1084 2004-10-01  Matthias Clasen  <mclasen@redhat.com>
1085
1086         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Add a comment regarding
1087         cell renderers to the docs.
1088
1089         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
1090         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear_attributes): 
1091         Silently ignore info being NULL. This is unavoidable with the 
1092         current design where we have every implementation of layout_clear
1093         call layout_clear_attributes, and also delegate calls to dependent
1094         cell layouts.  (#154191, Martyn Russell)
1095
1096 2004-10-01  Matthias Clasen  <mclasen@redhat.com>
1097
1098         * modules/input/iminuktitut.c: Fix the spelling of Inuktitut
1099         in several places.  (#154176, John Austin)
1100
1101 2004-09-30  Paolo Borelli  <pborelli@katamail.com>
1102
1103         * tests/testellipsize.c: exit on close.
1104
1105 2004-09-29  Matthias Clasen  <mclasen@redhat.com>
1106
1107         * gtk/gtkmain.c: Make --g-fatal-warnings a G_OPTION_ARG_NONE,
1108         since it doesn't take an argument.
1109
1110 2004-09-29  Christopher Blizzard  <blizzard@redhat.com>
1111
1112         * gtk/gtkmenutoolbutton.h: Remove trailing semicolon on
1113         G_END_DECLS
1114
1115 2004-09-29  Paolo Borelli  <pborelli@katamail.com>
1116
1117         * tests/testtoolbar.c: add a GtkMenuToolButton.
1118
1119 2004-09-29  Matthias Clasen  <mclasen@redhat.com>
1120
1121         * gtk/gtkiconview.c (gtk_icon_view_move_cursor_left_right) 
1122         (gtk_icon_view_move_cursor_start_end) 
1123         (gtk_icon_view_move_cursor_page_up_down) 
1124         (gtk_icon_view_move_cursor_up_down): Handle an empty icon
1125         view gracefully.  (#152486)
1126
1127         Allow keynav to selectable labels (#138085, David Hawthorne):
1128         
1129         * gtk/gtkdialog.c (gtk_dialog_map): Skip selectable labels when
1130         looking for the initial focus widget.
1131
1132         * gtk/gtklabel.c (gtk_label_focus): Remove to put selectable labels 
1133         in the regular focus chain again.
1134
1135 2004-09-28  Matthias Clasen  <mclasen@redhat.com>
1136
1137         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Don't
1138         reuse insensitive pixbufs across multiple rows.  (#153984, Milosz
1139         Derezynski)
1140
1141         * gtk/gtkmain.c (gtk_parse_args): Use gtk_get_option_group() 
1142         to obtain an option group with correctly set pre- and post-
1143         parse hooks, instead of manually calling the hooks. This fixes
1144         a problem with setting the program class in the gdk preparse
1145         hook.  (#153788, Robert Ögren)
1146
1147 2004-09-27  Matthias Clasen  <mclasen@redhat.com>
1148
1149         Fix #153082:
1150         
1151         * gtk/gtkmain.c (do_pre_parse_initialization): Don't call gdk_parse_args()
1152         here, we don't want to parse args twice.
1153         (gtk_init_with_args): Add the ugid check here as well.
1154         (gtk_parse_args): Add the gdk options to the main option group as well.
1155
1156 2004-09-27  Paolo Borelli  <pborelli@katamail.com>
1157
1158         * gtk/Makefile.am:
1159         * gtk/gtk.h:
1160         * gtk/gtkmenutoolbutton.[ch]: add the GtkMenuToolButton widget
1161         discussed in bug #151441.
1162
1163         * docs/reference/gtk/gtk-docs.sgml:
1164         * docs/reference/gtk/gtk-sections.txt:
1165         * docs/reference/gtk/gtk.types:
1166         * docs/reference/gtk/tmpl/gtkmenutoolbutton.sgml: docs for the
1167         new widget.
1168
1169 2004-09-27  Matthias Clasen  <mclasen@redhat.com>
1170
1171         * gtk/gtkfilesystemunix.c (gtk_file_folder_unix_list_children): 
1172         Emit ::finished-loading.
1173
1174 2004-09-27  Roozbeh Pournader  <roozbeh@farsiweb.info>
1175  
1176         * configure.in: Added Iranian Azerbaijani (az_IR) to ALL_LINUGAS.
1177
1178 2004-09-27  Matthias Clasen  <mclasen@redhat.com>
1179
1180         * gtk/gtktreeview.c (gtk_tree_view_append_column): Fix typo in
1181         docs.  (#153811, Billy Biggs)
1182
1183         * gtk/gtkpathbar.h (struct _GtkPathBar): Only need a bit for
1184         need_timer.
1185
1186 2004-09-26  Matthias Clasen  <mclasen@redhat.com>
1187
1188         * gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _
1189         to the name of the has_secondary_backward_stepper property.
1190         Noticed by Michèle Garoche.
1191
1192 Sun Sep 26 02:06:43 2004  Jonathan Blandford  <jrb@gnome.org>
1193
1194         * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
1195
1196 2004-09-26  Matthias Clasen  <mclasen@redhat.com>
1197
1198         * gtk/gtkpathbar.c (gtk_path_bar_check_parent_path): Scroll
1199         to make the current folder visible.  (#152921)
1200
1201         * gtk/gtkbutton.c: Revert the button state to !button_down,
1202         if we're missing the release event due to grab shadowing
1203         or insensitivation.
1204
1205         * gtk/gtkpathbar.c: Make the slider buttons scroll.
1206
1207         * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove 
1208         debug spew.
1209         (bookmarks_check_remove_sensitivity): Don't free an uninitialized
1210         pointer.
1211
1212         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): 
1213         cursor_pos is in characters, not bytes.  (#153332, Owen Taylor)
1214
1215 2004-09-25  Robert Ögren  <gtk@roboros.com>
1216
1217         * gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Set
1218         lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0,
1219         a further fix for bug #145467.
1220
1221 2004-09-25  Matthias Clasen  <mclasen@redhat.com>
1222
1223         * gtk/gtktextiter.c (inside_word_func): Don't access 
1224         attr[-1].  (#153628, Padraig O'Briain)
1225
1226 2004-09-23  Matthias Clasen  <mclasen@redhat.com>
1227
1228         * gtk/gtkfilechooserdefault.c: Add some tooltips.
1229
1230 2004-09-22  Matthias Clasen  <mclasen@redhat.com>
1231
1232         * gtk/gtkrange.c (gtk_range_map, gtk_range_unmap): 
1233         * gtk/gtkbutton.c (gtk_button_map, gtk_button_unmap): Remove
1234         unnecessary g_return_if_fail()s from virtual functions.  (#153469,
1235         (Tristan Van Berkom) 
1236
1237         * gtk/gtkaboutdialog.c (gtk_about_dialog_finalize): Don't leak
1238         cursors.  (#153468, Christian Persch)
1239
1240         * gtk/gtktreeview.c (gtk_tree_view_key_press): Don't leak old_text.
1241         (#153467, Christian Persch)
1242
1243         * gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): Don't use
1244         bitops on booleans.
1245         (gtk_file_chooser_default_should_respond): Make it easier to 
1246         select folders in SELECT_FOLDER mode.
1247
1248 Wed Sep 22 00:54:34 2004  Matthias Clasen  <mclasen@redhat.com>
1249
1250         * demos/gtk-demo/pixbufs.c (do_pixbufs): Don't leak the frame
1251         pixbuf.
1252
1253 Tue Sep 21 16:55:38 2004  Manish Singh  <yosh@gimp.org>
1254
1255         * tests/testtreemodel.c: #include <config.h> for HAVE_MALLINFO define,
1256         other minor cleanups.
1257
1258 Tue Sep 21 16:27:19 2004  Manish Singh  <yosh@gimp.org>
1259
1260         * gdk/gdk.c: remove now unused arg variables.
1261
1262         * gdk/gdkinternals.h: declare _gdk_windowing_init ().
1263
1264         * gtk/gtkmain.c (do_pre_parse_initialization): call gdk_parse_args ()
1265         here instead of gdk_pre_parse_libgtk_only (). Should fix #153082.
1266
1267 2004-09-21  Matthias Clasen  <mclasen@redhat.com>
1268
1269         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond): 
1270         Don't assert that current_focus != NULL, just return FALSE.
1271
1272         * gtk/gtkpathbar.c (gtk_path_bar_size_request): Give the path
1273         bar arrows some more space.
1274
1275         * configure.in: Check for mallinfo.
1276
1277         * tests/testtreemodel.c: Only include malloc.h if HAVE_MALLINFO
1278         is defined.  (#153168, Darren Creutz)
1279
1280         * gtk/gtkactiongroup.c: Fix typos in signal docs.  (#153224,
1281         John Finlay)
1282
1283 Mon Sep 20 19:44:58 2004  Matthias Clasen  <mclasen@redhat.com>
1284
1285         * gtk/gtkfilechooserdefault.c (shortcuts_activate_iter): Don't
1286         return FALSE from a void function.  (#153185, Joel Fredrikson)
1287
1288 2004-09-20  Matthias Clasen  <mclasen@redhat.com>
1289
1290         * gtk/gtkbutton.c (gtk_button_class_init): Add a boolean ::displace-focus
1291         style property and apply child displacement to the focus rectangle 
1292         if it is TRUE.  (#141170, Soeren Sandmann)
1293
1294 Sun Sep 19 23:56:18 2004  Søren Sandmann  <sandmann@redhat.com>
1295
1296         * gtk/gtkmenu.c (MENU_SCROLL_TIMEOUT2): Change from 50 to 20 to
1297         make the menus scroll faster.
1298
1299 2004-09-19  Matthias Clasen  <mclasen@redhat.com>
1300
1301         * configure.in: Bump version
1302
1303         * === Released 2.5.3 ===
1304
1305 2004-09-18  Matthias Clasen  <mclasen@redhat.com>
1306
1307         Make GtkFileChooserButton activatable via mnemonics.
1308         (#152925, Dennis Cranston, patch by James M. Cape)
1309
1310         * gtk/gtkfilechooserbutton.c: Add a ::mnemonic-activate signal
1311         and a suitable default handler.
1312
1313         * tests/testfilechooserbutton.c: Add a mnemonic.
1314
1315 2004-09-18  Matthias Clasen  <mclasen@redhat.com>
1316
1317         Fix win32 build errors.  (#153032, #153028, Robert Ögren)
1318
1319         * gdk/win32/gdkmain-win32.c: Make it compile.  
1320
1321         * gtk/gtkmain.c: Include glib.h.  
1322
1323 2004-09-18  Federico Mena Quintero  <federico@ximian.com>
1324
1325         Merged from 2.4:
1326
1327         * gtk/gtkfilesystem.h: Removed the GTK_FILE_PATH() and
1328         GTK_IS_FILE_PATH() macros.  They are not supposed to exist, as
1329         GtkFilePath is not an object.  And they never worked, anyway.
1330
1331 2004-09-18  Marco Pesenti Gritti  <marco@gnome.org>
1332
1333         * gtk/gtkentry.c: (gtk_entry_completion_key_press):
1334
1335         Make numeric pad enter activate the selected completion
1336         entry. Fix bug 143486 reported by Edd Dumbill.
1337
1338 2004-09-17  Matthias Clasen  <mclasen@redhat.com>
1339
1340         * NEWS: Updates
1341
1342         * gtk/gtkfilechooserdefault.c (select_func): Scroll to the selected
1343         row.  (#143868, Christian Persch)
1344
1345 2004-09-17  Matthias Clasen  <mclasen@redhat.com>
1346
1347         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): Remove
1348         leftover debug code.
1349
1350         Improve the behaviour of the file chooser in save mode. Fixes bugs
1351         #151031, #151608, #151994 reported by Owen Taylor and Alexander 
1352         Larsson.
1353         
1354         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_set_property): 
1355         (location_entry_create): Propagate the action to the file 
1356         chooser entries.
1357         (gtk_file_chooser_default_should_respond): Switch folders if 
1358         the user enters a directory name in the entry and clear the entry
1359         after switching folders.
1360         (gtk_file_chooser_default_should_respond, shortcuts_row_activated_cb): 
1361         Move focus to the file list when activating a shortcut.
1362         (gtk_file_chooser_default_should_respond): Handle the case where the
1363         user clicks on "Save" after selecting a folder in the file list.
1364
1365         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_set_property): 
1366         Propagate the action to the file chooser entries.
1367         
1368         * gtk/gtkfilechooserentry.h: 
1369         * gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_action): 
1370         (_gtk_file_chooser_entry_get_action): New functions to propagate
1371         the GtkFileChooserAction of the file chooser to the file chooser 
1372         entry.
1373         (check_completion_callback): If we are in save mode, only do 
1374         inline completion for directories. 
1375
1376 Fri Sep 17 11:20:03 2004  Jonathan Blandford  <jrb@gnome.org>
1377
1378         * gtk/gtklabel.c (gtk_label_set_markup): Add an example to the
1379         docs.
1380
1381 Thu Sep 16 23:20:05 2004  Matthias Clasen  <maclas@gmx.de>
1382
1383         * gtk/gtkselection.c (selection_get_text_plain): 
1384         * gdk/x11/gdkselection-x11.c (make_list): Warn if a UTF8_STRING
1385         or text/plain;charset=utf-8 roperty contains invalid 
1386         UTF-8.  (#152845, Owen Taylor)
1387
1388 2004-09-16  Matthias Clasen  <mclasen@redhat.com>
1389
1390         Fix #152760, Christian Persch:
1391         
1392         * gtk/gtkaboutdialog.c (gtk_about_dialog_finalize): Don't free
1393         private data.
1394         (gtk_about_dialog_set_translator_credits): Recommend the msg
1395         id translator-credits.
1396         (display_credits_dialog): Show translator credits if they're
1397         translated, not if they're untranslated.
1398
1399 Thu Sep 16 02:07:56 2004  Jonathan Blandford  <jrb@gnome.org>
1400
1401         * docs/tools/widgets.c (create_icon_view): load images at normal
1402         size.
1403
1404         * docs/reference/gtk/images/*png: Update shots.
1405
1406 Thu Sep 16 00:33:11 2004  Jonathan Blandford  <jrb@gnome.org>
1407
1408         * docs/tools/widgets.c (new_widget_info): Add constrained sizing
1409         to the widgets.  This gives us all images running the same size,
1410         which will make the table layout look better.
1411
1412 2004-09-15  Tor Lillqvist  <tml@iki.fi>
1413
1414         * gdk/win32/gdkwindow-win32.c (gdk_window_get_frame_extents):
1415         Remove bogus code that tried to do what the X11 backend does in
1416         its version of this function. There are no "frame windows" (for
1417         toplevel window decoration) on Windows. The desktop ("root")
1418         window is not the parent of a toplevel window. (#152481)
1419
1420 2004-09-15  Matthias Clasen  <mclasen@redhat.com>
1421
1422         * NEWS: Update.
1423
1424 Wed Sep 15 00:57:37 2004  Matthias Clasen  <maclas@gmx.de>
1425
1426         * docs/tools/widgets.c: Add accel label, file button
1427         and icon view.
1428
1429 Tue Sep 14 22:01:49 2004  Matthias Clasen  <maclas@gmx.de>
1430
1431         * configure.in: New option --disable-visibility to disable
1432         the use of ELF visibility attributes for PLT reduction.
1433
1434         * gtk/makegtkalias.pl: 
1435         * gdk/makegdkalias.pl: Respect the DISABLE_VISIBILITY
1436         define.
1437
1438 Tue Sep 14 23:20:56 2004  Søren Sandmann  <sandmann@redhat.com>
1439
1440         * gtk/gtkaction.c (connect_proxy): Call
1441         gtk_tool_item_rebuild_menu().
1442
1443         * gtk/gtktoolitem.c (gtk_tool_item_class_init): Update
1444         documentation for GtkToolItem::create_menu_proxy.
1445
1446         * gtk/gtktoolitem.c (gtk_tool_item_rebuild_menu): New
1447         API to make the toolbar update itself when the proxy menu item
1448         for a tool item changes.
1449
1450         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Call
1451         gtk_tool_item_rebuild_menu here()
1452
1453         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents):
1454         Remove redundant check for need_label.
1455
1456 2004-09-14  Matthias Clasen  <mclasen@redhat.com>
1457
1458         * gtk/gtkmain.c (do_post_parse_initialization): Remove an unused 
1459         variable, spotted by Morten Welinder.
1460
1461         * gtk/queryimmodules.c (escape_string): Copy code from queryloaders.c
1462         which turns backslashes in slashes on win32.  (#152608, Kazuki IWAMOTO)
1463
1464         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Set the cursor
1465         to the first selected row instead of always to the first row if there
1466         is no cursor.  (#143270, Jean Bréfort)
1467
1468         * tests/testfilechooser.c (main): Fix a few typos.
1469
1470 2004-09-13  Matthias Clasen  <mclasen@redhat.com>
1471
1472         * gtk/gtkexpander.c: 
1473         * gtk/gtktreeview.c: Change the default expander size to 12 to compensate 
1474         for the recent change to gtk_default_draw_expander().
1475
1476         * gtk/gtkstyle.c (gtk_default_draw_expander): Use a linewidth of one
1477         for expander sizes up to 16
1478
1479         * gtk/gtkentrycompletion.c (gtk_entry_completion_get_model): Resize the
1480         popup if the model is replaced.  (#152333)
1481
1482 Mon Sep 13 09:11:53 2004  Manish Singh  <yosh@gimp.org>
1483
1484         * gtk/gtkrange.c: fix gtk_range_real_change_value args. Addresses part
1485         of #152518.
1486
1487 2004-09-13  Matthias Clasen  <mclasen@redhat.com>
1488
1489         Fix some problems reported by Morten Welinder:
1490         
1491         * gtk/gtkfilesystem.c: Include gtkmodules.h, not gtkmain.h, since
1492         the modules stuff moved.
1493
1494         * gtk/gtkmain.c (gtk_arg_no_debug_cb): Add a missing return
1495
1496         * gtk/gtksettings.c: Add missing include. 
1497         (settings_update_modules): Remove an unused variable.
1498
1499 2004-09-13  Matthias Clasen  <mclasen@redhat.com>
1500
1501         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
1502         Improve positioning of entry completion popup.
1503
1504 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
1505
1506         * gtk/makegtkalias.pl: 
1507         * gdk/makegdkalias.pl: Use the short prefix "IA__" for 
1508         aliases instead of the long suffix "__internal_alias". 
1509
1510         * tests/testfilechooser.c (main): Update sensitivity of the "Select all"
1511         button.
1512
1513 Wed Sep  8 18:38:08 2004  Soeren Sandmann  <sandmann@redhat.com>
1514
1515         Make dropping of expandable items look nicer.
1516         
1517         * gtk/gtktoolbar.c (gtk_toolbar_set_drop_highlight_item): Make
1518         placeholder expand if highlight item is expanding.
1519
1520         * gtk/gtktoolbar.c (toolbar_content_set_expand): New function.
1521
1522         * gtk/gtktoolbar.c (toolbar_content_get_expand): Return TRUE only
1523         if the item is not disappering.
1524
1525 2004-09-07  Matthias Clasen  <mclasen@redhat.com>
1526
1527         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui): Use the proper node type
1528         for placeholders in toolbars.  (#151963, Olivier Andrieu)
1529
1530         * gtk/gtkstyle.c (gtk_default_draw_expander): Draw expanders a bit 
1531         better.
1532
1533 Sun Sep  5 17:14:16 2004  Matthias Clasen  <maclas@gmx.de>
1534
1535         * gtk/gtkmain.c: 
1536         * gdk/gdk.c: 
1537         * gdk/x11/gdkmain-x11.c: 
1538         * gdk/win32/gdkmain-win32.c: Add descriptions for the 
1539         commandline arguments. The actual descriptions are mostly 
1540         taken from libbonoboui, so translators should be able to 
1541         copy existing translations from there.
1542
1543 2004-09-05  Anders Carlsson  <andersca@gnome.org>
1544
1545         * gdk/gdk.symbols:
1546         * gtk/gtk.symbols:
1547         Add new functions
1548
1549 2004-09-05  Anders Carlsson  <andersca@gnome.org>
1550
1551         * gdk/gdk.c: (gdk_arg_class_cb), (gdk_arg_name_cb),
1552         (gdk_add_option_entries_libgtk_only), (gdk_pre_parse_libgtk_only),
1553         (gdk_parse_args):
1554         * gdk/gdk.h:
1555         * gdk/gdkinternals.h:
1556         * gdk/linux-fb/gdkmain-fb.c: (_gdk_windowing_init):
1557         * gdk/win32/gdkmain-win32.c: (_gdk_windowing_init):
1558         * gdk/x11/gdkdisplay-x11.c: (gdk_display_open):
1559         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init):
1560         * gtk/gtkmain.c: (gtk_arg_debug_cb), (gtk_arg_no_debug_cb),
1561         (gtk_arg_module_cb), (gtk_arg_warnings_cb),
1562         (do_pre_parse_initialization), (do_post_parse_initialization),
1563         (pre_parse_hook), (post_parse_hook), (gtk_get_option_group),
1564         (gtk_init_with_args), (gtk_parse_args):
1565         * gtk/gtkmain.h:
1566         Make gtk argument parsing use goption. Add gtk_get_option_group and
1567         gtk_init_with_args. 
1568         
1569         * tests/testtreemodel.c: (main):
1570         Use gtk_init_with_args.
1571         
1572 Sun Sep  5 01:04:01 2004  Matthias Clasen  <maclas@gmx.de>
1573
1574         Allow sorting of tree models to be turned off 
1575         again.  (#151139, Torsten Schoenfeld)
1576         
1577         * gtk/gtktreesortable.h: 
1578         Add GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID.
1579
1580         * gtk/gtktreestore.c (gtk_tree_store_sort): 
1581         * gtk/gtkliststore.c (gtk_list_store_sort): Don't sort if
1582         the list store is not sorted.
1583
1584 Sat Sep  4 23:37:56 2004  Matthias Clasen  <maclas@gmx.de>
1585
1586         * configure.in: Fix the Solaris Xinerama checks.  (#151754)
1587
1588 Sat Sep  4 22:45:49 2004  Matthias Clasen  <maclas@gmx.de>
1589
1590         * gtk/gtkentry.c (gtk_entry_backspace): Don't refuse to delete
1591         text in passwords.  (#151723, Owen Taylor)
1592
1593 Sat Sep  4 16:51:00 2004  Søren Sandmann  <sandmann@redhat.com>
1594
1595         * gdk/x11/gdkevents-x11.c (gdk_event_prepare): Revert accidental
1596         change from Aug 02 that removed a flush of the X connection from
1597         gdk_event_prepare() causing applications to get stuck. (#151732,
1598         Richard Hoelscher).
1599
1600 Fri Sep  3 22:45:03 2004  Matthias Clasen  <maclas@gmx.de>
1601
1602         * gtk/gtkuimanager.c (print_node): Don't print out attributes
1603         for the <ui> root node.  (#151752, Lorenzo Gil Sánchez)
1604
1605 Sat Sep  4 02:38:57 2004  Søren Sandmann  <sandmann@redhat.com>
1606
1607         * gtk/gtktoolbar.c (position): Accelerate the animation when it
1608         has been running for a while. (#143647).
1609
1610 2004-09-03  Tor Lillqvist  <tml@iki.fi>
1611
1612         * gtk-zip.sh.in: List the three theme gtkrc files separately, zip
1613         doesn't do anything if one of the files on its command line
1614         doesn't exist.
1615
1616         Handle changes of screen resolution on Win32. (#151581, reported by
1617         Arjohn Kampman)
1618         
1619         * gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_init,
1620         _gdk_root_window_size_init): Factor out setting the root window's
1621         size (as the size of the union of all monitors) to a new function.
1622
1623         * gdk/win32/gdkdisplay-win32.c (gdk_display_open,
1624         _gdk_monitor_init): Factor out the monitor query to a new
1625         function.
1626
1627         * gdk/win32/gdkprivate-win32.h: Declare above new functions.
1628
1629         * gdk/win32/gdkevents-win32.c (gdk_event_translate,
1630         handle_display_change): Handle WM_DISPLAYCHANGE by calling the
1631         above two functions, and emitting the "size_changed" signal on our
1632         (only) GdkScreen.
1633
1634 2004-09-01  Matthias Clasen  <mclasen@redhat.com>
1635
1636         * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): 
1637         Document the return value.
1638
1639 2004-09-01  Matthias Clasen  <mclasen@redhat.com>
1640
1641         Make it possible to specify additional modules to load
1642         via a setting.  (#117236, Alex Graveley)
1643         
1644         * gtk/gtkmodules.h: 
1645         * gtk/gtkmodules.c: New files which contain the module
1646         handling code which was previously in gtkmain.[hc]. 
1647         Additionally, the code now looks for the gtk-modules 
1648         setting, which can specify additional modules to load.
1649
1650         * gtk/gtkmain.c: 
1651         * gtk/gtkmain.h: Remove all the module handling code.
1652
1653         * gtk/gtkdebug.h: Add a debug flag for modules.
1654
1655         * gtk/gtk.h: Include gtkmodules.h
1656
1657         * gtk/Makefile.am (gtk_public_h_sources): Add gtkmodules.h
1658         (gtk_c_sources): Add gtkmodules.c
1659
1660         * gtk/gtksettings.c: Add the gtk-modules setting.
1661
1662         * gdk/x11/gdkevents-x11.c: Add the Gtk/Modules XSetting.
1663
1664 Wed Sep  1 19:11:44 2004  Søren Sandmann  <sandmann@redhat.com>
1665
1666         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
1667         children of the toolbar are given positive dimensions. (149540,
1668         Felipe Heidrich).
1669
1670 2004-09-01  Matthias Clasen  <mclasen@redhat.com>
1671
1672         * gtk/gtkfilesystemunix.c: 
1673         * gtk/gtkfilechooserbutton.c: Protect the unistd.h include
1674         by HAVE_UNISTD_H.
1675
1676 Wed Sep  1 02:38:48 2004  Matthias Clasen  <maclas@gmx.de>
1677
1678         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): Make
1679         accel labels ellipsize correctly.  (#151559, Christian Persch)
1680
1681 Wed Sep  1 00:55:56 2004  Matthias Clasen  <maclas@gmx.de>
1682
1683         * gtk/gtkimage.c (gtk_image_clear): Don't leak the iter
1684         of a running animation.  (#151542)
1685
1686 Tue Aug 31 23:40:29 2004  Matthias Clasen  <maclas@gmx.de>
1687
1688         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Make
1689         "ms-windows" the default theme on Win32.  
1690
1691 Tue Aug 31 23:24:49 2004  Matthias Clasen  <maclas@gmx.de>
1692
1693         * gtk/gtkcalendar.c (gtk_calendar_main_button): Only start  
1694         a drag if the left button is pressed.  (#151490, Frederic Croszat)
1695
1696 Tue Aug 31 23:20:58 2004  Matthias Clasen  <maclas@gmx.de>
1697
1698         * gdk/x11/gdkdnd-x11.c (gdk_drop_finish): Remove debug spew.
1699
1700 Tue Aug 31 17:07:41 2004  Jonathan Blandford  <jrb@redhat.com>
1701
1702         * gtk/gtktreeviewcolumn.c
1703         (gtk_tree_view_column_cell_process_action): constrain cell area to
1704         passed in cell_area, #147867
1705
1706         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): if
1707         ellipsizing, get_size is only 3 chars wide.
1708
1709         * docs/tree-column-sizing.png: Add Matthias's excellent image.
1710
1711 2004-08-28  Robert Ögren  <gtk@roboros.com>
1712
1713         On Win32, do not produce tablet motion or button events while a
1714         window is being moved or resized. (#151090, reported by Shaneyfelt)
1715
1716         * gdk/win32/gdkprivate-win32.h
1717         * gdk/win32/gdkglobals-win32.c
1718         * gdk/win32/gdkevents-win32.c: Rename the variable resizing to
1719         _sizemove_in_progress and make it extern.
1720
1721         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Ignore
1722         motion and button events if _sizemove_in_progress is true.
1723
1724 2004-08-30  Tor Lillqvist  <tml@iki.fi>
1725
1726         Make the ms-windows theme engine build with mingw.
1727
1728         * configure.in: Expand also modules/engines/ms-windows/Theme/
1729         Makefile and .../Theme/gtk-2.0/Makefile.
1730
1731         * modules/engines/ms-windows/Makefile.am: Adapt for building
1732         inside the GTK sources.
1733
1734         * modules/engines/ms-windows/*.c: Use "foo.h" style includes for
1735         GTK and GDK headers. Use correct path for gdkwin32.h header.
1736
1737         * modules/engines/ms-windows/msw_style.c: Don't use deprecated GDK
1738         API.
1739
1740         * modules/engines/ms-windows/xp_theme_defs.h
1741         * modules/engines/ms-windows/xp_theme.c: Move definitions of TMT_*
1742         to xp_theme.c, as they are neither in mingw's nor Platform
1743         SDK's tmschema.h.
1744
1745         * modules/engines/ms-windows/xp_theme.c: Define _WIN32_WINNT as
1746         0x0501 to get the necesssary stuff from mingw's uxtheme.h.
1747
1748 2004-08-30  Matthias Clasen  <mclasen@redhat.com>
1749
1750         Integrate the ms-windows theme engine (better known as Wimp)
1751         into the autotools build. Wimp (http://gtk-wimp.sourceforge.net/) 
1752         was written by Raymond Penners and Dom Lachowicz. The Wimp 0.6.2
1753         sources have been added to the GTK+ source tree in 
1754         modules/engines/ms-windows, and there is a ChangeLog detailing 
1755         the history of Wimp. (#109615, Havoc Pennington)
1756         
1757         * configure.in: Generate modules/engines/Makefile and 
1758         modules/engines/ms-windows/Makefile.
1759
1760         * modules/Makefile.am (SUBDIRS): Add engines.
1761
1762         * modules/engines/Makefile.am: Compile ms-windows for win32.
1763
1764 2004-08-30  Matthias Clasen  <mclasen@redhat.com>
1765
1766         * gtk/gtktextview.c (gtk_text_view_delete_surrounding_handler):
1767         Make it compile.
1768
1769 2004-08-27  Matthias Clasen  <mclasen@redhat.com>
1770
1771         Fix #151112, Olexiy Avramchenko:
1772         
1773         * gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): 
1774         * gtk/gtkiconview.c (scroll_timeout, layout_callback) 
1775         (gtk_icon_view_item_accessible_idle_do_action): 
1776         * gtk/gtkcombobox.c (list_popup_resize_idle, popdown_idle) 
1777         (popup_idle): Protect idle callbacks and timeouts with 
1778         GDK_THREADS_ENTER/_LEAVE.
1779
1780         * gtk/gtkfilechooserbutton.c (update_dialog_idle): New function to
1781         call update_dialog() from an idle with the necessary protection.
1782
1783 Mon Aug 30 01:34:42 2004  Matthias Clasen  <maclas@gmx.de>
1784
1785         Changes to make sure input methods respect the editability
1786         of entries and text views. #114173, Noah Levitt.
1787         
1788         * gtk/gtkentry.c (popup_targets_received): Make the Input 
1789         Methods menuitem insensitive if we're not editable.
1790
1791         * gtk/gtkentry.c (gtk_entry_delete_surrounding_cb): 
1792         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): 
1793         * gtk/gtkentry.c (gtk_entry_commit_cb): Don't change anything 
1794         if we're not editable.
1795
1796         * gtk/gtkentry.c (gtk_entry_focus_out): 
1797         * gtk/gtkentry.c (gtk_entry_focus_in): Only send focus_in and
1798         focus_out to the im context if we're editable.
1799
1800         * gtk/gtkentry.c (gtk_entry_set_property): Reset the im context
1801         if the entry just became non-editable.
1802
1803         * gtk/gtktextview.c (gtk_text_view_delete_surrounding_handler): 
1804         Use gtk_text_buffer_delete_interactive() to not delete
1805         non-editable portions of text.
1806
1807 2004-08-30  Tor Lillqvist  <tml@iki.fi>
1808
1809         * modules/input/Makefile.am (im_ime_la_LIBADD): Link with -limm32.
1810
1811         * modules/input/gtkimcontextime.c: Use quotes in #includes, to
1812         find headers when building inside GTK+ sources.
1813
1814 2004-08-27  Tor Lillqvist  <tml@iki.fi>
1815
1816         * gdk/win32/gdkdnd-win32.c (GdkDragContextPrivateWin32): Add
1817         drop_failed, like in the X11 backend. Nothing sets it, though.
1818         (gdk_drag_drop_succeeded): Copy from X11 backend.
1819
1820 Thu Aug 26 23:58:11 2004  Matthias Clasen  <maclas@gmx.de>
1821
1822         * gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't crash
1823         if model is not set. Noted by Mariano Suarez-Alvarez.
1824
1825 Thu Aug 26 22:44:12 2004  Matthias Clasen  <maclas@gmx.de>
1826
1827         Provide information about how an adjustment change in a range 
1828         widget happened. Add a "change-value" signal which reports how 
1829         a user is interacting with the range, whether they are clicking 
1830         on a stepper or the trough, or dragging the slider.  (#133263,
1831         Thomas Fitzsimmons)
1832
1833         * gtk/gtkmarshalers.list: Add signal type BOOLEAN:ENUM,DOUBLE.
1834         * gtk/gtkrange.c (gtk_range_class_init): Add "change-value"
1835         signal.
1836         (gtk_range_internal_set_value): Rename to
1837         gtk_range_real_change_value.  Add GtkScrollType parameter.  Emit
1838         the change-value signal when the range's value changes.
1839         (update_slider_position, gtk_range_scroll_event, step_back,
1840         step_forward, page_back, page_forward, scroll_begin,
1841         scroll_end): Change gtk_range_internal_set_value to
1842         gtk_range_real_change_value.
1843         * gtk/gtkrange.h (struct _GtkRangeClass): Declare change_value
1844         function.
1845
1846 2004-08-26  Matthias Clasen  <mclasen@redhat.com>
1847
1848         * modules/input/Makefile.am: Build imime.la on Windows.
1849
1850         * modules/input/gtkimcontextime.h: 
1851         * modules/input/gtkimcontextime.c: 
1852         * modules/input/imime.c: 
1853         * modules/input/imm-extra.h: Add the IME input method for Win32
1854         written by Takuro Ashie and Kazuki IWAMOTO. The code was previously
1855         hosted at http://sourceforge.jp/projects/imime.  (#135195)
1856
1857 2004-08-26  Bill Haneman <billh@gnome.org>
1858
1859         * gtk/gtktreeview:
1860         (gtk_tree_view_move_cursor_up_down):
1861         If a multi-selection list contains only one item,
1862         select it on cursor_up or cursor_down.
1863         Fixes bug #131226.
1864         [patch from Padraig O'Briain]
1865
1866 2004-08-26  Matthias Clasen  <mclasen@redhat.com>
1867
1868         Make gdk_window_process_[all]_updates() respect 
1869         update_freeze_counter  (#144272, Soeren Sandmann)
1870         
1871         * gdk/gdkwindow.c (gdk_window_schedule_update): New function to
1872         install an idle for gdk_window_update_idle() if one isn't there
1873         already.
1874         (gdk_window_process_all_updates): 
1875         (gdk_window_process_updates): Only process the updates if the
1876         window isn't frozen.
1877         (gdk_window_invalidate_maybe_recurse): Schedule an update when
1878         necessary.
1879         (gdk_window_thaw_updates): Use gdk_window_schedule_update() instead
1880         of directly installing the idle.
1881
1882 2004-08-22  Robert Ögren  <gtk@roboros.com>
1883
1884         On Win32, make graphical tablets work on multi-monitor systems.
1885         (#145467, reported by buttknock1@ya...)
1886
1887         * gdk/win32/gdkinput-win32.c (gdk_input_translate_coordinates):
1888         Use dimensions of _gdk_parent_root as screen size.
1889         (gdk_input_get_root_relative_geometry): Get coordinates relative
1890         to GDK root window instead of Win32 coordinates.
1891         (_gdk_input_other_event): Updated accordingly.
1892
1893 Wed Aug 25 17:24:17 2004  Manish Singh  <yosh@gimp.org>
1894
1895         * gdk/x11/gdkfont-x11.c: remove unused gdk_font_charset_for_locale()
1896         function.
1897
1898         * gdk/x11/gdkinput-x11.c (_gdk_input_common_init): remove unused
1899         variables num_extensions and extensions.
1900
1901         * gtk/gtkhsv.c: remove unused gtk_hsv_get_focus_gc() function.
1902
1903 Wed Aug 25 17:14:58 2004  Manish Singh  <yosh@gimp.org>
1904
1905         * gtk/gtktreeview.c (gtk_tree_view_search_activate): initialize
1906         path so we don't potentially use an undefined pointer.
1907
1908         * gtk/gtkfilechooserdefault.c (shortcuts_list_create): add G_CALLBACK
1909         cast for tree_view_keybinding_cb.
1910
1911         * gtk/gtkfilechooserdefault.c (location_entry_create): cast to
1912         GTK_FILE_CHOOSER_ENTRY for _gtk_file_chooser_entry_set_file_part()
1913         calls.
1914
1915         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_start_editing):
1916         cast to GTK_COMBO_BOX for gtk_combo_box_set_active_iter() call.
1917
1918         * gtk/gtkselection.c (selection_get_text_plain): make len a gsize,
1919         since that's what g_convert_with_fallback() expects.
1920
1921 Wed Aug 25 16:14:34 2004  Jonathan Blandford  <jrb@redhat.com>
1922
1923         * gtk/gtktreeview.c (gtk_tree_view_search_activate): activate the
1924         typeahead entry on enter.
1925
1926 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
1927
1928         * gtk/gtkmenu.c (gtk_menu_attach_to_widget): Steal ATTACHED_MENUS
1929         list so its tail isn't freed when we re-set it, noticed
1930         by Hans Petter Jansson.
1931
1932         * gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
1933         a typo, noticed by Tim Janik.
1934
1935 Wed Aug 25 15:15:56 2004  Jonathan Blandford  <jrb@redhat.com>
1936
1937         * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down
1938         button to be end-justified, so that clicking on it is a stable
1939         operation.
1940
1941 Tue Aug 24 02:06:37 2004  Jonathan Blandford  <jrb@gnome.org>
1942
1943         * gtk/gtktreeview.c
1944         (gtk_tree_view_real_expand_collapse_cursor_row): Don't handle the
1945         event if we have no children.
1946
1947         * gtk/gtkfilechooserdefault.c (trap_activate_cb):
1948         (tree_view_keybinding_cb):Since GtkTreeView has a keybinding
1949          attached to '/', we need to catch keypresses before the TreeView
1950          gets them.
1951         (gtk_file_chooser_default_class_init): add '/' to be a keybinding
1952         to the C-l dialog.
1953         (location_entry_create): Clear the text to "" when loading a file.
1954         This has a much better feel than putting the currently selected
1955         in.
1956         * #include <errno.h>
1957
1958 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
1959
1960         * gtk/gtkfilechooserdefault.c (check_is_folder): Use get_file_info() rather 
1961         than trying get_folder() and checking for an error directly because older 
1962         versions of the gnome-vfs backend don't return an error 
1963         immediately.  (#150852, Zack Cerza )
1964
1965 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
1966
1967         * configure.in: Post-release version bump.
1968
1969         * === Released 2.5.2 ===
1970
1971         * gdk/abicheck.sh:
1972         * gtk/abicheck.sh: Make work during make distcheck.
1973         
1974         * docs/RELEASE-HOWTO: Add hint about doing make check 
1975         before make distcheck.
1976         
1977         * gtk/gtk.symbols: Add some missing symbols.
1978
1979         * gtk/gtkiconview.c: Add some missing statics.
1980
1981 2004-08-24  Matthias Clasen  <mclasen@redhat.com>
1982
1983         * NEWS: Updates for 2.5.2
1984
1985 Wed Aug 25 00:22:48 2004  Søren Sandmann  <sandmann@redhat.com>
1986
1987         * gtk/gtksequence.c: Remove debug spew
1988
1989 Wed Aug 25 00:09:07 2004  Søren Sandmann  <sandmann@redhat.com>
1990
1991         * gtk/gtkliststore.c (gtk_list_store_move_after): Fix logical
1992         errors in gtk_list_store_move_before/after(). (#150983, patch by
1993         Robert Ögren).
1994
1995 Tue Aug 24 21:46:42 2004  Søren Sandmann  <sandmann@redhat.com>
1996
1997         * gtk/gtksequence.c (_gtk_sequence_move): Just return if the
1998         parameters are identical. (#150159, Robert Ögren)
1999
2000 2004-08-24  Matthias Clasen  <mclasen@redhat.com>
2001
2002         * gtk/gtkaction.c (connect_proxy, disconnect_proxy): Handle 
2003         action_group being NULL.  (#150869,  Tommi Komulainen)
2004
2005 2004-08-24  Matthias Clasen  <mclasen@redhat.com>
2006
2007         * gdk/gdkimage.c (allocate_scratch_images): Use the correct 
2008         index variable.  (#150941, Tommi Komulainen)
2009
2010 2004-08-24  Matthias Clasen  <mclasen@redhat.com>
2011
2012         * gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Take header
2013         height and adjustment into account.  (#136496, Pawek Salek)
2014
2015 Mon Aug 23 17:19:19 2004  Jonathan Blandford  <jrb@redhat.com>
2016
2017         * configure.in:
2018         * docs/tools/Makefile.am (clean-local): add the doc shooter to the
2019         docs dir as an uninstalled helper tool.
2020
2021 2004-08-23  Matthias Clasen  <mclasen@redhat.com>
2022
2023         * gdk/x11/gdkwindow-x11.c (show_window_internal): Make it compile.
2024
2025         * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Add a 
2026         user_time field.
2027
2028         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_set_user_time): Update
2029         toplevel->user_time.
2030         (show_window_internal): Update the user time when re-mapping a
2031         toplevel window.  (#150502, Elijah Newren)
2032
2033 2004-08-23  Matthias Clasen  <mclasen@redhat.com>
2034
2035         Fix #150822, reported by Christian Persch
2036         
2037         * gtk/gtklabel.c (gtk_label_ensure_layout): Set the layout width
2038         appropriately when ellipsized.
2039         (gtk_label_size_allocate): Only set the layout width if there
2040         is a layout.
2041
2042 2004-08-23  Matthias Clasen  <mclasen@redhat.com>
2043
2044         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Support the latest
2045         EWMH additions to the _NET_ACTIVE_WINDOW client message 
2046         format.  (#150668, Elijah Newren)
2047
2048 Mon Aug 23 01:17:59 2004  Matthias Clasen  <maclas@gmx.de>
2049
2050         * gdk/gdkrgb.c (gdk_rgb_xpixel_from_rgb_internal): Set unused
2051         bits in pixel to 1s in case they are used as alpha; copying
2052         code from gdk_colormap_alloc_colors().  (#150466, Rich Wareham)
2053
2054 2004-08-22  Philip Langdale  <plangdale@vmware.com>
2055
2056         * gtk/gtkaction.c (gtk_action_disconnect_proxy): Two signals
2057         (gtk_action_sync_property and gtk_action_sync_sensitive) were
2058         not being correctly disconnected, leading to actions continuing
2059         to affect disconnected proxies. (#150607)
2060
2061 2004-08-22  Tor Lillqvist  <tml@iki.fi>
2062
2063         * gdk/win32/gdkwindow-win32.c (gdk_window_new_internal,
2064         gdk_window_new, gdk_window_set_skip_taskbar_hint): Don't show TEMP
2065         windows in the Task Manager. Implement by calling
2066         gdk_window_set_skip_taskbar_hint(TRUE) on them. (#145481, Tim
2067         Evans)
2068
2069         * gdk/win32/gdkdisplay-win32.c (enum_monitor, gdk_display_open):
2070         Report whole of (primary) monitor, including any taskbars.
2071         Excluding the taskbar area from the "root window" reported to GDK
2072         doesn't seem to be that useful although gdk/win32 had been doing it
2073         for a very long time. (#149013, see also #145467 and #148526)
2074
2075 Sun Aug 22 16:55:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2076
2077         * gtk/gtkexpander.c
2078         * gtk/gtkalignment.c: 
2079         * gtk/gtktexttag.c
2080         Make enums match property names. Found by a script by Tommi
2081         Komulainen.
2082
2083         * gtk/gtkpaned.c (gtk_paned_class_init): fix min/max mixup.
2084
2085 Sun Aug 22 16:09:49 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2086
2087         * gtk/gtkliststore.h (struct _GtkListStore): 
2088         * gtk/gtkliststore.c (gtk_list_store_init): 
2089         * gtk/gtkliststore.c (gtk_list_store_insert): 
2090         * gtk/gtkliststore.c (gtk_list_store_remove): 
2091         Restore length field; PyGTK and maybe others use it directly.
2092
2093 Sun Aug 22 15:46:56 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2094
2095         * gtk/gtkpaned.c (gtk_paned_class_init):
2096         s/CYCLE_HANDLE_FOCUS/CYCLE_CHILD_FOCUS/
2097
2098         * gtk/gtkfontbutton.c (gtk_font_button_class_init):
2099         s/PROP_SHOW_SIZE/PROP_SHOW_STYLE/
2100
2101         Both pointed out by Tommi Komulainen.
2102
2103 Sun Aug 22 13:44:53 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2104
2105         * gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION,
2106         not PROP_MIN_POSITION for the max_position property. Fix pointed
2107         out by Tommi Komulainen.
2108
2109 Sun Aug 22 13:32:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2110
2111         * gtk/gtkliststore.c (gtk_list_store_insert): Normalize the
2112         position so we don't create paths with off-list
2113         indices. (#150320).
2114
2115 Sun Aug 22 12:04:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2116
2117         * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Use the
2118         correct tree path (#150289, Morten Welinder).
2119
2120 Sun Aug 22 00:08:44 2004  Matthias Clasen  <maclas@gmx.de>
2121
2122         Fix #150406, reported by Fernando San Martín Woerner, patch
2123         by Gustavo Carneiro.
2124         
2125         * gtk/gtkentrycompletion.c 
2126         (gtk_entry_completion_default_completion_func): Check that 
2127         column is of type G_TYPE_STRING before proceeding.
2128
2129 Sat Aug 21 23:52:13 2004  Matthias Clasen  <maclas@gmx.de>
2130
2131         * gtk/gtktreestore.c (gtk_tree_store_swap): Don't use an 
2132         uninitialized tree iter.  (#150414, Torsten Schoenfeld)
2133
2134 Sat Aug 21 23:29:54 2004  Matthias Clasen  <maclas@gmx.de>
2135
2136         Fix #150738, Tomislav Jonjic.
2137         
2138         * gtk/gtktoolitem.h (GTK_IS_TOOL_ITEM_CLASS): 
2139         * gtk/gtktoolbutton.h (GTK_IS_TOOL_BUTTON_CLASS): 
2140         * gtk/gtktoggleaction.h (GTK_IS_TOGGLE_ACTION_CLASS): 
2141         * gtk/gtkseparatortoolitem.h (GTK_IS_SEPARATOR_TOOL_ITEM_CLASS): 
2142         * gtk/gtkradiotoolbutton.h (GTK_IS_RADIO_TOOL_BUTTON_CLASS): 
2143         * gtk/gtkradioaction.h (GTK_IS_RADIO_ACTION_CLASS): 
2144         * gtk/gtkuimanager.h (GTK_IS_UI_MANAGER_CLASS): 
2145         * gtk/gtkaction.h (GTK_IS_ACTION_CLASS): Fix macro definitions.
2146
2147 Wed Aug 18 17:25:26 2004  Manish Singh  <yosh@gimp.org>
2148
2149         * demos/testpixbuf-save.c
2150         * demos/gtk-demo/hypertext.c: Get rid of some unnecessary casts.
2151
2152         * demos/gtk-demo/appwindow.c: Make activate_email and activate_url
2153         match the arguments for GtkAboutDialogActivateLinkFunc.
2154
2155 Wed Aug 18 16:18:00 2004  Manish Singh  <yosh@gimp.org>
2156
2157         * gtk/gtktreeview.c (gtk_tree_view_row_inserted): Initialize height
2158         from fixed_height before we do anything, so it always has a valid
2159         value.
2160
2161         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Fix call
2162         to gtk_tree_model_get (missing "," in param list).
2163
2164 2004-08-18  Federico Mena Quintero  <federico@ximian.com>
2165
2166         Merged from 2.4:
2167
2168         Fixes #149251:
2169
2170         * gtk/gtkfilechooserdefault.c: Renamed SHORTCUTS_COL_PATH to
2171         SHORTCUTS_COL_DATA.  Add SHORTCUTS_COL_IS_VOLUME, to determine
2172         easily whether the SHORTCUTS_COL_DATA points to a GtkFilePath or a
2173         GtkFileSystemVolume.
2174         (shortcuts_model_create): Create a boolean column for
2175         SHORTCUTS_COL_IS_VOLUME.
2176         (shortcuts_reload_icons): Simplify with the use of the
2177         SHORTCUTS_COL_IS_VOLUME column.  Don't leak the pixbuf.
2178         (shortcuts_insert_path): Add the SHORTCUTS_COL_IS_VOLUME data.
2179         (shortcuts_free_row_data): New helper function; frees the data
2180         columns for an iter.
2181         (shortcuts_remove_rows): Don't take a callback for freeing the
2182         data; free everything here instead.  Use
2183         shortcuts_free_row_data().
2184         (volume_remove_cb): Removed.
2185         (remove_bookmark_cb): Removed.
2186         (remove_row_cb): Make this a single generic function to delete
2187         rows.
2188         (shortcuts_add_volumes): Use remove_row_cb().
2189         (shortcuts_add_bookmarks): Likewise.
2190         (struct _GtkFileChooserDefault): Removed the
2191         shortcuts_current_folder_is_volume field.
2192         (shortcuts_add_current_folder): Oops, don't free the volume.
2193         (remove_current_folder_cb): Removed.
2194         (shortcut_find_position): Simplify through the use of the
2195         SHORTCUTS_COL_IS_VOLUME column.
2196         (remove_selected_bookmarks): Assert that we don't get a volume.
2197         (shortcuts_reorder): Likewise; also, plug a leak.
2198         (gtk_file_chooser_default_remove_shortcut_folder): Simplify
2199         through the use of shortcuts_remove_rows().
2200         (gtk_file_chooser_default_list_shortcut_folders): Assert that we
2201         don't get a volume.
2202         (shortcuts_activate_iter): Simplify.
2203         (home_folder_handler): Simplify by using
2204         shortcuts_activate_iter().
2205         (shortcuts_free): New function; frees all the data columns.
2206         (gtk_file_chooser_default_finalize): Unref the
2207         shortcuts_filter_model and the shortcuts model data first.
2208
2209 Wed Aug 18 08:31:17 2004  Manish Singh  <yosh@gimp.org>
2210
2211         * gtk/gtkiconview.c: Applied patch from Olivier Andrieu to fix
2212         bug #150440.
2213
2214         * gtk/gtkicontheme.c (gtk_icon_theme_init): xdg_data_dirs should
2215         match constness attributes of g_get_system_data_dirs ().
2216
2217 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
2218
2219         * gtk/gtkicontheme.c (gtk_icon_theme_init): Look up icon themes in the 
2220         directories specified in the icon theme spec: $HOME/.icons, 
2221         $XDG_DATA_DIRS/icons, /usr/share/pixmaps. Note that GTK+ used to also look 
2222         in $GTK_DATA_DIR/icons, $GTK_DATA_DIR/pixmaps and /usr/share/icons.  (#148694)
2223         
2224
2225         * gtk/gtkframe.c (gtk_frame_paint): Take widget->state into account when
2226         painting the shadows.  (#150351, Tim Janik)
2227
2228 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
2229
2230         * gtk/abicheck.sh: No need for INCLUDE_INTERNAL_SYMBOLS anymore.
2231
2232         * gdk/gdk.symbols: Don't use #if defined().
2233
2234         * gdk/Makefile.am (gdkalias.h): 
2235         * gtk/Makefile.am (gtkalias.h): Don't use cpp to filter gtk.symbols.
2236
2237         * gdk/makegdkalias.pl: 
2238         * gtk/makegtkalias.pl: Move the #ifdef processing into the perl script, and
2239         keep the #ifdefs which differentiate between platforms.
2240
2241         * gtk/Makefile.am (gtk_private_h_sources): Remove gtkinternals.h, it is no 
2242         longer needed.
2243
2244 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
2245
2246         * tests/testfilechooserbutton.c: Use g_message() throughout, add RTL envar for
2247         rtl testing.
2248
2249         * gtk/gtkfilechooserbutton.c: Get rid of HAVE_CONFIG_H.
2250         (gtk_file_chooser_button_init): Use gtk_drag_dest_add_text_targets().
2251         (gtk_file_chooser_button_drag_data_received): Use gtk_selection_data_get_text().
2252         (gtk_file_chooser_button_set_dialog): _gtk_file_chooser_entry_set_base_folder()
2253         seems to expect a path, not an uri.
2254         (update_dialog): Handle g_filename_from_uri() returning NULL, don't free
2255         info if it is NULL. 
2256
2257         * gtk/gtkfilechooserbutton.h: Minor stylistic changes.
2258
2259 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
2260
2261         * gtk/gtkfilechooserbutton.[hc]: New widget to go along with 
2262         GtkFontButton and GtkColorButton for use in preference dialogs.
2263         Replaces GnomeFileEntry.  (#148108, James M. Cape)
2264
2265         * gtk/gtk.h: Include gtkfilechooserbutton.h
2266
2267         * gtk/Makefile.am (gtk_public_h_sources): Add gtkfilechooserbutton.h
2268         (gtk_c_sources): Add gtkfilechooserbutton.c
2269
2270         * gtk/gtk.symbols: Add the GtkFileChooserButton symbols.
2271
2272         * gtk/gtkfilechooserutils.[hc]: Make the delegate quark available. 
2273
2274         * gtk/gtkfilechooserentry.[hc] (_gtk_file_chooser_entry_new): Allow
2275         to suppress tab-eating using the new eat_tabs argument. Adjust all
2276         callers.
2277
2278         * tests/testfilechooserbutton.c: Test for GtkFileChooserButton.
2279
2280         * tests/Makefile.am (noinst_PROGRAMS): Add testfilechooserbutton
2281
2282 2004-08-16  Matthias Clasen  <mclasen@redhat.com>
2283
2284         * gtk/gtkwidget.c (gtk_widget_render_icon): Doc update.
2285
2286         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): When the size is -1,
2287         use the available size closest to 48.  (#150147)
2288
2289         * gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes): Actually return
2290         a pointer to the beginning of the sizes array, not the end.
2291
2292 2004-08-16  Morten Welinder  <terra@gnome.org>
2293
2294         * tests/testtreemodel.c (test_run): Comment out mallinfo stuff.
2295         Fix g_print %-strings.
2296
2297         * gtk/gtksequence.c (_gtk_sequence_set): Fix C99ism.
2298
2299 2004-08-16  Christian Rose  <menthos@menthos.com>
2300
2301         * configure.in: Added "bs" to ALL_LINGUAS.
2302
2303 Mon Aug 16 01:35:25 2004  Matthias Clasen  <maclas@gmx.de>
2304
2305         
2306         * gtk/gtkcombobox.[hc]: Add a ::focus-on-click property and
2307         change the default behaviour to focus on click.
2308
2309         * gtk/gtkbutton.c (gtk_button_set_focus_on_click): Typo fix.
2310
2311 Mon Aug 16 01:03:08 2004  Matthias Clasen  <maclas@gmx.de>
2312
2313         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset): 
2314         (gtk_text_iter_set_visible_line_index): Count from the 
2315         beginning of the line, not from the current position.  (#150101,
2316         Torsten Schoenfeld)
2317
2318 2004-08-15  Tor Lillqvist  <tml@iki.fi>
2319
2320         * gtk-zip.sh.in: Fix typo. The gtk.immodules file had never been
2321         included in my zipfiles...!
2322
2323         * gtk/gtkfilesystemwin32.c (extract_icon): Improve handling of
2324         icon alpha channel (on Windows XP) and mask (older Windows
2325         versions). (#148641, Tim Evans)
2326
2327 Sun Aug 15 02:31:55 2004  Matthias Clasen  <maclas@gmx.de>
2328
2329         * gtk/gtkfilesystemunix.c (get_icon_type_from_stat): Make 
2330         the use of S_ISFIFO and S_ISSOCK conditional.  (#150146,
2331         Gustavo Carneiro)
2332
2333 2004-08-14  Tor Lillqvist  <tml@iki.fi>
2334
2335         * gtk/gtkfilechooserdefault.c (shortcuts_append_home,
2336         shortcuts_append_desktop, set_local_only)
2337         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_render_icon)
2338         * gtk/gtkpathbar.c (find_button_type, _gtk_path_bar_set_file_system): 
2339         Guard against g_get_home_dir() returning NULL. (#150007)
2340
2341 Sat Aug 14 17:56:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2342
2343         * gtk/gtkentry.c (gtk_entry_get_pixel_ranges): New function. 
2344
2345         * gtk/gtkentry.c (in_selection): New function using
2346         gtk_entry_get_pixel_ranges() to determine whether a click is in
2347         the selection. Improve entry behavior wrt. dragging and
2348         selecting. Bug #143249.
2349
2350 Sat Aug 14 17:53:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2351
2352         * configure.in: Require glib 2.5.2
2353         
2354         * gtk/gtksequence.[ch]: New internal data structure.
2355
2356         * gtk/gtkliststore.[hc]: Reimplement in terms of new data
2357         structure
2358         
2359         * tests/Makefile.am (testtreemodel_SOURCES):
2360         * tests/testtreemodel.c: New test program written by Matthias.
2361
2362 2004-08-13  Matthias Clasen  <mclasen@redhat.com>
2363
2364         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_style_set): 
2365         Don't install the settings_notify_cb from here, since it
2366         may be called before the first screen_changed signal, 
2367         confusing the logic in gtk_file_chooser_screen_changed().
2368         (#148803, Abel Daniel)
2369
2370         * gtk/gtkcombobox.c: Make re-sensitivation work
2371         in menu mode.
2372
2373         * gtk/gtkaction.c (gtk_action_new): Fix the docs.
2374
2375 Fri Aug 13 01:06:56 2004  Matthias Clasen  <maclas@gmx.de>
2376
2377         * gtk/gtktreeview.c (gtk_tree_view_row_inserted): 
2378         Make fixed height mode handle insertions.  (#135955, 
2379         Michael Vogt, testcase by Tim-Philipp Müller, fix by
2380         Pawel Salek)
2381
2382 Fri Aug 13 00:40:18 2004  Matthias Clasen  <maclas@gmx.de>
2383
2384         * gtk/gtkhandlebox.c: Add missing include.
2385
2386 Thu Aug 12 23:52:12 2004  Matthias Clasen  <maclas@gmx.de>
2387
2388         Fix #149547, Markus Lausser:
2389         
2390         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): 
2391         * gtk/gtkcombobox.c (gtk_combo_box_size_request): Don't 
2392         crash if size_request or size_allocate are called early.
2393
2394         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): Protect
2395         against being allocated too small.
2396
2397 Thu Aug 12 21:02:57 2004  Matthias Clasen  <maclas@gmx.de>
2398
2399         * demos/gtk-demo/appwindow.c (about_cb): Adjust to GtkAboutDialog 
2400         API changes.
2401
2402         * gtk/gtkaboutdialog.h: 
2403         * gtk/gtkaboutdialog.c (gtk_about_dialog_set_email_hook): 
2404         (gtk_about_dialog_set_url_hook): Add callback data and destroy notify 
2405         for language bindings.  (#149999, Olivier Andrieu)
2406
2407 2004-08-12  Matthias Clasen  <mclasen@redhat.com>
2408
2409         * gtk/gtkfilesystem.c: Underscore-prefix gtk_file_system_module_get_type().
2410         * gtk/gtkfilechooserdefault.c: Underscore-prefix shortcuts_model_filter_get_type().
2411
2412         * gtk/gtkimmodule.c: Make gtk_im_module_get_type() static.
2413         * gtk/gtk.symbols:
2414         * gtk/gtkinternals.h: Remove the no longer exported get_type functions.
2415
2416 Thu Aug 12 01:35:46 2004  Matthias Clasen  <maclas@gmx.de>
2417
2418         * gtk/gtkiconview.c: Make the icon view accessible by
2419         implementing the necessary ATK interfaces.  (#149728,
2420         Padraig O'Briain)
2421
2422 Thu Aug 12 00:02:29 2004  Matthias Clasen  <maclas@gmx.de
2423
2424         * gtk/gtkaction.c (gtk_action_new): Link to information about
2425         allowed action names.  (#149620, David Malcolm)
2426
2427 Wed Aug 11 23:14:25 2004  Matthias Clasen  <maclas@gmx.de>
2428
2429         * gtk/gtk.symbols: 
2430         * gtk/gtkaction.h:
2431         * gtk/gtkaction.c (gtk_action_set_sensitive): 
2432         (gtk_action_set_visible): Add setters for the ::sensitive
2433         and ::visible properties of GtkAction.  (#149622, David Malcolm)
2434
2435 2004-08-11  Federico Mena Quintero  <federico@ximian.com>
2436
2437         Fix #149422, #143457:
2438
2439         * gtk/gtkfilechooserdefault.c
2440         (gtk_file_chooser_default_should_respond): Rewrite to take the
2441         current focus into account, the contents of the save entry, and
2442         the last focus for the shortcuts list.
2443         (switch_to_selected_folder): We don't need an assertion on the
2444         action here.
2445
2446 Wed Aug 11 20:56:00 2004  Matthias Clasen  <maclas@gmx.de>
2447
2448         * gtk/gtkinternals.h: 
2449         * gtk/gtk.symbols: Add shortcuts_model_filter_get_type.
2450
2451         * gtk/abicheck.sh: Check all symbols.
2452
2453 Wed Aug 11 19:20:34 2004  Matthias Clasen  <maclas@gmx.de>
2454
2455         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row): 
2456         Don't start a drag if the treeview is only a 
2457         drag destination.  (#149836, Pawel Salek)
2458
2459 2004-08-11  Matthias Clasen  <mclasen@redhat.com>
2460
2461         * gtk/gtktreedatalist.[hc]: 
2462         * gtk/gtkliststore.c:
2463         * gtk/gtktreestore.c: Underscore-prefix 
2464         gtk_tree_data_list_compare_func. 
2465
2466         * gtk/gtk.symbols: Remove gtk_tree_data_list_compare_func.
2467
2468         * gtk/makegtkalias.pl: No need to include gtktreedatalist.h 
2469         any more.
2470
2471 2004-08-10  Matthias Clasen  <mclasen@redhat.com>
2472
2473         * gdk/Makefile.am: 
2474         * gtk/Makefile.am: Define TESTS, not TEST, so that make check
2475         actually triggers abicheck.sh.
2476
2477         * gdk/makegdkalias.pl: 
2478         * gtk/makegtkalias.pl: Include glib.h before using glib symbols. D'oh.
2479
2480         * gdk/makegdkalias.pl: 
2481         * gtk/makegtkalias.pl: Protect gtkalias.h by G_HAVE_GNUC_VISIBILITY.
2482         
2483         * gtk/Makefile.am: Include gtkalias.h in the generated
2484         sources gtkmarhalers.c and gtkmarshal.c.
2485
2486         * gtk/makegtkalias.pl: Cosmetic fix.
2487
2488         * gdk/Makefile.am: Remove the . which was accidentally added
2489         to SUBDIRS. Include gdkalias.h in the generated sources 
2490         gdkenumtypes.c and gdkmarshalers.c.
2491
2492         * gdk/makegdkalias.pl: Cosmetic fix.
2493
2494         * gdk/Makefile.am: Add gdkalias.h to BUILT_SOURCES.
2495
2496 2004-08-09  Hans Breuer  <hans@breuer.org>
2497
2498         * gtk/makefile.msc.in : autogenerate gtk.def, cleanup
2499
2500         * gdk/win32/gdkwindow-win32.c gdk/win32/gdkevents-win32.c : 
2501         removed long time unused ifdef/ed code (WITHOUT_WM_CREATE), 
2502         removed duplicated call to gdk_window_set_cursor()
2503
2504 Mon Aug  9 15:41:17 2004  Matthias Clasen  <maclas@gmx.de>
2505
2506         Add hidden aliases for exported symbols which are
2507         used internally in order to get rid of many PLT 
2508         entries.  (#145519, Arjan van de Ven)
2509         
2510         * gdk/Makefile.am: Add rules to generate gdk.def and 
2511         gdkalias.h from gdk.symbols, and make make check check 
2512         the abi with abicheck.sh.
2513
2514         * gdk/gdk.symbols: New file. Definition of the GDK ABI.
2515         The file can be processed by cpp to filter out certain 
2516         subsets of symbols.
2517
2518         * gdk/abicheck.sh: New file. Script to check the actually 
2519         symbols exported from libgdk-x11.2.0.so against the symbols
2520         found in gdk.symbols.
2521
2522         * gdk/makegdkalias.pl: New file. Perl script to generate the 
2523         header containing the alias definitions for internally used 
2524         exported symbols from a list of symbols.
2525
2526         * gdk/*.c, gdk/x11/*.c: Include gdkalias.h
2527         
2528 2004-08-09  Morten Welinder  <terra@gnome.org>
2529
2530         * gdk/x11/gdkdnd-x11.c (gdk_drag_drop_succeeded): Fix C99ism.
2531
2532 Mon Aug  9 15:27:01 2004  Matthias Clasen  <maclas@gmx.de>
2533
2534         * gtk/makegtkalias.pl: Also revert 
2535         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.
2536
2537 Mon Aug  9 15:19:34 2004  Matthias Clasen  <maclas@gmx.de>
2538
2539         * gdk/gdk.h: 
2540         * gdk/gdkrgb.h: Add the exported functions 
2541         gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(),
2542         gdk_keyboard_grab_info_libgtk_only() to the appropriate
2543         headers.
2544
2545 Mon Aug  9 14:24:46 2004  Matthias Clasen  <maclas@gmx.de>
2546
2547         * gdk/x11/gdkevents-x11.c (gdk_event_send_client_message_to_all_recurse): 
2548         Make static.
2549
2550 Mon Aug  9 12:48:04 2004  Matthias Clasen  <maclas@gmx.de>
2551
2552         Add hidden aliases for exported symbols which are
2553         used internally in order to get rid of many PLT 
2554         entries.  (#145519, Arjan van de Ven)
2555         
2556         * gtk/Makefile.am: Add rules to generate gtk.def and 
2557         gtkalias.h from gtk.symbols, and make make check check 
2558         the abi with abicheck.sh.
2559         (gtk_private_h_sources): Add gtkinternals.h
2560         (gtk_built_private_headers): Add gtkalias.h
2561         (gtk_extra_sources): Add gtk.symbols
2562         (EXTRA_DIST): Add makegtkalias.pl and abicheck.sh
2563
2564         * gtk/gtk.symbols: New file. Definition of the GTK+ ABI.
2565         The file can be processed by cpp to filter out certain 
2566         subsets of symbols.
2567
2568         * gtk/abicheck.sh: New file. Script to check the actually 
2569         symbols exported from libgtk-x11.2.0.so against the symbols
2570         found in gtk.symbols.
2571
2572         * gtk/makegtkalias.pl: New file. Perl script to generate the 
2573         header containing the alias definitions for internally used 
2574         exported symbols from a list of symbols.
2575
2576         * gtk/gtkinternals.h: New file. An uninstalled header listing
2577         symbols which must be exported for some reason and do not appear
2578         in any other header.
2579
2580         * gtk/*.c: Include gtkalias.h
2581         
2582 Mon Aug  9 11:49:46 2004  Matthias Clasen  <maclas@gmx.de>
2583
2584         * gtk/gtkmain.c: Only undef gtk_init_check and gtk_init on win32.
2585
2586 Mon Aug  9 10:50:05 2004  Matthias Clasen  <maclas@gmx.de>
2587
2588         * gtk/gtkentry.h: Add gtk_entry_layout_index_to_text_index() 
2589         and its inverse. The have always been exported and are meant
2590         to be public.
2591         
2592 Mon Aug  9 00:28:34 2004  Matthias Clasen  <maclas@gmx.de>
2593
2594         * gtk/gtkicontheme.c (load_svg_at_size): Don't leak the 
2595         file contents.
2596
2597 Mon Aug  9 00:13:03 2004  Matthias Clasen  <maclas@gmx.de>
2598
2599         * gtk/gtkaboutdialog.c (icon_set_new_from_pixbufs): Don't
2600         leak the icon source.
2601
2602 Sun Aug  8 23:46:20 2004  Matthias Clasen  <maclas@gmx.de>
2603
2604         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't
2605         leak a reference to the pixbufs.
2606
2607 Sun Aug  8 23:36:55 2004  Matthias Clasen  <maclas@gmx.de>
2608
2609         * gtk/gtkcombobox.c (gtk_combo_box_menu_setup): Ref
2610         and sink the column.
2611         (gtk_combo_box_menu_destroy): Unref the column.
2612
2613 Sun Aug  8 23:35:00 2004  Matthias Clasen  <maclas@gmx.de>
2614
2615         * gtk/gtkdnd.c (gtk_drag_source_add_text_targets): 
2616         (gtk_drag_dest_add_text_targets): Don't leak a reference 
2617         to the target list.
2618
2619 Sun Aug  8 22:52:26 2004  Matthias Clasen  <maclas@gmx.de>
2620
2621         * gtk/gtkcombobox.c (find_menu_by_path): Don't stumble over
2622         separators which are not backed by model rows.
2623
2624 Sun Aug  8 11:01:23 2004  Matthias Clasen  <maclas@gmx.de>
2625
2626         * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
2627         the path.
2628
2629 2004-08-08  Hans Breuer  <hans@breuer.org>
2630
2631         * gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into
2632         account again to allow dnd of other things than text
2633
2634         * gdk/win32/gdkselection-win32.c : offer windows bitmap to
2635         be pasted from clipboard (makes The GIMP 2.1's 
2636         "File/Acquire/Paste as New" work, only using gtk+ API) 
2637
2638 Sun Aug  8 01:32:36 2004  Matthias Clasen  <maclas@gmx.de>
2639
2640         * gtk/gtk.def: Add gtk_cell_renderer_progress_get_type.
2641
2642 Sun Aug  8 01:29:08 2004  Matthias Clasen  <maclas@gmx.de>
2643
2644         * gtk/gtk.def: Replace duplicate gtk_tree_view_get_hover_expand
2645         by gtk_tree_view_set_hover_expand.
2646
2647 Sun Aug  8 01:23:08 2004  Matthias Clasen  <maclas@gmx.de>
2648
2649         * gtk/gtk.def: Remove the static function gtk_menu_get_private.
2650
2651 2004-08-07  Tor Lillqvist  <tml@iki.fi>
2652
2653         * gdk/win32/gdkkeys-win32.c (update_keymap): Don't hardcode
2654         mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let ToAsciiEx()
2655         map it to what's printed on the keypad decimal key for the current
2656         input locale (keyboard layout). (#149404)
2657
2658 Sat Aug  7 18:19:03 2004  Matthias Clasen  <maclas@gmx.de>
2659
2660         * gtk/gtkfilechooserdefault.c (save_folder_combo_create): 
2661         (shortcuts_list_create): Use GtkTreeViewRowSeparatorFunc 
2662         instead of GtkCellRendererSepText.  (#147864)
2663
2664         * gtk/gtkcellrendererseptext.[hc]: Removed.
2665
2666         * gtk/Makefile.am: Remove gtkcellrendererseptext.[hc]
2667         
2668 Sat Aug  7 18:15:15 2004  Matthias Clasen  <maclas@gmx.de>
2669
2670         * gtk/gtkcombobox.c (gtk_combo_box_menu_row_deleted): 
2671         (gtk_combo_box_menu_row_inserted): 
2672         (gtk_combo_box_menu_row_changed): Correctly handle
2673         insertion and deletion of separators in menu mode.
2674
2675 2004-08-07  Tor Lillqvist  <tml@iki.fi>
2676
2677         * gdk/win32/gdkevents-win32.c (handle_configure_event,
2678         gdk_event_translate:WM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to
2679         top-level window coordinates, not just in generated
2680         events. (#148526, Robert Ögren)
2681
2682 Sat Aug  7 01:26:08 2004  Matthias Clasen  <maclas@gmx.de>
2683
2684         Make the column drag code a bit more robust (still scary, 
2685         though).  (#106992, Christian Biere)
2686         
2687         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): Assert
2688         that cur_reorder is NULL here.
2689
2690         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column): 
2691         Reset cur_reorder to NULL, and only hide drag_highlight_window 
2692         if it exists.  
2693
2694 2004-08-06  Federico Mena Quintero  <federico@ximian.com>
2695
2696         Fix #144232:
2697
2698         * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a
2699         GtkFileChooserEntry for the file name, rather than a GtkEntry.
2700         (update_chooser_entry): Set the contents of the file chooser entry
2701         rather than the plain entry's.
2702         (gtk_file_chooser_default_set_current_folder): Set the new folder
2703         on the save entry.
2704         (gtk_file_chooser_default_set_current_name): Set the name on the
2705         file chooser entry.
2706         (check_save_entry): Use the file chooser entry rather than the
2707         plain entry.
2708
2709         * gtk/gtkfilechooserentry.c
2710         (_gtk_file_chooser_entry_set_base_folder): Call
2711         gtk_file_chooser_entry_changed() so that we recompute the current
2712         folder based on the new base folder.
2713
2714 2004-08-06  Hans Breuer  <hans@breuer.org>
2715
2716         * gdk/win32/gdkwindow-win32.c : make it compile and more
2717         similar to the X11 implementation [backward compatibility
2718         for GDK_WINDOW_TEMP, GDK_INPUT_ONLY (fixes bug #148702), 
2719         use the *screen* function variants, dont reparent already 
2720         destroyed]
2721         (get_visible_region) : take the win32 part into account
2722         (_gdk_windowing_window_destroy) : remove from handle table
2723
2724         * gdk/win32/gdkdisplay-win32.c : added 
2725         gdk_display_(request|supports)_selection_notification ()
2726         with a currently mostly pointless implementation ;-)
2727
2728         * gtk/gtkfilesystemwin32.c (*_to_path) : same changes as on *NIX,
2729         plugs memory leak
2730         (gtk_file_system_win32_render_icon) : use new GTK_STOCK_DIRECTORY
2731
2732         * gtk/makefile.msc.in demos/gtk-demo/makefile.msc.in 
2733           gtk/stock-icons/makefile.msc tests/makefile.msc : updated
2734
2735         * gdk/gdk.def gtk/gtk.def : updated externals
2736
2737         * tests/testiconview.c : remove unneeded dirent.h inclusion
2738
2739 2004-08-06  Matthias Clasen  <mclasen@redhat.com>
2740
2741         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): Fix
2742         an off-by-one error.  (#141809, Markku Vire)
2743
2744         * gtk/gtkdnd.c (gtk_drag_dest_set, gtk_drag_source_set): Really
2745         fix the initialization of the target list.
2746
2747         Support XDND v5. (#10220, Owen Taylor)
2748         
2749         * gdk/x11/gdkdnd-x11.c: Record the XDND version and whether the
2750         drop was successful in the GdkDragContextPrivateX11 struct.
2751         (xdnd_finished_filter): Store the success status of the drop
2752         for an XDND version 5 interaction. For other versions, always
2753         assume the drop was successful.
2754         (xdnd_check_dest): Return the protocol version.
2755         (_gdk_drag_get_protocol_for_display): Return the protocol version.
2756         (gdk_drag_find_window_for_screen): Store the used protocol version
2757         in the GdkDragContext.
2758         (xdnd_send_enter): Send the used protocol version from the context,
2759         instead of hardwiring 3.
2760         (xdnd_enter_filter): Accept protocol versions >= 3 and store the
2761         used protocol version in the context.
2762
2763         * gdk/gdkdnd.h: 
2764         * gdk/x11/gdkdnd-x11.c (gdk_drag_drop_succeeded): New function
2765         to find out whether a drop was successful.
2766
2767 2004-07-28  Robert Ögren  <gtk@roboros.com>
2768
2769         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Set x_root
2770         and y_root in button and motion events from the tablet. (#148715)
2771
2772 Thu Aug  5 19:58:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2773
2774         * gtk/gtkplug.c (gtk_plug_realize): Call
2775         gdk_window_enable_synchronized_configure()
2776
2777         * gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): Make
2778         noop if gdk_window_enable_synchronized_configure() has not been
2779         called.
2780
2781 2004-08-04  Matthias Clasen  <mclasen@redhat.com>
2782
2783         * gtk/gtkfilechooser.[hc]: Add setter and getter for the 
2784         ::show-hidden property.  (#145610, Jeff Franks)
2785
2786         * tests/testiconview.c: Add buttons to select and unselect all
2787         nodes, make the popup menu actually work.
2788
2789         * gtk/gtkiconview.c: Make GTK_SELECTION_BROWSE work as intended,
2790         let button 3 presses through to the app, to make popup menus
2791         work.
2792
2793         * tests/Makefile.am: Add testiconview.
2794         * tests/testiconview.c: A test for GtkIconView
2795         * tests/gnome-textfile.png: ...which uses this image.
2796
2797 Wed Aug  4 01:37:57 2004  Matthias Clasen  <maclas@gmx.de>
2798
2799         * gtk/gtktreeview.c: 
2800         * gtk/gtktreestore.c: 
2801         * gtk/gtktreemodelfilter.c: 
2802         * gtk/gtknotebook.c: s/childs/children/g.
2803
2804 Wed Aug  4 01:04:48 2004  Matthias Clasen  <maclas@gmx.de>
2805
2806         Fix #133446, noticed by Christian Persch:
2807         
2808         * gtk/gtkaction.c (gtk_action_class_init): Add a new boolean 
2809         property ::visible-overflown. 
2810         * gtk/gtkaction.c (gtk_action_create_menu_proxy): Don't create 
2811         a menu proxy if visible_overflown is FALSE.  
2812
2813 Tue Aug  3 20:16:26 2004  Matthias Clasen  <maclas@gmx.de>
2814
2815         * gtk/gtkactiongroup.[hc]: Make the the GtkAction{Toggle,Radio,}Entry*
2816         arguments to the gtk_action_group_add_..._actions() functions const, 
2817         since the most common use case is to use a static array.  (142334, 
2818         Mariano Suarez-Alvarez)
2819
2820 Tue Aug  3 20:03:33 2004  Matthias Clasen  <maclas@gmx.de>
2821
2822         * gtk/gtkuimanager.c (get_node): Make gtk_ui_manager_add_ui()
2823         accept paths with a leading "/ui".  (#149077, David Malcolm)
2824
2825 Tue Aug  3 19:59:29 2004  Matthias Clasen  <maclas@gmx.de>
2826
2827         * gtk/gtkiconview.c: Fix some warnings.
2828
2829 Tue Aug  3 18:38:40 2004  Matthias Clasen  <maclas@gmx.de>
2830
2831         * gtk/gtktreemodelfilter.c: Correct the return type
2832         of gtk_tree_model_filter_get_flags().  (#149195, Morten Welinder)
2833
2834 Tue Aug  3 18:16:55 2004  Matthias Clasen  <maclas@gmx.de>
2835
2836         Fix #149191, reported by Morten Welinder:
2837         
2838         * gtk/gtkmain.c: Include gtkclipboard.h,
2839         * gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not
2840         _gtk_widget_emit_grab_notify.  
2841
2842 Tue Aug  3 14:50:14 2004  Matthias Clasen  <maclas@gmx.de>
2843
2844         * gtk/gtkicontheme.c (add_size): Add missing parens.
2845         (#149190, Morten Welinder)
2846
2847 Tue Aug  3 14:29:49 2004  Matthias Clasen  <maclas@gmx.de>
2848
2849         * gtk/gtkcombobox.c (gtk_combo_box_menu_fill): Remove 
2850         accidentally committed debug code.
2851
2852 Tue Aug  3 01:19:12 2004  Matthias Clasen  <maclas@gmx.de>
2853
2854         * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): Optimize 
2855         for the case that row_column and col_column are unset.  
2856         (#148868, Lorenzo Gil Sánchez)
2857
2858 Mon Aug  2 21:52:45 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2859
2860         * gdk/x11/gdkwindow-x11.c (ensure_sync_counter): New
2861         function. Make sure the sync counter is recreated when a window is
2862         reparented to become a toplevel. (#148358)
2863
2864 2004-08-02  Matthias Clasen  <mclasen@redhat.com>
2865
2866         * tests/testcombo.c: Some trees in combo boxes.
2867
2868         * gtk/gtkcombobox.c: Rework the combo box to handle 
2869         tree models.  (#139582, Matt Walton)
2870         
2871         * gtk/gtktreeview.h: 
2872         * gtk/gtktreeview.c: 
2873         * gtk/gtktreeprivate.h: Add a new boolean property 
2874         ::hover-expand and make the treeview expand/collapse rows
2875         on mouseover if it is set.
2876
2877         * gtk/gtkiconview.h: Remove some erroneous declarations.
2878
2879         * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Don't
2880         crash if the displayed row is gone.
2881
2882 2004-08-02  Morten Welinder  <terra@gnome.org>
2883
2884         * gtk/gtkentry.c (gtk_entry_motion_notify): C99ism.
2885
2886 Mon Aug  2 01:30:03 2004  Matthias Clasen  <maclas@gmx.de>
2887
2888         * gtk/gtktextview.[hc]: 
2889         * gtk/gtkentry.[hc]: Add a new binding signal ::backspace,
2890         bind it to the backspace key, and make it pay attention 
2891         to the Pango backspace_deletes_character 
2892         attribute.  (#119891, Noah Levitt, patch by Theppitak 
2893         Karoonboonyanan)
2894
2895 Mon Aug  2 01:02:57 2004  Matthias Clasen  <maclas@gmx.de>
2896
2897         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): 
2898         (gdk_check_wm_desktop_changed): Add missing error 
2899         traps.  (#149011, Thomas Leonard)
2900
2901 Mon Aug  2 00:21:26 2004  Matthias Clasen  <maclas@gmx.de>
2902
2903         * gtk/gtktextview.c (blink_cb): Add the same warning
2904         that the blink_cb() in GtkEntry already has.  (#148733)
2905
2906 Mon Aug  2 00:12:16 2004  Matthias Clasen  <maclas@gmx.de>
2907
2908         * gtk/gtkentry.c (gtk_entry_class_init):
2909         (gtk_entry_get_alignment): 
2910         (gtk_entry_set_alignment): Document the xalign property
2911         and its getter and setter as 2.4 additions.  (#148978,
2912         Axel Simon)
2913
2914 Mon Aug  2 00:11:31 2004  Matthias Clasen  <maclas@gmx.de>
2915
2916         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): 
2917         * gtk/gtkactiongroup.c (gtk_action_group_class_init): Use
2918         canonical signal names in doc comments, since gtk-doc won't
2919         pick up signal docs with underscores.  
2920
2921 2004-08-01  Matthias Clasen  <mclasen@redhat.com>
2922         
2923         * configure.in: Post-release version bump
2924
2925         * === Released 2.5.1 ===
2926  
2927 Thu Jul 29 16:36:42 2004  Jonathan Blandford  <jrb@redhat.com>
2928
2929         * gtk/gtktreeprivate.h: New arguments
2930
2931         * gtk/gtktreeview.c:
2932         (gtk_tree_view_class_init): Add key_release callback
2933         (gtk_tree_view_init): Initialize timeout handler
2934         (gtk_tree_view_unrealize): clear timeout if needed
2935         (gtk_tree_view_key_press): Typeahead support
2936         (gtk_tree_view_key_release): Not used yet -- will be needed for
2937         typeahead.
2938         (gtk_tree_view_search_entry_flush_timeout): Remove typeahead entry
2939         in a timeout.
2940         (gtk_tree_view_ensure_interactive_directory):
2941         (gtk_tree_view_real_start_interactive_search):
2942         (gtk_tree_view_search_init):
2943         (gtk_tree_view_start_interactive_search): Typeahead support added.
2944         (gtk_tree_view_search_dialog_hide): Clear timeout and text when we
2945         hide.
2946
2947 Sat Jul 31 23:17:44 2004  Matthias Clasen  <maclas@gmx.de>
2948
2949         * NEWS: Updates
2950
2951 Sat Jul 31 01:13:01 2004  Matthias Clasen  <maclas@gmx.de>
2952
2953         * gtk/gtkwindow.c: 
2954         * gtk/gtkentry.c: 
2955         * gtk/gtkaction.c: Use the canonical form of signal names 
2956         after "notify::". Otherwise, no notification arrives. 
2957         GObject should have a warning for that, really.  (#148879, 
2958         Lorenzo Gil Sánchez)
2959
2960 Sat Jul 31 00:42:08 2004  Matthias Clasen  <maclas@gmx.de>
2961
2962         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): 
2963         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_above): Don't
2964         set both states at once.  (#148789, Matthew Garrett)
2965
2966 2004-07-30  Matthias Clasen  <mclasen@redhat.com>
2967
2968         * gtk/gtkcombobox.c: Don't forget to destroy the row separator
2969         function user data when the combo box is destroyed.
2970
2971 2004-07-30  Matthias Clasen  <mclasen@redhat.com>
2972
2973         * gtk/gtkcombobox.h: 
2974         * gtk/gtkcombobox.c: Change the api for separators to use a 
2975         separator function instead of a boolean column.
2976
2977         * tests/testcombo.c: Update to match the api change.
2978
2979 Fri Jul 30 02:21:41 2004  Matthias Clasen  <maclas@gmx.de>
2980
2981         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
2982         Fix the positioning of the popup. 
2983
2984 Fri Jul 30 00:56:31 2004  Matthias Clasen  <maclas@gmx.de>
2985
2986         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_active_changed): 
2987         Implement this in terms of gtk_combo_box_get_active_iter(),
2988         instead of gtk_combo_box_get_active().
2989
2990 2004-07-29  Federico Mena Quintero  <federico@ximian.com>
2991
2992         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): Add
2993         a field for an "add to shortcuts" menu item.
2994         (popup_menu_detach_cb): Clear out the field.
2995         (file_list_build_popup_menu): Only build the menu here.
2996         (file_list_update_popup_menu): Build the menu, then update the
2997         sensitivity of its items.
2998         (file_list_popup_menu): Use file_list_update_popup_menu().
2999         (bookmarks_check_add_sensitivity): Also set the sensitivity of the
3000         popup menu item.  Correctly handle the case for a *single* file.
3001         Simplify a bit.
3002         (bookmarks_add_selected_folder): New helper function; code moved
3003         over from add_bookmark_button_clicked_cb().
3004         (add_bookmark_button_clicked_cb): Use the function above.
3005         (selection_check): Rather than returning a boolean value for
3006         emptiness, actually return the number of selected rows.  Also,
3007         simplify a bit.
3008         (get_selected_path): New helper function.
3009
3010 2004-07-29  Anders Carlsson  <andersca@gnome.org>
3011
3012         * demos/gtk-demo/Makefile.am:
3013         * demos/gtk-demo/clipboard.c: (copy_button_clicked),
3014         (paste_received), (paste_button_clicked), (do_clipboard):
3015         Add clipboard demo.
3016         
3017 2004-07-28  Federico Mena Quintero  <federico@ximian.com>
3018
3019         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
3020         Store signal IDs in gulongs, not guints!
3021         (gtk_file_chooser_default_hierarchy_changed): We now monitor the
3022         focus widget on our toplevel to know which widget was last focused
3023         at the time our "should_respond" method gets called.
3024         (shortcuts_activate_selected): New helper function.
3025         (shortcuts_get_selected): New helper function.
3026         (remove_selected_bookmarks): Use shortcuts_get_selected().
3027         (bookmarks_check_remove_sensitivity): Likewise.
3028         (shortcuts_reorder): Likewise.
3029         (shortcuts_activate_iter): Renamed from shortcuts_activate_item().
3030         Activate by iter, not by item number.
3031         (save_folder_combo_changed_cb): Use shortcuts_activate_iter().
3032         (shortcuts_row_activated_cb): Likewise.
3033         (gtk_file_chooser_default_should_respond): If the last focused
3034         widget on the toplevel was the shortcuts list, activate the
3035         selected shortcut.
3036
3037 2004-07-28  Matthias Clasen  <mclasen@redhat.com>
3038
3039         * gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against
3040         current freetype.  (#148558, Nicolas Deves)
3041
3042         * gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by 
3043         ROW_HEIGHT.  (#145528)
3044
3045         * gtk/gtkuimanager.c: Warning fixes.
3046
3047         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Fix
3048         prototype mismatch.  (#148589, Nicolas Deves)
3049
3050 2004-07-28  Anders Carlsson  <andersca@gnome.org>
3051
3052         * gdk/x11/gdkdrawable-x11.c (gdk_draw_rectangle_alpha_libgtk_only): 
3053         Cast to 32-bit integers when premultiplying, suggested by Keith Packard.
3054
3055 2004-07-27  Anders Carlsson  <andersca@gnome.org>
3056
3057         * demos/gtk-demo/iconview.c: (do_iconview):
3058         Change selection mode to multiple.
3059         
3060         * gdk/gdkdrawable.h:
3061         * gdk/linux-fb/gdkdrawable-fb2.c:
3062         (gdk_draw_rectangle_alpha_libgtk_only):
3063         * gdk/win32/gdkdrawable-win32.c:
3064         (gdk_draw_rectangle_alpha_libgtk_only):
3065         * gdk/x11/gdkdrawable-x11.c: (gdk_x11_draw_image),
3066         (get_impl_drawable), (gdk_x11_draw_pixbuf),
3067         (gdk_draw_rectangle_alpha_libgtk_only):
3068         Add gdk_draw_rectangle_alpha_libgtk_only which uses 
3069         XRenderFillRectangle on X11. It's stubbed out on the 
3070         Win32 and fb backends.
3071         
3072         * gtk/gtkiconview.c: 
3073         (gtk_icon_view_paint_rubberband):
3074         Use gdk_draw_rectangle_alpha_libgtk_only here.
3075
3076 2004-07-27  Anders Carlsson  <andersca@gnome.org>
3077
3078         * gtk/gtkaboutdialog.c: (gtk_about_dialog_init),
3079         (text_view_style_set), (add_credits_page),
3080         (display_credits_dialog), (display_license_dialog):
3081         Remove dialog separators, fix text view background setting,
3082         use Close buttons instead of OK buttons.
3083         
3084 2004-07-27  Matthias Clasen  <mclasen@redhat.com>
3085
3086         * gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory): 
3087         Add a frame around the C-f popup to stop it from merging visually
3088         in whatever is underneath.
3089
3090         * gtk/gtkcombobox.h: 
3091         * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): New 
3092         function necessary to make GtkComboBox accessible.  (#132847, 
3093         Padraig O'Briain)
3094
3095 Tue Jul 27 02:34:06 2004  Matthias Clasen  <maclas@gmx.de>
3096
3097         * gtk/gtkwidget.c (gtk_widget_dispose): Hide parentless
3098         windows when disposing them.  (#133231, Michael Natterer)
3099
3100 2004-07-26  Matthias Clasen  <mclasen@redhat.com>
3101
3102         * gtk/gtklabel.c (gtk_label_class_init): Expand the documentation
3103         for GtkLabel::ellipsize.
3104
3105 Mon Jul 26 00:38:27 2004  Matthias Clasen  <maclas@gmx.de>
3106
3107         Make the GtkComboBox in list mode scroll if the list is too
3108         large to fit in the popup.  (#135543)
3109
3110         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add a 
3111 o       scrolled window to the popup in list mode.
3112         (gtk_combo_box_list_position): Calculate the height of the
3113         popup so that it fits on the screen, set the scrollbar policy
3114         of the scrolled window appropriately.
3115         (gtk_combo_box_popup): Use the height calculated by 
3116         gtk_combo_box_list_position().
3117         (gtk_combo_box_remeasure): Don't add unnecessary padding.
3118         (gtk_combo_box_size_request): But add the focus with here.
3119         (gtk_combo_box_list_setup): Connect to enter notify on the 
3120         popup window to activate auto scrolling.
3121         (gtk_combo_box_list_enter_notify): Activate auto scrolling.
3122         (gtk_combo_box_list_button_pressed): Setup a timeout for
3123         auto scrolling. 
3124         (gtk_combo_box_list_scroll_timeout): Timeout function for
3125         auto scrolling.
3126         (gtk_combo_box_list_auto_scroll): Scroll the list when the 
3127         pointer leaves the window.
3128         
3129 Sun Jul 25 19:51:17 2004  Matthias Clasen  <maclas@gmx.de>
3130
3131         * gtk/gtknotebook.c (gtk_notebook_scroll): Ignore scroll
3132         events from the content of the page.  (#148409, Gabriel 
3133         de Perthuis)
3134
3135 Sat Jul 24 21:38:12 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3136
3137         * gtk/gtktoolbar.c (internal_insert_element): Warn if you try to
3138         add a tool item to a toolbar using the deprecated API.
3139
3140 Fri Jul 23 13:04:10 2004  Matthias Clasen  <maclas@gmx.de>
3141
3142         * gtk/gtkdnd.c (gtk_drag_dest_set): Revert the change to
3143         initialize target_list to an empty list instead of NULL,
3144         since it broke tree dnd.  (#148215, Ernst Persson)
3145
3146         * gtk/gtkdnd.c (gtk_drag_dest_add_text_targets): 
3147         * gtk/gtkdnd.c (gtk_drag_source_add_text_targets): Instead 
3148         handle target list being NULL here.
3149
3150 2004-07-23  Dafydd Harries  <daf@muse.19inch.net>
3151
3152         * gtk/gtkradioaction.c:
3153         * gtk/gtkradiobutton.c:
3154         * gtk/gtkentry.c:
3155         * gtk/gtkmisc.c:
3156         Improve various translatable messages. (#137616)
3157
3158 Fri Jul 23 11:11:10 2004  Matthias Clasen  <maclas@gmx.de>
3159
3160         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing): 
3161         Align the entry in the same way as the cell.  (#136749)
3162
3163 Fri Jul 23 11:01:00 2004  Matthias Clasen  <maclas@gmx.de>
3164
3165         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
3166         Don't iterate too far up. (#147965, Olivier Sessink)
3167
3168 Fri Jul 23 10:28:43 2004  Matthias Clasen  <maclas@gmx.de>
3169
3170         * gtk/gtktreeview.c (gtk_tree_view_finalize): 
3171         * gtk/gtkradioaction.c (gtk_radio_action_finalize): 
3172         * gtk/gtkfontsel.c (gtk_font_selection_finalize): 
3173         * gtk/gtkcellview.c (gtk_cell_view_finalize): 
3174         * gtk/gtkcalendar.c (gtk_calendar_finalize): 
3175         * gtk/gtkactiongroup.c (gtk_action_group_finalize): Remove
3176         unnecessary checks.  (#148175, Morten Welinder)
3177
3178 Thu Jul 22 01:42:16 2004  Matthias Clasen  <maclas@gmx.de>
3179
3180         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
3181         Add a new :ellipsize property which controls ellipsization of the 
3182         rendered text.  (#144835, Vincent Untz, patch by Jonathan Blandford
3183         and Anders Carlsson)
3184         
3185         * gtk/gtkfilechooserdefault.c (create_file_list): Use ellipsization
3186         for the name column.
3187
3188 Thu Jul 22 01:21:28 2004  Matthias Clasen  <maclas@gmx.de>
3189
3190         * gtk/gtkfontsel.c (gtk_font_selection_init): Add additional
3191         accessability relations.  (#141804,  Padraig O'Briain)
3192
3193 Thu Jul 22 01:16:23 2004  Matthias Clasen  <maclas@gmx.de>
3194
3195         * gtk/gtkcombobox.c: Avoid some warnings.
3196
3197 Thu Jul 22 01:05:16 2004  Matthias Clasen  <maclas@gmx.de>
3198
3199         * configure.in: Require Pango 1.5.1 (for ellipsisation).
3200
3201         * gtk/gtklabel.h: 
3202         * gtk/gtklabel.c (gtk_label_class_init): Add a new :ellipsize
3203         property which controls ellipsization of the label.  (#125250, 
3204         Tim Van Wassenhove, patch by James M. Cape)
3205
3206         * tests/testellipsise.c: Simple test for ellipsizsation.
3207
3208 Wed Jul 21 22:46:27 2004  Matthias Clasen  <maclas@gmx.de>
3209
3210         * gtk/gtkcombobox.c (gtk_combo_box_new_text): Don't leak the
3211         list store.  (#148134, Crispin Flowerday)
3212
3213 Wed Jul 21 22:35:47 2004  Matthias Clasen  <maclas@gmx.de>
3214
3215         * gtk/gtkcombobox.c (gtk_combo_box_destroy): Don't leak the
3216         menu.  (#148110, Tommi Komulainen)
3217
3218 Wed Jul 21 22:24:10 2004  Matthias Clasen  <maclas@gmx.de>
3219
3220         * gtk/gtkcellview.c (gtk_cell_view_finalize): Don't leak
3221         tree model and tree row reference.  (#148125, Crispin Flowerday)
3222
3223 Wed Jul 21 22:17:06 2004  Matthias Clasen  <maclas@gmx.de>
3224
3225         * tests/testcombo.c (main): Don't leak models.  (#148128,
3226         Tommi Komulainen)
3227
3228 Wed Jul 21 21:26:08 2004  Matthias Clasen  <maclas@gmx.de>
3229
3230         * gtk/gtkviewport.c (viewport_set_adjustment): Don't leak
3231         the adjustments.  (#148089, Tommi Komulainen)
3232
3233 Wed Jul 21 21:20:21 2004  Matthias Clasen  <maclas@gmx.de>
3234
3235         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't leak
3236         the adjustments.  (#148073, Tommi Komulainen)
3237
3238 Wed Jul 21 21:04:50 2004  Matthias Clasen  <maclas@gmx.de>
3239
3240         * gtk/gtktoolbar.c (gtk_toolbar_finalize): Don't leak the 
3241         arrow.  (#148064, Tommi Komulainen)
3242
3243 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
3244
3245         * gtk/gtkcalendar.c: Use the new text target functionality
3246         in GtkTargetList instead of hardcoding a subset of text targets.
3247
3248 Tue Jul 20 23:11:23 2004  Matthias Clasen  <maclas@gmx.de>
3249
3250         * gdk/x11/gdkevents-x11.c: Hook up gtk-menu-bar-accel to
3251         an XSetting, Gtk/MenuBarAccel.  (#120859, Scott James Remnant)
3252
3253 Tue Jul 20 22:26:29 2004  Matthias Clasen  <maclas@gmx.de>
3254
3255         * gtk/gtkfilechooserutils.h: 
3256         * gtk/gtktoolbutton.c: 
3257         * gtk/gtktoolbar.c: 
3258         * gtk/gtkicontheme.c: 
3259         * gtk/gtkcalendar.c: 
3260         * demos/gtk-demo/ui_manager.c: 
3261         * demos/gtk-demo/appwindow.c: Remove trailing commas
3262         from enumerations.  (#148035)
3263
3264 2004-07-20  Federico Mena Quintero  <federico@ximian.com>
3265
3266         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Fix the
3267         documentation comment for the editing-started signal.
3268
3269         * gtk/gtkmarshalers.list: Added VOID:OBJECT,STRING for
3270         GtkCellRenderer::editing-started.
3271
3272 2004-07-20  Matthias Clasen  <mclasen@redhat.com>
3273
3274         * tests/testactions.c (main): 
3275         * tests/testmerge.c (main): Add some refcount debugging.
3276
3277         * gtk/gtkuimanager.c (update_node, free_node): Ref an sink
3278         all proxies, so that we can properly clean up floating proxies
3279         which the app didn't adopt.  (#147926, Tommi Komulainen)
3280
3281 2004-07-20  Matthias Clasen  <mclasen@redhat.com>
3282
3283         Allow custom initialization of cell editables.  (#147221)
3284         
3285         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): 
3286         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Add a 
3287         ::editing-started signal as a hook for setting up the 
3288         GtkCellEditable.
3289         (gtk_cell_renderer_start_editing): ...and emit it here.
3290
3291 Mon Jul 19 23:51:50 2004  Matthias Clasen  <maclas@gmx.de>
3292
3293         * gtk/gtktreeview.c (gtk_tree_view_button_press): Set drag_pos
3294         before grabbing the focus, since we may reenter into 
3295         gtk_tree_view_motion_resize_column() which requires drag_pos
3296         to be set.  (#147913, Guilherme Salgado, patch by John Finlay) 
3297
3298 Mon Jul 19 23:51:50 2004  Matthias Clasen  <maclas@gmx.de>
3299
3300         * gtk/gtktreeview.c (gtk_tree_view_enter_notify): Don't
3301         use uninitialized node pointer.  (#147911, Peter Zelezny)
3302
3303 Tue Jul 20 04:34:56 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3304
3305         * configure.in: Bump version number
3306
3307 Sun Jul 18 17:21:10 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3308
3309         * === Released 2.5.0 ===
3310
3311         * NEWS: updates
3312
3313         * tests/testcombo.c: Fix compilation
3314
3315 2004-07-19  Matthias Clasen  <mclasen@redhat.com>
3316
3317         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_popup_completion):
3318         Fix doc comment.
3319         
3320 2004-07-19  Matthias Clasen  <mclasen@redhat.com>
3321
3322         Make GtkCellView public, since people seem to have uses for it, 
3323         it is clean API and we were just conservative in not making it 
3324         public initially. At the same time, get rid of GtkCellViewMenuItem,
3325         which doesn't have any function which can't be served by a
3326         GtkMenuItem with a GtkCellView child.  (#136637, Padraig O'Briain)
3327
3328         * gtk/gtk.h: Include gtkcellview.h
3329
3330         * gtk/Makefile.am (gtk_public_h_sources): 
3331
3332         * gtk/Makefile.am (gtk_private_h_sources): 
3333         (gtk_c_sources): Remove gtkcellviewmenuitem.[hc]
3334         * gtk/gtkcombobox.c: Replace all uses of GtkCellViewMenuItem by
3335         GtkMenuItem with a GtkCellView child.
3336
3337         * gtk/gtkcellviewmenuitem.[hc]: Removed.
3338
3339 2004-07-19  Matthias Clasen  <mclasen@redhat.com>
3340
3341         Support inline autocompletion in entries  (#135953)
3342         
3343         * gtk/gtkentryprivate.h: 
3344         * gtk/gtkentrycompletion.h: 
3345         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
3346         Add a new signal ::insert-prefix which can be used to override 
3347         the default inline-completion behaviour. Add two new boolean
3348         properties, :popup_completion and :inline_completion which
3349         determine how the possible completions should be presented.
3350         (gtk_entry_completion_insert_prefix): New function to request
3351         a prefix insertion. 
3352
3353         * gtk/gtkentry.c: Add the necessary glue for inline completion. 
3354
3355 Sun Jul 18 15:28:24 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3356
3357         * gtk/gtkdnd.c (gtk_drag_source_set, gtk_drag_dest_set): Create an
3358         empty target list if targets is NULL.
3359
3360         * configure.in: Add check for X11/extensions/sync.h. (#147416,
3361         Morten Welinder)
3362
3363 Sun Jul 18 01:24:31 2004  Matthias Clasen  <maclas@gmx.de>
3364
3365         * NEWS: Updates for 2.5.0
3366
3367 Sat Jul 17 23:11:04 2004  Matthias Clasen  <maclas@gmx.de>
3368
3369         * gtk/gtkiconview.h:
3370         * gtk/gtkiconview.c (gtk_icon_view_class_init): 
3371         * gtk/gtkiconview.c (gtk_icon_view_set_orientation): 
3372         * gtk/gtkiconview.c (gtk_icon_view_get_orientation): 
3373         * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size): 
3374         * gtk/gtkiconview.c (gtk_icon_view_layout_single_row): 
3375         Add a new :orientation property to determine whether text
3376         is positioned below or beside icons.  (#147463)
3377
3378 Sat Jul 17 23:03:30 2004  Matthias Clasen  <maclas@gmx.de>
3379
3380         * gtk/gtkiconview.c (gtk_icon_view_paint_item): 
3381         * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size): 
3382         * gtk/gtkiconview.c (gtk_icon_view_layout_single_row): Draw 
3383         focus indicator outside the selection, respect focus 
3384         line width.  (#147460) 
3385
3386 Sat Jul 17 01:17:33 2004  Matthias Clasen  <maclas@gmx.de>
3387
3388         * gdk/x11/gdkdnd-x11.c (xdnd_check_dest): Fix a warning
3389         message.
3390
3391 Sat Jul 17 00:48:27 2004  Matthias Clasen  <maclas@gmx.de>
3392
3393         Support text/plain selection target  (#55117, Owen Taylor)
3394         
3395         * gtk/gtkselection.h: 
3396         * gtk/gtkdnd.h: 
3397         * gtk/gtkselection.c (gtk_target_list_add_text_targets): 
3398         * gtk/gtkdnd.c (gtk_drag_dest_add_text_targets): 
3399         * gtk/gtkdnd.c (gtk_drag_source_add_text_targets): New
3400         functions to facilitate handling of text targets.
3401
3402         * gtk/gtkentry.c: 
3403         * gtk/gtktextview.c: Use the new text target handling 
3404         functions instead of hardwiring the list of supported
3405         text targets everywhere.
3406
3407         * gtk/gtkselection.c (gtk_selection_data_get_text): 
3408         (gtk_selection_data_set_text): 
3409         Support the targets text/plain, text/plain?charset=utf-8
3410         and text/plain?charset=<LOCALE-CHARSET> as outlined in
3411         #55117: 
3412         For text/plain send only ASCII, but accept 8-bit text 
3413         and treat it as ISO-8859-1 as specified by the Xdnd spec.
3414         Always send CRLF terminators. Accept either and convert
3415         into the native terminator for the platform.
3416         
3417 Fri Jul 16 23:20:34 2004  Matthias Clasen  <maclas@gmx.de>
3418
3419         Support themed window icons.  (#92346, Calum Benson)
3420         
3421         * gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes): New 
3422         function to obtain information about the sizes in which an
3423         icon is available.  
3424
3425         * gtk/gtkwindow.h: 
3426         * gtk/gtkwindow.c (gtk_window_class_init): 
3427         (gtk_window_set_icon_name): 
3428         (gtk_window_get_icon_name): Add an "icon_name" property
3429         (gtk_window_set_default_icon_name): ...and a default icon name. 
3430         (icon_list_from_theme): 
3431         (update_themed_icon): New auxiliary functions to create a 
3432         list of all available sizes of a themed icon and update the
3433         window icon list from it.
3434
3435 2004-07-16  Matthias Clasen  <mclasen@redhat.com>
3436
3437         * gtk/gtkcombobox.c (gtk_combo_box_scroll_event): Make 
3438         scrolling work if no item is selected.
3439         (gtk_cell_editable_key_press): Don't eat space.
3440
3441         Add a combo box cell renderer (#139347, Lorenzo Gil Sanchez)
3442         
3443         * gtk/gtkcellrenderercombo.[hc]: New Files.
3444
3445         * gtk/gtk.h: 
3446         * gtk/Makefile.am (gtk_public_h_sources, gtk_c_sources): 
3447         Add the new files.
3448
3449         * gtk/gtkcombobox.[hc]: Implement GtkCellEditable, add a 
3450         :has-frame property for suppressing the frame around 
3451         the child and redo the size allocation logic to take 
3452         focus width into account.
3453
3454         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): 
3455         Acknowledge the GtkComboBox:has-frame property and make
3456         the entry fill its allocation vertically.
3457
3458         * gtk/gtkmarshalers.list: Add BOOLEAN:STRING.
3459                 
3460         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Queue
3461         a draw here to keep non-widget windows from leaving 
3462         shadows behind.
3463
3464 2004-07-16  Matthias Clasen  <mclasen@redhat.com>
3465
3466         * gtk/gtkcombobox.c (gtk_combo_box_forall): Don't iterate
3467         multiple times over some of the children. 
3468
3469 Thu Jul 15 22:19:40 2004  Matthias Clasen  <maclas@gmx.de>
3470
3471         Fix #60128, #58307, #144706:
3472         
3473         * gtk/gtkstyle.c (gtk_style_real_copy): Handle references
3474         to bg_pixmaps properly.
3475         (gtk_style_real_unrealize): Don't keep dangling references
3476         to the bg_pixmaps.  
3477         (gtk_style_attach): Split the loop into two loops, first 
3478         looking for a matching style, then for an empty one.
3479         (gtk_style_finalize): 
3480         (gtk_style_duplicate): Add comments explaining the handling
3481         of style->styles.
3482
3483 Thu Jul 15 20:31:28 2004  Matthias Clasen  <maclas@gmx.de>
3484
3485         * gtk/gtkspinbutton.c (start_spinning): Install the timeout
3486         before changing the value, so that a ::value_changed handler
3487         has a chance to remove it.  (#122427, Elke Meier)
3488
3489 Thu Jul 15 19:20:05 2004  Matthias Clasen  <maclas@gmx.de>
3490
3491         * gdk/x11/gdkgtk+/im-x11.c (_gdk_x11_initialize_locale): 
3492         * gtk/gtkcalendar.c (gtk_calendar_class_init): Use 'cannot'
3493         instead of 'can not' in messages.  (#144226, Morten Welinder)
3494
3495 2004-07-15  Matthias Clasen  <mclasen@redhat.com>
3496
3497         * gtk/gtktreeview.c (gtk_tree_view_class_init): 
3498         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
3499         Correct the declared default values of several properties
3500         to be in sync with the actual initial values.
3501
3502         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): 
3503         Make spacing a property, correct the declared default values 
3504         of several properties to be in sync with the actual initial 
3505         values.  (#147654, Matthias Clasen)
3506
3507         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Don't reparent
3508         back to menu->toplevel if it is already gone because we're
3509         shutting down.  (#147656, John Cupitt)
3510
3511 2004-07-14  Federico Mena Quintero  <federico@ximian.com>
3512
3513         Fix #126295:
3514
3515         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Draw a focus
3516         indicator along the edge of the bin_window when the tree is empty.
3517         (grab_focus_and_unset_draw_keyfocus): New helper function.
3518         (gtk_tree_view_button_press): Remove a bit of superfluous code.
3519         Use the helper function to save on duplicated code.
3520         (gtk_tree_view_button_press): Grab the focus if the tree is empty.
3521         (gtk_tree_view_focus): Allow focusing into an empty tree.
3522
3523 2004-07-14  Matthias Clasen  <mclasen@redhat.com>
3524
3525         * gtk/gtkaboutdialog.c (add_credits_page): Don't use
3526         gcc extensions for the ternary ?: operator.  (#147590,
3527         Damien Carbery)
3528
3529 2004-07-14  Federico Mena Quintero  <federico@ximian.com>
3530
3531         Fix #144405, patch by Padraig O'Briain <padraig.obriain@sun.com>:
3532
3533         * gtk/gtkfilechooserdefault.c (shortcuts_list_create): Set the
3534         accessible object name for the tree view.
3535         (create_file_list): Likewise.
3536
3537 Tue Jul 13 21:53:08 2004  Matthias Clasen  <maclas@gmx.de>
3538
3539         * gtk/gtkicontheme.c (free_unthemed_icon): Don't leak
3540         no_svg_filename.  (#147399, Kjartan Maraas)
3541
3542 2004-07-13  Matthias Clasen  <mclasen@redhat.com>
3543
3544         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_get_neighbor_sizes): 
3545         Make this work in RTL context.
3546
3547 2004-07-13  Federico Mena Quintero  <federico@ximian.com>
3548
3549         * gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Set a
3550         busy cursor while mounting the volume.  Also, ref the chooser
3551         while mounting, as we may re-enter.  Fixes #139376.
3552
3553 2004-07-13  Matthias Clasen  <mclasen@redhat.com>
3554
3555         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): 
3556         Prepare to handle composite implementations of
3557         GtkCellEditable, but recursively poking at
3558         allocation->y (hack stolen from GtkCList).
3559         (check_expander_max): Tweak the warning.
3560
3561         * gtk/gtkmain.h: Add gtk_parse_args(), its a public 
3562         function.  (#147476, Owen Taylor)
3563
3564         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't
3565         crash if unrealized.
3566
3567 Tue Jul 13 01:50:06 2004  Matthias Clasen  <maclas@gmx.de>
3568
3569         * gtk/gtkaboutdialog.c (display_credits_dialog): Don't
3570         display untranslated translator credits. 
3571
3572 Tue Jul 13 01:15:05 2004  Matthias Clasen  <maclas@gmx.de>
3573
3574         * gtk/gtkiconview.c: Some documentation updates.
3575
3576 Tue Jul 13 00:40:29 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3577
3578         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Do an
3579         empty begin_paint_region()/end_paint() for windows without
3580         EXPOSURE_MASK.
3581
3582         * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_tmp_unset_bg,
3583         _gdk_x11_window_tmp_reset_bg): Remove checks for EXPOSURE_MASK.
3584
3585 2004-07-12  Matthias Clasen  <mclasen@redhat.com>
3586
3587         * demos/gtk-demo/appwindow.c: Use a GtkAboutDialog.
3588
3589         * gtk/gtkaboutdialog.h: 
3590         * gtk/gtkaboutdialog.c: New widget: GtkAboutDialog.
3591
3592         * gtk/Makefile.am (gtk_public_h_sources, gtk_c_sources): 
3593         * gtk/gtk.h: Add GtkAboutDialog. (#109435, Paolo Borelli,
3594         patch by Matthias Clasen)
3595
3596         * gtk/gtkrc.c (_gtk_rc_init): Apply the gtk-default-menu-item-style 
3597         to cell view menu items as well.  (#147405, John Cupitt)
3598
3599         * gtk/gtkentrycompletion.c: Warning fixes.  (#147420,
3600         Morten Welinder)
3601
3602         * gtk/gtkcombobox.c (gtk_combo_box_destroy): Pop down 
3603         first. (#147399, John Cupitt)
3604
3605 Mon Jul 12 01:56:26 2004  Matthias Clasen  <maclas@gmx.de>
3606
3607         * gdk/x11/gdkwindow-x11.c (gdk_toplevel_x11_free_contents): 
3608         Include the update_counter check in the HAVE_XSYNC condition,
3609         since update_counter isn't present in the !HAVE_XSYNC case.
3610
3611 Mon Jul 12 00:52:04 2004  Matthias Clasen  <maclas@gmx.de>
3612
3613         * gtk/stock-icons/Makefile.am: 
3614         * gtk/stock-icons/stock_about_{16,24}.png: 
3615         * gtk/stock-icons/stock_connect_{16,24}.png: 
3616         * gtk/stock-icons/stock_disconnect_{16,24}.png: 
3617         * gtk/stock-icons/stock_edit_{16,24}.png: 
3618         * gtk/stock-icons/stock_media_forward_{16,24}.png: 
3619         * gtk/stock-icons/stock_media_next_{16,24}.png: 
3620         * gtk/stock-icons/stock_media_pause_{16,24}.png: 
3621         * gtk/stock-icons/stock_media_play_{16,24}.png: 
3622         * gtk/stock-icons/stock_media_previous_{16,24}.png: 
3623         * gtk/stock-icons/stock_media_record_{16,24}.png: 
3624         * gtk/stock-icons/stock_media_rewind_{16,24}.png: 
3625         * gtk/stock-icons/stock_media_stop_{16,24}.png: 
3626         * gtk/gtkstock.h (GTK_STOCK_ABOUT): 
3627         * gtk/gtkstock.h (GTK_STOCK_CONNECT): 
3628         * gtk/gtkstock.h (GTK_STOCK_DISCONNECT): 
3629         * gtk/gtkstock.h (GTK_STOCK_EDIT): 
3630         * gtk/gtkstock.h (GTK_STOCK_MEDIA_FORWARD): 
3631         * gtk/gtkstock.h (GTK_STOCK_MEDIA_NEXT): 
3632         * gtk/gtkstock.h (GTK_STOCK_MEDIA_PAUSE): 
3633         * gtk/gtkstock.h (GTK_STOCK_MEDIA_PLAY): 
3634         * gtk/gtkstock.h (GTK_STOCK_MEDIA_PREVIOUS): 
3635         * gtk/gtkstock.h (GTK_STOCK_MEDIA_RECORD): 
3636         * gtk/gtkstock.h (GTK_STOCK_MEDIA_REWIND): 
3637         * gtk/gtkstock.h (GTK_STOCK_MEDIA_STOP): 
3638         * gtk/gtkiconfactory.c (get_default_icons): 
3639         * gtk/gtkstock.c (builtin_items): Add a number of new stock 
3640         items.  (#102530, #68015, #109811, Jordi Mallach, Benjamin Otte,
3641         Michael Opdenacker)
3642
3643 Sun Jul 11 15:24:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3644
3645         Bug 143330, support update counter spec.
3646         
3647         * configure.in: Add check for the Sync extension
3648
3649         * gdk/gdkwindow.h: gdk_window_enable_synchronized_configure() and
3650         gdk_window_configure_finished()
3651
3652         * gtk/gtkwindow.c (gtk_window_move_resize): Call gdk_window_finish_configure().
3653         * gtk/gtkwindow.c (gtk_window_realize): Automatically enable
3654         synchronized configures.
3655
3656         * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Store current
3657         and pending counter values. 
3658
3659         * gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): New function.
3660         * gdk/x11/gdkwindow-x11.c
3661         (gdk_window_enable_synchronized_configure): New function.
3662         * gdk/x11/gdkwindow-x11.c (gdk_toplevel_x11_free_contents):
3663         Delete update counter.
3664         * gdk/x11/gdkwindow-x11.c (set_wm_protocols): Advertise
3665         _NET_WM_SYNC_REQUEST when Sync is available
3666
3667         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Handle
3668         _NET_WM_SYNC_REQUEST messages
3669         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Save counter
3670         value for use by gdk_window_configure_finished() when receiving
3671         ConfigureNotifies.
3672
3673         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add use_sync flag
3674         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Check if the XSync
3675         extension is available
3676         * gdk/x11/gdkdisplay-x11.c: Add _NET_WM_SYNC_REQUEST and
3677         _NET_WM_SYNC_REQUEST_COUNTER to list of supported atoms.
3678
3679         * gdk/linux-fb/gdkwindow-fb.c, gdk/win32/gdkwindow-win32.c: Add
3680         stubs for enable_synchronized_configure() and configure_finished()
3681
3682 Sat Jul 10 23:35:13 2004  Matthias Clasen  <maclas@gmx.de>
3683
3684         * gtk/gtkentry.c (paste_received): Make middle-button pasting
3685         work as expected inside the entry.  (#116789, Scott Bronson)
3686
3687 Sat Jul 10 22:13:53 2004  Matthias Clasen  <maclas@gmx.de>
3688
3689         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): Update 
3690         clipboards.  (#142805, Mikael Hallendal)
3691
3692 Sun Jul 11 01:38:48 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3693
3694         * gtk/gtkpaned.c (gtk_paned_expose): Remove clip-region computing
3695         code. Just use &paned->handle_pos.
3696
3697 Sun Jul 11 01:12:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3698
3699         Bug 144271
3700         
3701         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Remove an
3702         unnecessary redraw..
3703
3704         * gtk/gtknotebook.c (gtk_notebook_page_allocate): Remove some
3705         incorrect redraws.
3706
3707 Sat Jul 10 01:33:25 2004  Matthias Clasen  <maclas@gmx.de>
3708
3709         * docs/RELEASE-HOWTO: Updates.
3710
3711 Sat Jul 10 01:55:29 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3712
3713         * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_tmp_{re|un}set_bg):
3714         Insert checks for root window. The root window is never mapped.
3715
3716 Sat Jul 10 01:06:05 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3717
3718         * gdk/x11/gdkwindow-x11.c (post_unmap): Fix a warning
3719         * gdk/x11/gdkwindow-x11.c (show_window_internal): Actually unset
3720         bg.
3721
3722 Sat Jul 10 00:37:45 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3723
3724         Bug 113310.
3725         
3726         * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_tmp_{un|re}set_bg):
3727         New functions that can do a recursive unset/reset bg.
3728
3729         * gdk/x11/gdkgeometry-x11.c: Remove
3730         gdk_window_tmp_{un|re}set_bg().
3731
3732         * gdk/x11/gdkwindow-x11.c (pre_unmap, post_unmap): New functions
3733         called before and after unmapping a window. They unset the
3734         background of all other windows to prevent flicker from the X
3735         server repainting the background. post_unmap() also invalidates
3736         the parent of the unmapped window to draw it without roundtrips.
3737
3738         * gdk/x11/gdkwindow-x11.c (show_window_internal): Unset
3739         background of newly mapped windows and all desendants to prevent
3740         flicker.
3741         
3742 Fri Jul  9 15:33:55 2004  Manish Singh  <yosh@gimp.org>
3743
3744         * gdk/gdkevents.c: have a dummy case GDK_OWNER_CHANGE in switch
3745         statements to avoid gcc warnings about not all enum values handled.
3746
3747         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): ignore should live in 
3748         #ifdef HAVE_XFIXES.
3749
3750 Fri Jul  9 23:26:09 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
3751
3752         (Bug 113340)
3753
3754         * gdk/x11/gdkwindow-x11.h (struct _GdkWindowImplX11): Add an
3755         "override_redirect" bit.
3756
3757         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set it here.
3758         
3759         * gdk/x11/gdkwindow-x11.c (gdk_window_move, gdk_window_resize,
3760         gdk_window_move_resize): 
3761         Update the local size/position cache
3762         immediately for override redirect windows.
3763
3764         * gdk/x11/gdkwindow-x11.c (show_window_internal): Invalidate
3765         newly mapped child and override redirect windows.
3766
3767 2004-07-09  Federico Mena Quintero  <federico@ximian.com>
3768
3769         Fixes #137031:
3770
3771         * gtk/gtkfilesystemunix.c (get_fallback_icon): New helper
3772         function, fetches a stock icon as a fallback.
3773         (gtk_file_system_unix_volume_render_icon): Fall back to a stock
3774         icon.
3775         (gtk_file_system_unix_render_icon): Fall back to a stock icon.
3776         Use helper functions rather than being a mega-function.
3777         (get_icon_name_for_directory): Renamed from
3778         get_icon_for_directory().
3779         (get_icon_type_from_path): New helper function; code pulled out
3780         from gtk_file_system_unix_render_icon().
3781         (get_special_icon): Likewise.
3782         (get_icon_for_mime_type): Likewise.
3783
3784 2004-07-09  Federico Mena Quintero  <federico@ximian.com>
3785
3786         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Fix typo; tmp_event ->
3787         temp_event.
3788
3789 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
3790
3791         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Use the 
3792         requisition of the widget instead of relying on the style
3793         drawing function to supply the size of the drawable.  (#146531) 
3794
3795 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
3796
3797         Make GtkEntry work harder to protect passwords:  (#143955,
3798         Morten Welinder)
3799         
3800         * gtk/gtkentry.c (gtk_entry_destroy): Add a destroy handler
3801         to clear the password even if the widget is leaked.
3802
3803         * gtk/gtkentry.c (gtk_entry_real_delete_text): 
3804         * gtk/gtkentry.c (gtk_entry_finalize): Zero out the memory
3805         before freeing it.
3806         
3807         * gtk/gtkentry.c (gtk_entry_real_insert_text): Zero and free
3808         the old memory instead of just reallocating it.
3809
3810         * gtk/gtkentry.c (gtk_entry_create_layout): Don't leak text
3811         direction information for passwords.
3812
3813 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
3814
3815         * gtk/gtkstyle.c: Fix some cases where style functions were 
3816         not handling widget == NULL properly.  (#146282)
3817
3818 Thu Jul  8 22:38:58 2004  Matthias Clasen  <maclas@gmx.de>
3819
3820         * gtk/gtktreeview.c: Improve the EXPANDER_MAX warning.
3821
3822 2004-07-08  Federico Mena Quintero  <federico@ximian.com>
3823
3824         Fix #139290:
3825
3826         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_new): Add a
3827         GError argument.  Do check for errors when getting the
3828         GtkFileFolder:  get the folder and read the children before
3829         actually creating the model.  Removed obsolete code that handled
3830         roots-changed on the file system.
3831         (file_model_node_get_info): Assert that we don't reach the old
3832         case to display file system roots.
3833         (roots_changed_callback): Removed.
3834
3835         * gtk/gtkfilechooserdefault.c (set_list_model): Add a GError
3836         argument, and a boolean return value.  Return an error if we
3837         cannot create the file system model.  On error, set a NULL model
3838         on the tree.
3839         (gtk_file_chooser_default_set_current_folder): Use the error value
3840         from set_list_model().
3841         (gtk_file_chooser_default_set_property): Set the show_hidden
3842         property only if the browse_files_model exists.
3843         (gtk_file_chooser_default_unselect_path): Only operate if the
3844         browse_files_model exists.
3845         (check_preview_change): Check whether we have the sort_model.
3846         (change_folder_and_display_error): Copy the path we get passed
3847         before using it.  There's a comment in there that explains why we
3848         need to copy it; basically, if the passed path belongs to the
3849         model, the model may go away in the middle of this function and
3850         we'll be left with a dangling pointer.
3851         (install_list_model_filter): Assert that the model is not NULL.
3852         (set_current_filter): Check whether the model exists.
3853
3854         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected): Don't
3855         g_return_if_fail if the model is NULL.
3856         (gtk_tree_selection_get_selected_rows): Likewise.
3857         (gtk_tree_selection_count_selected_rows): Likewise.
3858         (gtk_tree_selection_selected_foreach): Likewise.
3859         (gtk_tree_selection_path_is_selected): Likewise; rather just
3860         return FALSE.
3861         (gtk_tree_selection_select_all): Likewise.
3862         (gtk_tree_selection_unselect_all): Likewise.
3863         (gtk_tree_selection_select_range): Do g_return_if_fail() if the
3864         model is NULL.
3865         (gtk_tree_selection_unselect_range): Likewise.
3866
3867         * gtk/gtkfilesystemunix.c (fill_in_names): Return immediately if
3868         g_dir_open() fails:  there is no need to set the error ourselves,
3869         as g_dir_open() already does it.
3870
3871 2004-07-08  Matthias Clasen  <mclasen@redhat.com>
3872
3873         * gtk/gtktreeview.c (gtk_tree_view_set_search_equal_func): Allow
3874         to restore the default search function.  (#145365, John Finlay) 
3875
3876         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Don't leak 
3877         references to the drag context.  (#144324, Alex Larsson)
3878
3879 Thu Jul  8 00:31:34 2004  Matthias Clasen  <maclas@gmx.de>
3880
3881         * gtk/gtktreeview.c (gtk_tree_view_set_model): Stop editing
3882         when a new model is set.  (#145566, Dmitry M. Shatrov)
3883
3884 Wed Jul  7 23:44:32 2004  Matthias Clasen  <maclas@gmx.de>
3885
3886         * gtk/gtkimage.c (gtk_image_expose): Make sure that subpixbufs
3887         are properly aligned for gdk_pixbuf_saturate_and_pixelate(),
3888         in order to avoid rendering artifacts from misaligned 
3889         pixelation patterns.  (#145585, Felipe Heidrich, Billy Biggs)
3890
3891 2004-07-07  Matthias Clasen  <mclasen@redhat.com>
3892
3893         * gtk/gtktreeview.c: 
3894         * gtk/gtktreeview.h: Small documentation fixes.
3895
3896 2004-07-07  Matthias Clasen  <mclasen@redhat.com>
3897
3898         Support separators in combo boxes and more generally in tree 
3899         views  (#135873):
3900         
3901         * gtk/gtkcombobox.h: 
3902         * gtk/gtkcombobox.c (gtk_combo_box_get_row_separator_column):
3903         * gtk/gtkcombobox.c (gtk_combo_box_set_row_separator_column):
3904         Add a ::row-separator-column property with getter and setter, 
3905         which can indicate a boolean model column to determine which
3906         rows are separators. 
3907
3908         * gtk/gtkcombobox.c: Display separator rows as separator menu 
3909         items in menu mode, and by using the new treeview separator 
3910         functionality in list mode.
3911
3912         * gtk/gtktreeview.h: 
3913         * gtk/gtktreeprivate.h:
3914         * gtk/gtktreeview.c (gtk_tree_view_get_row_separator_func): 
3915         * gtk/gtktreeview.c (gtk_tree_view_set_row_separator_func): 
3916         Add a callback to determine whether a row is a separator.
3917         
3918         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): 
3919         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): 
3920         * gtk/gtktreeview.c (validate_row): Use the new callback
3921         to determine whether a row is a separator, and draw it
3922         as a separator then. Since separators should take up less
3923         vertical space than regular rows, this requires removing
3924         the redundant MAX(...,expander_size) calls which appear in
3925         many places. Instead, the MAX() is now only done in 
3926         validate_row(), and only if the row is not a separator.
3927         To catch possible side effects of this intrusive change,
3928         I have left EXPANDER_MAX() calls in place of the MAX() calls
3929         which will emit a warning if something breaks. They should
3930         be removed before 2.6.
3931
3932         * gtk/gtktreeselection.c (row_is_selectable): Don't let 
3933         separator rows be selected.
3934         
3935         * tests/testcombo.c (create_blaat): Add a separator column.
3936
3937 Tue Jul  6 22:58:00 2004  Matthias Clasen  <maclas@gmx.de>
3938
3939         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_set_user_time): Fix
3940         a 64bit alignment issue.  (#144302, Sunil)
3941
3942 2004-07-07  Tor Lillqvist  <tml@iki.fi>
3943
3944         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text)
3945         * gdk/win32/gdkfont-win32.c (gdk_text_extents)
3946         * gdk/win32/gdkproperty-win32.c (find_common_locale,
3947         gdk_property_change)
3948         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Use
3949         g_utf8_to_utf16() instead of the removed _gdk_utf8_to_ucs2() (see
3950         below).
3951
3952         * gdk/win32/gdkglobals-win32.c
3953         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init)
3954         * gdk/win3/gdkprivate-win32.h: Add a variable for the TARGETS
3955         atom. Initialize it. Declare it. Drop the variable for the
3956         COMPOUND_TEXT atom.
3957
3958         * gdk/win32/gdkim-win32.c (gdk_wcstombs): Don't return UTF-8. This
3959         function is supposed to return the string in the locale's charset
3960         and encoding. Use g_convert().
3961
3962         (gdk_mbstowcs): Similarily, don't take an UTF-8 string, but a
3963         string in the locale's charset. Use g_convert().
3964
3965         (_gdk_ucs2_to_utf8, _gdk_utf8_to_wcs, _gdk_utf8_to_ucs2):
3966         Delete. The UCS-2 functions didn't handle surrogates anyway. Use
3967         GLib's UTF-16 functions instead. Windows uses UTF-16.
3968
3969         * gdk/win32/gdkprivate-win32.h: Remove declarations of the deleted
3970         functions mentioned above.
3971
3972         * gdk/win32/gdkproperty-win32.c (gdk_property_change): Use CF_TEXT
3973         also if the string is of type STRING, i.e. ISO-8859-1, and the
3974         current codepage is 1252, and contains no C1 chars. Accept
3975         also UTF8_STRING.
3976
3977         * gdk/win32/gdkselection-win32.c (_gdk_selection_property_store):
3978         Mark as static. When storing STRING data, convert to
3979         Latin-1. (#140537)
3980         (gdk_selection_owner_set_for_display): Now that STRING is always
3981         ISO-8859-1, use UTF8_STRING when sending the selection request
3982         to ourselves.
3983
3984         (gdk_selection_convert): Handle also UTF8_STRING. (#140537, John
3985         Ehresman)
3986
3987         (gdk_text_property_to_text_list_for_display): Make work more like
3988         X11 version. Do obey the encoding parameter.
3989
3990         (gdk_string_to_compound_text_for_display,
3991         gdk_utf8_to_compound_text_for_display): Don't even pretend
3992         supporting COMPOUND_TEXT.
3993
3994         (gdk_utf8_to_string_target): Convert to ISO-8859-1, like on X11.
3995
3996         (sanitize_utf8): Zero-terminate string.
3997
3998 2004-07-06  Matthias Clasen  <mclasen@redhat.com>
3999
4000         * gtk/stock-icons/Makefile.am: Add stock_file_16.png, 
4001         stock_file_24.png, stock_directory_16.png and stock_directory_24.png.
4002
4003         * gtk/gtkstock.h (GTK_STOCK_FILE, GTK_STOCK_DIRECTORY): 
4004         * gtk/gtkiconfactory.c (get_default_icons): New stock icons as 
4005         fallbacks for gtkfilechooser. Currently these are the same images
4006         as the "new" and "open" items...
4007
4008 Tue Jul  6 10:00:22 2004  Jonathan Blandford  <jrb@redhat.com>
4009
4010         Fix for #136496, Pawel Salek:
4011         
4012         * gtk/gtktreeview.c (gtk_tree_view_row_changed): Queue a redraw on
4013         a node when it changes in fixed_height mode.
4014
4015         (gtk_tree_view_node_queue_redraw): new function to queue a redraw
4016         on a node.
4017
4018 2004-07-06  Matthias Clasen  <mclasen@redhat.com>
4019
4020         * gtk/gtkmenu.c (gtk_menu_position): Make sure 
4021         private->monitor_num is a valid monitor number before 
4022         using it.  (#139187, Michael Natterer)
4023
4024 Tue Jul  6 02:00:28 2004  Matthias Clasen  <maclas@gmx.de>
4025
4026         * gtk/gtkfilechooserdefault.c (popup_position_func): 
4027         * gtk/gtkentry.c (popup_position_func): 
4028         * gtk/gtktextview.c (popup_position_func): Improve positioning
4029         of keyboard-activated menus with Xinerama.
4030
4031 Tue Jul  6 00:29:03 2004  Matthias Clasen  <maclas@gmx.de>
4032
4033         * gtk/gtkuimanager.c (do_updates): 
4034         (do_updates_idle): Only call GDK_THREADS_ENTER() / _LEAVE() 
4035         when called from an idle handler.  (#145429, Jan-Marek Glogowski)
4036
4037 Mon Jul  5 23:47:38 2004  Matthias Clasen  <maclas@gmx.de>
4038
4039         * gtk/gtkfilechooserutils.c (delegate_notify): Use
4040         the less efficient g_object_interface_find_property () instead
4041         of the param_id range check, since the GParamSpecs we're 
4042         dealing with are the overridden onces on the interface, whose
4043         param_id is always zero.  (#145312, Alex Roitman, fix proposed
4044         by Owen Taylor)
4045
4046 2004-07-05  Lorenzo Gil Sanchez  <lgs@sicem.biz>
4047
4048         * gtk/gtklayout.c (gtk_layout_add): added a default method for the add
4049         virtual method of GtkContainer.
4050         (gtk_layout_class_init): assign gtk_layout_add to the 'add' virtual
4051         method slot of the container class.
4052
4053 2004-07-05  Anders Carlsson  <andersca@gnome.org>
4054
4055         * gtk/gtkiconview.c: (gtk_icon_view_set_markup_column):
4056         * gtk/gtkiconview.h:
4057         Use gint, not int in gtk_icon_view_set_markup_column,
4058         (Paolo Maggi)
4059         
4060 2004-07-05  Anders Carlsson  <andersca@gnome.org>
4061
4062         * gtk/gtkiconview.c: (gtk_icon_view_class_init),
4063         (gtk_icon_view_real_select_cursor_item),
4064         (gtk_icon_view_real_activate_cursor_item):
4065         * gtk/gtkiconview.h:
4066         Add an "activate_cursor_item" action signal
4067         and bind it to the return key.
4068         
4069 2004-07-04  Anders Carlsson  <andersca@gnome.org>
4070
4071         * demos/gtk-demo/Makefile.am:
4072         * demos/gtk-demo/gnome-fs-directory.png:
4073         * demos/gtk-demo/gnome-fs-regular.png:
4074         * demos/gtk-demo/iconview.c: (load_pixbufs), (fill_store),
4075         (sort_func), (create_store), (item_activated), (up_clicked),
4076         (home_clicked), (do_iconview):
4077         Add a simple file browser based on the icon view.
4078         
4079         * gtk/gtk.h:
4080         Add gtk/gtkiconview.h
4081         
4082         * gtk/gtkiconview.c: (gtk_icon_view_layout),
4083         (gtk_icon_view_item_new), (gtk_icon_view_item_activated):
4084         Fix a few bugs discovered while writing the demo.
4085         
4086 2004-07-04  Anders Carlsson  <andersca@gnome.org>
4087
4088         * gtk/Makefile.am:
4089         * gtk/gtkiconview.c
4090         * gtk/gtkiconview.h:
4091         Add GtkIconView to the build, remove debugging output.
4092         
4093 Sun Jul  4 01:29:35 2004  Matthias Clasen  <maclas@gmx.de>
4094
4095         * gtk/gtkcalendar.c (gtk_calendar_drag_data_get): 
4096         (gtk_calendar_drag_data_received): Fix off-by-one error.  
4097         GDate month is one-based and GtkCalendar month is zero-based.  
4098         (#145134, William Jon McCann)
4099
4100 Sun Jul  4 01:11:07 2004  Matthias Clasen  <maclas@gmx.de>
4101
4102         * gtk/gtktreestore.c (gtk_tree_store_move): Don't crash if
4103         somebody tries to move a node after itself in a list of 
4104         length 1.  (#145291, Sampo Nurmentaus)
4105
4106 Sat Jul  3 23:43:23 2004  Matthias Clasen  <maclas@gmx.de>
4107
4108         * docs/faq/gtk-faq.sgml: 
4109         * gtk/gtkwindow.c: Fix links to www.freedesktop.org.  (#145210,
4110         Billy Biggs)
4111
4112 Sat Jul  3 02:09:51 2004  Matthias Clasen  <maclas@gmx.de>
4113
4114         * gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width
4115         and current_height to 0 when ending the embedding.  (#143675,
4116         Nickolay V. Shmyrev)
4117
4118 Sat Jul  3 01:48:19 2004  Matthias Clasen  <maclas@gmx.de>
4119
4120         * gtk/gtkentry.c (gtk_entry_move_visually): Let the cursor move
4121         to the right end of the entry text, even if it ends in combining
4122         marks.  (#141728, Theppitak Karoonboonyanan)
4123
4124 Fri Jul  2 23:34:33 2004  Matthias Clasen  <maclas@gmx.de>
4125
4126         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Unset the displayed
4127         row when unsetting the model.  (#138560, Christian Persch)
4128
4129 Fri Jul  2 23:01:07 2004  Matthias Clasen  <maclas@gmx.de>
4130
4131         * gtk/gtkcombobox.c (update_menu_sensitivity): Don't crash if there
4132         are no items.
4133
4134 Fri Jul  2 22:41:27 2004  Matthias Clasen  <maclas@gmx.de>
4135
4136         * gtk/gtkimage.c (gtk_image_expose): Properly align mask and
4137         pixbuf if a subarea is exposed.  (#135423, fix by John Ehresman)
4138
4139 Fri Jul  2 21:40:21 2004  Matthias Clasen  <maclas@gmx.de>
4140
4141         * gtk/gtknotebook.c (gtk_notebook_realize): Add scroll events
4142         to the event mask, set a scroll_event handler.
4143         * gtk/gtknotebook.c (gtk_notebook_scroll): Handle scroll events
4144         by switching tabs.  (#145244, Gabriel de Perthuis)
4145
4146 2004-07-02  Anders Carlsson  <andersca@gnome.org>
4147
4148         * gtk/gtktreeview.c (gtk_tree_view_set_model): 
4149         Make sure we check for a NULL model first.
4150
4151 2004-07-01  J. Ali Harlow  <ali@juiblex.co.uk>
4152
4153         * gdk/win32/gdkinput-win32.c (_gdk_input_ungrab_pointer): Fix
4154         win32 build problem w/o wintab.  Fixed #145242
4155
4156 2004-06-30  Anders Carlsson  <andersca@gnome.org>
4157
4158         * gtk/gtktreeview.c (gtk_tree_view_set_model): Use
4159         g_return_if_fail to make sure that the model is a GtkTreeModel.
4160
4161 Sat Jun 26 17:41:10 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4162
4163         * gtk/gtk[hv]separator.c (gtk_[hv]separator_expose): Draw line with the
4164         current state, not GTK_STATE_NORMAL
4165
4166         * gtk/gtkframe.c (gtk_frame_paint): Fix a rounding error
4167
4168 Sat Jun 26 15:07:25 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4169
4170         * gtk/gtkstyle.c, gtk/gtkrc.c: small color tweak. (#141173)
4171
4172 Sat Jun 26 01:15:40 2004  Matthias Clasen  <maclas@gmx.de>
4173
4174         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Handle
4175         _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW.  (#144851, 
4176         Billy Biggs)
4177
4178 Sat Jun 26 01:04:31 2004  Matthias Clasen  <maclas@gmx.de>
4179
4180         * gtk/gtkiconfactory.c (clear_cache): Prevent unwanted 
4181         recursion by resetting icon_set->cache before freeing
4182         the cache.  (#144947, Tim Janik)
4183
4184 Sat Jun 26 00:40:02 2004  Matthias Clasen  <maclas@gmx.de>
4185
4186         * gtk/gtkiconfactory.c (render_icon_name_pixbuf): 
4187         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): 
4188         * gtk/gtkstyle.c (gtk_default_render_icon): Accept a NULL 
4189         style.
4190
4191 Sat Jun 26 00:04:36 2004  Matthias Clasen  <maclas@gmx.de>
4192
4193         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model): 
4194         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Reflect the 
4195         last change in the docs.
4196
4197 Fri Jun 25 23:35:42 2004  Matthias Clasen  <maclas@gmx.de>
4198
4199         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
4200         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Allow passing
4201         NULL to unset the model.  (#137211, patch by  Mariano Suárez-Alvarez)
4202
4203 Fri Jun 25 23:33:05 2004  Matthias Clasen  <maclas@gmx.de>
4204
4205         * gtk/gtkcombobox.c (gtk_combo_box_menu_position_below): Fix the
4206         placement policy for GtkComboBoxEntry to be: if it fits below, 
4207         place below, if it fits above place above, else place in the 
4208         larger space and scroll so that the scroll arrow appear at the
4209         far end.  (#144362, David A. Knight)
4210
4211 Fri Jun 25 22:49:58 2004  Matthias Clasen  <maclas@gmx.de>
4212
4213         * gtk/gtktreestore.c (gtk_tree_store_move): Avoid uninitialized
4214         use of &parent_iter. (#145007, John Finlay)
4215
4216 2004-06-25  Bastien Nocera  <hadess@hadess.net>
4217
4218         reviewed by: Matthias Clasen  <maclas@gmx.de>
4219
4220         * gdk/x11/gdkkeys-x11.c: (get_symbol), (update_keymaps),
4221         (gdk_keymap_lookup_key), (translate_keysym): fix keys parsing when
4222         the number of keysyms per keycode is odd. Fixes #144808.
4223
4224 2004-06-25  Matthias Clasen  <mclasen@redhat.com>
4225
4226         * gtk/gtkfontbutton.c (gtk_font_button_update_font_info): Avoid
4227         a crash if the font doesn't exist.  (#144967, Yevgen Muntyan) 
4228
4229 Fri Jun 25 00:32:15 2004  Matthias Clasen  <maclas@gmx.de>
4230
4231         * gtk/gtktreestore.c (gtk_tree_store_swap): Commit the change
4232         which was mentioned below.
4233
4234 Thu Jun 24 23:35:09 2004  Matthias Clasen  <maclas@gmx.de>
4235
4236         * gtk/gtknotebook.c (gtk_notebook_class_init): Fix a typo,
4237         string change.  (#139503, Baris Cicek)
4238
4239 2004-06-22  Federico Mena Quintero  <federico@ximian.com>
4240
4241         * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a Save
4242         or an Open stock button for the C-l dialog depending on the action
4243         in which the file chooser operates.  Fixes #141753.
4244
4245 2004-06-22  Federico Mena Quintero  <federico@ximian.com>
4246
4247         Fixes the GTK+ part of #142308:
4248
4249         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_filename_to_path):
4250         Use filename_to_path().
4251         (gtk_file_system_unix_uri_to_path): Likewise.
4252         (filename_to_path): Use remove_trailing_slash().
4253
4254 2004-06-22  Matthias Clasen  <mclasen@redhat.com>
4255
4256         * gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
4257         for the ::move_cursor signal.
4258
4259         * gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
4260         "<WINDOWTYPE>" as a valid accel path.  (#144427, Philip 
4261         Kendall)        
4262
4263         * gtk/gtkselection.c (GTK_SELECTION_MAX_SIZE): Make sure 
4264         this gets defined for all backends, so linux-fb has a 
4265         chance of compiling.
4266
4267         * gdk/x11/gdkgc-x11.c: 
4268         * gdk/gdkgc.c: Move function docs inline, add hints about 
4269         obtaining rgb colors from gcs.  (#144688, Steve Chaplin)
4270
4271         * gtk/gtktreestore.c (gtk_tree_store_swap): Make this work
4272         for children of the root.  (#139785, Jean-François Wauthy,
4273         patch by John Finlay)
4274
4275         * gtk/gtkicontheme.h (GTK_ICON_THEME_GET_CLASS): Typo
4276         fix.  (#144750, Jeff Franks) 
4277
4278 2004-06-21  Michael Natterer  <mitch@gimp.org>
4279         Merge from stable:
4280
4281         * gdk/x11/gdkdrawable-x11.[ch]: made convert_format() utility
4282         function public as _gdk_x11_convert_to_format().
4283
4284         * gdk/x11/gdkcursor-x11.c (create_cursor_image): premultiply
4285         the pixels from the GdkPixbuf when putting them in the
4286         Xcursor image. Fixes bug #144350.
4287
4288 2004-06-16  Federico Mena Quintero  <federico@ximian.com>
4289
4290         * gtk/gtkfilesystemmodel.c (do_files_added): When inserting a
4291         visible node, free the old path before creating the new one.
4292         Fixes #144356.
4293
4294 Tue Jun 15 01:10:32 2004  Matthias Clasen  <maclas@gmx.de>
4295
4296         * gtk/gtkcombobox.c: Make GtkComboBox work without model.  
4297         (#144198, Mariano Suárez-Alvarez)
4298         
4299 Fri Jun 11 22:05:56 2004  Matthias Clasen  <maclas@gmx.de>
4300
4301         * gtk/gtkfilechooserdefault.c: Don't use
4302         contractions like "don't" or "isn't" in error messages.
4303         It isn't nice to use them in log entries either...
4304         (#137774, Morten Welinder, patch by Alexander Winston)
4305
4306 2004-06-11  Federico Mena Quintero  <federico@ximian.com>
4307
4308         Fixes #143578:
4309
4310         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_add_editable):
4311         Don't ref the editable node.
4312         (_gtk_file_system_model_remove_editable): Don't unref the editable node.
4313         (_gtk_file_system_model_remove_editable): Ahem, free the node.
4314
4315         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
4316         Added fields for edited_idle and edited_new_text.
4317         (renderer_edited_cb): Queue the
4318         creation of the folder in an idle handler.
4319         (renderer_editing_canceled_cb): Likewise for the cancellation.
4320         (gtk_file_chooser_default_finalize): Free the impl->edited_new_text.
4321
4322 Thu Jun 10 22:12:26 2004  Matthias Clasen  <maclas@gmx.de>
4323
4324         * gtk/gtkmain.c (gtk_parse_args): Typo fix.
4325
4326 2004-06-10  Federico Mena Quintero  <federico@ximian.com>
4327
4328         Fixes #144110, patch by Bastien Nocera <hadess@hadess.net>.
4329
4330         * gtk/gtkfilechooser.c (gtk_file_chooser_list_shortcut_folders):
4331         Refer to gtk_file_chooser_add_shortcut_folder().
4332         (gtk_file_chooser_list_shortcut_folder_uris): Refer to
4333         gtk_file_chooser_add_shortcut_folder_uri().
4334
4335 Thu Jun 10 00:36:15 2004  Matthias Clasen  <maclas@gmx.de>
4336
4337         * gtk/gtkcalendar.c (gtk_calendar_main_button): Start 
4338         the drag before focusing the selected.day.
4339         * gtk/gtkcalendar.c (gtk_calendar_state_changed): Stop
4340         a beginning drag if the widget becomes insensitive.
4341
4342 Thu Jun 10 00:09:06 2004  Matthias Clasen  <maclas@gmx.de>
4343
4344         * gtk/gtkcalendar.c (gtk_calendar_button_press): Start 
4345         spinning before calling arrow_action(), so that a signal
4346         handler triggered from arrow_action() has a chance to 
4347         stop the spinning.  (#143966, Davyd Madeley)
4348
4349 Wed Jun  9 23:11:23 2004  Matthias Clasen  <maclas@gmx.de>
4350
4351         * gtk/gtkstyle.c (_gtk_style_init_for_settings): Fix a 
4352         typo.  (#144070, Kent Sandvik)
4353
4354 Thu Jun 10 00:22:51 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4355
4356         * gtk/gtkmenu.c: Revert the "drag select" part of
4357         #141169. (#144011).
4358
4359 Mon Jun  7 23:07:40 2004  Matthias Clasen  <maclas@gmx.de>
4360
4361         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): Handle
4362         priv->model being NULL.  (#143856, Mariano Suárez-Alvarez)
4363
4364 2004-06-07  Federico Mena Quintero  <federico@ximian.com>
4365
4366         * gtk/gtktreeview.c (gtk_tree_view_button_press): Revert the patch
4367         from 2003/Sep/12.  This kept DnD in tree views within modal
4368         dialogs from working, which is especially bad for the file
4369         chooser.  Fixes #135168.
4370
4371 Sun Jun  6 23:57:21 2004  Matthias Clasen  <maclas@gmx.de>
4372
4373         Make the entry context menu work in editable text cells. The changes
4374         are based on a patch by Kristian Rietveld, which implemented an 
4375         approach outlined by Owen Taylor.  (#50075)
4376         
4377         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_focus_out_event): 
4378         Ignore focus out if the entry menu is posted.
4379         (gtk_cell_renderer_text_populate_popup): Mark the entry menu as 
4380         posted, and set up a signal handler to clear the flag if the menu 
4381         is unmapped.
4382         (gtk_cell_renderer_text_popup_unmap): Clear the in_entry_menu flag, 
4383         set up a timeout to stop editing if the focus is lost.
4384         (popdown_timeout): Stop editing if the entry doesn't have focus anymore.
4385         (gtk_cell_renderer_text_start_editing): Connect to the populate_popup 
4386         signal on the entry and keep a pointer to the entry.
4387         (gtk_cell_renderer_text_editing_done): Disconnect from popuplate_popup, 
4388         clear the pointer to the entry.
4389
4390 Sun Jun  6 23:24:43 2004  Matthias Clasen  <maclas@gmx.de>
4391
4392         * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
4393         of the ::language property.  (#143802, Owen Taylor)
4394
4395 Sat Jun  5 23:07:30 2004  Matthias Clasen  <maclas@gmx.de>
4396
4397         * gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
4398         (gtk_entry_completion_list_enter_notify),
4399         (gtk_entry_completion_list_motion_notify),
4400         (_gtk_entry_completion_popup), (_gtk_entry_completion_popdown):
4401         * gtk/gtkentryprivate.h: Add an ignore_enter flag and
4402         use it as in the menu code to avoid the initial selection if
4403         the window pops up under the pointer.  (Anders Carlsson)
4404
4405 Sat Jun  5 20:05:39 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4406
4407         * tests/testmerge.c: Add a checkbox to queue an
4408         merge/unmerge. Patch from Matthias Clasen.
4409
4410         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): Add a new flag
4411         "need_rebuild"
4412         (rebuild_menu): New function that rebuilds the overflow menu and
4413         makes sure it doesn't start or end with a separator.
4414         (toolbar_content_new_tool_item)
4415         (toolbar_content_remove)
4416         (toolbar_content_new_compatibility): Set the rebuild_needed flag
4417         (gtk_toolbar_size_allocate): Only show the overflow arrow when we
4418         have actually overflown an item with a proxy menu item. Also make
4419         sure we rebuild the menu if needed.
4420
4421         Fix #125504, #142377, #143463
4422         
4423         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_expose):
4424         Obey the "priv->draw" flag. (#143692)
4425
4426 2004-06-04  Matthias Clasen  <mclasen@redhat.com>
4427
4428         * docs/widget_geometry.txt: Add a note about the !CAN_FOCUS
4429         quirk in the button size allocation code.
4430
4431         * gtk/gtkbutton.c (gtk_button_size_allocate): Give the space
4432         requested for drawing the focus indicator to the child in the
4433         !CAN_FOCUS case. This should fix issues which the Gimp has with 
4434         the button allocation changes in 2.4.2.
4435
4436 Thu Jun  3 21:17:29 2004  Matthias Clasen  <maclas@gmx.de>
4437
4438         * gtk/gtkentry.c (gtk_entry_completion_timeout): Calculate the
4439         length of the entry contents in characters, not in bytes.
4440
4441         * gtk/gtkentry.c (paste_received): Don't pop up the completion
4442         window on paste, noticed by Anders Carlsson.
4443
4444 Thu Jun  3 20:56:19 2004  Matthias Clasen  <maclas@gmx.de>
4445
4446         * gtk/gtkcombobox.c (gtk_combo_box_class_init): Fix the allowed
4447         values and default value for the ::active property.  (#143669,
4448         Olivier Andrieu)
4449
4450 2004-06-03  Michael Natterer  <mitch@gimp.org>
4451
4452         * gtk/gtkimagemenuitem.c: use gtk_widget_get_child_requisition()
4453         instead of accessing item->image->allocation.width/height
4454         directly. Makes widgets which only have a requisition set using
4455         gtk_widget_set_size_request() work and fixes bug #142789.
4456
4457 Thu Jun  3 08:07:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4458
4459         * gtk/gtkmenu.c: Revert previous commit. It caused the problem
4460         of sticky right click menus to return.
4461
4462 Wed Jun  2 01:56:02 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4463
4464         * gtk/gtkmenu.c: Fix the stay up algorithm for combo boxes to
4465         better handle the "click" case. bug  Better fix for #141169.
4466
4467 2004-06-02  Federico Mena Quintero  <federico@ximian.com>
4468
4469         * gtk/gtktreeview.c (gtk_tree_view_search_init): Bail out if the
4470         model is empty.  Fixes #143536.
4471
4472 2004-06-02  Matthias Clasen  <mclasen@redhat.com>
4473
4474         * gtk/gtkfontsel.c (gtk_font_selection_size_focus_out): Don't
4475         close the dialog on focus out of the size entry.  (#143505, 
4476         David Hawthorne)
4477
4478 2004-06-02  Federico Mena Quintero  <federico@ximian.com>
4479
4480         Fix #138807.
4481
4482         * gtk/fnmatch.c (_gtk_fnmatch): Take a no_leading_period argument.
4483         (gtk_fnmatch_intern): Likewise; also implement this option.
4484
4485         * gtk/gtkprivate.h (_gtk_fnmatch): Updated prototype.
4486
4487         * gtk/gtkfilesel.c (find_completion_dir): Pass TRUE for the
4488         no_leading_period argument of _gtk_fnmatch().
4489         (attempt_file_completion): Likewise.
4490
4491         * gtk/gtkfilefilter.c (gtk_file_filter_filter): Pass FALSE for the
4492         no_leading_period argument of _gtk_fnmatch().
4493
4494 Wed Jun  2 00:47:11 2004  Matthias Clasen  <maclas@gmx.de>
4495
4496         * gtk/gtkselection.c (_gtk_selection_request): Remove leftover
4497         debug code.
4498
4499 Wed Jun  2 00:13:57 2004  Matthias Clasen  <maclas@gmx.de>
4500
4501         * gtk/gtktreeselection.c (gtk_tree_selection_select_range): Don't
4502         allow unless selection mode is multiple.  (#142634, John Finlay)
4503
4504 Tue Jun  1 23:00:20 2004  Matthias Clasen  <maclas@gmx.de>
4505
4506         * gtk/gtktoolbar.h: 
4507         * gtk/gtktoolbar.c: 
4508         * gtk/gtkentrycompletion.h: 
4509         * gtk/gtkentrycompletion.c: 
4510         * gtk/gtkcombobox.h: 
4511         * gtk/gtkcombobox.c: Rename function parameters from
4512         index to index_ to prevent clash with BSD index().  (#143001)
4513
4514 Tue Jun  1 22:45:42 2004  Matthias Clasen  <maclas@gmx.de>
4515
4516         * gtk/gtkmenu.c (get_accel_path): Handle accel_closure being
4517         NULL on an accel label. (#139641, Sam Stephenson, patch by 
4518         Michael Natterer)
4519
4520 Tue Jun  1 22:19:55 2004  Matthias Clasen  <maclas@gmx.de>
4521
4522         * gtk/gtkicontheme.c (theme_subdir_load):  Prevent icon 
4523         lookup finding icons in the wrong prefix.  (#143328,
4524         Mark McLoughlin)
4525
4526 Wed Jun  2 00:39:58 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4527
4528         Bug #141169.
4529
4530         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Make menus
4531         only stay up if you release within 500 milliseconds.
4532         (gtk_menu_shell_button_press): Set the activate_time to the event
4533         time when a button is pressed.
4534
4535         * gtk/gtkmenu.c (gtk_menu_motion_notify, gtk_menu_enter_notify):
4536         Interprete button releases as activate when we have seen both an
4537         enter an a motion event.
4538
4539 2004-06-01  Federico Mena Quintero  <federico@ximian.com>
4540
4541         * gtk/gtkfilesystemmodel.c (do_files_removed): Don't insert a
4542         dummy node if there is no parent node.  Fixes #143362.
4543
4544 2004-05-31  Federico Mena Quintero  <federico@ximian.com>
4545
4546         * gtk/gtkfilechooserdefault.c (renderer_edited_cb): Change to the
4547         newly-created folder.  Fixes #138932.
4548         (trap_activate_cb): Only return TRUE if we did handle the event.
4549         Fixes #143359; patch by jylefort@brutele.be.
4550
4551 Mon May 31 02:39:32 2004  Matthias Clasen  <maclas@gmx.de>
4552
4553         * gtk/gtkimage.c (gtk_image_new_from_pixmap): Fix typo in 
4554         docs.  (#142892, Tommi Komulainen)
4555
4556 Mon May 31 02:16:37 2004  Matthias Clasen  <maclas@gmx.de>
4557
4558         * gtk/gtkhandlebox.c: Make detached handleboxes work when their
4559         parent is minimized, porting the fix from 1.2.  (#1923, #57182)
4560
4561 Mon May 31 02:03:17 2004  Matthias Clasen  <maclas@gmx.de>
4562
4563         * gtk/gtkwindow.c (gtk_window_show): Make moving realized, 
4564         unmapped windows work. 
4565
4566 Mon May 31 00:27:33 2004  Matthias Clasen  <maclas@gmx.de>
4567
4568         * gtk/gtkfilechooserutils.c (_gtk_file_chooser_set_delegate): Fix
4569         a typo.
4570
4571 Mon May 31 00:23:55 2004  Matthias Clasen  <maclas@gmx.de>
4572
4573         * gtk/gtkfilechooser.c (gtk_file_chooser_set_preview_widget): 
4574         Refer to ::update-preview, not ::selection-changed.
4575
4576 2004-05-29  Christian Rose  <menthos@menthos.com>
4577  
4578         * configure.in: Added "tk" to ALL_LINGUAS.
4579  
4580 Fri May 28 15:00:01 2004  Matthias Clasen  <maclas@gmx.de>
4581
4582         * gtk/gtkwidget.c (gtk_widget_set_parent): Add informative
4583         messages for common problems.  (#137974, Owen Taylor)
4584
4585 Fri May 28 14:20:17 2004  Matthias Clasen  <maclas@gmx.de>
4586
4587         * gdk/x11/gdkevents-x11.c: Fix off-by-one allocation 
4588         errors. (#143337, Billy Biggs) 
4589
4590 Thu May 27 16:36:22 2004  Owen Taylor  <otaylor@redhat.com>
4591
4592         * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): Set
4593         bits within visual->depth that aren't used for color to
4594         1s, in case they are alpha.
4595
4596 2004-05-27  Anders Carlsson  <andersca@gnome.org>
4597
4598         * gtk/gtkfilechooserdefault.c (save_folder_combo_create): 
4599         Make separator rows insensitive.
4600
4601 Thu May 27 00:48:16 2004  Matthias Clasen  <maclas@gmx.de>
4602
4603         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column): 
4604         Add more docs.
4605
4606 Thu May 27 00:45:07 2004  Matthias Clasen  <maclas@gmx.de>
4607
4608         * gtk/gtkentrycompletion.h:
4609         * gtk/gtkentrycompletion.c (gtk_entry_completion_get_text_column): 
4610         Getter for text_column. Also make ::text_column a property.
4611
4612 Thu May 27 00:11:01 2004  Matthias Clasen  <maclas@gmx.de>
4613
4614         * gtk/gtkmenuitem.c (gtk_menu_item_size_request): Fix a typo.
4615
4616 Thu May 27 00:07:47 2004  Jonathan Blandford  <jrb@gnome.org>
4617
4618         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the
4619         signal if the box exists.
4620
4621 Wed May 26 23:26:51 2004  Matthias Clasen  <maclas@gmx.de>
4622
4623         Support insensitive cells in tree views and combo boxes:
4624         
4625         * gtk/gtkcellrenderer.h: 
4626         * gtk/gtkcellrenderer.c: Add a ::sensitive property.
4627
4628         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): 
4629         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
4630         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
4631         Support drawing insensitive.
4632
4633         * gtk/gtkcellview.h: 
4634         * gtk/gtkcellview.c (gtk_cell_view_get_cell_renderers): New 
4635         function to obtain the cell renderers from a cell view. Also
4636         export gtk_cell_view_set_cell_data().
4637
4638         * gtk/gtktreeselection.c (tree_column_is_sensitive):
4639         * gtk/gtktreeselection.c (row_is_selectable): Helper functions
4640         to determine whether all visible cells in a row are insensitive
4641         and whether a row is selectable. A row is not selectable if the 
4642         user function says so or if all visible cells are insensitive.
4643         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node): 
4644         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node): 
4645         Use row_is_selectable().
4646         
4647         * gtk/gtkcombobox.c (row_is_sensitive): 
4648         * gtk/gtkcombobox.c (tree_column_row_is_sensitive): 
4649         * gtk/gtkcombobox.c (menu_row_is_sensitive): Helper functions
4650         to determine row sensitivity in menu or list mode.
4651
4652         * gtk/gtkcombobox.c (update_menu_sensitivity): Helper function
4653         to set up sensitivity menu items from the underlying rows.
4654
4655         * gtk/gtkcombobox.c (gtk_combo_box_popup): 
4656         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): Use
4657         update_menu_sensitivity().
4658                 
4659         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Setup the cell
4660         data funcs.
4661
4662         * gtk/gtkcombobox.c (gtk_combo_box_key_press): Skip insensitive
4663         rows.
4664
4665         * tests/testcombo.c (main): Make some rows insensitive.
4666
4667 2004-05-26  Robert Ögren  <gtk@roboros.com>
4668
4669         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Send key
4670         modifiers (shift, ctrl etc) in button and motion events from the
4671         tablet. (#143240)
4672
4673 2004-05-26  Robert Ögren  <gtk@roboros.com>
4674
4675         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): Simple
4676         implementation for extended input devices using last known 
4677         device state (#143237)
4678
4679 Tue May 25 21:54:00 2004  Matthias Clasen  <maclas@gmx.de>
4680
4681         * gtk/gtkframe.c: Move docs inline, fixing them on the
4682         way.  (#143029, Steve Chaplin)
4683
4684 2004-05-11  Robert Ögren  <gtk@roboros.com>
4685
4686         * gdk/win32/gdkevents-win32.c (propagate): Don't propagate mouse
4687         events to windows that want extended input events. (#142943)
4688         (gdk_event_translate): Move check for extended input devices to
4689         propagate, new parameter to propagate.
4690         (gdk_pointer_grab, gdk_display_pointer_ungrab): Enable calls to
4691         _gdk_input_(un)grab_pointer. (#142943)
4692
4693         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Check for
4694         input grab. [Fix missing update of impl in "dijkstra" event
4695         propagation loop] Drop the parallel "impl" pointer, just use a
4696         cast. Don't propagate beyond windows that want normal input
4697         events. (#142943)
4698         (gdk_input_grab_pointer, gdk_input_ungrab_pointer): Limited
4699         implementation of input grab. (#142943)
4700
4701 2004-05-22  Tor Lillqvist  <tml@iki.fi>
4702
4703         * gdk/win32/gdkinput-win32.c (print_lc): Remove duplicated
4704         line. (Spotted by Benoît Carpentier.)
4705
4706 2004-05-18  Matthias Clasen  <mclasen@redhat.com>
4707
4708         * configure.in: Check for XFIXES extension.
4709
4710         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add 
4711         a gboolean have_xfixes member.
4712
4713         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Register
4714         XFIXES events and set have_xfixes.
4715
4716         * gdk/gdkevents.h (GdkEventType): Add GDK_OWNER_CHANGE.
4717         (GdkEventOwnerChange): New event struct for owner change events.
4718         (GdkOwnerChange): New enum for the reason field of GdkEventOwnerChange.
4719         
4720         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Translate 
4721         XFixesSelectionNotify events into GdkEventOwnerChange events.
4722         
4723         * gdk/gdkdisplay.h:
4724         * gdk/x11/gdkdisplay-x11.c (gdk_display_supports_selection_notification):
4725         (gdk_display_request_selection_notification): New api 
4726         to support selection ownership notification.
4727
4728         * gtk/gtkclipboard.h:
4729         * gtk/gtkclipboard.c (_gtk_clipboard_handle_event): New private
4730         api to handle owner change events.
4731         (clipboard_peek): Refactored out the body of 
4732         gtk_clipboard_get_for_display() for use in _gtk_clipboard_handle_event().
4733
4734         * gtk/gtkmain.c (gtk_main_do_event): Handle GDK_OWNER_CHANGE events
4735         by calling _gtk_clipboard_handle_event().
4736
4737 2004-05-18  Matthias Clasen  <mclasen@redhat.com>
4738
4739         * gtk/gtkintl.h: Include glib/gi18n-lib.h and only define
4740         the P_() macros ourselves.
4741
4742         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
4743         Restrict the width of the popup to be no larger than the
4744         monitor.  (#142678, DmD Ljungmark)
4745
4746         * gtk/gtkbutton.c: Go back to the initial fix for the 
4747         focus-overdrawing problem, which was actually correct 
4748         according to docs/widget_geometry.txt.
4749
4750         * gtk/gtkarrow.c (gtk_arrow_class_init): Bump the initial
4751         arrow size from 11 to 15 to compensate for that.
4752
4753         * gtk/gtktextview.c (gtk_text_view_class_init): Document the
4754         arguments of the ::move-cursor signal.  (#142725)
4755
4756 2004-05-17  Matthias Clasen  <mclasen@redhat.com>
4757
4758         Merged from 2.4:
4759         
4760         * gtk/gtkbutton.c (gtk_button_size_request) 
4761         (gtk_button_size_allocate, _gtk_button_paint): Allocate
4762         space for the focus rectangle only if necessary.  (#142668,
4763         Michael Natterer)
4764
4765 Sun May 16 23:11:47 2004  Matthias Clasen  <maclas@gmx.de>
4766
4767         Merged from 2.4:
4768         
4769         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove two useless 
4770         lines.  (#142479, Morten Welinder)
4771
4772 Sun May 16 22:27:17 2004  Matthias Clasen  <maclas@gmx.de>
4773
4774         * gtk/gtkintl.h (Q_): Add a Q_() macro. 
4775
4776         * gtk/gtkcellrendererprogress.h: Remove GTK_PROGRESS_CELL_UNKNOWN
4777         and GTK_PROGRESS_CELL_FAILED. With the ability the set the label,
4778         they are not really needed.
4779
4780         * gtk/gtkcellrendererprogress.c: Use the xpad and ypad properties
4781         instead of hardwired padding, use Q_() for the default label, 
4782         compute a reasonable minimal size.  (#142571, #142572, #142573,
4783         Tommi Komulainen, Christian Persch)
4784         
4785 2004-05-15  Tor Lillqvist  <tml@iki.fi>
4786
4787         * gdk/win32/gdkdnd-win32.c: Put back the ref_count field in the
4788         GdkDragContextPrivateWin32 struct (but inside ifdef OLE2_DND this
4789         time). It is used by the OLE2_DND code, which is unfinished and
4790         presumably horribly broken, but still, let's not make it not
4791         compile on purpose. Silence some gcc warnings in the OLE2_DND
4792         code.
4793
4794 2004-05-14  Matthias Clasen  <mclasen@redhat.com>
4795
4796         * gtk/gtktreeview.c (gtk_tree_view_tree_window_to_tree_coords): 
4797         New function to go from tree window to tree coordinates, kept
4798         static for now until we figure out the multiple coordinate
4799         system mess in GtkTreeView API-wise.
4800         (gtk_tree_view_scroll_to_cell): Transform the coordinates 
4801         from tree window to tree coordinates, using the new function.
4802         Previously, the x coordinate was wrongly transformed. (#142494)
4803
4804         * gdk/gdktypes.h (GdkModifierType): Add a comment about unused
4805         bits.
4806
4807         * gtk/gtkstock.c (real_add, gtk_stock_lookup): Use an unused
4808         modifier bit to mark stock item which need to be freed 
4809         eventually.  (#140654, Michal Pasternak, Scott Tsai)
4810
4811 2004-05-11  Robert Ögren  <gtk@roboros.com>
4812
4813         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Add missing
4814         call to g_object_ref in Wintab code. (#138341)
4815
4816         * gdk/win32/gdkinput-win32.c: Fix numerous Wintab problems
4817         including unallocated buffers for event->motion.axes and
4818         event->button.axes, unsigned wraparound problem in the code for
4819         detecting missing press/release events and assigning min instead
4820         of max when setting up axes.
4821
4822 2004-05-12  Matthias Clasen  <mclasen@redhat.com>
4823
4824         * tests/testtreeedit.c: Add a progress column.
4825
4826         * gtk/Makefile.am: Add gtkcellrendererprogress.[hc] in the right
4827         places.
4828
4829         * gtk/gtk.h: Include gtkcellrendererprogress.h.
4830
4831         * gtk/gtkcellrendererprogress.[hc]: A progress cell renderer,
4832         based on the one found in Epiphany.
4833
4834 2004-05-11  Michael Natterer  <mitch@gimp.org>
4835
4836         * gtk/gtkcombobox.c (gtk_combo_box_popup)
4837         (gtk_combo_box_menu_button_press): don't allocate the popup
4838         smaller than the combobox. Fixes bug #59660.
4839
4840 2004-05-11  Matthias Clasen  <mclasen@redhat.com>
4841
4842         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget): Revert the
4843         previous change to this function, clarify the docs instead.
4844
4845         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Use
4846         GTK_SELECTION_BROWSE.
4847
4848         * gtk/gtktreeview.c: Make hover selection work for 
4849         GTK_SELECTION_BROWSE as well.
4850
4851 Tue May 11 00:38:25 2004  Matthias Clasen  <maclas@gmx.de>
4852
4853         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_class_init): 
4854         Document the ::toggled signal.
4855
4856 Mon May 10 23:04:25 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4857
4858         * gtk/gtkwidget.h: Add prototype for _gtk_widget_grab_notify()
4859
4860 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
4861
4862         * gtk/gtkwindow.c (get_screen_icon_info): Make static.
4863
4864         * gdk/gdkdisplay.c (singlehead_...): 
4865         * gdk/x11/gdkkeys-x11.c (get_effective_keymap): 
4866         * gdk/x11/gdkgeometry-x11.c (expose_serial_predicate): 
4867         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Make static.
4868
4869         * gtk/gtktreeview.c (gtk_tree_view_set_fixed_height_mode): Add a 
4870         note about COLUMN_FIXED restriction.
4871
4872         * gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press): 
4873         Set the entry in the default handler of the ::match-selected signal.
4874         (#137226)
4875
4876         * gtk/gtkcombobox.c (gtk_combo_box_menu_position_below): If we don't
4877         do the move-selected-item below pointer thingie, do the 
4878         place-below-or-above one.
4879
4880         * tests/testentrycompletion.c: Make the second example use the 
4881         ::match-selected signal to make it actually work.
4882
4883         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): 
4884         * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Use hover selection
4885         mode.  (#127648, Dave Bordoley)
4886
4887         * gtk/gtktreeview.h:
4888         * gtk/gtktreeview.c: Add a new property "hover_selection", which 
4889         when TRUE makes the selection follow the mouse. Also add setter
4890         and getter for the fixed_height property.
4891
4892 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
4893
4894         * gtk/gtkcombobox.c (gtk_combo_box_popup) 
4895         (gtk_combo_box_menu_button_press): Make sure the menu pops up
4896         as wide as the combobox.  (#59660, Havoc Pennington)
4897
4898 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
4899
4900         * gtk/gtkcombobox.h: 
4901         * gtk/gtkcombobox.c: Support tearoffable combo boxes (in menu 
4902         mode). Add a new property, add-tearoffs, for this.  (#135956)
4903
4904         * gtk/gtkfontsel.c (list_row_activated): Make Return activate the
4905         default button.  (#118921)
4906
4907 Mon May 10 15:03:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
4908
4909         * gtk/gtkwidget.c (_gtk_widget_grab_notify): New internal function
4910         that emits the grab notify signal.
4911         
4912         * gtk/gtkmain.c (gtk_grab_notify_foreach): Use it here.
4913
4914 Mon May 10 00:48:08 2004  Matthias Clasen  <maclas@gmx.de>
4915
4916         * gtk/gtkmenu.c: Make destruction of a torn off menu work 
4917         like un-tearing off.
4918
4919 Sun May  9 21:05:38 2004  Matthias Clasen  <maclas@gmx.de>
4920
4921         Merge from 2.4:
4922
4923         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
4924         Allow to suppress the stock accelerator by using "".  (#142196,
4925         David A Knight)
4926         
4927 Sun May  9 02:01:13 2004  Matthias Clasen  <maclas@gmx.de>
4928
4929         Merge from 2.4:
4930         
4931         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): 
4932         In list mode, accept the same mouse/wheel bindings on 
4933         the cellview as on the button.  (#136967)
4934
4935 Sun May  9 01:25:37 2004  Matthias Clasen  <maclas@gmx.de>
4936
4937         * gtk/gtkiconfactory.c (add_to_cache): Actually count the
4938         cached icons.  (#135888, Crispin Flowerday)
4939
4940 Sun May  9 00:03:03 2004  Matthias Clasen  <maclas@gmx.de>
4941
4942         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget): Make sure
4943         that we actually return menus for nodes of type menu, not the
4944         menuitems they're attached to.
4945
4946 Sat May  8 22:50:55 2004  Matthias Clasen  <maclas@gmx.de>
4947
4948         * gtk/gtkactiongroup.c (gtk_action_group_set_translation_domain): 
4949         Add a note regarding UTF-8 requirements, proposed by 
4950         Mariano Suárez-Alvarez.
4951
4952 Sat May  8 22:43:11 2004  Matthias Clasen  <maclas@gmx.de>
4953
4954         * gtk/gtktearoffmenuitem.h: 
4955         * gtk/gtktearoffmenuitem.c: Put the torn_off flag back
4956         into the GtkTearoffMenuItem struct, since it is used
4957         by the Gimp, and keep it synchronized with the 
4958         tearoff_state property of the parent menu.
4959
4960 2004-05-08  Hans Breuer  <hans@breuer.org>
4961
4962         * gtk/gtkfilesystemwin32.c (extract_icon) : finally also
4963         create the correct mask for 'pseudo mime' icons
4964
4965         * gdk/win32/gdkwindow-win32.c(show_window_internal) : also
4966         take focus_on_map into account
4967
4968         * gtk/gtkselection.c : g_message() only with DEBUG_SELECTION
4969
4970         * gtk/gtkactiongroup.c gtk/gtkcombobox.c : 
4971         ... must return a value
4972
4973         * gdk/gdk.def gtk/gtk.def demos/gtk-demo/makefile.msc.in : updated
4974
4975 2004-05-07  Matthias Clasen  <mclasen@redhat.com>
4976
4977         * gtk/gtkbutton.c (gtk_button_size_allocate): Don't let the child
4978         draw over the focus rectangle.
4979
4980         * gtk/gtkhsv.c: Draw focus indication in the color wheel using
4981         standard focus style.  (#63071, Bill Haneman, idea for new
4982         style by Owen Taylor)
4983
4984         * gtk/gtkstyle.c (gtk_default_draw_focus): Support drawing on
4985         focus on the colorwheel via details.
4986
4987 2004-05-06  Matthias Clasen  <mclasen@redhat.com>
4988
4989         Merge from 2.4:
4990         
4991         * gtk/gtkcombobox.c (gtk_combo_box_menu_state_changed): Remove
4992         this no longer needed signal handler.  (#141817, Paul Pogonyshev)
4993
4994 Fri May  7 00:41:46 2004  Matthias Clasen  <maclas@gmx.de>
4995
4996         * gtk/gtktearoffmenuitem.h: 
4997         * gtk/gtktearoffmenuitem.c: Make the tearoff 
4998         functionality model/view, the tearoffmenuitem being
4999         the view and the tearoff_state property of the menu
5000         being the model.  (#101185, Owen Taylor)
5001
5002         * gtk/gtkmenu.c: Add a tearoff_state property.
5003
5004 Thu May  6 23:52:13 2004  Matthias Clasen  <maclas@gmx.de>
5005
5006         Merge from 2.4:
5007
5008         * gtk/gtkmenuitem.c (gtk_menu_item_select_timeout): Also 
5009         popup the submenu for items in torn off menus.  (#122051)
5010
5011 2004-05-06  Sven Neumann  <sven@gimp.org>
5012
5013         * gtk/gtkexpander.c (gtk_expander_size_allocate): in RTL mode,
5014         position the title lable next to the arrow just as we do for LTR
5015         rendering. Fixes bug #141825.
5016
5017 2004-05-06  Matthias Clasen  <mclasen@redhat.com>
5018
5019         * docs/RELEASE-HOWTO: Document the new policy of
5020         bumping version numbers after release.
5021
5022         * configure.in: Bump version number to 2.5.0.
5023
5024 2004-05-06  Padraig O'Briain  <padraig.obriain@sun.com>
5025
5026         * gtk/gtkmenu.h:
5027         * gtk/gtkmenu.c: Add new function gtk_menu_get_for_attach_widget.
5028         (bug #113112).
5029
5030 Thu May  6 00:24:11 2004  Matthias Clasen  <maclas@gmx.de>
5031
5032         * gtk/gtkactiongroup.h: 
5033         * gtk/gtkactiongroup.c (gtk_action_group_translate_string): 
5034         New function to translate a string with translate_func.
5035         (#135740)
5036
5037 Thu May  6 00:02:21 2004  Matthias Clasen  <maclas@gmx.de>
5038
5039         * gtk/gtkcombobox.c (gtk_combo_box_get_wrap_width): 
5040         (gtk_combo_box_get_row_span_column): 
5041         (gtk_combo_box_get_column_span_column): Add missing getters
5042         for readwrite properies. (#135649)
5043
5044 Wed May  5 23:42:42 2004  Matthias Clasen  <maclas@gmx.de>
5045
5046         * gtk/gtkcombobox.h: 
5047         * gtk/gtkcombobox.c (gtk_combo_box_get_active_text): 
5048         Add gtk_combo_box_get_active_text() convenience 
5049         function. (#136372, Christian Neumeir, patch by Olivier Andrieu) 
5050
5051 2004-05-05  Elijah Newren  <newren@math.utah.edu>
5052
5053         Changes to support do-not-focus-on-map hint in conjunction with
5054         _NET_WM_USER_TIME (#115650):
5055
5056         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean
5057         field focus_on_map
5058         
5059         * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to
5060         set it.
5061
5062         * gtk/gtkwindow.[hc]: Add a boolean property "focus_on_map"
5063         and gtk_window_get_focus_on_map() and gtk_window_set_focus_on_map().
5064
5065         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
5066         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): 
5067         * gdk/x11/gdkwindow-x11.c (gdk_window_new):
5068         Initialize the focus_on_map field to TRUE.
5069
5070         * gdk/win32/gdkwindow-win32.c (gdk_window_set_focus_on_map): 
5071         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_focus_on_map): 
5072         * gdk/x11/gdkwindow-x11.c (gdk_window_set_focus_on_map): 
5073         * gdk/x11/gdkwindow-x11.c (setup_toplevel_window):
5074         Implementations for the various backends. The Win32 and linux-fb
5075         implementations set the focus_on_map field, but don't use it yet
5076         to actually implement noinput windows. The X implementation sets
5077         _NET_WM_USER_TIME to 0 if focus_on_map is FALSE (see the EWMH).
5078
5079         * gdk/x11/gdkwindow-x11.h: 
5080         * gdk/x11/gdkevents-x11.c (set_user_time): 
5081         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): 
5082         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_set_user_time): 
5083         s/_gdk_x11_window_set_user_time/gdk_x11_window_set_user_time/,
5084         since we want that function to be part of the public API.
5085
5086 Wed May  5 22:20:21 2004  Matthias Clasen  <maclas@gmx.de>
5087
5088         Merge from 2.4:
5089         
5090         * gtk/gtkiconfactory.c (icon_source_clear): Don't
5091         call g_free() on a pixbuf.  (#141961, Crispin Flowerday) 
5092
5093 2004-05-05  Matthias Clasen  <mclasen@redhat.com>
5094    
5095         Merge from 2.4:
5096         
5097         * gtk/gtkuimanager.c (print_node): Make the output 
5098         parseable.  (#141929, Sven Neumann)
5099
5100 2004-05-05  Tor Lillqvist  <tml@iki.fi>
5101
5102         * gdk/win32/gdkdnd-win32.c (gdk_drag_find_window_for_screen): Add
5103         multi-monitor offset. (#141842, John Ehresman)
5104
5105 2004-05-04  Federico Mena Quintero  <federico@ximian.com>
5106
5107         Fixes #139562, based on a patch by Christian Neumair.
5108
5109         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): Add
5110         a filter_combo_hbox field to contain the filter combo.
5111         (show_filters): Show/hide the filter_combo_hbox.
5112         (create_filename_entry_and_filter_combo): Removed.
5113         (file_pane_create): Create the filter_combo_hbox here.
5114
5115 2004-05-04  Matthias Clasen  <mclasen@redhat.com>
5116
5117         * modules/input/gtkimcontextxim.c: Fix the recent
5118         string_conversion_callback change to work on 
5119         Solaris.  (#141190, Padraig O'Briain)
5120
5121         * gtk/gtkselection.c: Disable debug logging again.
5122
5123 2004-05-03  Matthias Clasen  <mclasen@redhat.com>
5124
5125         * gtk/gtkselection.c: Make the chunk size for 
5126         incremental transfers depend on the maximal request 
5127         size, capped at 256k. This should allow most selections
5128         to be transferred nonincrementally, avoiding many
5129         roundtrips and protocol overhead.
5130
5131 2004-05-03  Federico Mena Quintero  <federico@ximian.com>
5132
5133         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Call
5134         g_signal_new() correctly and initialize the signal fields.  Fixes
5135         #141749; patch based on Michael Natterer's.
5136
5137 u2004-05-03  Matthias Clasen  <mclasen@redhat.com>
5138
5139         * gtk/gtkselection.c (_gtk_selection_request): Fix
5140         a debug message to show correct information.
5141         (_gtk_selection_incr_event): Make INCRemental transfer
5142         of MULTIPLE targets work. This was broken since 1997!
5143
5144 2004-05-02  Hans Breuer  <hans@breuer.org>
5145
5146         * gdk/win32/gdkdrawable-win32.c (draw_segments) : don't
5147         modify the passed in GdkSegment(s) in place, we may get
5148         them again to draw at the same place. Fixes bug #129095, 
5149         bug #137177, ...
5150         (draw_segments) draw the end pixel again to get the 
5151         pixmap mask right, fixes bug #126710, #130202
5152
5153         * gdk/win32/gdkwindow-win32.c : use SetForegroundWindow,
5154         fixes bug #106013, John Ehresman
5155
5156         * gtk/makefile.msc.in : don't try to link gtk.res but
5157         use gtk-win32.res (as supposed to be fixed below :)
5158
5159 2004-05-01  Hans Breuer  <hans@breuer.org>
5160
5161         * tests/Makefile.am : tests/makefile.msc is in CVS for
5162         a long time, finally added to EXTRA_DIST : fixes bug 
5163         #141334, John Ehresman
5164
5165 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
5166
5167         * === Released 2.4.1 ===
5168
5169         * configure.in: Version 2.4.1, interface age 1. 
5170
5171         * NEWS: Updates
5172
5173 2004-04-29  Federico Mena Quintero  <federico@ximian.com>
5174
5175         Fixes #140412.
5176
5177         * gtk/gtkfilechooserdefault.c (remove_selected_bookmarks): New
5178         function; moved the code over from
5179         remove_bookmark_button_clicked_cb().
5180         (remove_selected_bookmarks): Now, getting a non-removable bookmark
5181         is not an error, as we may be called as a result of hitting the
5182         Delete key.
5183         (shortcuts_key_press_event_cb): New handler; delete the bookmark
5184         if the user presses Backspace, Delete, or KP_Delete.
5185
5186 2004-04-29  Matthias Clasen  <mclasen@redhat.com>
5187
5188         * gtk/gtkaction.c (closure_accel_activate): Use
5189         _gtk_action_emit_activate() instead of directly
5190         emitting the activate signal.  (#141429, Jody Goldberg)
5191
5192         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
5193         Warn people when the accelerator can not be 
5194         parsed.  (#141429, Jody Goldberg)
5195
5196 2004-04-29  Matthias Clasen  <mclasen@redhat.com>
5197
5198         * tests/testentrycompletion.c (main): Add a missing 
5199         cat.  (#141070, Chris Sherlock)  
5200
5201         * gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Remove unused
5202         variable.  (#141022, Chris Sherlock)
5203         
5204         * gtk/gtkcombo.c (gtk_combo_popup_list): Add a missing
5205         cast.  (#141013, Chris Sherlock)
5206
5207         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear): Remove
5208         unused variable.  (#141011, Chris Sherlock)
5209
5210 2004-04-29  Tor Lillqvist  <tml@iki.fi>
5211
5212         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Plug memory
5213         leak. (#140775, John Ehresman)
5214
5215 Thu Apr 29 01:09:50 2004  Matthias Clasen  <maclas@gmx.de>
5216
5217         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Use depth - 1
5218         to index the cached gcs, not depth.  (#139494)
5219
5220 2004-04-28  Matthias Clasen  <mclasen@redhat.com>
5221
5222         * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Docs typo fix.
5223
5224 Sun Apr 25 15:36:02 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5225
5226         * gtk/gtktoolbutton.c (gtk_tool_button_set_label_widget): Fix
5227         cut'n'paste-o from previous commit. (#141046, Torsten Schoenfeld).
5228
5229 2004-04-24  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5230
5231         Patch to add support for string conversion callbacks to
5232         GtkIMContextXIM (#101814)
5233
5234         * modules/input/gtkimcontextxim.c: Set the string conversion callback
5235         if supported by the XIC.
5236
5237         (struct _GtkIMContextXIM): Add string_conversion_callback member.
5238
5239         (struct _GtkXIMInfo, setup_im): Check and keep flag inidicating
5240         whether string conversion callback is supported.
5241
5242         (gtk_im_context_get_ic, +set_string_conversion_callback,
5243         +string_conversion_callback): Also initialize string conversion
5244         callback, if supported, along with the IC initialization.
5245
5246         * modules/input/imxim.c: Make "xim" module default for Thai as well.
5247
5248 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
5249
5250         * gtk/gtkclipboard.c (gtk_clipboard_wait_for_targets): Correctly
5251         initialize targets.  (#139883, John Finlay)
5252
5253         * gdk/gdkdraw.c (gdk_draw_drawable): Small doc improvement. 
5254
5255         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): 
5256         Don't recommend gtk_tree_row_reference_new_proxy().  (#138309,
5257         Tim-Philipp Müller)
5258
5259         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_cell_data): 
5260         Remove an excessive g_return_if_fail().
5261
5262         * gdk/x11/gdkevents-x11.c (set_user_time): Make set_user_time()
5263         static.
5264         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): 
5265         _-prefix calls of gdk_x11_window_set_user_time().
5266
5267 2004-04-22  Matthias Clasen  <mclasen@redhat.com>
5268
5269         * gtk/gtkuimanager.c (update_node): Make sure the separators 
5270         used to demarkate placeholder ends don't show up on 
5271         show_all().  (#140496, Murray Cumming)
5272
5273         * gtk/gtkspinbutton.c (spin_button_at_limit): Make spinbuttons
5274         work with negative increments.  (#137975, Tim Gerla)
5275
5276 Wed Apr 21 21:38:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5277
5278         * gtk/gtktoolbutton.c (gtk_tool_button_set_label_widget,
5279         gtk_tool_button_set_icon_widget): Remove the old widget from the
5280         tool button before overwriting it with the new widget.
5281
5282         (#140508, Todd Goyen)
5283         
5284 2004-04-22  Tor Lillqvist  <tml@iki.fi>
5285
5286         Fix the file chooser on Windows. I can't make it misbehave or
5287         crash any more now. But presumably there are still corner cases
5288         not handled. I haven't really checked behaviour of UNC paths, for
5289         instance.
5290
5291         * gtk/gtkfilesystemwin32.c: Accept both backslash and slash in
5292         several places. Use G_IS_DIR_SEPARATOR macro (which could be added
5293         to GLib in 2.6).
5294
5295         (gtk_file_system_win32_get_parent): Like the Unix version, assert
5296         filename is absolute, and avoid one unnecessary string allocation
5297         and freeing.
5298         
5299         (canonicalize_filename,gtk_file_system_win32_parse): Handle drive
5300         letters more correctly.
5301
5302         (gtk_file_system_win32_render_icon): Assure correct syntax is used
5303         for root folder of a drive. (#137962, Morten Welinder)
5304
5305         (filename_is_some_root): New function that accepts also root
5306         without any drive specified.
5307
5308         (filename_is_drive_root): Rename from filename_is_root.
5309
5310         * gtk/gtkfilechooserentry.c (completion_match_func): Casefold on
5311         Windows.
5312
5313 2004-04-21  Matthias Clasen  <mclasen@redhat.com>
5314
5315         * gtk/gtkentry.c (gtk_entry_completion_timeout): Pop down the 
5316         completion window if there are no completions anymore.
5317
5318         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
5319         Don't call gtk_tree_view_scroll_to_cell() on an empty tree view. 
5320         It doesn't like that.  (#140642, Christian Persch)
5321
5322         * demos/gtk-demo/expander.c (do_expander): A new demo.
5323
5324         * demos/gtk-demo/Makefile.am (demos): Add expander.c.
5325
5326 2004-04-20  Matthias Clasen  <mclasen@redhat.com>
5327
5328         * gtk/gtktextview.c (gtk_text_view_allocate_children): Make
5329         sure anchored children get size allocated, even if the layout
5330         is valid.  (#122323, Andrew E. Makeev)
5331         (gtk_text_view_scroll_pages): 
5332         (gtk_text_view_scroll_hpages): Don't scroll to cursor position
5333         if we already have pending scrolls. Bandaid fix for #78513.
5334
5335 Mon Apr 19 17:59:17 2004  Owen Taylor  <otaylor@redhat.com>
5336
5337         * INSTALL.in: Update libpng and libjpeg URLs, remove
5338         note about building without since that's not the normal
5339         case.
5340
5341 Sun Apr 11 09:45:11 2004  Owen Taylor  <otaylor@redhat.com>
5342
5343         * gtk/gtkicontheme.c (load_themes): Fix a couple of typos in
5344         handling of SVG/non-SVG unthemed icons.
5345
5346 2004-04-19  Morten Welinder  <terra@gnome.org>
5347
5348         * gtk/gtktoolbar.c (gtk_toolbar_focus): Don't leak list of
5349         children.  (#140523)
5350
5351 2004-04-19  Matthias Clasen  <mclasen@redhat.com>
5352
5353         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
5354         Don't stop the iteration up to the tag_root too 
5355         early.  (#109945, Dongho Shin)
5356
5357 Sun Apr 18 17:06:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5358
5359         * gdk/x11/gdkkeys-x11.c (get_effective_keymap): Make
5360         gdk_keymap_translate_keyboard_state() handle NULL
5361         keymaps. (#139715, Torsten Schoenfeld).
5362
5363 Sun Apr 18 16:59:21 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5364
5365         * configure.in: Don't erase GDK_EXTRA_CFLAGS. Fixes bug 139586,
5366         reported by Pedro RODRIGUEZ, about compilation problems when
5367         Xcursor is installed in a non-standard location.
5368
5369 Sun Apr 18 16:15:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
5370
5371         Support for _NET_WM_USER_TIME (bug 115650). Patch by Elijah
5372         Newren.
5373         
5374         * gdk/x11/gdkwindow-x11.[ch]: Add new internal function
5375         _gdk_x11_set_user_time() to set the _NET_WM_USER_TIME property.
5376
5377         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add user_time field
5378
5379         * gdk/x11/gdkdisplay-x11.c: Add _NET_WM_USER_TIME to list of
5380         precached atoms.
5381         
5382         * gdk/x11/gdkinput-x11.c, gdk/x11/gdkevents-x11.c: Set the
5383         property on user interaction.
5384
5385 2004-04-15  Federico Mena Quintero  <federico@ximian.com>
5386
5387         * gtk/gtkfilesel.c (open_new_dir): Tell the user to use
5388         G_FILENAME_ENCODING, not G_BROKEN_FILENAMES.  Fixes #114065.
5389
5390         * gtk/gtkfilechooserdefault.c (split_uris): Use a variant of the
5391         code from gtkfilesel.c to parse a "text/uri-list" blob.  Fixes
5392         #140126.
5393
5394 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
5395
5396         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
5397         * gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
5398
5399 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
5400
5401         * gtk/gtkcombobox.c: 
5402         * gtk/gtkwidget.c: 
5403         Make all style properties readonly.
5404
5405 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
5406
5407         * gtk/gtkcolorsel.c: Add a11y relations between the color
5408         wheel and the spin buttons.  (#132745, Padraig O'Briain)
5409
5410         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document
5411         the meaning of size == -1.
5412
5413         * gtk/gtkwidget.c (gtk_widget_render_icon): Explicitly accept  
5414         a size of -1.  (#137436, Brian Cameron)
5415
5416         * gtk/gtkcombobox.c: Make the arrow and separator regular
5417         children of an hbox inside the button, and propagate state
5418         changes from the button to the cell view.  (part of the fix
5419         for #138650, should also fix #137535)
5420
5421         * gtk/gtkcellview.c (gtk_cell_view_expose): Pass the PRELIT
5422         state to gtk_cell_renderer_render() when prelighted. (part 
5423         of the fix for #138650)
5424
5425         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
5426         Use PRELIGHT state when appropriate.  (part of the fix for 
5427         #138650)
5428
5429         * gtk/gtkcombobox.c (gtk_combo_box_relayout): Don't spit 
5430         out warnings if called before the combo box is 
5431         realized.  (#139742, Philip Langdale)
5432
5433 Wed Apr 14 03:45:39 2004  Jonathan Blandford  <jrb@gnome.org>
5434
5435         * gtk/gtktreeview.c (gtk_tree_view_expose): propagate expose
5436         events to children.
5437
5438 Wed Apr 14 03:32:58 2004  Jonathan Blandford  <jrb@gnome.org>
5439
5440         * gtk/gtkpathbar.c (make_directory_button): remove spurious
5441         gtk_box_pack_start.
5442
5443 Tue Apr 13 16:19:23 2004  Jonathan Blandford  <jrb@redhat.com>
5444
5445         * gtk/gtkpathbar.c (make_directory_button): patch from Owen to
5446         make the buttons sized by a bold label.  This makes the text
5447         'swim' a little, but stops the buttons from resizing, #137210
5448
5449 2004-04-13  Matthias Clasen  <mclasen@redhat.com>
5450
5451         * gtk/gtkuimanager.c (get_child_node): Don't crash if a node 
5452         has no name.
5453         (start_element_handler): Accept separators without unique 
5454         names.  (#133302, Anders Carlsson)
5455
5456         * gtk/gtkactiongroup.c (gtk_action_group_add_action): Document
5457         possible accelerator gotcha when using this function.  (#139641, 
5458         Christian Persch)
5459
5460         * gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak
5461         list nodes.  (#138862, Morten Welinder)
5462
5463 Tue Apr 13 12:24:49 2004  Jonathan Blandford  <jrb@redhat.com>
5464
5465         * gtk/gtktreeview.c (gtk_tree_view_destroy): remove unused
5466         variable.
5467         (gtk_tree_view_button_press): If we activated the row we don't
5468         want to grab focus back, as moving focus to another widget is
5469         pretty common, #138458
5470
5471 2004-04-12  Federico Mena Quintero  <federico@ximian.com>
5472
5473         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Added
5474         documentation to all the signals.
5475
5476 2004-04-12  Matthias Clasen  <mclasen@dhcp64-228.boston.redhat.com>
5477
5478         * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't unref
5479         model if it is NULL. (#139770)
5480
5481         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Typo fix.
5482
5483         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Don't add
5484         a shadow inside the scrolled window, add it around the vbox.
5485
5486         * gtk/gtkentryprivate.h: 
5487         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
5488         Return a boolean indicating whether the popup is positioned above 
5489         or below. Scroll the completions to the beginning or the end, 
5490         depending on the positioning.
5491
5492         * gtk/gtkentry.c (gtk_entry_completion_key_press): Make keynav
5493         wrap around in the entry completion popup, and allow GDK_UP to 
5494         enter the popup.  (#137440)
5495
5496 2004-04-12  Matthias Clasen  <mclasen@redhat.com>
5497
5498         * gtk/gtkentry.c (gtk_entry_size_request): Make sure the style is 
5499         there before using it.
5500
5501 Sun Apr 11 15:08:45 2004  Jonathan Blandford  <jrb@gnome.org>
5502
5503         * gtk/gtktreeprivate.h: Moved search entries into priv data.
5504
5505         * gtk/gtktreeview.c: Prep for type-ahead support.
5506
5507         (gtk_tree_view_destroy): Destroy the search window explicitly.
5508         (gtk_tree_view_key_press): Minor change; prep for type-ahead
5509         (gtk_tree_view_ensure_interactive_directory): New function
5510         (gtk_tree_view_focus_out): Rework to handle new entry life-cycle.
5511         (gtk_tree_view_real_start_interactive_search): rework
5512         (gtk_tree_view_search_dialog_hide): ditto
5513         (gtk_tree_view_search_delete_event): ditto
5514         (gtk_tree_view_search_button_press_event): ditto
5515         (gtk_tree_view_search_key_press_event): ditto
5516         (gtk_tree_view_search_move): ditto
5517         (gtk_tree_view_search_init): ditto
5518
5519         * gtk/gtktreeviewcolumn.c:
5520         (gtk_tree_view_column_cell_layout_clear): remove unused variable.
5521
5522         * tests/testfilechooser.c: (main): change
5523
5524 2004-04-11  Hans Breuer  <hans@breuer.org>
5525
5526         * gdk/win32/gdkspawn-win32.c : workaround for bug #137496,
5527         the real fix would involve just another small API breakage,
5528         i.e. gdk_spawn_* using GPid not just gint.
5529
5530         * gtk/makefile.msc.in : build gtk-win32.res, not gtk.res
5531
5532 2004-04-10  Tor Lillqvist  <tml@iki.fi>
5533
5534         * gdk/win32/gdkkeys-win32.c (gdk_keymap_translate_keyboard_state):
5535         If both Shift and CapsLock pressed, ignore the shift only for
5536         letters (that would have been affected by the CapsLock). (#139095)
5537
5538         * gdk/win32/gdkglobals-win32.c: Disable tablet support by default,
5539         seems to be even buggier now than it used to be. (#138341)
5540         Initialize _gdk_input_ignore_wintab to TRUE.
5541
5542         * gdk/win32/gdkmain-win32.c: Add --use-wintab switch and
5543         GDK_USE_WINTAB environment variable to turn on tablet support.
5544
5545 2004-04-09  Christian Persch  <chpe@cvs.gnome.org>
5546
5547         * gtk/gtkuimanager.c: (gtk_ui_manager_insert_action_group),
5548         (gtk_ui_manager_remove_action_group): Terminate
5549         g_object_[dis]connect() calls with NULL instead of 0.
5550         Fixes #138997.
5551
5552 2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>
5553
5554         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
5555
5556 2004-04-07  Federico Mena Quintero  <federico@ximian.com>
5557
5558         Fix #132500.
5559
5560         * gtk/gtkfilesystem.c (gtk_file_system_parse): Ensure that the
5561         passed-in 'str' is not NULL.
5562
5563         * gtk/gtkfilesystemunix.c (expand_tilde): New helper function;
5564         expands "~/" or "~foo/" at the beginning of a filename.
5565         (gtk_file_system_unix_parse): Use expand_tilde() before doing
5566         anything else.
5567
5568         * gtk/gtkfilechooserentry.c
5569         (gtk_file_chooser_entry_maybe_update_directory): Take in a
5570         force_reload argument.
5571         (gtk_file_chooser_entry_changed): If gtk_file_system_parse()
5572         returns an error, set the file_part_pos to -1.
5573         (load_directory_callback): Only populate the model if the
5574         file_part_pos is not -1.
5575
5576 2004-04-06  Pablo Saratxaga  <pablo@mandrakesoft.com>
5577
5578         * configure.in: Added Icelandic (is) to ALL_LINGUAS
5579
5580 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
5581
5582         * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a
5583         title for SAVE and CREATE_FOLDER modes.  Fixes #137272.
5584
5585         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Look
5586         for G_DIR_SEPARATOR in the display_name, and err out if it is
5587         present; use the same error message as Nautilus.  Fixes #136467.
5588
5589         * gtk/gtkfilechooserdefault.c (file_pane_create): Make the
5590         new-folder button say "Create Fo_lder" rather than "Create
5591         _Folder", so that the mnemonic doesn't conflict with the "Save in
5592         _folder" label.  Fixes #136975.
5593
5594 2004-04-05  Federico Mena Quintero  <federico@ximian.com>
5595
5596         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Ref/sink the
5597         buttons.  Also, free them correctly upon failure.  Based on a
5598         patch by Morten Welinder, fixes #137956.
5599
5600 2004-04-05  Anders Carlsson  <andersca@gnome.org>
5601
5602         * gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.
5603
5604 Fri Apr  2 17:57:33 2004  Jonathan Blandford  <jrb@redhat.com>
5605
5606         * gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
5607         correctly for fixed height when inserting a node, #138082
5608
5609 2004-04-01  Federico Mena Quintero  <federico@ximian.com>
5610
5611         Fix #136077.
5612
5613         * gtk/gtkpathbar.h (struct _GtkPathBarClass): Add a
5614         "child_is_hidden" boolean argument to the "path-clicked" signal.
5615
5616         * gtk/gtkpathbar.c (struct _ButtonData): Added a file_is_hidden
5617         field.
5618         (make_directory_button): Take a file_is_hidden argument; put it in
5619         the ButtonData.
5620         (_gtk_path_bar_set_path): See whether each path component path is
5621         a hidden file.
5622         (gtk_path_bar_class_init): Add the file_is_hidden argument to the
5623         "path-clicked" signal.
5624         (button_clicked_cb): See if the downwards button represents a
5625         hidden file for the file_is_hidden argument in the signal
5626         emission.
5627
5628         * gtk/gtkmarshalers.list: Added a signal type VOID:POINTER,BOOLEAN.
5629
5630         * gtk/gtkfilechooserdefault.c
5631         (gtk_file_chooser_default_select_path): If we fail to switch
5632         folders, don't try to select the path in the file system model.
5633         Also, return the result from _gtk_file_system_model_path_do().
5634         (gtk_file_chooser_default_select_path): Turn on show_hidden in the
5635         file system model if we are asked to select a hidden file.
5636         (path_bar_clicked): Show hidden files based on whether the
5637         immediate downwards folder in the path bar is a hidden file
5638         itself.
5639         (struct _GtkFileChooserDefault): Added fields
5640         browse_files_popup_menu and browse_files_popup_menu_hidden_files_item.
5641         (create_file_list): Set an object data key of
5642         "GtkFileChooserDefault" on the tree view so that we can find the
5643         impl from the popup menu callbacks.  Also, hook up to the
5644         "button-press-event" and "popup-menu" signals in the file list to
5645         bring up a popup menu.
5646         (list_popup_menu_cb): New callback.
5647         (list_button_press_event_cb): New callback.
5648
5649         Fix #138763:
5650
5651         * gtk/gtkfilesystemmodel.c
5652         (_gtk_file_system_model_new): Oops, connect_object to
5653         "finished-loading".
5654
5655 2004-03-31  Tor Lillqvist  <tml@iki.fi>
5656
5657         * configure.in: Move AC_CANONICAL_HOST earlier, before the check
5658         for native Win32. (#136559, J. Ali Harlow)
5659
5660         * gdk/win32/gdkdrawable-win32.c (draw_arc): Use X11 semantics for
5661         angles. Thanks to Tim Newsham.
5662
5663 2004-03-29  Federico Mena Quintero  <federico@ximian.com>
5664
5665         Fix #137520.
5666
5667         * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
5668         for an ::is_finished_loading() method and a ::finished_loading()
5669         signal at the end of the struct.
5670
5671         * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
5672         "finished-loading" signal.
5673         (gtk_file_folder_is_finished_loading): New function.
5674
5675         * gtk/gtkfilesystemunix.c
5676         (gtk_file_folder_unix_is_finished_loading): Implement.
5677
5678         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
5679         slot for a "finished-loading" signal.
5680         (gtk_file_system_model_class_init): Create the "finished-loading"
5681         signal.
5682         (struct _GtkFileSystemModel): New field
5683         idle_finished_loading_source.  We emit the "finished-loading"
5684         signal in an idle if the root folder was done loading right in
5685         _gtk_file_system_model_new(), so that the caller has a chance to
5686         connect to the signal.
5687         (_gtk_file_system_model_new): Connect to the normal signals of the
5688         folder even if the initial _list_children() fails.  Also, see if
5689         the folder is finished loading; connect to the "finished-loading"
5690         signal otherwise.
5691         (gtk_file_system_model_finalize): Remove the idle handler.
5692
5693         * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
5694         and connect to the model's "finished-loading" signal.
5695         (get_toplevel): New helper function.
5696         (error_message): Use get_toplevel().
5697         (trap_activate_cb): Likewise.
5698         (location_popup_handler): Likewise.
5699         (set_busy_cursor): New function.
5700         (browse_files_model_finished_loading_cb): New callback.
5701
5702 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
5703
5704         * gtk/gtkfilechooserdefault.c (check_preview_change): Just use the
5705         file under the cursor; we don't need the logic from
5706         GtkFileSelection after all.  Fixes #132255.
5707
5708 2004-03-25  Federico Mena Quintero  <federico@ximian.com>
5709
5710         * gtk/gtkfilechooserdefault.c (location_entry_create): Fill the
5711         location entry with the display name of the file under the cursor
5712         for Open mode, or the typed filename in Save mode.
5713
5714 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
5715
5716         * gtk/gtkfilesystemwin32.c
5717         (filename_is_root): Bare drive designators (eg., "c:") are
5718         no longer considered as root filenames.  Fixed #137942
5719
5720 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
5721
5722         * gtk/gtkfilesystemwin32.c
5723         (gtk_file_system_win32_create_folder): Invert test for error in
5724         mkdir.  Fixes #137945
5725
5726 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
5727
5728         Fixed #138004 using Federico's code from #132327.
5729
5730         * gtk/gtkfilesystemwin32.c (struct _GtkFileSystemWin32): Add a
5731         folder_hash field to keep a list of live folder objects.
5732         (gtk_file_system_win32_init): Create the folder_hash.
5733         (gtk_file_system_win32_finalize): Destroy the folder_hash.
5734         (gtk_file_system_win32_get_folder): Ref and return an existing
5735         folder if we have it around, otherwise return a new folder object.
5736         (struct _GtkFileFolderWin32): Add a field for the parent file system.
5737         (gtk_file_folder_win32_finalize): Remove the folder from the file
5738         system's hash table.
5739         (gtk_file_system_win32_create_folder):  Emit "files-added" on the
5740         newly-created folder's parent.  Fixes #138004.
5741
5742 2004-03-24  J. Ali Harlow  <ali@juiblex.co.uk>
5743
5744         * gtk/gtkfilesystemwin32.c
5745         (gtk_file_system_win32_get_folder): Test that path is actually
5746         a directory and throw error if not. Fixed bug #137950
5747
5748 2004-03-22  J. Ali Harlow  <ali@juiblex.co.uk>
5749
5750         * gtk/gtkfilesystemwin32.c
5751         (gtk_file_system_win32_volume_get_display_name): Ignore empty
5752         volume labels; assume that GetVolumeInformation would fail if
5753         GetVolumeInformationW does; catches a small memory leak;
5754         pass the buffer size to GetVolumeInformationW in wide
5755         characters instead of bytes. Fixes bug #137543
5756         (list_volumes): Cope with the theoretical possibility of
5757         more than 26 logical drives. Fixes bug #137940
5758         (bookmarks_serialize): Now actually removes bookmarks.
5759         Fixes bug #137943
5760
5761 2004-03-22  Guntupalli Karunakar  <karunakar@freedomink.org>
5762
5763         * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
5764
5765 2004-03-21  Tor Lillqvist  <tml@iki.fi>
5766
5767         * gtk/gtkfilesystemwin32.c
5768         (gtk_file_system_win32_volume_get_base_path): Include the
5769         backslash. Otherwise gtk_file_system_win32_path_to_uri() returns
5770         NULL for a volume base path, as g_filename_to_uri() requires an
5771         absolute path, and just a drive letter and colon isn't. (#137543)
5772
5773 2004-03-20  Hans Breuer  <hans@breuer.org>
5774
5775         * gtk/gtkfilesystemwin32.c : applied the undisputable and
5776         required [due to recent gtkfilesystem internal api semantic 
5777         changes] part of patches to fix bug #137543 (Tor Lillqvist,
5778         J. Ali Harlow)
5779
5780         * gdk/gdkevents-win32.c (handle_configure_event) :
5781              (gdk_event_translate), WM_WINDOWPOSCHANGED : initialize
5782         GdkWindowObject::x, y with screen coords to make 
5783         gdk_window_get_position () return the right thing and thus fix
5784         drag and drop positioning (e.g. Gimp tabs, fixes bug #137192)
5785
5786 2004-03-19  Federico Mena Quintero  <federico@ximian.com>
5787
5788         * Revert the patch to #137520, as 2.4.1 is for conservative bug
5789         fixes only.  The patch is attached to the bug report, for
5790         reference.
5791
5792 2004-03-19  Morten Welinder  <terra@gnome.org>
5793
5794         * gtk/gtkfilechooserdefault.c
5795         (gtk_file_chooser_default_set_current_folder): Test existance of
5796         the path after checking for locality, if needed.
5797
5798 2004-03-19  Federico Mena Quintero  <federico@ximian.com>
5799
5800         Fix #137520.
5801
5802         * gtk/gtkfilesystem.h (struct _GtkFileFolderIface): Added slots
5803         for an ::is_finished_loading() method and a ::finished_loading()
5804         signal at the end of the struct.
5805
5806         * gtk/gtkfilesystem.c (gtk_file_folder_base_init): Create the
5807         "finished-loading" signal.
5808         (gtk_file_folder_is_finished_loading): New function.
5809
5810         * gtk/gtkfilesystemunix.c
5811         (gtk_file_folder_unix_is_finished_loading): Implement.
5812
5813         * gtk/gtkfilesystemmodel.c (struct _GtkFileSystemModelClass): New
5814         slot for a "finished-loading" signal.
5815         (gtk_file_system_model_class_init): Create the "finished-loading"
5816         signal.
5817         (struct _GtkFileSystemModel): New field
5818         idle_finished_loading_source.  We emit the "finished-loading"
5819         signal in an idle if the root folder was done loading right in
5820         _gtk_file_system_model_new(), so that the caller has a chance to
5821         connect to the signal.
5822         (_gtk_file_system_model_new): Connect to the normal signals of the
5823         folder even if the initial _list_children() fails.  Also, see if
5824         the folder is finished loading; connect to the "finished-loading"
5825         signal otherwise.
5826         (gtk_file_system_model_finalize): Remove the idle handler.
5827
5828         * gtk/gtkfilechooserdefault.c (set_list_model): Set a busy cursor
5829         and connect to the model's "finished-loading" signal.
5830         (get_toplevel): New helper function.
5831         (error_message): Use get_toplevel().
5832         (trap_activate_cb): Likewise.
5833         (location_popup_handler): Likewise.
5834         (set_busy_cursor): New function.
5835         (browse_files_model_finished_loading_cb): New callback.
5836
5837 Thu Mar 18 12:10:45 2004  Owen Taylor  <otaylor@redhat.com>
5838
5839         * gtk/gtktreeitem.c (gtk_tree_item_forall): Include 
5840         eventbox for expander. (#137564, reported by
5841         Jacques Garrigue)
5842
5843 2004-03-18  Guntupalli Karunakar  <karunakar@freedomink.org>
5844
5845         * mr.po: Added "mr" for Marathi to ALL_LINGUAS.
5846
5847 2004-03-17  Morten Welinder  <terra@gnome.org>
5848
5849         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Free
5850         volumes not actually put into the shortcut list.
5851
5852         * tests/prop-editor.c (object_changed): Plug leak.
5853
5854         * tests/testfilechooser.c (main): Plug some leaks and expose
5855         others.
5856
5857         * tests/prop-editor.c (create_prop_editor): Don't leak the tooltip
5858         object.  Fixed #136652.
5859
5860         * gtk/gtkfilechooserdefault.c (check_icon_theme): Do nothing if we
5861         have no screen.  Fixes #137260.
5862         (shortcuts_add_bookmark_from_path): Simplify using check_is_folder
5863         thereby fixing leak.  Fixes #137259.
5864
5865         * gtk/gtkpathbar.c (gtk_path_bar_forall): Make this work when the
5866         slider buttons have been destroyed.
5867         (gtk_path_bar_remove): Make this work for slider buttons too.
5868         Fixes #137257
5869
5870 2004-03-15  Morten Welinder  <terra@gnome.org>
5871
5872         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path):
5873         Sanitize and plug leak.
5874         (check_icon_theme): Only do something if the widget has a screen.
5875
5876 Wed Mar 17 01:20:28 2004  Matthias Clasen  <maclas@gmx.de>
5877
5878         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
5879         Move the repositioning logic from _gtk_entry_completion() popup
5880         over here. Fixes #137355, reported by Niklas Knutsson.
5881