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