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