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