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