]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
Don't treat whitespace as words for keynav, pointed out by Owen Taylor.
[~andy/gtk] / ChangeLog.pre-2-8
1 2005-07-15  Matthias Clasen  <mclasen@redhat.com>
2
3         * gtk/gtkentry.c (gtk_entry_move_forward_word): 
4         (gtk_entry_move_backward_word): Don't treat whitespace as
5         words for keynav, pointed out by Owen Taylor.
6
7 2005-07-15  Federico Mena Quintero  <federico@ximian.com>
8
9         * gtk/gtkfilechooserdefault.c
10         (should_respond_after_confirm_overwrite): Take the parent folder
11         path instead of the display name, to avoid doing duplicated work
12         in gtk_file_chooser_default_should_respond().
13
14 2005-07-15  Federico Mena Quintero  <federico@ximian.com>
15
16         * gtk/gtkfilechooserdefault.c
17         (confirm_dialog_should_accept_filename): Take the display name of
18         the folder as well so that we can present a better message.  Use a
19         stock cancel button, "_Replace", and GTK_STOCK_SAVE_AS.
20         (gtk_file_chooser_default_should_respond): Pass the file part and
21         folder display name directly to the function above.  Oops, only do
22         the confirmation dialog if the file exists.
23
24 2005-07-15  Federico Mena Quintero  <federico@ximian.com>
25
26         * gtk/gtkfilechooserdefault.c
27         (confirm_dialog_should_accept_filename): Use header capitalization
28         for the buttons, per the HIG.
29
30         * gtk/gtk.symbols: Add the new functions.
31
32         * tests/testfilechooser.c (confirm_overwrite_cb): Add a test for
33         the confirm-overwrite signal.
34
35         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Remove the
36         stub documentation for the "confirm-overwrite" signal.
37         (gtk_file_chooser_set_do_overwrite_confirmation): Add "Since: 2.8"
38         to the docs.
39         (gtk_file_chooser_get_do_overwrite_confirmation): Likewise.
40
41 2005-07-14  Federico Mena Quintero  <federico@ximian.com>
42
43         Add overwrite confirmation for SAVE mode.  Fixes bug #152850:
44
45         * gtk/gtkfilechooser.h: Add prototypes for
46         gtk_file_chooser_set/get_do_overwrite_confirmation().
47         (GtkFileChooserConfirmation): New enum for the result of the
48         "confirm-overwrite" signal.
49
50         * gtk/gtkmarshalers.list: Add ENUM:VOID.
51
52         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add a
53         "do-overwrite-confirmation" boolean property.
54         (gtk_file_chooser_set_do_overwrite_confirmation): Implement.
55         (gtk_file_chooser_get_do_overwrite_confirmation): Implement.
56         (confirm_overwrite_accumulator): New accumulator for the signal.
57
58         * gtk/gtkfilechooserutils.h (GtkFileChooserProp): Add
59         GTK_FILE_CHOOSER_PROP_DO_OVERWRITE_CONFIRMATION.
60
61         * gtk/gtkfilechooserutils.c
62         (_gtk_file_chooser_install_properties): Override the
63         do-overwrite-confirmation property.
64
65         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserIface): Add a
66         confirm_overwrite signal to the vtable.
67
68         * gtk/gtkfilechooserdefault.c
69         (gtk_file_chooser_default_set_property): Handle the new property.
70         (gtk_file_chooser_default_get_property): Likewise.
71         (get_selected_file_info_from_file_list): New helper function; code
72         taken from list_selection_changed().
73         (list_selection_changed): Use get_selected_file_info_from_file_list().
74         (should_respond_after_confirm_overwrite): New function.
75         (gtk_file_chooser_default_should_respond): Confirm when necessary.
76
77 2005-07-14  Matthias Clasen  <mclasen@redhat.com>
78
79         * gtk/gtk.symbols: Add new exported symbols.
80
81 2005-07-14  Tor Lillqvist  <tml@novell.com>
82
83         * gtk/gtkfilesystemwin32.c (filename_get_info): Implement getting
84         the MIME type of a file. Look it up in the Registry. Bug reported
85         by Hans Oesterholt.
86
87 2005-07-14  Tor Lillqvist  <tml@novell.com>
88
89         * configure.in (GDK_EXTRA_LIBS): Don't need -luuid on Win32. It
90         was some leftover, and in fact occasionally caused issues with
91         libtool as it made its way into the libgdk-win32-2.0.la file and
92         that way into the .la files of all libraries that depend on
93         GDK. (This happened only when building from CVS and not using a
94         full "make install" which would run the sanitize-la.sh script.)
95
96 2005-07-14  Matthias Clasen  <mclasen@redhat.com>
97
98         * gdk/x11/gdkevents-x11.c (set_screen_from_root): Don't assert if 
99         the xrootwin is invalid.  (#309997, Barbie LeVille)
100         (gdk_event_translate): Ignore events with an invalid root field.
101
102         * configure.in: Set interface age to 0.
103
104         * gtk/gtkimmodule.h: Move G_BEGIN_DECLS to the right spot, noticed
105         by Akira Tagoh.
106
107 2005-07-14  Kristian Rietveld  <kris@gtk.org>
108
109         * gtk/gtktreeviewcolumn.[ch] (gtk_tree_view_column_queue_resize): new
110         function (fixes #169961, reported by Morten Welinder).
111
112 2005-07-14  Kristian Rietveld  <kris@gtk.org>
113
114         * gtk/gtktreeview.[ch] (gtk_tree_view_get_visible_range): new
115         function. (fixes #105252, suggestion from Mikael Hallendal).
116
117 2005-07-13  Manish Singh  <yosh@gimp.org>
118
119         * demos/gtk-demo/iconview_edit.c: remove unused variable.
120
121 2005-07-13  Kristian Rietveld  <kris@gtk.org>
122
123         * gtk/gtktreemodel.[ch] (gtk_tree_row_reference_get_model): new
124         function. (#160879, Stefan Kost).
125
126 2005-07-13  Kristian Rietveld  <kris@gtk.org>
127
128         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): paint a flat box
129         on the area the treeview got allocated extra vertically (fixes
130         #142063, reported by Brian Bober).
131
132         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
133         make this function calculate real_cell_area and real_background_area
134         correctly. (fixes #309249, reported by Bernd Demian).
135
136 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
137
138         * gtk/gtkcalendar.c (calendar_realize_arrows): Fix an 
139         unintentional case of width-for-height... (#310133, Luis Villa)
140
141 2005-07-13  Kristian Rietveld  <kris@gtk.org>
142
143         * gtk/gtktreeview.c (gtk_tree_view_new_column_width): let's take
144         the MIN of width and max_width here, not width and max_width != -1.
145         (fixes #144480, reported by Mikael Magnusson).
146
147 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
148
149         * gtk/gtkicontheme.c (load_themes): Don't keep the caches
150         for unthemed directories in a separate list, instead append
151         them at the end of the dir_mtimes list, so that we can check
152         them for staleness like the other caches.  (#310221, Mark 
153         McLoughlin)
154
155         * configure.in: Check that we have a new enough Cairo.
156
157 2005-07-13  Robert Ögren  <gtk@roboros.com>
158
159         Fix handling of Aiptek and Aiptek-like graphical tablets such as Trust
160         on Windows. (#167004, thanks to "pnohant" for testing)
161
162         Code cleanup: Remove the unused and unmaintained code for using a
163         non-system tablet context (USE_SYSCONTEXT ifdef:s), suggested
164         by Tor Lillqvist.
165
166         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Handle
167         tablet drivers that don't support WTI_DDCTXS/WTI_DSCTXS gracefully.
168         Sligthly reorganize and simplify the code to support this.
169         (_gdk_input_wintab_init_check, _gdk_input_other_event): Remove
170         USE_SYSCONTEXT ifdef:s and the code for the case it was not defined.
171         (gdk_input_window_find_within): Removed.
172
173 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
174
175         * gdk/win32/bdfcursor.c: Add Copyright/License information.
176         
177 2005-07-13  Kristian Rietveld  <kris@gtk.org>
178
179         * gtk/gtktreeview.c (validate_row): when !separator, don't add
180         the focus_line_width to width/height (happens in
181         _column_cell_get_size), but do add the vertical-separator to height,
182         we weren't taking this into account before.
183
184         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
185         take vertical-separator into account. (#309137, Ross Burton).
186
187 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
188
189         * tests/treestoretest.c: 
190         * tests/testxinerama.c: 
191         * tests/testtreeview.c: 
192         * tests/testtreefocus.c: 
193         * tests/testtreeflow.c:
194         * tests/testtreeedit.c: 
195         * tests/testtreecolumns.c: 
196         * tests/testtext.c: 
197         * tests/testtextbuffer.c: 
198         * tests/testspinbutton.c: 
199         * tests/testsocket_common.c: 
200         * tests/testsocket_child.c: 
201         * tests/testsocket.c: 
202         * tests/testmultiscreen.c: 
203         * tests/testmultidisplay.c: 
204         * tests/testmerge.c: 
205         * tests/testmenus.c: 
206         * tests/testmenubars.c: 
207         * tests/testicontheme.c: 
208         * tests/testfilechooser.c: 
209         * tests/testentrycompletion.c: 
210         * tests/testdnd.c: 
211         * tests/testcombochange.c: 
212         * tests/testactions.c: 
213         * tests/testcombo.c: 
214         * tests/simple.c: 
215         * gtk/gtktextutil.c: 
216         * gtk/gtktexttypes.h: 
217         * gtk/gtktexttypes.c: 
218         * gtk/gtktexttagprivate.h: 
219         * gtk/gtktextsegment.h: 
220         * gtk/gtktextiterprivate.h: 
221         * gtk/gtktextchildprivate.h: 
222         * gtk/gtktextbtree.h: Add Copyright/License information.
223
224         * gtk/gtkicontheme.c (gtk_icon_theme_get_default) 
225         (gtk_icon_theme_get_for_screen): Add a warning about
226         unreffing icon themes.  (#310163, Rodney Dawes)
227
228 2005-07-13  Kristian Rietveld  <kris@gtk.org>
229
230         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): quit
231         maintaining the iter on every iteration, only get the iter when
232         we are about to call the foreach_func. Gives us a 10x speedup,
233         since maintaining iters is a lot more expensive than maintaining
234         paths. We lose a bit of sanity checking though. Thanks go to
235         Billy Biggs for pointing this out.
236
237 2005-07-12  Matthias Clasen  <mclasen@redhat.com>
238
239         * tests/testcairo.c (draw): Fix the same confusion here, too.
240
241         * gdk/gdkgc.c (make_stipple_tile_surface): Fix 
242         cairo_content_t <-> cairo_format_t confusion.  (#310086,
243         Carlos Garnacho Parro)
244
245         * gtk/gtkfilesystemunix.c 
246         (gtk_file_system_unix_volume_get_display_name): Follow
247         the Nautilus change and rename "Filesystem" to "File System",
248         string change.  (#310047, Vincent Noel)
249         
250 2005-07-12  Matthias Clasen  <mclasen@redhat.com>
251
252         * demos/gtk-demo/iconview.c: Rename this demo.
253
254         * demos/gtk-demo/iconview_edit.c: Add a demo for icon view
255         editing and drag-and-drop.
256
257         * demos/gtk-demo/geninclude.pl.in: Accept dashes in demo titles.
258
259 2005-07-12  Matthias Clasen  <mclasen@redhat.com>
260
261         * gtk/theme-bits/decompose-bits.c: 
262         * gtk/gtkfilechooserembed.c: 
263         * gtk/gtktextmarkprivate.h: 
264         * gtk/gtktexttagtable.h: 
265         * gtk/gtktexttagtable.c: 
266         * gtk/gtkrc.key.emacs: Add Copyright/License information.
267
268         * gdk/linux-fb/gdkrender-fb.c: 
269         * gdk/linux-fb/gdkpango-fb.c: 
270         * gdk/linux-fb/gdkdrawable-fb2.c: 
271         * gdk/linux-fb/gdkgc-fb.c: 
272         * gdk/linux-fb/gdkfbswitch.c: Add Copyright/License information.
273
274         * gdk/gdkwindow.h: 
275         * gdk/gdkvisual.h: 
276         * gdk/gdkselection.h: 
277         * gdk/gdkselection.c: 
278         * gdk/gdkregion.h: 
279         * gdk/gdkproperty.h: 
280         * gdk/gdkpixmap.h: 
281         * gdk/gdkpixbuf.h: 
282         * gdk/gdkkeyuni.c: 
283         * gdk/gdkintl.h: 
284         * gdk/gdkinput.h: 
285         * gdk/gdkimage.h: 
286         * gdk/gdkgc.h: 
287         * gdk/gdkfont.h: 
288         * gdk/gdkevents.h: 
289         * gdk/gdkdnd.h: 
290         * gdk/gdkcursor.h: 
291         * gdk/gdkcolor.h: Add Copyright/License information.
292
293 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
294
295         * modules/input/imm-extra.h: Add Copyright/License information.
296
297 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
298
299         * gtk/gtktexttag.c (gtk_text_tag_class_init) 
300         (gtk_text_tag_set_property): Remove the runtime warning about 
301         the invisible property, add a warning about possible remaining
302         problems to the documentation of the property.  (#66194)
303
304         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Don't
305         ever go unconditionally to the buffer ends; that doesn't work
306         if the initial or final portion of the buffer are invisible.
307
308 2005-07-11  Kristian Rietveld  <kris@gtk.org>
309
310         * gtk/gtktreeview.c (gtk_tree_view_class_init): add binding entry
311         for ctrl + backspace (move focus to parent without affecting
312         selection),
313         (gtk_tree_view_real_select_cursor_parent): implement ctrl+backspace
314         and simplify the function a bit. (#309296, Kathy Fernandes).
315
316 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
317
318         Make gdk_window_present() move the window to the current
319         desktop, instead of letting the WM change the current
320         desktop to where the window is.  (#166379, Elijah Newren)
321         
322         * gdk/gdk.symbols: 
323         * gdk/x11/gdkx.h: 
324         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_move_to_current_desktop): 
325         New function to move a window to the current desktop.
326         
327         * gtk/gtkwindow.c (gtk_window_present_with_time): Move the
328         window to the current desktop before giving it focus.  
329
330 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
331
332         When dragging text, use a drag icon showing the (ellipsized)
333         text that is being dragged: (#161132, Kevin Duffus, patch
334         by Carlos Garnacho Parro)
335         
336         * gtk/gtktextutil.h: 
337         * gtk/gtktextutil.c (_gtk_text_util_create_drag_icon): Add
338         a function to create a pixmap for use when dragging text.
339
340         * gtk/gtktextview.c (gtk_text_view_start_selection_dnd): 
341         * gtk/gtklabel.c (gtk_label_motion): 
342         * gtk/gtkentry.c (gtk_entry_motion_notify): Use a drag icon
343         showing the text being dragged.  
344
345 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
346
347         * gtk/gtkentry.c (gtk_entry_move_forward_word) 
348         (gtk_entry_move_backward_word): Match the text view change
349         to allow selecting whitespace with double-click.
350
351         * gtk/gtktextview.c (extend_selection): Make double-clicking
352         between words select whitespace.  (#309860, Mike Miller, patch
353         by Paolo Borelli)
354
355         * gtk/gtkiconview.c: Documentation improvements.  (#309946, 
356         Torsten Schoenfeld)
357
358 2005-07-10  Kristian Rietveld  <kris@gtk.org>
359
360         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): remove
361         unneeded check for negative window_y.
362
363 2005-07-10  Kristian Rietveld  <kris@gtk.org>
364
365         * gtk/gtktreeview.c (gtk_tree_view_search_key_press_event): also move
366         to the next match when ctrl+g is pressed. (#156657, Matt T. Proud).
367
368 2005-07-10  Kristian Rietveld  <kris@gtk.org>
369
370         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): rework
371         function to make page up/down behave the same as in GtkTextView.
372         (Fixes #101220, Owen Taylor).
373
374 2005-07-09  Kristian Rietveld  <kris@gtk.org>
375
376         Fix #305737, patch from Tomislav Jonjic. This makes the
377         gtk_tree_store_insert* family of functions emit row_has_child_toggled
378         when needed (they didn't do that before).
379
380         * gtk/gtktreestore.c (gtk_tree_store_insert): emit
381         row_has_child_toggled when needed,
382         (gtk_tree_store_insert_before): fix a possible memleak,
383         emit row_has_child_toggled when needed,
384         (gtk_tree_store_insert_after): ditto.
385
386 2005-07-09  Kristian Rietveld  <kris@gtk.org>
387
388         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row): when
389         open_all is TRUE, traverse the newly built tree to emit
390         row_expanded for the subitems. (rev 1.444, patch in #172319
391         broke this). Fixes #305582, reported by Billy Biggs.
392
393 2005-07-09  Tor Lillqvist  <tml@novell.com>
394
395         * configure.in: Look for windres on Win32. Drop build/* from
396         AC_CONFIG_FILES.
397
398         * Makefile.am: Drop build from SUBDIRS. 
399
400         * gdk/win32/rc/Makefile.am
401         * gdk/Makefile.am
402         * gtk/Makefile.am: Don't use the scripts in build/win32 to compile
403         the rc files into resource object files. (This means we lose the
404         build number increment magic, but I doubt it was that useful
405         anyway.) Instead use windres directly. To pass a normal .o file
406         produced by windres through libtool, which would want a .lo file,
407         pass it directly to the linker using a -Wl option.
408
409         * gdk/win32/rc/gdk.rc.in
410         * gtk/gtk-win32.rc.in: Replace BUILDNUMBER with 0.
411
412 2005-07-08  Kristian Rietveld  <kris@gtk.org>
413
414         Fixes #165034, reported by Jorn Baayen.
415
416         * gtk/gtkrbtree.[ch] (_gtk_rbtree_set_fixed_height): add a
417         mark_valid parameter (so we can mark all nodes as valid when we
418         are setting them to the fixed height).
419
420         * gtk/gtktreeview.c (initialized_fixed_height_mode): mark all
421         nodes as valid when setting the fixed height,
422         (do_validate_rows): update call to _set_fixed_height,
423         (gtk_tree_view_row_inserted): mark node as valid when fixed
424         height mode is enabled and a height has been set,
425         (gtk_tree_view_build_tree): if fixed height mode is enabled,
426         mark new nodes as valid in addition to setting the height.
427
428 2005-07-08  Matthias Clasen  <mclasen@redhat.com>
429
430         * configure.in: Bump version
431         
432         * === Released 2.7.2 ===
433
434         * NEWS: Updates
435
436         * gtk/gtkcelllayout.c (gtk_cell_layout_pack_start): 
437         (gtk_cell_layout_pack_end): Add a note about reusing cell
438         renderers.
439
440         * gtk/gtkdnd.c (gtk_drag_update_cursor): Pass a GdkDragAction to
441         gtk_drag_get_cursor.  (#309784, Sebastian Bacher)
442
443 2005-07-08  Tor Lillqvist  <tml@novell.com>
444
445         * gtk/gtkfilesel.c: Use g_get_host_name().
446
447 2005-07-07  Matthias Clasen  <mclasen@redhat.com>
448
449         * configure.in: Add -DHPPEX -DSHMLINK to CFLAGS for HP-UX.  
450         (#162979, Paul Cornett)
451
452         * gtk/gtkhscale.c (gtk_hscale_new_with_range): 
453         (gtk_vscale_new_with_range): Add some additional docs on 
454         precision here too.  (#309238, Steve Chaplin)
455
456         * gdk/x11/gdkmain-x11.c (generate_grab_broken_event): Don't
457         generate events on destroyed windows.
458
459         Implement Drag-and-Drop to the file list.  (#145121, Sven Neumann)
460         
461         * gtk/gtkfilechooserdefault.c (file_list_drag_data_received_cb) 
462         (file_list_drag_drop_cb, file_list_drag_motion_cb): New functions
463         to handle drag-and-drop on the file list.
464         (create_file_list): Set up drag-and-drop handlers on the file list.
465
466 2005-07-07  Matthias Clasen  <mclasen@redhat.com>
467
468         Fix #157787, reported by Jonathan Blandford: 
469         
470         * gtk/gtkfilechooserdefault.c 
471         (gtk_file_chooser_default_set_current_folder): Don't leave a 
472         "trail" behind when set_current_folder is called explicitly.
473         (gtk_file_chooser_default_update_current_folder): New function
474         that is called to update the current folder in response to
475         user actions.
476
477         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Add a boolean
478         keep_trail argument, and don't leave a "trail" behind unless
479         it is set.
480
481 2005-07-06  Manish Singh  <yosh@gimp.org>
482
483         * demos/gtk-demo/menus.c: change_orientation() should return void,
484         remove unused variable in do_menus().
485
486 2005-07-06  Tor Lillqvist  <tml@novell.com>
487
488         * gdk/win32/gdkcursor-win32.c
489         (gdk_win32_icon_to_pixbuf_libgtk_only): Don't create the GdkPixbuf
490         until we know that we have something to put in it.
491
492 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
493
494         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): Add some
495         additional docs on precision.  (#309238, Steve Chaplin)
496
497         * modules/input/imime.c: Fix includes.  (#309462, Kazuki IWAMOTO)
498
499 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
500
501         * doc/tools/widgets.c: Actually generate a file-button
502         image.
503
504 2005-07-06  Tor Lillqvist  <tml@novell.com>
505
506         * gdk/win32/gdkcursor-win32.c: Add comment about the current named
507         cursor implementation, and what it maybe really should do.
508         (gdk_win32_icon_to_pixbuf_libgtk_only): New function, code moved
509         here from gtk/gtkfilesystemwin32.c:extract_icon().
510         (gdk_cursor_get_image): Use
511         gdk_win32_icon_to_pixbuf_libgtk_only().
512
513         * gdk/gdk.symbols
514         * gdk/win32/gdkwin32.h: Declare gdk_win32_icon_to_pixbuf_libgtk_only().
515
516         * gtk/gtkfilesystemwin32.c (extract_icon): Use
517         gdk_win32_icon_to_pixbuf_libgtk_only().
518
519 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
520
521         * gtk/gtkmenu.c (gtk_menu_grab_notify): Take window
522         groups into account.  (#309473, Diego Gonzalez)
523
524         * gtk/gtkwindow.[hc]: Add a non-exported function to
525         get the grab widget of a window group.
526
527 2005-07-05  Kristian Rietveld  <kris@gtk.org>
528
529         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): in the
530         'main' expose loop, add back the calls to _set_cell_data
531         removed earlier. (#309221, Matthias Clasen).
532
533 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
534
535         * demos/gtk-demo/menus.c: Demonstrate vertical menubars.
536
537         * gtk/gtk.symbols:
538         * gtk/gtkaboutdialog.[hc]: Add a wrap-license property
539         with getter and setter.  (#165012, Christian Rose,
540         based on a patch by Christian Persch)
541
542 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
543
544         * gdk/Makefile.am: Distribute the keyname-table.h header 
545         and the files that are used to construct it.  (#309421,
546         J. Ali Harlow)
547
548 2005-07-04  Matthias Clasen  <mclasen@redhat.com>
549
550         * gtk/gtkmenubar.c (gtk_menu_bar_set_pack_direction) 
551         (gtk_menu_bar_set_child_pack_direction): Queue a resize
552         on the contained menuitems as well.  
553
554         * demos/gtk-demo/appwindow.c: Break some overlong lines. 
555
556 2005-07-03  Hans Breuer  <hans@breuer.org>
557
558         * **/makefile.msc[.in] : updated
559         * gtk/gtkiconcache.c : <io.h> for open()
560         * gtk/gtkstyle.c : use G_PI instead of M_PI
561
562         * gdk/win32/gdkcursor-win32.c : implement gdk_cursor_new_from_name()
563         by mapping the lower case win32 api name to the respective cursor.
564         E.g. pass "wait" to get the IDC_WAIT cursor. Also allows to load
565         cursors from named resources in the executable.
566         (gdk_cursor_get_image) : just return NULL for now.
567
568         * gdk/win32/gdkgeometry-win32.c : implement gdk_window_move_region()
569         by delegation to ScollWindowEx(), untested.
570
571         * gdk/win32/gdkwindow-win32.c : stub for gdk_window_set_urgency_hint()
572
573 2005-07-03  Matthias Clasen  <mclasen@redhat.com>
574
575         * gtk/gtkimagemenuitem.c: Hmm, when committing my vertical
576         menubar patch, I forgot the GtkImageMenuItem changes. And I
577         managed to do 2 releases without noticing that...
578
579         * gtk/gtksettings.c (gtk_settings_class_init): Correct the 
580         blurb for the icon-sizes setting. String change.  
581         (#309355, Benjamin Berg)
582
583 2005-07-01  Matthias Clasen  <mclasen@redhat.com>
584
585         * configure.in: Bump version.
586
587         * === Released 2.7.1 ===
588         
589         * NEWS: Updates
590
591 2005-07-01  Matthias Clasen  <mclasen@redhat.com>
592
593         * gtk/gtkfilesel.c (cmpl_init_state): Prevent an infinite
594         loop when G_FILENAME_ENCODING is invalid.  (#309280, Padraig Brady)
595
596 Thu Jun 30 14:17:24 2005  Manish Singh  <yosh@gimp.org>
597
598         * gdk/x11/gdkprivate-x11.h: declare _gdk_xgrab_check_button_event.
599
600         * gtk/gtkbutton.c: fix signature of gtk_button_grab_broken.
601
602 2005-06-30  Matthias Clasen  <mclasen@redhat.com>
603
604         * gdk/x11/gdkvisual-x11.c (gdk_visual_decompose_mask): Avoid
605         infinite loop if a mask is zero.  (#309222, David Saxton)
606
607         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_fetch_child): 
608         Clarify the code, gcc 4 complains about predecrement in MAX().
609
610         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize): Don't
611         prematurely unregister callbacks. 
612
613         * NEWS: Updates
614
615 2005-06-29  Matthias Clasen  <mclasen@redhat.com>
616
617         * gtk/gtkbutton.c (gtk_button_grab_broken): Handle broken
618         grabs.
619
620         * gtk/gtkrange.c (gtk_range_grab_broken): Handle broken 
621         grabs.
622
623         * gdk/gdkevents.h: Add a boolean to specify wether the broken
624         grab was implicit.
625
626         * gdk/x11/gdkdisplay-x11.c (gdk_display_pointer_is_grabbed): 
627         As the documentation states, don't return TRUE for
628         implicit grabs.
629
630         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add
631         a boolean field to store wether a pointer grab is implicit.
632
633         * gdk/x11/gdkmain-x11.c (_gdk_xgrab_check_button_event): 
634         Track implicit grabs.
635
636         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Call
637         _gdk_xgrab_check_button_event for button events.
638
639 2005-06-28  Matthias Clasen  <mclasen@redhat.com>
640
641         * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size2): 
642         Make sure that cell boxes are always completely inside
643         the item area. 
644
645 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
646
647         * demos/gtk-demo/main.c (create_tree): Make the list of
648         demos scrollable.
649
650         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
651         Fix positioning at the end of the line for lines ending
652         in invisible characters.
653         (gtk_text_layout_get_line_display): Set display->layout 
654         to a PangoLayout, even for totally invisible lines. 
655
656         * gtk/gtkmenushell.c (gtk_menu_shell_grab_broken): Ignore
657         GrabBroken events which are caused by overgrabbing inside
658         the application; menus rely on these for their operation.
659         
660         * gdk/gdkevents.h (struct _GdkEventGrabBroken): Add a 
661         grab_window field.
662
663         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Set
664         grab_window to NULL when generating GrabBroken events for
665         WM_KILLFOCUS messages.
666
667         * gdk/x11/gdkmain-x11.c (_gdk_xgrab_check_unmap) 
668         (_gdk_xgrab_check_destroy): Set grab_window to NULL when
669         generating GrabBroken events when the grab window becomes
670         unviewable or is destroyed.
671
672         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab, gdk_keyboard_grab): 
673         Generate GrabBroken events when overriding a grab inside
674         the application. In this case, set grab_window to the new
675         grab_window.
676         
677 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
678
679         * gtk/gtkbutton.c (gtk_real_button_activate): Continue
680         to activate even if we can't grab the keyboard.
681         (gtk_button_finish_activate): Only ungrab when we have
682         a keyboard grab.  (#172998, William Jon McCann)
683
684 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
685
686         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize): 
687         Avoid a segfault. (#309054)
688
689 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
690
691         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add
692         fields for grab timestamps.
693
694         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab, gdk_keyboard_grab): 
695         Store grab timestamps when grabbing.
696         
697         * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard_ungrab) 
698         (gdk_display_pointer_ungrab): Don't unset the grab_window
699         if the timestamps indicate that the ungrab will fails.
700
701         * gtk/gtkmenu.c (gtk_menu_grab_notify): Cancel menus when 
702         they are grab-shadowed by something thats not a 
703         submenu.  (#145416, Euan MacGregor)
704
705 2005-06-27  Owen Taylor  <otaylor@redhat.com>
706
707         * gtk/gtk[hv]ruler.c (gtk_[hv]ruler_draw_ticks): 
708         Fix indentation.
709
710 2005-06-27  Kjartan Maraas  <kmaraas@gnome.org>
711
712         * gtk/gtkhruler.c: (gtk_hruler_draw_ticks): Fix leaks
713         * gtk/gtkvruler.c: (gtk_vruler_draw_ticks): Same
714         Closes bug #308953.
715
716 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
717
718         * gtk/gtkiconcache.c (_gtk_icon_cache_new_for_path): Use
719         GMappedFile.
720
721         * configure.in: Require GLib 2.7.1
722
723 2005-06-26  Matthias Clasen  <mclasen@redhat.com>
724
725         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize): 
726         Unregister XIM callbacks here.  (#309054)
727
728         * modules/input/gtkimcontextxim.h: Small cleanup.
729
730         * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
731         scroll offset when drawing the box.  (#308834, Tom von 
732         Schwerdtner)
733
734 2005-06-26  Tor Lillqvist  <tml@novell.com>
735
736         * gdk/Makefile.am
737         * gtk/Makefile.am: Current GNU tools do understand the PRIVATE
738         keyword, so no need to remove those entries from the import
739         library. libtool installs the .dll.a import library itself, so no
740         need to do it here. Install the .def file.
741
742 Sun Jun 26 00:04:36 2005  Manish Singh  <yosh@gimp.org>
743
744         * gdk/gdkevents.c (gdk_event_get_time, gdk_event_get_state): add
745         GDK_GRAB_BROKEN to the switch cases.
746
747         * gtk/gtkmenushell.c (gtk_menu_shell_grab_broken): remove unused
748         variables.
749
750         * gtk/gtkpaned.c (gtk_paned_grab_broken): return TRUE.
751
752 2005-06-26  Matthias Clasen  <mclasen@redhat.com>
753
754         * gtk/gtktreeview.c (gtk_tree_view_grab_broken): Stop column
755         header drag operations if the grab is broken.
756
757         * gtk/gtkhsv.c (gtk_hsv_grab_broken): Stop the drag if
758         the grab is broken.
759
760         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't do 
761         explicitly ungrab pointer and keyboard. We're unmapping
762         the grab window anyway. 
763         (gtk_combo_box_popup): Handle grab failures.
764
765 2005-06-25  Matthias Clasen  <mclasen@redhat.com>
766
767         * gdk/x11/gdkmain-x11.c (gdk_keyboard_grab, gdk_pointer_grab):
768         Don't emit grab-broken for overgrabbing, until we figure
769         out how to do that without breaking the menu code.
770
771 2005-06-25  Matthias Clasen  <mclasen@redhat.com>
772
773         Add a GrabBroken event to GDK, and a grab-broken-event
774         signal to GtkWidget.  (#107320, Simon Cooke, initial patch 
775         by John Ehresman)
776
777         * gdk/gdkevents.h: Add a GDK_GRAB_BROKEN event type,
778         define a GdkEventGrabBroken event struct.
779
780         * gdk/win32/gdkevents-win32.c (gdk_event_translate): 
781         Generate GrabBroken events in response to WM_KILLFOCUS.
782
783         * gdk/x11/gdkmain-x11.c: Generate GrabBroken events
784         when a grab is broken by the window becoming unviewable,
785         or by another grab from the same client.
786         
787         * gtk/gtkwidget.h (GtkWidgetClass): Add grab_broken_event.
788
789         * gtk/gtkwidget.c (gtk_widget_event_internal): Translate
790         GrabBroken events into grab_broken_event signals.
791
792         * gtk/gtkmain.c (gtk_main_do_event): Propagate GrabBroken
793         events.
794
795         * gtk/gtkmenushell.c (gtk_menu_shell_grab_broken): Deactivate
796         the menu when the grab is broken.
797
798         * gtk/gtkcolorsel.c (gtk_color_selection_grab_broken): Stop 
799         the color picker if the grab is broken.
800
801         * gtk/gtkpaned.c (gtk_paned_grab_broken): Stop the drag if
802         the grab is broken.
803
804 2005-06-25  Matthias Clasen  <mclasen@redhat.com>
805
806         Add some new stock items.  (#166480, Kristof Vansant)
807         
808         * gtk/stock-icons/stock_fullscreen_16.png: 
809         * gtk/stock-icons/stock_fullscreen_24.png: 
810         * gtk/stock-icons/stock_leave_fullscreen_16.png: 
811         * gtk/stock-icons/stock_leave_fullscreen_24.png: 
812         * gtk/stock-icons/stock_info_16.png: 
813         * gtk/stock-icons/stock_info_24.png: New icons.
814
815         * gtk/stock-icons/Makefile.am: Add new icons.
816
817         * gtk/gtkstock.h: Define names for the new icons.
818
819         * gtk/gtkstock.c (builtin_items): Register new stock items.
820         
821         * gtk/gtkiconfactory.c (get_default_icons): Register new 
822         stock icons.
823
824 2005-06-24  Owen Taylor  <otaylor@redhat.com>
825
826         * gdk/gdkrgb.c (gdk_rgb_select_conv): Fix up selection of
827         conversion functions for MSB machines: convert_0888[_br]
828         now work on bytes so are endian independent. 
829         (Reported by David Zeuthen)
830
831 2005-06-24  Matthias Clasen  <mclasen@redhat.com>
832
833         * gtk/gtktextview.c (gtk_text_view_scroll_hpages): Don't
834         jump to the next line if we are at the end of the line.  
835         (gtk_text_view_move_cursor_internal): Make movement by
836         paragraphs up/down symmetric.  (#307055, Behnam Esfahbod)
837
838 2005-06-23  Tor Lillqvist  <tml@novell.com>
839
840         Improve and simplify line segment rendering on Win32, especially
841         the implementation of GDK_CAP_NOT_LAST, and dashed lines. Fixes
842         bugs #306396 and #308413.
843
844         * gdk/win32/gdkprivate-win32.h (GdkGCWin32): Save the GdkGC's
845         line_style, cap_style and join_style as such in the
846         GdkGCWin32. Don't need to keep the pen_double_dash flag, we can
847         check the line_style.
848
849         * gdk/win32/gdkgc-win32.c (fixup_pen): New internal function. Sets
850         up the GDI pen type, style, end cap and join attributes to use
851         based on the pen width, GDK line style, end cap style, and join
852         style.
853
854         For a narrow (zero-width) GDK pen with the GDK_CAP_NOT_LAST end
855         cap style, which typically are used for XOR drawing where it is
856         essential that the last pixel is not drawn, use a GDI cosmetic
857         pen. Only for a cosmetic pen does GDI not draw the last pixel. I
858         deduced this by experimetation, the documentation is rather vague.
859
860         For other GDK pens use a geometric GDI pen. If the width is 0 or 1
861         and the GDK end cap style is GDK_CAP_BUTT, and the line style is
862         GDK_LINE_SOLID, use PS_ENDCAP_ROUND. This ensures that also
863         single-pixel length lines are drawn. (For sngle-pixel width lines
864         roundness as such is of course irrelevant.) For dashed lines, use
865         PS_ENDCAP_FLAT.
866
867         For wide lines use PS_ENDCAP_FLAT, _ROUND or _SQUARE,
868         respectively, for GDK_CAP_BUTT, GDK_CAP_ROUND and GDK_CAP_PROJECTING.
869
870         For one pixel on-off dashed lines, use PS_ALTERNATE, it seems to
871         work better than PS_USERSTYLE. For other dashed lines, use
872         PS_USERSTYLE and the dashes as set by the user (or the default
873         four-pixel on-off style).
874
875         (gdk_win32_gc_values_to_win32values, gdk_win32_gc_set_dashes):
876         Call fixup_pen() to do the pen settings after modifying some of
877         the GDK GC attributes that affect pens.
878
879         * gdk/win32/gdkdrawable-win32.c (render_line_horizontal,
880         render_line_vertical, draw_segments): Check GdkGCWin32::line_style
881         instead of the the removed pen_double_dash member. Don't use
882         PATCOPY unconditionally in the PatBlt() call, use a raster op
883         code that depends on the GC function in use.
884
885         (draw_rectangle, draw_segments, draw_lines): Be more careful in
886         deciding when to do the manual dash rendering.
887
888         (draw_segments): Don't do any manual "last point" drawing at
889         all. The above changes takes care of narrow line segments being
890         drawn correctly in most cases, at least on NT-based Windows.
891
892 2005-06-23  Matthias Clasen  <mclasen@redhat.com>
893
894         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): 
895         Fix an error in the cache timeout logic.  (#166601, Morten
896         Welinder)
897
898         * gtk/gtktreeview.c (gtk_tree_view_key_press): Change the
899         keynav for header reordering and resizing to Alt-arrows and
900         Shift-Alt-arrows, following a proposal by the keynav 
901         authority. (#308666, Calum Benson)
902
903         * gtk/gtkiconcache.c (_gtk_icon_cache_new_for_path): Remove
904         a leftover debugging envvar.  
905
906 2005-06-23  Owen Taylor  <otaylor@redhat.com>
907
908         * gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Fix the
909         big endian case for 3-channel source. (Reported by
910         David Zeuthen)
911
912 2005-06-23  Matthias Clasen  <mclasen@redhat.com>
913
914         * gtk/gtkbutton.c (gtk_button_construct_child): Don't
915         trigger warnings if there are extra references to the
916         hbox.  (#308677, Dan Winship)
917
918         * gtk/gtkfilesystemunix.c (bookmark_list_write): Use
919         g_file_set_contents().  (#308722, Morten Welinder)
920
921 2005-06-22  Matthias Clasen  <mclasen@redhat.com>
922
923         * gdk/x11/gdkdnd-x11.c (xdnd_finished_filter): Set the
924         time field in the event.  (#308573, Morten Welinder)
925
926         * gtk/gtkfilesystemunix.c: Remove gratitious differences
927         between the stable branch and HEAD, which sneaked in with
928         the bookmark renaming.  
929
930 2005-06-22  Kjartan Maraas  <kmaraas@gnome.org>
931
932         * gtk/gtkhsv.c: (gtk_hsv_expose): Don't leak the cairo context
933         Closes bug #308581.
934
935 2005-06-21  Matthias Clasen  <mclasen@redhat.com>
936
937         * gtk/gtkarrow.c:
938         * gtk/gtkimage.c:
939         * gtk/gtklabel.c:
940         * gtk/gtkpixmap.c: Modify all of the GtkMisc widgets to round down
941         on centering calculations to match the behaviour of other parts
942         of GTK+. (#307419, Ryan Lortie)
943
944 2005-06-21  Matthias Clasen  <mclasen@redhat.com>
945
946         * gtk/gtkdnd.c (gtk_drag_source_set): Connect to 
947         button-release-event as well, to handle touchscreen 
948         scenarios better.  (#171490, Markku Vire)
949
950         * gtk/*.h: Trivial cleanups. (#169647, #303455, 
951         Fabricio Barros Cabral, Benoit Carpentier)
952
953         * gdk/gdk.symbols: 
954         * gdk/gdkwindow.h: 
955         * gdk/x11/gdkgeometry-x11.c (gdk_window_move_region): New
956         function which can be used to implement scrolling in 
957         non-window widgets.  (#135165, Søren Sandmann)
958
959 2005-06-20  Matthias Clasen  <mclasen@redhat.com>
960
961         * gtk/gtkiconcache.c: Handle MAP_FAILED.  (#308449, Georg
962         Schwarz)
963
964 2005-06-20  Matthias Clasen  <mclasen@redhat.com>
965
966         * configure.in: Bump version number.
967
968         * === Released 2.7.0 ===
969
970 2005-06-20  Matthias Clasen  <mclasen@redhat.com>
971
972         * gtk/gtk.symbols:
973         * gtk/gtkwindow.h:
974         * gtk/gtkwindow.c (gtk_window_present_with_time): Variant of
975         gtk_window_present which takes a timestamp.  (#166379, Elijah Newren)
976
977 2005-06-19  Matthias Clasen  <mclasen@redhat.com>
978         
979         * gtk/gtk.symbols: Add a forgotten symbol
980
981         * NEWS: Updates
982
983 2005-06-19  Kristian Rietveld  <kris@gtk.org>
984
985         * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): added a
986         check which avoids processing updates on bin_window and scrolling
987         if the node is already visible. (#170600, Billy Biggs).
988
989 2005-06-19  Kristian Rietveld  <kris@gtk.org>
990
991         * gtk/gtktreeview.c (validate_visible_area): only keep the
992         row at the same position if the full row is visible. (#304623,
993         Jorn Baayen).
994
995 2005-06-19  Kristian Rietveld  <kris@gtk.org>
996
997         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): set dy to zero
998         if treeview's height is smaller than the current page_size (just
999         like we do elsewhere).
1000
1001 2005-06-19  Kristian Rietveld  <kris@gtk.org>
1002
1003         Make mousewheel scrolling possible in typeahead mode, suggestion
1004         from Reinout van Schouwen (#307898).
1005
1006         * gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory):
1007         connect treeview search window to scroll_event signal,
1008         (gtk_tree_view_search_scroll_event): implement.
1009
1010 2005-06-19  Kristian Rietveld  <kris@gtk.org>
1011
1012         * gtk/gtktreeview.c (gtk_tree_view_search_button_press_event): pass
1013         the event on to treeview, so it has a change of selecting a row, etc.
1014         (#169677, Kirk Bridger).
1015
1016 2005-06-19  Kristian Rietveld  <kris@gtk.org>
1017
1018         This commit includes a fix for #169463, Stefan Kost.
1019
1020         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_get_size):
1021         when cell_area is set, return cell_area width/height as width/height,
1022         so the focus rectangle will be drawn correctly.
1023
1024         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): drop unneeded get
1025         of focus-line-width property,
1026         (validate_row): take focus_line_width into account.
1027
1028         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
1029         also take focus_line_width into account when calculating the cell_area
1030         y and height (before, we only took it into account when calculating
1031         x and width).
1032
1033 2005-06-19  Matthias Clasen  <mclasen@redhat.com>
1034
1035         * gtk/gtk.symbols:
1036         * gtk/gtksizegroup.[hc]: Add an ignore-hidden property
1037         with getter and setter.  (#171612, Christian Neumair)
1038
1039 2005-06-18  Matthias Clasen  <mclasen@redhat.com>
1040
1041         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui): Make this 
1042         work for inserting before/after an existing menuitem or
1043         toolitem.  (#155946, Christian Persch)
1044
1045         * tests/testmerge.c (delayed_toggle_dynamic): Test the 
1046         "insert after" functionality of gtk_ui_manager_add_ui.
1047
1048         * gtk/gtkuimanager.c: Allow to construct menu tool buttons.
1049         (#300678, Sven Neumann)
1050         
1051         * demos/gtk-demo/appwindow.c: Demonstrate menu tool buttons
1052         constructed with GtkUIManager.
1053
1054         * gtk/gtk.symbols: 
1055         * gtk/gtkimage.h: 
1056         * gtk/gtkimage.c (gtk_image_clear): Make this function
1057         public.  (#64792, Havoc Pennington)
1058
1059 2005-06-18  Kristian Rietveld  <kris@gtk.org>
1060
1061         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): undo merging
1062         of the separate loop setting cell data with cell drawing loop
1063         (introduced in revision 1.280), since this breaks focus handling
1064         wrt special cells.
1065
1066 Sat Jun 18 04:22:51 2005  Manish Singh  <yosh@gimp.org>
1067
1068         * gdk/gdkcursor.h: remove GDK_CURSOR and GDK_IS_CURSOR, instance
1069         checks don't work on boxed types.
1070
1071         * gdk/x11/gdkcursor-x11.c: 
1072         * gdk/gdkcursor.c: make return_if_fail checks != NULL instead of
1073         GDK_IS_CURSOR.
1074         
1075 Sat Jun 18 04:21:58 2005  Manish Singh  <yosh@gimp.org>
1076
1077         * gtk/gtktreeview.c (do_presize_handler): remove unused variable
1078         height_old.
1079
1080 2005-06-18  Matthias Clasen  <mclasen@redhat.com>
1081
1082         * gtk/gtkcellrenderertoggle.c:
1083         * gtk/gtktextview.c:
1084         * gtk/gtktreeview.c: Typo fixes in comments.
1085
1086         * gtk/gtkpaned.c (gtk_paned_add): Barf if more than
1087         2 children are added.  (#308111, Morten Welinder)
1088
1089         * gtk/gtkcalendar.c (gtk_calendar_init): _NL_FIRST_WEEKDAY is
1090         1-based.  (#163842, Pierre Ossman)
1091
1092 2005-06-17  Kristian Rietveld  <kris@gtk.org>
1093
1094         Fix #160281, testcase from Peter Bloomfield.
1095
1096         * gtk/gtktreeview.c (do_presize_handler): always size request
1097         and update adjustments in fixed height mode,
1098         (gtk_tree_view_build_tree): if a fixed height is set, set this
1099         height on newly added nodes.
1100
1101 2005-06-17  Tor Lillqvist  <tml@novell.com>
1102
1103         * gdk/win32/gdkdnd-win32.c (gdk_dropfiles_filter): Set the actions
1104         and suggested_action fields in the GdkDragContext to
1105         GDK_ACTION_COPY. Otherwise apps that check the suggested_action
1106         field, like eog, won't accept dropped files.
1107
1108 2005-06-17  Matthias Clasen  <mclasen@redhat.com>
1109
1110         Support the ICCCM urgency hint.  (#61858, Havoc Pennington)
1111         
1112         * gtk/gtk.symbols: 
1113         * gtk/gtkwindow.[hc]: Add a GtkWindow::urgency-hint property
1114         with getter and setter.
1115
1116         * gdk/gdk.symbols: 
1117         * gdk/gdkwindow.h: 
1118         * gdk/x11/gdkwindow-x11.c (gdk_window_set_urgency_hint): 
1119         Add a setter for the urgency hint.
1120
1121         * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Store
1122         urgency hint here.
1123
1124         * gdk/x11/gdkwindow-x11.c (update_wm_hints): Set the urgency
1125         hint in the WM_HINTS property when appropriate.
1126
1127 2005-06-17  Matthias Clasen  <mclasen@redhat.com>
1128
1129         * gdk/gdkcursor.h: Define GDK_IS_CURSOR() and GDK_CURSOR().
1130
1131         * gdk/x11/gdkcursor-x11.c: 
1132         * gdk/gdkcursor.c: Improve some return_if_fail checks,
1133         and add the missing non-Xcursor fallback for 
1134         _gdk_x11_cursor_update_theme(), noticed by Jeroen 
1135         Zwartepoorte.
1136
1137         * gtk/gtkbutton.c (gtk_button_class_init): Document
1138         several button signals as not useful.
1139
1140         * gtk/gtkentrycompletion.c (gtk_entry_completion_complete): 
1141         Resize the popup if necessary.  (#308076, Vincent Noel)
1142
1143         * gtk/gtkwindow.c (gtk_window_real_set_focus): Queue a
1144         draw on the old and new focus widgets, if their defaultness
1145         changes.  (#305607, Billy Biggs)
1146
1147 2005-06-17  Kristian Rietveld  <kris@gtk.org>
1148
1149         * gtk/gtktreeview.c (validate_visible_area): make sure the row
1150         above 'above_path' is always in a validated state, so it does
1151         not mess up scrolling. (#303319, testcase from Billy Biggs).
1152
1153 2005-06-17  Matthias Clasen  <mclasen@redhat.com>
1154
1155         * gdk/x11/gdkprivate-x11.h: 
1156         * gdk/x11/gdkcursor-x11.c: Handle cursor theme changes
1157         for cached cursors which are not associated with a window
1158         at the time of the theme change, by storing a serial
1159         number in each cursor, and updating the theme_serial 
1160         counter whenever the cursor theme changes.
1161         
1162         * gdk/x11/gdkcursor-x11.c (_gdk_x11_cursor_update_theme): 
1163         Private function to update a cursor to the current
1164         cursor theme if necessary.
1165
1166         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
1167         * gdk/x11/gdkwindow-x11.c (gdk_window_set_cursor): Call
1168         _gdk_x11_cursor_update_theme() here.
1169
1170 2005-06-17  Owen Taylor  <otaylor@redhat.com>
1171
1172         * gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Fix
1173         #if G_BYTE_ORDER == GDK_LSB_FIRST.
1174
1175 2005-06-17  Kristian Rietveld  <kris@gtk.org>
1176
1177         * gtk/gtktreeview.c (validate_visible_area): don't try to update
1178         the top_row rowref ourselves here, but just have _dy_to_top_row()
1179         do it,
1180         (gtk_tree_view_scroll_to_cell): handle scrolling via
1181         validate_visible_area() if the treeview is not visible or needs
1182         reallocation. (#165246, Nickolay V. Shmyrev).
1183
1184 2005-06-17  Kristian Rietveld  <kris@gtk.org>
1185
1186         Fixes #307914 (Alexander Larsson), fixing some breakage caused
1187         by my previous commit.
1188
1189         * gtk/gtktreeview.c (validate_visible_area): force dy to be zero
1190         when it fits on a single page,
1191         (scroll_sync_handler): same here.
1192
1193 Thu Jun 16 15:33:42 2005  Manish Singh  <yosh@gimp.org>
1194
1195         * gdk/x11/gdkcursor-x11.c (update_cursor): remove unused variable.
1196
1197         * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_get_cursor): use
1198         g_return_val_if_fail.
1199
1200         * gtk/gtkdnd.c (gtk_drag_get_cursor): initialize hot_x and hot_y
1201         for all cases.
1202
1203         * gtk/gtkfilechooserdefault.c (button_new): gtk_button_set_image
1204         takes a GtkWidget, not a GtkImage.
1205
1206 2005-06-16  Matthias Clasen  <mclasen@redhat.com>
1207
1208         * gtk/gtkfilechooserdefault.c (button_new): Simplify
1209         the code and respect the show-button-images setting.
1210         (#307941, Vincent Noel)
1211
1212         * gtk/gtkdnd.c: Update the RGBA cursor if an
1213         icon is set after the cursor has been constructed.
1214         Also handle repeated setting of icons correctly.
1215
1216 2005-06-16  Matthias Clasen  <mclasen@redhat.com>
1217
1218         * gtk/gtkbutton.c (gtk_button_set_image): Add some more
1219         docs.  (#307818, Christian Persch)
1220
1221 2005-06-15  Matthias Clasen  <mclasen@redhat.com>
1222
1223         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
1224         Initialize all fields of the expose event.  (#151693,
1225         Jim Evins)
1226
1227 2005-06-15  Matthias Clasen  <mclasen@redhat.com>
1228
1229         * gdk/x11/gdkcursor-x11.c (gdk_cursor_get_image): Get
1230         red and blue in place.
1231
1232         * gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
1233         formatting, pointed out by Kjartan Maraas.
1234
1235         * gtk/gtksettings.c: Add two new settings, 
1236         gtk-cursor-theme-name and gtk-cursor-theme-size to
1237         control the cursor theme.
1238
1239         * gdk/x11/gdkevents-x11.c: Add two new X settings,
1240         Gtk/CursorThemeName and Gtk/CursorThemeSize, and map
1241         these to the gtk settings.
1242
1243         * tests/testgtk.c (create_cursors): Add a cursor theme
1244         testcase.
1245
1246         * gdk/x11/gdkwindow-x11.[hc]: Keep a reference to the 
1247         GdkCursor and add a private getter for it, so that we can 
1248         update the cursor when the cursor theme changes.
1249         
1250         * gdk/gdk.symbols: 
1251         * gdk/x11/gdkx.h: 
1252         * gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): 
1253         New function to change the cursor theme.
1254
1255         * gdk/x11/gdkwindow-x11.c: Remove a lot of pointless
1256         g_return_if_fail() non-NULL checks.
1257
1258 2005-06-15  Matthias Clasen  <mclasen@redhat.com>
1259
1260         * gdk/abicheck.sh: Use uniq to filter out duplicates.
1261         * gdk/gdk.symbols: Fix a define.
1262
1263 2005-06-14  Matthias Clasen  <mclasen@redhat.com>
1264
1265         * gtk/gtkwindow.c (gtk_window_parse_geometry):
1266         Fix up the example.  (#307699, Michal Suchanek)
1267
1268 2005-06-14  Matthias Clasen  <mclasen@redhat.com>
1269
1270         * gtk/gtkcalendar.c: Update num_marked_dates as we
1271         used to do.  (#307689, Thorsten Schoenfeld)
1272  
1273 2005-06-14  Federico Mena Quintero  <federico@ximian.com>
1274
1275         Merged from gtk-2-6:
1276
1277         Fix #302087:
1278
1279         * gtk/gtkfilechooserdefault.c (list_selection_changed): Emit
1280         "selection-changed" and do the normal housekeeping even if we are
1281         in SAVE mode and there is nothing selected.  We didn't emit that
1282         signal if we were in SAVE mode and unselect_all() got called.
1283         (gtk_file_chooser_default_unselect_all): Call
1284         pending_select_paths_free() so that we cancel any asynchronous
1285         selections.
1286         (gtk_file_chooser_default_set_current_name): Likewise.
1287
1288 2005-06-14  Federico Mena Quintero  <federico@ximian.com>
1289
1290         Merged from gtk-2-6:
1291
1292         Fixes #307640:
1293
1294         * gtk/gtkfilechooserdefault.c
1295         (gtk_file_chooser_default_should_respond): Oops, I broke SAVE
1296         mode.  If the parent path is a folder, only create a subfolder if
1297         we are in CREATE_FOLDER mode; if we are in SAVE mode, just return
1298         and respond.  Also, pick up the case where the user types
1299         "dirname/" instead of "dirname".
1300         (check_save_entry): Make the return type void.  Add some return
1301         parameters so that we can do more thorough checking.
1302         (gtk_file_chooser_default_get_paths): If the file part is empty
1303         and we are in SAVE mode, return an empty selection.
1304
1305 2005-06-15  Kristian Rietveld  <kris@gtk.org>
1306
1307         Patch for #163214 (reported by Tommi Komulainen) and fixes some
1308         other scrolling/validation related bugs along the why.
1309
1310         * gtk/gtktreeview.c (gtk_tree_view_size_request): run
1311         do_validate_rows once and don't queue a size request there,
1312         (gtk_tree_view_size_allocate): don't update vadj value without
1313         reason, sync top_row/dy after the window sizes and adjustments
1314         are in sync again,
1315         (validate_visible_area): always update dy when scrolling,
1316         manually set top_row here after changing the vadj (don't depend
1317         on _adjustment_changed and top_row/dy sync to do this), since we
1318         now always set top_row here correctly, we can always free
1319         scroll_to_path at the end which avoids infinite expose loops,
1320         (do_validate_rows): add queue_resize boolean, remove top_row/dy
1321         sync here, we cannot do it safely at this place since the
1322         window sizes and adjustments are out of sync,
1323         (validate_rows), (validate_rows_handler): update call to
1324         do_validate_rows().
1325
1326 2005-06-14  Matthias Clasen  <mclasen@redhat.com>
1327
1328         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_name): Add a 
1329         stub for the no-Xcursor case. (noticed by Luis Villa)
1330
1331         Use named cursors for the DND cursors, the names are "dnd-none",
1332         "dnd-copy", "dnd-link", "dnd-move" and "dnd-ask". Also use an RGBA 
1333         cursor instead of cursor+window when possible. This saves 
1334         roundtrips during the drag operation, and makes translucent icons 
1335         possible.
1336         
1337         * gtk/gtkdndcursors.h: New file, containing inlined pixbufs
1338         for the default dnd cursors.
1339
1340         * gtk/gtkdnd.c (struct _GtkDragSourceInfo): Store the cursors
1341         used during the drag here, also store the icon pixbuf here. 
1342
1343         * gtk/gtkdnd.c (drag_cursors): Store the cursor names here. Also
1344         switch the default cursors from xbm to inlined pixbufs. 
1345
1346         * gtk/gtkdnd.c (gtk_drag_get_cursor): This function now takes the
1347         GtkDragSourceInfo as well, since it has to composite the 
1348         drag-specific cursors. The cursors combined from the image of
1349         the themed cursor and the icon_pixbuf stored in the info.
1350
1351         * gtk/gtkdnd.c (gtk_drag_begin_internal): Don't set the default
1352         icon if there is an icon_pixbuf, which will be composited into
1353         the cursor later.
1354
1355         * gtk/gtkdnd.c (set_icon_stock_pixbuf): If appropriate, store
1356         the pixbuf in the info struct for later compositing into the
1357         cursor instead of creating an icon window.
1358         
1359         * gtk/gtkdnd.c (gtk_drag_drop_finished): If we used an
1360         RGBA cursor for the drag, and need to display the cancel
1361         animation, construct the icon window here.
1362
1363         * gtk/gtkdnd.c (gtk_drag_source_info_destroy): Unref the 
1364         drag-specific cursors and the icon_pixbuf when done with
1365         the drag.
1366
1367 2005-06-14  Matthias Clasen  <mclasen@redhat.com>
1368
1369         * gtk/gtkcolorsel.c (make_picker_cursor): Use a named cursor
1370         with the name "color-picker", when available.
1371
1372         * gdk/gdk.symbols: 
1373         * gdk/gdkcursor.h: 
1374         * gdk/x11/gdkcursor-x11.c (gdk_cursor_get_image) 
1375         (gdk_cursor_new_from_name): New functions to construct named
1376         cursors and to get the image used for a cursor.  
1377
1378 2005-06-13  Matthias Clasen  <mclasen@redhat.com>
1379
1380         * gtk/gtkpathbar.[hc]: Rework the way in which rerooting of the
1381         path bar is done, implementing the following principles:
1382         (#137289, patch by Benjamin Otte)
1383         
1384         1. Re-root only if $HOME is an ancestor of the current path.
1385
1386         2. When re-rooting, make sure the Left arrow appears in the path 
1387         bar, so that you can navigate up from $HOME to /.  In that case, 
1388         make sure the Right arrow doesn't appear if the sub-hierarchy from 
1389         $HOME to the cwd fits in the window.
1390
1391         3. Make sure that hitting Alt-Up takes you always one folder up, 
1392         even when the path bar is re-rooted.
1393
1394         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
1395         Try harder not to modify readonly strings. (#307541, Torsten Schoenfeld)
1396
1397         * gtk/gtkfilechooserbutton.c (model_update_current_folder): 
1398         Free the data of the row before overwriting it.  (#307490,
1399         Kjartan Maraas)
1400
1401 2005-06-13  Kjartan Maraas  <kmaraas@gnome.org>
1402
1403         * gtk/gtkcalendar.c: (calendar_paint_arrow): Don't
1404         leak the cairo context. Closes bug #307426.
1405
1406 2005-06-13  Matthias Clasen  <mclasen@redhat.com>
1407
1408         Make invisible text work a bit better (#66194, patch by
1409         Jeroen Zwartepoorte)
1410         
1411         * gtk/gtk.symbols:
1412         * gtk/gtktextiter.[hc]: Add function to move by
1413         visible lines.
1414
1415         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): 
1416         Skip invisible text when moving by paragraphs.
1417
1418         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_visually): 
1419         Skip invisible lines here too.
1420
1421 2005-06-12  Matthias Clasen  <mclasen@redhat.com>
1422
1423         * gtk/gtkselection.c (gtk_target_list_add_image_targets): 
1424         Don't leak the format names.  (#307190, Morten Welinder)
1425
1426 2005-06-12  Kjartan Maraas  <kmaraas@gnome.org>
1427
1428         * gdk/x11/gdkasync.c: (send_event_handler): Plug
1429         a leak. Closes bug #307281.
1430
1431 2005-06-12  Matthias Clasen  <mclasen@redhat.com>
1432
1433         * gtk/gtkcalendar.c (calendar_paint_header): 
1434         (gtk_calendar_size_request): Allow localization of the
1435         format in which the year is displayed.  (#135451, Paisa 
1436         Seeluangsawat)
1437
1438         * gdk/*.h: Cleanup.  (#169648, Fabricio Barros Cabral)
1439
1440         * gdk/gdkcairo.c: Small doc additions.
1441
1442         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row): 
1443         Check start_button_mask before starting a drag.  (#149058, 
1444         Andreas Volz)
1445
1446         * gtk/gtkfilesystemunix.c: Support .hidden files.  (#129170,
1447         Sayamindu Dasgupta, patch by Jan Arne Petersen)
1448
1449 2005-06-11  Matthias Clasen  <mclasen@redhat.com>
1450
1451         * NEWS: Updates.
1452
1453         * gtk/gtkwidget.c (gtk_widget_set_app_paintable): More docs
1454         provided by Owen Taylor.
1455
1456         * gtk/gtk.symbols: 
1457         * gtk/gtkiconview.h: 
1458         * gtk/gtkiconview.c (gtk_icon_view_get_visible_range): 
1459         Add a function to determine what parts of the model are
1460         visible.  (#306726, Jonathan Blandford)
1461
1462         * gtk/gtkfilesystemunix.c (create_file_info): Treat backup
1463         files the same way as hidden files, to be closer to what
1464         Nautilus does.  (#136196, Sean Middleditch)
1465
1466 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
1467
1468         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
1469         Don't modify strings returned from gettext().
1470
1471 Fri Jun 10 19:06:03 2005  Manish Singh  <yosh@gimp.org>
1472
1473         * gtk/gtktextdisplay.c (render_para): don't use deprecated
1474         gdk_gc_unref function.
1475
1476 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
1477
1478         Allow setting paragraph background.  (#81045, Gustavo
1479         Carneiro, patch by Jeroen Zwartepoorte)
1480         
1481         * gtk/gtktextlayout.c (set_para_values): Propagate 
1482         pg_bg_color to the display struct.
1483         (gtk_text_layout_free_line_display): Free it here.
1484
1485         * gtk/gtktextdisplay.c (render_para): If pg_bg_color
1486         is set, draw a rectangle in that color behind
1487         the paragraph.
1488
1489         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add 
1490         paragraph-background, paragraph-background-gdk and
1491         paragraph-background-set properties.
1492         (set_pg_bg_color): A setter for paragraph-background.
1493
1494         * gtk/gtktextlayout.h (struct _GtkTextLineDisplay): Add
1495         pg_bg_color.
1496
1497         * gtk/gtktexttag.h (struct _GtkTextAttributes): Add
1498         pg_bg_color.
1499         (struct _GtkTextTag): Add pg_bg_color_set.
1500
1501 2005-06-10  Kjartan Maraas  <kmaraas@gnome.org>
1502
1503         * gdk/gdkcairo.c: (gdk_cairo_set_source_pixbuf): Destroy the
1504         cairo surface when done with it. Plugs a fairly large leak in
1505         some cases.
1506         ==6014== 1999824 (115640 direct, 1884184 indirect) bytes in
1507         826 blocks are definitely lost in loss record 25239 of 25250
1508         Like this from nautilus.
1509
1510 2005-06-10  Michael Natterer  <mitch@imendio.com>
1511
1512         * gtk/gtk.symbols
1513         * gtk/gtkaction.[ch] (gtk_action_get_accel_closure): new function
1514         to get an action's accel_closure (Fixes #141750 and #148106).
1515
1516 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
1517
1518         * gdk/gen-keyname-table.pl: Generate N_() calls for
1519         translatable key names.
1520
1521         * gdk/keynames.txt: Mark some key names as translatable.
1522         
1523         * gdk/keyname-table.h: Regenerated.
1524
1525         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): Add
1526         some context to the msg ids for keyboard modifiers and
1527         key names.
1528         (_gtk_accel_label_class_get_accelerator_label): Try to
1529         translate key names.  (#300224, Christian Rose)
1530
1531 2005-06-10  Federico Mena Quintero  <federico@ximian.com>
1532
1533         Merged from gtk-2-6:
1534
1535         Fixes #162358:
1536
1537         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't return
1538         immediately if we are in CREATE_FOLDER mode, so that we can fill
1539         the entry with the newly-selected folder.
1540         (gtk_file_chooser_default_set_property): Warn against turning on
1541         multiple selection for CREATE_FOLDER mode, or about setting that
1542         action while multiple selection is on.
1543         (update_chooser_entry): Change the entry's contents as well if we
1544         are in CREATE_FOLDER mode.  If nothing is selected, clear the
1545         chooser entry.
1546         (trap_activate_cb): Don't trap enter/space if modifiers are
1547         pressed.  This lets one use Ctrl-space to toggle rows in multiple
1548         selection mode.
1549         (gtk_file_chooser_default_should_respond): Clean up the if-chain
1550         mess of special cases by using an array to determine what to do.
1551         Also, for the save-entry case in CREATE_FOLDER mode, actually fix
1552         the bug where the file chooser would switch to an existing folder
1553         rather than confirming with it, and create the folder ourselves.
1554         (error_creating_folder_over_existing_file_dialog): New function.
1555
1556         * gtk/gtkfilechooserentry.c (check_completion_callback): Only
1557         insert the common prefix if we are in an "open" mode.  Use a
1558         helper function.
1559         (append_common_prefix): New helper function; code moved over from
1560         check_completion_callback().
1561         (find_common_prefix): New helper function.
1562         (gtk_file_chooser_entry_focus): Append the common prefix if the
1563         user requests it explicitly.
1564
1565 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
1566
1567         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_expand): 
1568         * gtk/gtktoolbar.c (gtk_toolbar_get_show_arrow): 
1569         * gtk/gtktextview.c (gtk_text_view_get_iter_at_position): 
1570         * gtk/gtkstock.c (gtk_stock_set_translate_func): 
1571         * gtk/gtkspinbutton.c (gtk_spin_button_get_adjustment): 
1572         * gtk/gtkscrolledwindow.h: 
1573         * gtk/gtkmenushell.c (gtk_menu_shell_get_take_focus): 
1574
1575         * gtk/gtkiconview.c (gtk_icon_view_set_margin): 
1576         * gtk/gtkicontheme.c (gtk_icon_info_load_icon): 
1577         * gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.
1578
1579 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
1580
1581         * gdk/x11/gdkwindow-x11.c: Small markup fixes.
1582
1583         * gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add docs.
1584         (#306212, Steve Chaplin, docs provided by Billy Biggs)
1585
1586         * gtk/gtktextbtree.c (_gtk_text_btree_char_is_invisible): Small 
1587         cleanup.  (#305539, Paolo Borelli)
1588
1589 2005-06-09  Rodrigo Moya <rodrigo@novell.com>
1590
1591         * configure.in: added cairo to list of $GTK_PACKAGES.
1592
1593 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
1594
1595         * gdk/x11/gdkdnd-x11.c (motif_drop_start, xdnd_drop_filter): Update
1596         the user time on the window when a drop happens.  (#169364, Alexander
1597         Hunziker, patch by Elijah Newren)
1598
1599         * gdk/x11/gdkwindow-x11.c: Small markup fixes.
1600
1601         * gtk/gtk.symbols: 
1602         * gtk/gtkiconview.h: 
1603         * gtk/gtkiconview.c (gtk_icon_view_scroll_to_path): New function
1604         to scroll to a path.  (#306838, Jonathan Blandford)
1605
1606 2005-06-08  Matthias Clasen  <mclasen@redhat.com>
1607
1608         * gtk/gtkiconview.c (gtk_icon_view_set_cursor): Scroll to the
1609         item.  (#306839, Jonathan Blandford)
1610
1611         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): Check for
1612         negative before appending the index, to avoid double error
1613         message.  (#306393, Morten Welinder)
1614
1615         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
1616         Don't crash if search_window is NULL.  (#304914, Victor Osadci,
1617         testcase by Olaf Vitters)
1618
1619         * gtk/gtkimage.c: Make the file property readable.  
1620         (#170674, Lorenzo Gil Sanchez)
1621
1622         
1623 2005-06-08  Matthias Clasen  <mclasen@redhat.com>
1624
1625         * gtk/gtkfilesystem.c (gtk_file_info_get_display_key): Use
1626         g_utf8_collate_key_for_filename().
1627
1628 2005-06-07  Kjartan Maraas  <kmaraas@gnome.org>
1629
1630         * gtk/gtkfilechooserbutton.c: (update_label_and_image):
1631         Merge leak fix from stable. Bug 306754.
1632
1633 2005-06-05  Tor Lillqvist  <tml@novell.com>
1634
1635         * gdk/win32/gdkscreen-win32.c
1636         (_gdk_windowing_substitute_screen_number): Return NULL unless
1637         screen number is zero. We have only one screen on Win32.
1638         (gdk_screen_make_display_name): Call gdk_display_get_name() and
1639         return that.
1640         
1641         * modules/engines/Makefile.am
1642         * modules/input/Makefile.am: Decide whether to build the
1643         ms-windows theme engine based on the GDK backend, not based on
1644         platform. (I.e., if building for Cygwin with the X11 backend, we
1645         shouldn't build the ms-windows engine, but if building for Cygwin
1646         but with the Win32 backend, we should.) Ditto for the IME
1647         (Windows) input module. (#305832)
1648
1649 2005-06-04  Tor Lillqvist  <tml@novell.com>
1650
1651         * gdk/win32/gdkcursor-win32.c
1652         * gdk/win32/gdkwindow-win32.c
1653         * gdk/win32/gdkprivate-win32.h: Support full-colour cursors.
1654         Support cursors with alpha on XP. Use code in common with the
1655         support for alpha icons that already was present. (#306101, Tim
1656         Evans)
1657
1658         * modules/engines/ms-windows/msw_style.c: Render insensitive icons
1659         in a way that more closely matches Windows. (#305986, Tim Evans).
1660
1661         * modules/engines/ms-windows/Makefile.am (LDADDS): Link with
1662         gdk-pixbuf.
1663
1664 2005-06-03  Dom Lachowicz <cinamod@hotmail.com>
1665
1666         * modules/engines/ms-windows/msw_style.c: Re-sync with gtk-wimp
1667         * modules/engines/ms-windows/xp_theme.c: Ditto
1668         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
1669
1670 Thu May 26 16:43:27 2005 Manish Singh  <yosh@gimp.org>
1671
1672         * gtk/gtkentrycompletion.h: Add declarations for
1673         gtk_entry_completion_{get,set}_popup_single_match.
1674
1675 2005-05-26  Matthias Clasen  <mclasen@redhat.com>
1676
1677         * gtk/gtk.symbols: 
1678         * gtk/gtkentrycompletion.c: Add a property to suppress the
1679         popup for single matches.  (#154711)
1680
1681         * gtk/gtkentry.c (gtk_entry_completion_timeout): Respect it here.
1682
1683         * gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_action): 
1684         Use it here.
1685
1686         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Queue the 
1687         redisplay after modifying the tag in the btree, otherwise 
1688         we end up showing the old tags until the next redraw comes 
1689         around.   (#143537, Gary Kramlich, Peter Wainwright)
1690
1691         * gtk/gtkcombobox.c (gtk_combo_box_list_auto_scroll): Make 
1692         autoscrolling work at the bottom of the screen.
1693
1694 2005-05-26  Maciej Katafiasz  <email@mathrick.org>
1695
1696         * docs/reference/gtk/tmpl/gtkentry.sgml:
1697         Point to GtkTextView instead of GtkText. Fixes bug #305535
1698
1699 2005-05-26  Sven Neumann  <sven@gimp.org>
1700
1701         * gtk/gtkselection.c (gtk_selection_data_set_pixbuf): use a less
1702         aggressive PNG compression level (bug #305340).
1703
1704 2005-05-26  Tor Lillqvist  <tml@novell.com>
1705
1706         * gdk/win32/gdkdrawable-win32.c (_gdk_win32_blit): If blitting
1707         from the root window, take the multi-monitor offset into
1708         account. (#305511)
1709
1710 2005-05-25  Matthias Clasen  <mclasen@redhat.com>
1711
1712         * demos/gtk-demo/appwindow.c (do_appwindow): Set the window
1713         icon by name.
1714
1715         * gtk/gtkfilesystem.c (gtk_file_folder_is_finished_loading): 
1716         Remove another C99ism.
1717
1718         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Draw the 
1719         background of rows insensitive when the treeview is insensitive.
1720         (pointed out by Billy Biggs)
1721
1722         * demos/gtk-demo/clipboard.c: Demonstrate image copy-and-paste
1723         and DND, and clipboard persistency.
1724
1725         * gtk/gtkselection.c (gtk_target_list_add_image_targets): 
1726         Make sure png comes first, otherwise dnd may use bmp by
1727         default, loosing transparency.
1728
1729 2005-05-25  Michael Natterer  <mitch@imendio.com>
1730
1731         * gtk/gtktextview.c (blink_cb): block the text_layout's "changed"
1732         handler when changing cursor visibility because it would expose
1733         the whole paragraph where the cursor is. Instead, expose the
1734         cursors' areas manually. (#173047).
1735
1736         (text_window_invalidate_cursors): new function which exposes the
1737         cursors.
1738
1739         * gtk/gtkstyle.c (draw_insertion_cursor): added comment that the
1740         same cursor size calculation is in text_window_invalidate_cursors().
1741
1742 2005-05-25  Matthias Clasen  <mclasen@redhat.com>
1743
1744         * demos/gtk-demo/editable_cells.c (create_items_model): Also
1745         demonstrate GtkCellRendererProgress.
1746
1747         * demos/gtk-demo/Makefile.am (demos): 
1748         * demos/gtk-demo/combobox.c: Add a demo showing combo box 
1749         variations.
1750
1751         * demos/gtk-demo/Makefile.am (demos): 
1752         * demos/gtk-demo/pickers.c: Add a demo showing all picker widgets.
1753
1754 2005-05-24  Matthias Clasen  <mclasen@redhat.com>
1755
1756         * demos/gtk-demo/iconview.c (do_iconview): Fix a typo.
1757
1758 2005-05-24  Tor Lillqvist  <tml@novell.com>
1759
1760         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Handle
1761         gtk-alternative-button-order (setting it to TRUE).
1762
1763 2005-05-23  Matthias Clasen  <mclasen@redhat.com>
1764
1765         * gtk/gtktreeview.c (gtk_tree_view_search_init): Remove
1766         an unused variable.  (#305130, Jaap A. Haitsma)
1767
1768         * gtk/gtkfilechooserdefault.c (filter_create): Don't grab
1769         the focus away from the file list when operating the filter
1770         combo with the pointer.  (#304844, Sven Neumann)
1771
1772 2005-05-23  Tor Lillqvist  <tml@novell.com>
1773
1774         * gdk/win32/gdkkeys-win32.c (handle_special): Map VK_APPS to
1775         GDK_Menu. (#172383, Ivan Wong)
1776
1777         * gdk/win32/gdkkeys-win32.c (handle_dead): If the keysym isn't one
1778         of the special cases this function takes care of, use it as
1779         such. This takes care of for instance the Bengali Virama, see bug
1780         #165723.
1781
1782 2005-05-20  Matthias Clasen  <mclasen@redhat.com>
1783
1784         * gtk/gtkimcontextsimple.c (check_table): Avoid a possible
1785         buffer overrun.  (#142444, Leonard Michlmayr)
1786
1787         * gtk/gtkfilesystem.c: Remove C99-isms (#304879, 
1788         Kazuki IWAMOTO)
1789
1790 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
1791
1792         * gtk/gtkfilechooser.c (gtk_file_chooser_remove_shortcut_folder_uri): 
1793         Use the correct function to conver the uri to a path.  (#304565,
1794         Ismael Juma)
1795
1796         * gtk/gtkfilechooserbutton.c (dialog_response_cb): Handle the
1797         Cancel button properly.  (#304234, Sven Neumann)
1798
1799 2005-05-18  Anders Carlsson  <andersca@imendio.com>
1800
1801         * gtk/gtktextview.c: (gtk_text_view_flush_scroll),
1802         (gtk_text_view_update_adjustments), (gtk_text_view_value_changed):
1803         * gtk/gtktextview.h:
1804         If the horizontal adjustment changes because of a change in the
1805         layout width, then do a complete redraw. This is because there
1806         might be right-aligned or centered text that needs to be redrawn.
1807
1808 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
1809         
1810         * gtk/gtkwidget.c (gtk_widget_add_events): Try harder to set
1811         the event masks of descendent windows.  (#169821, Tommi Komulainen)
1812
1813         * gtk/gtktreeview.c (gtk_tree_view_get_drop_column) 
1814         (gtk_tree_view_set_column_drag_info): Fix some errors in the
1815         handling of drop columns.  (#143355, John Finlay)
1816
1817         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): 
1818         Remove the no longer needed workaround.
1819
1820         * gtk/gtkwidget.c (widget_add_child_draw_rectangle): Only collect
1821         allocations of mapped children.
1822
1823         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): 
1824         Add a bug reference.
1825
1826 2005-05-18  Tor Lillqvist  <tml@novell.com>
1827
1828         * gdk/win32/gdkevents-win32.c
1829         * gdk/win32/gdkkeys-win32.c
1830         * gdk/win32/gdkprivate-win32.h: Check the KF_EXTENDED bit in
1831         lParam of WM_KEY* messages to distinguish between left and right
1832         Control and Alt keys. Unfortunately, the right Shift key doesnt
1833         set KF_EXTENDED, so to distinguish between left and right Shift
1834         keys, check the scan code. (#304584)
1835
1836 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
1837
1838         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Warn if
1839         length overflows.  (#161520, Ian Wienand)
1840
1841         * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name): Fix
1842         parameter names to make gtk-doc happy.
1843
1844         * gtk/gtkscale.c (gtk_scale_class_init): Fix the default
1845         values of draw-value and value-pos to be the values we
1846         actually use in _init. (#304547, Mikael Hallendal)
1847
1848         * gtk/gtkcellrendererpixbuf.c: Support named icons in
1849         cells by adding a icon-name property. (#165777, Anders
1850         Carlsson)
1851
1852         * gtk/gtk.symbols:
1853         * gtk/gtktoolbutton.h: 
1854         * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name) 
1855         (gtk_tool_button_get_icon_name): Support named icons in 
1856         tool buttons by adding a icon-name property. (#116577, 
1857         Christian Neumair)
1858
1859         * gtk/gtk.symbols: 
1860         * gtk/gtkdnd.h: 
1861         * gtk/gtkdnd.c (gtk_drag_source_set_icon_name) 
1862         (gtk_drag_set_icon_name): New functions to support themed 
1863         drag icons.  (#116577, Christian Neumair)
1864
1865 2005-05-17  Owen Taylor  <otaylor@redhat.com>
1866
1867         * gdk/x11/gdkdrawable-x11.c (gdk_x11_ref_cairo_surface): 
1868         Update to changed cairo interface.
1869
1870         * gdk/x11/gdkdrawable-x11.[ch]:
1871         Add _gdk_x11_drawable_update_size()
1872         
1873         * gdk/x11/gdkwindow-x11.c (gdk_window_resize) 
1874         (gdk_window_move_resize)
1875         * gdk/x11/gdkevents-x11.c (gdk_event_translate): 
1876         Call _gdk_x11_drawable_update_size().
1877
1878 2005-05-17  Matthias Clasen  <mclasen@redhat.com>
1879
1880         * gtk/gtktextview.c (cursor_blinks): Don't blink the cursor
1881         if the text view is not editable.  
1882
1883         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): Keep
1884         the popup posted if the button is released over the cellview.
1885         This matches the behaviour of other combo box implementations.  
1886         (#171378)
1887         
1888         * gdk/gdkwindow.c (gdk_window_set_bg_pattern): Adjust offsets
1889         when recursing.  (#153682, Felipe Heidrich)
1890
1891 2005-05-16  Matthias Clasen  <mclasen@redhat.com>
1892
1893         * gtk/gtkscale.c (gtk_scale_class_init): Don't bind GDK_Page_Up 
1894         and GDK_Page_Down twice.  (#168333, Hazael Maldonado Torres)
1895
1896         * gtk/gtkentry.c (cursor_blinks): Don't blink the cursor if 
1897         the entry is not editable.  (#304171, Nikos Kouremenos)
1898         
1899         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_constructor): 
1900         Make sure the action of the button and the dialog are in sync,
1901         when the dialog is provided by the app.  (#303987, David A Knight)
1902
1903         * gdk/gdkpango.c (gdk_pango_renderer_get_default): Fix a typo
1904         in the docs.  (#303940, Masao Mutoh)
1905
1906         * configure.in (GTK_DOC_CHECK): Check for gtk-doc 1.4.
1907
1908         * gtk/gtktoggleaction.c (connect_proxy): Be more careful when
1909         casting.  (#304089, Philip Langdale)
1910
1911         * gtk/gtkstatusbar.c (gtk_statusbar_size_allocate): Only shrink
1912         the label if we need to.  (#169390, Felix Riemann)
1913
1914 Sat May 14 00:07:46 2005  Manish Singh  <yosh@gimp.org>
1915
1916         * gdk/gdkdraw.c
1917         * gdk/gdkpango.c: #include gdkcairo.h for gdk_cairo_create()
1918         declaration.
1919
1920         * gtk/gtkiconview.c (gtk_icon_view_create_drag_icon): actually
1921         call gdk_cairo_set_source_color() with a color.
1922
1923         * gtk/gtkimage.c (gtk_image_expose): remove unused stock_id variable.
1924
1925         * tests/testiconview.c (main): cast args of drag functions to the
1926         appropriate type.
1927
1928 2005-05-13  Owen Taylor  <otaylor@redhat.com>
1929
1930         * gdk/x11/gdkdrawable-x11.c: Update for cairo-xlib API change.
1931
1932         * gdk/x11/gdkpixmap-x11.[ch] gdk/gdk.symbols: Export 
1933         gdk_pixmap_impl_x11_get_type(), needed in gdkdrawable-x11.c.
1934         
1935 2005-05-11  Owen Taylor  <otaylor@redhat.com>
1936
1937         * tests/testgtk.c (on_alpha_window_expose): Fix to use
1938         gdk_cairo_create(). (create_alpha_window): Hook up "response"
1939         to close the window.
1940
1941 2005-05-11  Owen Taylor  <otaylor@redhat.com>
1942
1943         * gtk/gtkcolorbutton.c: Use a GtkAlignment rather than a GtkDrawingArea
1944         to draw the swatch in to avoid having an extraneous window.
1945         
1946         * gtk/gtkcolorsel.c (color_sample_draw_sample): Actually se tthe
1947         color when !has_opacity.
1948
1949 2005-05-10  Owen Taylor  <otaylor@redhat.com>
1950
1951         * gdk/gdkcairo.[ch] gdk/gdkcolor.[ch] gdk/Makefile.am: Add source
1952         files for Cairo convenience functionality.
1953
1954         * gdk/gdkcairo.h (gdk_cairo_rectangle, gdk_cairo_region): Add a
1955         convenience functions to add GdkRectangle, GdkRegion to a cairo path.
1956
1957         * gdk/gdkwindow.c gdk/gdkgc.c gtk/gtkcolorsel.c gtk/gtkiconview.c 
1958         gtk/gtkstyle.c: Use gdk_cairo_rectangle/region().
1959
1960         * gdk/gdkcairo.[ch] gdk/gdkdrawable.h gdk/gdkdraw.c: Rename
1961         gdk_drawable_create_cairo_context() to gdk_cairo_create().
1962
1963         * gdk/gdkcairo.c gdk/gdkpixbuf.h gdk/gdkpixbuf-render.c:
1964         Rename gdk_pixbuf_set_as_cairo_source() to 
1965         gdk_cairo_set_source_pixbuf().
1966
1967         * gdk/gdkdraw.c gdk/gdkpango.c gtk/gtkcolorsel.c gtk/gtkhruler.c
1968         gtk/gtkhsv.c gtk/gtkiconview.c gtk/gtkstyle.c gtk/gtkvruler.c:
1969         Adjust for renames.
1970
1971         * gdk/gdk.symbols: Update.
1972
1973         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): Fix 
1974         coordinate system problem that was causing the wrong portions
1975         to be invalidated.
1976
1977         * gtk/gtkcellrenderer.c (gtk_cell_renderer_render)
1978         gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render)
1979         gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_render)
1980         gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render)
1981         gtk/gtkcellview.c (gtk_cell_view_expose)
1982         gtk/gtkdnd.c (gtk_drag_highlight_expose)
1983         gtk/gtkentry.c (gtk_entry_draw_text) 
1984         gtk/gtktextview.c (text_window_invalidate_rect): Some cairoization.
1985
1986         * gtk/gtkcalendar.[ch]: Beat into something roughly resembling
1987         GTK+ style ... use instance-private data and standard names for
1988         private structure, etc. Move function docs inline.
1989
1990         * gtk/gtkcalendar.[ch]: Switch to drawing everything in
1991         expose. Switch drawing to Cairo.
1992
1993         * gtk/gtkcalendar.c (gtk_calendar_freeze): Deprecate
1994         gtk_calendar_freeze/thaw
1995
1996 2005-05-10  Tor Lillqvist  <tml@novell.com>
1997
1998         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Check
1999         that GDK_IS_SCREEN(screen) (like the X11 backend does), not screen
2000         == gdk_screen_get_default(), as that might return NULL when this
2001         function is called.
2002
2003 2005-05-09  Matthias Clasen  <mclasen@redhat.com>
2004
2005         * gtk/gtkalignment.c (gtk_alignment_size_allocate): Flip the
2006         padding in RTL mode.  (#303572, Maciej Katafiasz)
2007
2008 2005-05-09  Owen Taylor  <otaylor@redhat.com>
2009
2010         * gdk/gdkrgb.c (gdk_rgb_convert_0888_br, gdk_rgb_convert_8880_br): 
2011         Fill in unused bits so they can be used for the depth-32 target case.
2012         Rewrite so that that gives a marginal speedup rather than a
2013         marginal slowdown. (on x86)
2014
2015         * gdk/gdkscreen.h gdk/x11/gdkscreen-x11.[ch] gdk/x11/gdkvisual-x11.c:
2016         Add gdk_screen_get_rgba_colormap/visual to get a visual for
2017         windows with an alpha channel, if one exists.
2018
2019         * gdk/win32/gdkscreen-win32.c gdk/linux-fb/gdkscreen-fb.c:
2020         Stub out gdk_screen_get_rgba_colormap/visual.
2021
2022         * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): computation of
2023         "unused" wasn't right for depth == 32, since it depended on
2024         shifting by 32.
2025
2026         * gdk/gdkrgb.c: Fill in alpha bits with 1s. (Based on patch from
2027         Keith Packard,
2028         http://mail.gnome.org/archives/gtk-devel-list/2004-June/msg00080.html)
2029
2030         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture):
2031         Implement again, without using Xft.
2032
2033         * tests/testgtk.c: Add a test for windows with an alpha channel.
2034
2035 2005-05-09  Matthias Clasen  <mclasen@redhat.com>
2036
2037         * autogen.sh: Revert accidental commit.
2038
2039 2005-05-08  Matthias Clasen  <mclasen@redhat.com>
2040
2041         * gdk/gdkcolor.c (gdk_cairo_set_source_color): 
2042         * gdk/gdkimage.h: 
2043         * gdk/gdkdraw.c: 
2044         * gdk/gdkcolor.h: 
2045         * gdk/gdkcursor.h: 
2046         * gdk/x11/gdkcolor-x11.c: Small documentation additions.
2047
2048 2005-05-07  Matthias Clasen  <mclasen@redhat.com>
2049
2050         * gtk/gtkscrolledwindow.h: 
2051         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_hscrollbar): 
2052         (gtk_scrolled_window_get_cscrollbar): Change the return 
2053         type to GtkWidget*, proposed by Owen Taylor. 
2054
2055         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_width_mm) 
2056         (gdk_screen_get_height_mm): Fix typos in the docs.  (#303389,
2057         Masao Mutoh)
2058
2059 2005-05-07  Matthias Clasen <mclasen@redhat.com>
2060
2061         * gtk/gtkiconview.c: Fix a copy-and-paste accident, spotted
2062         by Owen Taylor.
2063
2064 2005-05-07  Owen Taylor  <otaylor@redhat.com>
2065
2066         * gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not
2067         the background color.
2068
2069 2005-05-07  Owen Taylor  <otaylor@redhat.com>
2070
2071         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h (gdk_pixbuf_set_as_cairo_source): 
2072         Change prototype to match cairo_set_source_surface().
2073
2074         * gdk/gdkdraw.c gdk/gdkgc.c gdk/gdkpixbuf-render.c gdk/gdkwindow.c
2075         gtk/gtkhsv.c tests/testcairo.c.
2076
2077 2005-05-06  Federico Mena Quintero  <federico@ximian.com>
2078
2079         Merged from gtk-2-6:
2080
2081         * gtk/gtkfilesystemunix.c (fill_in_mime_type): Don't fill the mime
2082         types if this is an AFS directory.
2083         (fill_in_names): If we are in an AFS directory, set the MIME type
2084         blindly to "x-directory/normal".
2085
2086 2005-05-06  Matthias Clasen  <mclasen@redhat.com>
2087
2088         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Always
2089         initialize child-visible to FALSE, otherwise we may end up
2090         with the wrong page visible initially.  (#302283, Patrik Fimml)
2091
2092         * gtk/gtktreeview.c (gtk_tree_view_draw_arrow): Make expanders
2093         appear insensitive in insensitive treeviews. 
2094
2095 2005-05-05  Matthias Clasen  <mclasen@redhat.com>
2096
2097         * gtk/gtktoolbar.c: Fix a typo in the docs.  (#303024, 
2098         Morten Welinder)
2099
2100 2005-05-06  Matthias Clasen  <mclasen@redhat.com>
2101
2102         * gtk/gtk.symbols:
2103         * gtk/gtkiconview.[hc]: Add DND support similar to the DND
2104         support in the tree view.  (#150270)
2105
2106 2005-05-05  Matthias Clasen  <mclasen@redhat.com>
2107
2108         * gtk/gtktreednd.h: 
2109         * gtk/gtkwidget.h: Small cleanups.
2110
2111         * gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix
2112         a typo.
2113
2114 2005-05-04  Owen Taylor  <otaylor@redhat.com>
2115
2116         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug
2117         in focus tracking when we move between has_pointer_focus and 
2118         has_focus_window directly. (#109246, Billy Biggs, Niko Tyni 
2119         and others)
2120
2121         * gdk/x11/gdkevents-x11.c: Also fix some confusion that could
2122         happen in the case of no window manager + keyboard grabs, by
2123         moving to a more consistent model of when we pay attention to
2124         mode=NotifyGrab/NotifyUngrab events.
2125         
2126         * docs/focus_tracking.txt: Extensive writeup about how to track
2127         focus under X11.
2128
2129 Wed May  4 13:21:41 2005  Søren Sandmann  <sandmann@redhat.com>
2130
2131         * tests/testcairo.c (draw): Replace cairo_show_surface() uses with
2132         cairo_set_source_surface()/cairo_paint();
2133
2134 2005-05-04  Tor Lillqvist  <tml@novell.com>
2135
2136         * gdk/win32/gdkdrawable-win32.c (generic_draw, blit_from_pixmap)
2137         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values,
2138         _gdk_win32_gc_new, _gdk_windowing_gc_set_clip_region,
2139         gdk_win32_hdc_get): Minor fixes to make Win32 backend compile
2140         again.
2141
2142 2005-05-03  Matthias Clasen  <mclasen@redhat.com>
2143
2144         * gtk/gtkfilesystem.c: 
2145         * gtk/gtkcelleditable.c: 
2146         * gtk/gtktreemodel.c: Avoid getting the interface struct
2147         twice in the same function.  (#300513, Billy Biggs)
2148
2149         * gtk/gtkscrolledwindow.h:
2150         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_vscrollbar): 
2151         * gtk/gtk.symbols: Add getters for the scrollbars.  (#167181,
2152         Billy Biggs)    
2153
2154         * gtk/gtkdialog.h: 
2155         * gtk/gtkdialog.c (gtk_dialog_get_response_for_widget): 
2156         Make this function public.  (#170748, Morten Welinder)
2157
2158 2005-05-02  Federico Mena Quintero  <federico@ximian.com>
2159
2160         Merged from gtk-2-6:
2161
2162         Fixes #301068:
2163
2164         * gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add fields
2165         to store struct stat for /afs and /net, and boolean fields to say
2166         whether these are valid.
2167         (struct _GtkFileFolderUnix): Added a boolean is_network_dir field.
2168         (gtk_file_system_unix_get_folder): Fill in the is_network_dir
2169         field of the folder structure.
2170         (fill_in_names): If the folder is a network directory, create a
2171         fake struct stat for its entries.
2172         (fill_in_stats): Don't stat() the children of network directories.
2173
2174         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): If the mtime
2175         is 0, use "Unknown" for the cell's displayed text.
2176
2177 2005-04-28  Owen Taylor  <otaylor@redhat.com>
2178
2179         * gtk/gtkwidget.c: Add a draw-border style property to allow
2180         themes to draw outside the widget's allocation.
2181
2182         * gdk/gdkwindow.c gtk/gtkstyle.c: Remove some save/restore pairs
2183         that were working around the clip-leakage bug in Cairo.
2184
2185         * gtk/gtkstyle.c: Use cairo_fill_preserve() rathe than
2186         save/fill/restore.
2187
2188         * gdk/gdkgc.c gdk/gdkinternals.h: Add _gdk_gc_update_context()
2189         That updates a Cairo context to match a GC.
2190
2191         * gdk/gdkdraw.c: Use _gdk_gc_update_context() to add support
2192         for tiles/stipples/clipping to gdk_draw_glyphs(), 
2193         gdk_draw_trapezoids().
2194
2195         * gdk/gdkpango.c: Use _gdk_gc_update_context() instead of internal
2196         implementation of stipples. Use one cairo_t across the entire
2197         drawing operation. Replace cairo_matrix_create() with 
2198         stack-allocated matrices.
2199
2200         * gdk/gdkgc.c gdk/gdkinternals.h gdk/x11/gdkgc-x11.c 
2201         gdk/win32/gdkgc-win32.c: Save various aspects of the 
2202         GC state (fill, tile, stipple, foreground, background, clip region)
2203         in instance-private-data for future use. Add getters.
2204         Get rid of _gdk_windowing_gc_get_foreground() function implemented 
2205         by the backends.
2206
2207         * gdk/gdkgc.c gdk/gdkinternals.h gdk/x11/gdkgc-x11.c
2208         gdk/win32/gdkgc-win32.c gdk/linux-fb/gdkgc-fb.c: Add
2209         _gdk_gc_init() to do initial setup of the GC from values;
2210         fixes some problems from drawable redirection.
2211
2212         * gdk/gdkgc.c gdk/gdkinternals.h gdk/x11/gdkgc-x11.c
2213         gdk/win32/gdkgc-win32.c gdk/linux-fb/gdkgc-fb.c: Move 
2214         gdk_gc_copy() and gdk_gc_set_clip_{region,rectangle}() into 
2215         the generic code, add _gdk_windowing_gc_copy(), 
2216         _gdk_windowing_gc_set_clip_region() to do backend specific
2217         stuff.
2218
2219         * gdk/x11/{gdkprivate-x11.h,gdkgc-x11.c.c,gdkdrawable-x11.c}
2220         gdk/win32/{gdkprivate-win32.h,gdkgc-x11.c.c,gdkdrawable-x11.c}
2221         gdk/linux-fb/{gdkprivate-fb.h,gdkgc-fb.c.c,gdkdrawable-fb.c}:
2222         Don't duplicate state that now is stored by the generic code.
2223
2224         * gdk/gdk.symbols Update
2225
2226 2005-05-02  Matthias Clasen  <mclasen@redhat.com>
2227
2228         * tests/testiconview.c: Test cell renderers.
2229
2230         * gtk/gtk.symbols: Add new functions.
2231
2232         * gtk/gtkiconview.[hc]: Implement GtkCellLayout and use
2233         cell renderers for drawing and editing. (#148144, #160242)
2234
2235 2005-05-02  Matthias Clasen  <mclasen@redhat.com>
2236
2237         * gtk/gtkcellrenderertext.c (get_size): Return a sufficient
2238         width for cases where pango_layout_get_pixel_extents() returns
2239         a rectangle with nonzero x. 
2240
2241         * gtk/gtkselection.c: Small doc fixes.
2242
2243         * gtk/gtkmenushell.c (gtk_menu_shell_set_take_focus): 
2244         (gtk_menu_shell_get_take_focus): Fix up the docs a bit.
2245
2246 2005-05-02  Michael Natterer  <mitch@imendio.com>
2247
2248         * gtk/gtkmain.c (do_post_parse_initialization): return silently if
2249         "gtk_initialized" is TRUE. Re-enables calling GTK's init functions
2250         multiple times when using gtk_get_option_group(), just as one can
2251         call gtk_init() multiple times without doing any harm.
2252
2253 2005-05-01  Matthias Clasen  <mclasen@redhat.com>
2254
2255         * gtk/gtktextview.c (gtk_text_view_expose_event): Propagate
2256         the event to unanchored children in the text window.  
2257         (#302494, Stephen Kennedy)
2258
2259 2005-04-30  Tor Lillqvist  <tml@novell.com>
2260
2261         * gdk/win32/gdkdnd-win32.c (gdk_dropfiles_filter): Take
2262         multi-monitor offset into account. (#302525)
2263
2264 2005-04-29  Matthias Clasen  <mclasen@redhat.com>
2265
2266         * gtk/gtkradioaction.c: Make the docs build.  (#302230,
2267         Ali Akcaagac)
2268
2269         * gtk/gtkiconview.c (gtk_icon_view_map): Get rid of this
2270         function, instead show the bin_window when it is created.
2271
2272         * gtk/gtkradiobutton.c (gtk_radio_button_focus): Don't 
2273         grab focus to unrealized widgets.  (#302240, Philip Langdale)
2274
2275         * gtk/gtktreeview.c (gtk_tree_view_state_changed): Set
2276         background upon state changes.  (#301651, Billy Biggs)
2277         (gtk_tree_view_get_path_at_pos): Take RTL into account
2278         when iterating over the columns.  (#302163)
2279         
2280         * configure.in: Check for nm.
2281
2282         * gtk/Makefile.am: Use $(NM), not nm directly. (#301299, 
2283         Nguyen Thai Ngoc Duy)
2284
2285         * gtk/gtkiconview.c (gtk_icon_view_move_cursor_start_end): Use
2286         the internal unselect_all function, since we need the unselection
2287         to happen even in browse mode.  (#300995, Mathias Hasselmann)
2288
2289         * gtk/gtkuimanager.c (update_node): Use g_object_notify() instead
2290         of triggering a ::notify by re-setting the property.  (#300982,
2291         Sven Neumann)
2292
2293         * gtk/gtkaction.c (connect_proxy): Use gtk_action_sync_tooltip().
2294
2295         * gtk/gtkiconview.c (gtk_icon_view_scroll_to_item): Also
2296         scroll horizontally when necessary, and keep the northwest
2297         corner of the item visible.  (#300913, Mathias Hasselmann)
2298
2299         * tests/testiconview.c: Add some more tests.
2300
2301         * gtk/gtkiconview.c (gtk_icon_view_select_path): Don't crash
2302         if the path does not point to a row in the model.  (#300909,
2303         Mathias Hasselmann)
2304         (gtk_icon_view_rows_reordered): Re-layout here.  (#301009, 
2305         Mathias Hasselmann)
2306
2307         * tests/testtext.c: Add some more attribute tests.
2308
2309         * gtk/gtktexttag.c (gtk_text_tag_class_init): Correct the documentation
2310         of the rise property. String change, but it is more important to
2311         be correct than to be translated.  (#301740)
2312
2313 2005-04-25  Tor Lillqvist  <tml@novell.com>
2314
2315         * gtk/gtkfilesystemwin32.c
2316         (gtk_file_system_win32_volume_get_display_name): Get volume name
2317         also on Win9x. (#301798, Daniel Atallah)
2318         (canonicalize_filename): Add explicit braces to silence compiler
2319         warning.
2320
2321 2005-04-22  Tor Lillqvist  <tml@novell.com>
2322
2323         * gtk/gtkmain.c: Initailize gettext before use. Calling
2324         bindtextdomain() and bind_textdomain_codeset() in
2325         do_post_parse_initialization() is too late. Put the calls in a new
2326         function gettext_initialization(), and call that from
2327         gtk_init_with_args() and gtk_parse_args(). Fixes #170948 for
2328         GTK+'s part, but the same problem occurs also at least in
2329         atk. Thanks to Robert Ögren, Daniel Atallah and Kevin Stange.
2330
2331 2005-04-19  Ivan, Wong Yat Cheung  <email@ivanwong.info>
2332
2333         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Match
2334         character height instead of cell height. Fix #301228.
2335
2336 2005-04-18  Federico Mena Quintero  <federico@ximian.com>
2337
2338         Merged from gtk-2-6:
2339
2340         * gtk/gtkfilechooserdefault.c (remove_selected_bookmarks): Remove
2341         obsolete assertion that the selected row can't be a volume; this
2342         is handled by the "removable" column now.  Fixes #301017.
2343
2344 2005-04-18  Owen Taylor  <otaylor@redhat.com>
2345
2346         * gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c
2347         * gdk/gdkcolor.c gdk/gdkwindow.c gdk/gdkpixbuf-render.c
2348         gdk/gdkpango.c tests/testcairo.c: Update to new Cairo API for
2349         setting color and opacity. (#301066, Vincent Noel)
2350  
2351 2005-04-15  Federico Mena Quintero  <federico@ximian.com>
2352
2353         Merged from gtk-2-6:
2354
2355         * gtk/gtkfilechooserdefault.c (pending_select_paths_process):
2356         Patch from Christian Neumair <chris@gnome-de.org>; only select the
2357         first row if we are in OPEN mode.  The only other case we were
2358         letting pass through was SELECT_FOLDER, but selecting the first
2359         row when changing folders confuses people when folders are
2360         actually being selected.  Fixes #171885.
2361
2362 2005-04-13  Matthias Clasen  <mclasen@redhat.com>
2363
2364         * gtk/gtkimage.c (gtk_image_calc_size, gtk_image_expose): 
2365         Revert the fix for #169870, adjust the documentation instead. 
2366
2367         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
2368         Revert the fix for #170727.     
2369
2370 2005-04-11  Ivan, Wong Yat Cheung  <email@ivanwong.info>
2371
2372         Fix #300218:
2373
2374         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
2375         C99ism.
2376
2377         * gtk/updateiconcache.c: Guard inclusion of unistd.h and
2378         utime.h.
2379
2380 2005-04-09  Matthias Clasen  <mclasen@redhat.com>
2381
2382         * gdk/x11/gdkinput-xfree.c:
2383         * gdk/x11/gdkinput-none.c:
2384         * gdk/gtk.symbols: Some more fixes necessary to 
2385         make building with gcc 4 work.
2386
2387         Add 16x16 versions of the zoom icons and of 
2388         GTK_STOCK_INDEX. Some of the images were taken from 
2389         the hicolor icon theme, and were originally created 
2390         by Jakub Steiner and Tuomas Kuosmanen.  (#167515, 
2391         Vincent Noel)
2392         
2393         * gtk/stock-icons/stock_index_16.png:
2394         * gtk/stock-icons/stock_zoom_1_16.png:
2395         * gtk/stock-icons/stock_zoom_fit_16.png:
2396         * gtk/stock-icons/stock_zoom_in_16.png:
2397         * gtk/stock-icons/stock_zoom_out_16.png: New images.
2398         
2399         * gtk/stock-icons/Makefile.am: Add the new images. 
2400
2401         * gtk/gtkimage.c (gtk_image_calc_size, gtk_image_expose): 
2402         Don't display too many broken images.  (#169870, Roman
2403         Kagan, patch by Ivan Wong)
2404
2405         * gtk/gtkwidget.c (gtk_widget_unparent): Remove debugging
2406         output.  (#300013, Tommi Komulainen)
2407
2408 2005-04-08  Matthias Clasen  <mclasen@redhat.com>
2409
2410         * gtk/gtkimage.c (gtk_image_expose, gtk_image_calc_size): 
2411         If a stock_id is unknown, display the missing image. (#169870,
2412         Steven Walter)
2413
2414         * gtk/gtkiconcache.c (icon_name_hash): Use the same function 
2415         as in updateiconcache.c.  (spotted by Morten Welinder)
2416
2417 2005-04-08  Carl Worth  <cworth@cworth.org>
2418
2419         * gdk/gdkpango.c: (emboss_context): Simplify matrix manipulation
2420         now that cairo exposes the cairo_matrix_t structure.
2421         
2422         * gdk/gdkpixbuf-render.c: (gdk_pixbuf_set_as_cairo_source): Track
2423         cairo API change in signedness of data argument.
2424
2425 2005-04-08  Matthias Clasen  <mclasen@redhat.com>
2426
2427         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make this
2428         work when called from gtk_combo_box_destroy().  (#172999,
2429         Christian Persch)
2430
2431 2005-04-08  Matthias Clasen  <mclasen@redhat.com>
2432
2433         Fix double-click to autosize treeview columns. This was
2434         probably broken since 2.2 ! (#169675)
2435         
2436         * gtk/gtktreeview.c (gtk_tree_view_button_press): Leave the
2437         "user-resized" state of the column on a double-click to
2438         autosize.
2439         (gtk_tree_view_button_press, gtk_tree_view_motion_resize_column): 
2440         Enter the "user-resized" state of the column only if a drag
2441         actually changes the column width, not on any click.
2442
2443 2005-04-07  Matthias Clasen  <mclasen@redhat.com>
2444
2445         * gtk/gtkmenu.c (gtk_menu_paint): Allow setting background
2446         images on menus.  (#169532, Benjamin Otte)
2447         
2448         * gtk/updateiconcache.c (write_card16, write_card32): Avoid
2449         unaligned access.  (#172947)
2450
2451         * gtk/gtkfilechooserdefault.c (file_list_build_popup_menu): 
2452         Consistently use the term "Bookmarks" in the UI.  (#166906,
2453         Sebastian Bacher)
2454
2455         Some fixes from Morten Welinder (#172947):
2456         
2457         * gtk/updateiconcache.c (icon_name_hash): Make this compiler- 
2458         and platform-independent.
2459         (is_cache_up_to_date): Don't compare mtimes is a stat call failed.
2460         (build_cache): Error out if a stat fails.  
2461
2462 2005-04-07  Matthias Clasen  <mclasen@redhat.com>
2463
2464         * gtk/gtktreeview.c (gtk_tree_view_set_expander_column): Add 
2465         a hint about hiding expanders.
2466
2467         * gtk/updateiconcache.c (is_cache_up_to_date): Return 
2468         TRUE if the cache is newer than the directory.  (#172852,
2469         Jacob Kroon)
2470
2471         * configure.in: Replace an explicit pkg-config by 
2472         $PKG_CONFIG.  (#168074, Hans-Wolfgang Loidl)
2473         
2474         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
2475         Ignore regions which fall completely outside the line.  
2476         (#165862, Felipe Heidrich)
2477
2478 2005-04-06  Matthias Clasen  <mclasen@redhat.com>
2479
2480         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Document
2481         -1 as possible value.  
2482         (gtk_tree_view_enable_model_drag_source) 
2483         (gtk_tree_view_enable_model_drag_dest): Pass the target list 
2484         to the underlying dnd implementation, otherwise we miss the 
2485         target info in the drag-data-received signal.  (#164085, Jorn
2486         Baayen)
2487
2488 2005-04-06  Matthias Clasen  <mclasen@redhat.com>
2489
2490         * gtk/gtktreeview.c (gtk_tree_view_motion_resize_column) 
2491         (gtk_tree_view_bin_expose): Avoid a few unnecessary calls
2492         to gdk_window_get_pointer(). (#168015, Billy Biggs)
2493
2494         * po/.cvsignore, po-properties/.cvsignore: Remove
2495         Makefile.in.in.  (#171092, Stepan Kasal)
2496
2497         * gtk/gtkrc.c (gtk_rc_parse_style): Don't modify 
2498         scanner->value, copy it first.  (#165693, Tommi Komulainen)
2499
2500 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
2501
2502         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_grab_focus): 
2503         * gtk/gtkcombobox.c (gtk_combo_box_grab_focus): Implement
2504         grab_focus for GtkComboBox and GtkComboBoxEntry.  (#171912,
2505         Gustavo Carneiro)
2506
2507         * gtk/gtkicontheme.c: Store icon caches along with the
2508         mtimes of the toplevel directories. The previous
2509         mechanism of a hashtable-per-theme caused duplicate icon
2510         caches for the same toplevel directory to be created.  
2511         (#170030)
2512
2513 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
2514
2515         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level): 
2516         Fix a typo in a warning.
2517
2518         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Protect
2519         the license and credits buttons from being affected by 
2520         gtk_widget_show_all().  (#172724)
2521
2522 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
2523
2524         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): Keep a 
2525         reference to the item.  (#167920, Hazael Maldonado Torres)
2526
2527         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Add some
2528         more docs on interactive search.
2529
2530 2005-04-05  Tor Lillqvist  <tml@novell.com>
2531
2532         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Handle 16 colour
2533         display mode. For some reason, in this mode GetDeviceCaps(BITSPIXEL)
2534         returns 1 (but GetDeviceCaps(NUMCOLORS) does return 16). (#143415)
2535
2536         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Don't force
2537         24bpp GdkVisual on 32bpp displays. (#140706)
2538
2539 Mon Apr  4 19:13:23 2005  Jonathan Blandford  <jrb@redhat.com>
2540
2541         Fix for #172319, Tristan Van Berkom:
2542         
2543         * gtk/gtktreeview.c (gtk_tree_view_expand_all): change to use
2544         gtk_tree_view_real_expand_row() instead of doing this by hand.
2545
2546 2005-04-04  Johan Dahlin  <johan@gnome.org>
2547
2548         * gtk/gtktextbuffer.c: (gtk_text_buffer_class_init),
2549         (gtk_text_buffer_set_property), (gtk_text_buffer_get_property),
2550         (gtk_text_buffer_set_text): Add GtkTextBuffer::text (#172631)
2551
2552 Mon Apr  4 14:33:55 2005  Manish Singh  <yosh@gimp.org>
2553
2554         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_get_active_text):
2555         cast combo->priv->entry to GTK_ENTRY()
2556
2557         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
2558         cast completion->priv->tree_view to GTK_TREE_VIEW()
2559
2560 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
2561
2562         * gtk/gtktextbuffer.c: Some trivial doc fixes.
2563
2564         * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve 
2565         the wording of the doc comment.  (#172422, Vincent Untz)
2566
2567 2005-04-04  Owen Taylor  <otaylor@redhat.com>
2568
2569         * gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander
2570         drawing to Cairo. Also always draw the entire triangle instead
2571         of just drawing the center for prelight. (Fixes inconsistent
2572         drawing in GtkTreeView.)
2573
2574 2005-04-04  Johan Dahlin  <johan@gnome.org>
2575
2576         * gtk/gtk.symbols: Remove symbols accidentally added.
2577         * gtk/gtkentryprivate.h: Add boolean property popup_set_width
2578         * gtk/gtktoggletoolbutton.c: (gtk_toggle_tool_button_class_init):
2579         Use object_class instead of gobject_class
2580
2581 Mon Apr  4 12:14:35 2005  Søren Sandmann  <sandmann@redhat.com>
2582
2583         * gtk/gtkmenu.c (gtk_menu_handle_scrolling): Translate x, y into
2584         widget coordinates instead of root coordinates. Patch from Jorn
2585         Baayen. (#172236)
2586
2587 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
2588
2589         * gtk/gtktoolbar.c: Add a tooltips property.
2590
2591         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_class_init): 
2592         * gtk/gtkruler.c (gtk_ruler_class_init): Add docs.
2593
2594         * gtk/gtktoggletoolbutton.c: Add an active property.
2595
2596 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
2597
2598         Allow completion popups to be wider than the entry. (#131916, 
2599         Ross Burton)
2600         
2601         * gtk/gtkentrycompletion.[hc]: Add a boolean popup-set-width property.
2602
2603         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
2604         Don't force the popup to have the same width as the entry if 
2605         popup-set-width is FALSE.
2606
2607         * gtk/gtk.symbols: Add new functions.
2608
2609 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
2610
2611         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
2612         Use gtk_accel_map_change_entry(), so that reusing the same
2613         action name works.  (#170727, Paolo Borelli)
2614
2615 2005-04-04  Tor Lillqvist  <tml@novell.com>
2616
2617         * gdk/win32/gdkmain.c (_gdk_win32_cf_to_string): New debugging
2618         function, to log a clipboard format name symbolically.
2619         (_gdk_win32_data_to_string): Also new, to log random data bytes.
2620
2621         Implement delayed rendering on Win32, specifically for transfering
2622         images through the clipboard from GTK+ apps to other
2623         apps (#168173, implementation by Ivan Wong):
2624
2625         * gdk/win32/gdkevents-win32.c (gdk_event_translate): 
2626         Handle WM_RENDERFORMAT.
2627
2628         * gdk/win32/gdkprivate-win32.h
2629         * gdk/win32/gdkglobals-win32.c: Add _format_atom_table,
2630         _delayed_rendering_data and _image_bmp.
2631
2632         * gdk/win32/gdkmain-win32.c: Initialize _image_bmp.
2633
2634         * gdk/win32/gdkproperty-win32.c (gdk_property_change):
2635         Accept formats other than GDK_TARGET_STRING or _utf8_string, and
2636         assume they are handled through delayed rendering.
2637
2638         * gdk/win32/gdkselection-win32.c (gdk_selection_convert):
2639         Return all available formats (including those registered by GTK+
2640         apps) on request_targets.
2641         (gdk_selection_property_get): We should append a zero byte like
2642         X11 does.
2643         (gdk_win32_selection_add_targets): New function, for
2644         gtkselection's use. Win32 requires that the clipboard owner
2645         registers all valid formats even if the owner wants delayed
2646         rendering.
2647         (_gdk_win32_selection_convert_to_dib): New function. Convert
2648         images to DIB using gdk-pixbuf.
2649
2650         * gdk/win32/gdkwin32.h: Declare gdk_win32_selection_add_targets().
2651
2652         * gtk/gtkselection.c (gtk_selection_add_target,
2653         gtk_selection_add_targets): Call gdk_win32_selection_add_targets()
2654         to register target formats.
2655
2656         * gdk/gdk.symbols: Add gdk_win32_selection_add_targets().
2657
2658 2005-04-03  Hans Breuer  <hans@breuer.org>
2659
2660         [merged from gtk-2-6 branch]
2661         * gdk/win32/gdkdrawable-win32.c : let dash_offset shift the start of
2662         the line pattern not the start of the line. Fixes bug #171641.
2663
2664         * gtk/makefile.msc.in : follow .symbols changes
2665
2666         * gdk/win32/gdkwindow-win32.c : declare and resolve GetAncestor()
2667         dynamically. (It is not available in _WIN_VER <= 0x0400)
2668
2669         * gdk/win32/makefile.msc : removed gdkpango-win32.obj
2670
2671         * gtk/gtkhsv.c gtk/gtkstyle.c : use G_PI instead of M_PI
2672
2673         [also applied to gtk-2-6 branch]
2674         * gdk/makefile.msc gdk-pixbuf/makefile.msc : handle gdk*alias.def
2675
2676         * gdk/makefile.msc.in : add gtkmnemonichash.obj
2677
2678         * test/testgtk.c(set_parent_signal) : use g_message instead of
2679         g_print to keep the 'testgtk --bench=all' output clean
2680
2681 2005-04-03  Matthias Clasen  <mclasen@redhat.com>
2682
2683         * gtk/gtkruler.c: Add a "metric" property.
2684
2685         * gtk/gtkradiomenuitem.c: Add a "group" property like
2686         the one found in radio buttons.
2687
2688         * gtk/gtkradiobutton.c (gtk_radio_button_class_init): Fix
2689         a typo in the docs.
2690         (gtk_radio_button_set_group): Add change notification.
2691         
2692 2005-04-01  Matthias Clasen  <mclasen@redhat.com>
2693
2694         * gtk/gtkselection.c: Move documentation inline, document
2695         if add_target functions append or prepend.  (#172350, 
2696         Jon-Kare Hellan)
2697
2698 2005-04-01  Matthias Clasen  <mclasen@redhat.com>
2699
2700         Make gtk_combo_box_get_active_text do the right thing for
2701         GtkComboBoxEntry (#171373, Robert Staudinger)
2702         
2703         * gtk/gtkcombobox.h: Add a get_active_text vfunc.
2704         
2705         * gtk/gtkcombobox.c (gtk_combo_box_real_get_active_text): And
2706         implement it here.
2707
2708         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_get_active_text): 
2709         Implement get_active_text by always returning the content of 
2710         the entry.
2711
2712 2005-03-31  Sven Neumann  <sven@gimp.org>
2713
2714         Merged from gtk-2-6:
2715
2716         * gtk/gtkbutton.c
2717         * gtk/gtkiconview.c: fixed gtk-doc comments.
2718
2719 2005-03-31  Michael Natterer  <mitch@gimp.org>
2720
2721         Allow to pop up menus without grabbing the keyboard. Useful for
2722         stuff like virtual keyboards. Fixes bug #159890
2723
2724         * gtk/gtk.symbols
2725         * gtk/gtkmenushell.[ch]: added boolean property "take-focus"
2726         and public API gtk_menu_shell_set/get_take_focus().
2727
2728         * gtk/gtkmenu.c (gtk_menu_popup)
2729         (popup_grab_on_window): don't grab the keyboard if take_focus
2730         is FALSE.
2731
2732         * gtk/gtkmenuitem.c (_gtk_menu_item_popup_submen): propagate the
2733         parent menu_shell's take_focus property to the submenu which is
2734         about to be popped up.
2735
2736 2005-03-30  Federico Mena Quintero  <federico@ximian.com>
2737
2738         Merged from gtk-2-6:
2739
2740         Fix #170755:
2741
2742         * gtk/gtktreeview.c (gtk_tree_view_row_changed): Only stop editing
2743         if the row which changed is the same as the row being edited.
2744
2745 2005-03-30  Matthias Clasen  <mclasen@redhat.com>
2746
2747         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
2748         Make enable_search control only typeahead, not C-f.  (#170435,
2749         Sven Neumann)
2750         (gtk_tree_view_start_interactive_search): Pass keybinding == TRUE.
2751
2752         * gdk/gdkpixbuf.h: Include cairo.h
2753
2754         * gtk/gtkclipboard.c (gtk_clipboard_set_can_store): 
2755         Don't accept n_targets == -1.
2756         (clipboard_unset): unref the old_data, not the
2757         user_data which we have just cleared.  (#172038, Sven
2758         Neumann)
2759
2760         * gtk/gtkcombobox.c (gtk_combo_box_popup): Don't 
2761         segfault if somebody tries to popup an unrealized
2762         combo box.  (#172031, Felipe Heidrich)
2763
2764 2005-03-30  Tor Lillqvist  <tml@novell.com>
2765
2766         * gdk/win32/gdkevents-win32.c (build_pointer_event_state): The
2767         state field should represent the state before the event, like on
2768         X11. (#169753)
2769         (gdk_event_translate): Fix event filter handling. If an event
2770         filter (global, client message filter, of window-specific) returns
2771         GDK_FILTER_CONTINUE, continue as if nothing happened. If it
2772         returns GDK_FILTER_REMOVE or GDK_FILTER_TRANSLATE, return TRUE
2773         from gdk_event_translate() which means that DefWindowProc() will
2774         not be called.
2775         (gdk_event_translate): Fix client message handling. Append a
2776         GDK_CLIENT_EVENT unless there is a filter that matches and returns
2777         something other than GDK_FILTER_CONTINUE. (#135552)
2778
2779 2005-03-29  Matthias Clasen  <mclasen@redhat.com>
2780
2781         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_visible_func): 
2782         Document the need to refilter if parameters of the visibility function
2783         change.  (#169516, Olivier Sessink)     
2784
2785 Mon Mar 28 15:13:42 2005  Søren Sandmann  <sandmann@redhat.com>
2786
2787         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Don't
2788         invalidate areas that are covered by mapped input-output child
2789         windows. Bug 141380.
2790
2791 2005-03-28  Jeroen Zwartepoorte  <jeroen.zwartepoorte@gmail.com>
2792
2793         * gtk/gtkfilechooserdefault.c: (update_preview_widget_visibility): Make
2794         the preview label ellipsize so the dialog layout stays constant.
2795         (#171398)
2796
2797 2005-03-28  Matthias Clasen  <mclasen@redhat.com>
2798
2799         * gtk/gtktreeview.c (gtk_tree_view_key_press): Don't pop up
2800         the context menu of the search entry if it is not visible.
2801         (#169534, Billy Biggs)
2802
2803 2005-03-27  Tor Lillqvist  <tml@novell.com>
2804
2805         * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
2806         after all, and in fact necessary with HEAD libtool.
2807
2808 2005-03-26  Matthias Clasen  <mclasen@redhat.com>
2809
2810         * gtk/*.c: 
2811         * gdk/gdkdisplaymanager.c: 
2812         Use canonical names for g_object_notify() as well. 
2813
2814 2005-03-24  Tor Lillqvist  <tml@novell.com>
2815
2816         * configure.in (GTK_EXTRA_CFLAGS): Include the -mms-bitfields flag
2817         in GTK_EXTRA_CFLAGS on Win32, so that it gets included in the
2818         gtk+-2.0.pc file and automatically used by dependents. MSVC users
2819         who use pkg-config will have to manually edit it out from
2820         gtk+-2.0.pc, sorry. Maybe pkg-config should be enhanced to support
2821         some kind of conditionals in .pc files?
2822
2823 2005-03-23  Matthias Clasen  <mclasen@redhat.com>
2824
2825         * gtk/gtkfilechooserbutton.c (update_combo_box): Remove
2826         a call whose result was unused and leaked.  (#170776,
2827         Kjartan Maraas)
2828
2829         Some cleanups to the GtkDialog code:  (#170746, 
2830         Morten Welinder)
2831         * gtk/gtkdialog.c (action_widget_activated): Simplify,
2832         use _gtk_dialog_get_response_for_widget.
2833         (gtk_dialog_add_action_widget): Use the correct signal
2834         id for non-buttons.
2835         (gtk_dialog_set_response_sensitive): 
2836         (gtk_dialog_set_default_response): Use get_response_data.
2837         (gtk_dialog_run): Don't disconnect the signals if the
2838         dialog was destroyed while running.
2839
2840 Tue Mar 22 14:16:31 2005  Manish Singh  <yosh@gimp.org>
2841
2842         * gtk/gtkfilesystem.c (gtk_file_system_set_bookmark_label):
2843         Use g_return_if_fail, not g_return_val_if_fail.
2844
2845 2005-03-22  Matthias Clasen  <mclasen@redhat.com>
2846
2847         Implement bookmark renaming  (#136216, Sean Middleditch)
2848         
2849         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Add 
2850         get_bookmark_label and set_bookmark_label vfuncs.
2851
2852         * gtk/gtkfilesystem.h:
2853         * gtk/gtkfilesystem.c (gtk_file_system_set_bookmark_label): 
2854         (gtk_file_system_get_bookmark_label): Wrappers for the
2855         vfuncs.
2856
2857         * gtk/gtk.symbols: Add new exported symbols.
2858
2859         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_set_bookmark_label): 
2860         (gtk_file_system_unix_get_bookmark_label): Implementations
2861         for the Unix backend.
2862
2863         * gtk/gtkfilechooserdefault.c: Add a context menu to
2864         the bookmarks pane, and allow to rename bookmarks.
2865
2866 2005-03-22  Matthias Clasen  <mclasen@redhat.com>
2867
2868         * gtk/gtkpathbar.c (gtk_path_bar_unmap): 
2869         * gtk/gtkspinbutton.c (gtk_spin_button_unmap): 
2870         * gtk/gtknotebook.c (gtk_notebook_unmap): 
2871         * gtk/gtkrange.c (gtk_range_unmap): Stop scrolling when
2872         the widget is unmapped.  (#168791, Ryan Lortie)
2873
2874 2005-03-21  Matthias Clasen  <mclasen@redhat.com>
2875
2876         * gtk/gtkprivate.h: Define macros GTK_PARAM_READABLE,
2877         GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE which are like
2878         their G_ counterparts, but also mark the name, nick
2879         and blurb as static.
2880
2881         * gtk/*.c: Mark param spec strings as static, using
2882         the new macros.
2883
2884         * gtk/gtkspinbutton.h: Fix a typo.
2885
2886 2005-03-21  Matthias Clasen  <mclasen@redhat.com>
2887
2888         * gtk/gtkcellrendererprogress.c: 
2889         * gtk/gtkcellrendererpixbuf.c: 
2890         * gtk/gtkcellrenderercombo.c: 
2891         * gtk/gtkcellrenderer.c: 
2892         * gtk/gtkcalendar.c: 
2893         * gtk/gtkbutton.c: 
2894         * gtk/gtkbox.c: 
2895         * gtk/gtkbbox.c: 
2896         * gtk/gtkaspectframe.c: 
2897         * gtk/gtkarrow.c: 
2898         * gtk/gtkalignment.c: 
2899         * gtk/gtkactiongroup.c: 
2900         * gtk/gtkaction.c:
2901         * gtk/gtkaccellabel.c: 
2902         * gtk/gtkaboutdialog.c: Mark param spec strings as static.
2903
2904         * gdk/gdkpango.c (gdk_pango_renderer_class_init): 
2905         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): Mark
2906         param spec strings as static.
2907
2908 2005-03-21  Tor Lillqvist  <tml@novell.com>
2909
2910         * modules/engines/ms-windows/*.c: Silence gcc warnings (unused
2911         variables, unhandled enum value in switch). Use g_object_unref()
2912         instead of deprecated gdk_gc_unref() and gdk_drawable_unref().
2913
2914         * modules/engines/ms-windows/xp_theme.c (xp_theme_map_gtk_state): 
2915         Add missing "case" keyword.
2916
2917         * modules/engines/ms-windows/Makefile.am: Link with -lgdi32
2918         explicitly.
2919
2920 2005-03-20  Tor Lillqvist  <tml@novell.com>
2921
2922         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Return the
2923         Terminal Services session number, window station name (always
2924         "WinSta0" in interactive processes), and desktop name (typically
2925         "Default"), concatenated with backslash separators.
2926         (gdk_display_open): Accept only NULL or the string
2927         gdk_display_get_name() returns as display name.
2928
2929 2005-03-20  Matthias Clasen  <mclasen@redhat.com>
2930
2931         Make PLT-reduction work with gcc4, and don't include
2932         everything in gdkalias.h:
2933         
2934         * gtk/grk.symbols: Group symbols by header and source file.
2935         * gtk/makegtkalias.pl: Protect definitions by the same 
2936         preprocessor symbols used to guard the headers. Move
2937         the alias declarations to a separate file which is 
2938         produced when calling makegtkalias.pl -def
2939         * gdk/Makefile.am (gtkaliasdef.c): Add a rule to generate 
2940         this file.
2941         * gtk/*.c: Include gtkalias.h after the other headers, 
2942         include gtkaliasdef.c at the bottom.
2943         * gtk/*.h: Small cleanups.
2944
2945 Fri Mar 18 23:59:49 2005  Soeren Sandmann  <sandmann@redhat.com>
2946
2947         * gtk/gtkmenutoolbutton.c (arrow_button_button_press_event_cb):
2948         Make right-clicks not pop up the menu.
2949
2950 2005-03-18  Owen Taylor  <otaylor@redhat.com>
2951
2952         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_drawable_finish): 
2953         Call cairo_surface_finish()
2954
2955         * gdk/gdkinternals.c gdk/x11/gdkdrawable-x11.c: Remoev
2956         _gdk_windowing_set_surface_device_offset().
2957
2958 2005-03-18  Tor Lillqvist  <tml@novell.com>
2959
2960         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
2961         WM_MOUSEMOVE, don't check if this process owns the active
2962         window. This makes cross-application widget embedding work better.
2963         On WM_MOVE, don't bother checking for window visibility.
2964
2965         * gdk/win32/gdkim-win32.c: Remove bogus empty doc comment. Remove
2966         unused variables. Add some casts to silence gcc.
2967
2968 2005-02-24  Owen Taylor  <otaylor@redhat.com>
2969
2970         * gdk/gdkwindow.c: Use cairo_set_device_offset().
2971
2972         * gdk/win32/gdkdrawable-win32.[ch] gdk/win32/gdkwindow-win32.c
2973         gdk/win32/gdkpixmap-win32.c: 
2974         Add_gdk_win32_drawable_acquire/release_dc() to get a DC for the 
2975         drawable. Add _gdk_drawable_win32_finish() to clean up resources
2976         when a drawable is destroyed.
2977
2978         * gdk/win32/gdkgc-win32.c gdk/win32/gdkdrawable-win32.c
2979         (blit_from_pixmap) gdk/win32/gdkprivate-win32.h : Use 
2980         acquire/release_dc when getting a DC to use with a GC or for 
2981         blitting from a pixmap.
2982
2983         * gdk/win32/gdkdrawable-win32.[ch]: Implement ref_cairo_surface()
2984
2985         * gdk/win32/gdkpango-win32.c gdk/win32/gdkdrawable-win32.c Makefile.am:
2986         Remove gdk_screen_get_pango_context(), draw_glyph[_transformed]
2987         implementations.
2988
2989         * gdk/win32/gdkdrawable-win32.c: Remove 
2990         gdk_draw_rectangle_alpha_libgtk_only()
2991
2992 2005-03-17  Owen Taylor  <otaylor@redhat.com>
2993
2994         * gdk/gdkpango.c: Fix get_stipple_surface to actually work, set
2995         EXTEND_REPEAT on the stipple pattern.
2996
2997 2005-03-17  Matthias Clasen  <mclasen@redhat.com>
2998
2999         * gtk/gtklabel.c (gtk_label_set_markup): Fix formatting
3000         in example in the docs.  (#170611, Jianfei Wang)
3001
3002         * gtk/gtkiconview.c (gtk_icon_view_size_allocate): Clamp
3003         adjustment values on resize.  (#170567, Tomislav Jonjic)
3004
3005         * gtk/gtkicontheme.c (theme_lookup_icon): Don't crash
3006         if there is no cache.  (#170652, Diego Gonzalez)
3007         
3008         * gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix): 
3009         Make inline completion insert the prefix at the
3010         right spot.  (#170146, Doug Quale)
3011
3012 2005-03-17  Tor Lillqvist  <tml@novell.com>
3013
3014         * gdk/gdkkeynames.c: gdk_key is a typedef, not a struct tag.
3015
3016 2005-03-16  Matthias Clasen  <mclasen@redhat.com>
3017
3018         * gtk/gtkprogressbar.c (gtk_progress_bar_get_ellipsize): 
3019         Typo fix in the docs.
3020         
3021         * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_set_arrow_tooltip): 
3022         Typo fix in the docs.
3023
3024         * gtk/gtkiconview.c (gtk_icon_view_set_columns) 
3025         (gtk_icon_view_get_columns, gtk_icon_view_set_item_width) 
3026         (gtk_icon_view_get_item_width, gtk_icon_view_set_spacing) 
3027         (gtk_icon_view_get_spacing, gtk_icon_view_set_row_spacing) 
3028         (gtk_icon_view_set_column_spacing) 
3029         (gtk_icon_view_get_row_spacing, gtk_icon_view_get_margin) 
3030         (gtk_icon_view_set_margin): Add docs.
3031         
3032         * gtk/gtkcellview.c (gtk_cell_view_get_displayed_row): 
3033         Add docs.
3034
3035 2005-03-15  Owen Taylor  <otaylor@redhat.com>
3036
3037         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkpixmap.c gdk/gdkwindow.c 
3038         gdk/x11/gdkdrawable-x11.c gdk/x11/gdkpixmap-x11.c gdk/x11/gdkwindow-x11.c
3039         gdk/gdkinternals.h: Switch set_cairo_target() virtual function to
3040         ref_cairo_surface()
3041
3042         * gdk/gdkdrawable.h gdk/gdkdraw.h: Switch set_cairo_target() virtual
3043         function to create_cairo_context()
3044
3045         * gdk/gdkwindow.c: Clear double buffer pixmaps with Cairo.
3046
3047         * gdk/x11/gdkwindow-x11.c: Keep all components in GdkWindowObject.bg_color,
3048         not just the pixel.
3049
3050         * tests/testcairo.c: Update for create_cairo_context()
3051
3052         * gdk/gdkdraw.c (gdk_draw_trapezoids, gdk_draw_glyphs[_transformed]):
3053         Reimplement in terms of Cairo, bypass the vtable entries.
3054
3055         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkdisplay-x11.[ch]
3056         gdk/x11/gdkgc-x11.c gdk/x11/gdkpango-x11.c
3057         gdk/x11/gdkprivate-x11.h gdk/x11/Makefile.am: Remove
3058         implementation of draw_trapezoids / draw_glyphs[_transformed].
3059
3060         * gdk/gdkpango.c: Switch GdkPangoRenderer to use Cairo
3061
3062         * gdk/gdkpango.c gdk/x11/gdkpango-x11.c: Move
3063         gdk_pango_context_get_for_screen() into the backend independent code.
3064
3065         * gdk/x11/gdkdrawable-x11.[ch]: Remove Xft use, use RENDER directly
3066         for drawing images.
3067
3068         * gdk/gdkdrawable.h gdk/x11/gdkdrawable-x11.c: Remove
3069         gdk_draw_rectangle_alpha_libgtk_only.
3070
3071         * gdk/gdkpixbuf.h gdk/gdkpixbuf-render.c: Add 
3072         gdk_pixbuf_set_as_cairo_source()
3073
3074         * gdk/gdk.symbols: Update
3075
3076         * gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c gtk/gtkruler.[ch]
3077         gtk/gtk[hv]ruler.c: Convert to Cairo rendering.
3078
3079         * gtk/gtkstyle.c (gtk_default_draw_check, gtk_default_draw_focus,
3080         gtk_default_draw_option): Switch to Cairo. Simplify the checkbutton,
3081         radio button style for now to get something more scalable.
3082
3083         *  gtk/gtksettings.c: #if 0 out the code to use PangoXft for hinting/
3084         antialiasing/dpi settings.
3085
3086 2005-03-16  Matthias Clasen  <mclasen@redhat.com>
3087
3088         * demos/gtk-demo/editable_cells.c: Also demonstrate
3089         GtkCellRenderer::editing-started and separators.
3090
3091 Tue Mar 15 20:34:33 2005  Manish Singh  <yosh@gimp.org>
3092
3093         * gdk/x11/gdkinput-xfree.c: #include gdkaliasdef.c here too.
3094
3095 2005-03-15  Matthias Clasen  <mclasen@redhat.com>
3096
3097         Make PLT-reduction work with gcc4, and don't include
3098         everything in gdkalias.h:
3099
3100         * gdk/gdk.symbols: Group symbols by header and source file.
3101         * gdk/makegdkalias.pl: Protect definitions by the same
3102         preprocessor symbols used to guard the headers. Move
3103         the alias declarations to a separate file which is
3104         produced when calling makegdkalias.pl -def
3105         * gdk/Makefile.am (gdkaliasdef.c): Add a rule to generate this
3106         file.
3107         * gdk/*.c, gdk/x11/*.c: Include gdkalias.h after the other
3108         headers, include gdkaliasdef.c at the bottom.
3109
3110 2005-03-16  Tor Lillqvist  <tml@novell.com>
3111
3112         * gdk/win32/gdkdisplay-win32.c (_win32_on_clipboard_change): Print
3113         debugging output only if asked for, not always.
3114
3115         * gdk/win32/*.c: Use the %+d%+d format for coordinate pairs in
3116         debugging printout instead of +%d+%d. Misc other additions and
3117         cosmetic improvements to debugging printouts. Use API_CALL() and
3118         GDI_CALL() macros in more places.
3119
3120         * gdk/win32/gdkwindow-win32.c (gdk_window_move, gdk_window_resize,
3121         gdk_window_move_resize): To detect child windows, check whether
3122         the real parent is not the desktop window, instead of relying on
3123         the GDK window type being GDK_WINDOW_CHILD. Foreign GtkPlug
3124         windows have a GDK window type GDK_WINDOW_FOREIGN, but are still
3125         de facto child windows.
3126
3127         * gdk/win32/gdkprivate-win32.h
3128         * gdk/win32/*.c: Drop global variable _gdk_root_window, just call
3129         GetDesktopWindow(). Rename the GdkWindow* _gdk_parent_root to
3130         _gdk_root.
3131
3132         * gdk/win32/gdkwindow-win32.h (GdkWindowImplWin32): Add
3133         toplevel_window_type field.
3134
3135         * gdk/win32/gdkwindow-win32.c: As there is only one root window in
3136         GDK on Win32, we can compare directly to _gdk_root instead of
3137         checking the window type.
3138         (gdk_window_reparent): When reparenting a child of the desktop
3139         clear out the window decorations. Correspondingly, when
3140         reparenting to the desktop, add decorations. As in the X11
3141         backend, save the window type of a toplevel window when
3142         reparenting, in case it is reparented back to toplevel.
3143
3144 2005-03-15  Matthias Clasen  <mclasen@redhat.com>
3145
3146         * gtk/gtkradioaction.c (gtk_radio_action_get_group): Add an
3147         example for manually setting up a group of actions.
3148
3149         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
3150         Document that inline completion requires text-column to be set.
3151         (gtk_entry_completion_compute_prefix): Return NULL if text-column
3152         is not set.
3153
3154         * gtk/gtkentry.c (check_completion_callback): Call 
3155         gtk_entry_completion_complete() before inserting the prefix,
3156         otherwise the prefix may depend on (random) state of the
3157         filter model.  
3158
3159 2005-03-15  Anders Carlsson  <andersca@imendio.com>
3160
3161         * docs/iconcache.txt:
3162         Update spec.
3163         
3164         * gtk/gtkiconcache.c: (find_image_offset),
3165         (_gtk_icon_cache_get_icon_flags), (_gtk_icon_cache_add_icons),
3166         (_gtk_icon_cache_get_icon), (_gtk_icon_cache_get_icon_data):
3167         * gtk/gtkiconcache.h:
3168         Update to be able to fetch pixbuf data and icon metadata.
3169         
3170         * gtk/gtkicontheme.c: (theme_lookup_icon), (gtk_icon_info_free),
3171         (icon_info_ensure_scale_and_pixbuf):
3172         Use new cache functions.
3173         
3174         * gtk/updateiconcache.c: (foreach_remove_func), (load_icon_data),
3175         (maybe_cache_image_data), (scan_directory), (write_pixdata),
3176         (get_image_meta_data_size), (get_image_pixel_data_size),
3177         (get_image_data_size), (get_single_node_size), (get_bucket_size),
3178         (write_bucket), (main):
3179         Update to write pixbuf data as well as information from .icon
3180         files.
3181         
3182 2005-03-15  Tor Lillqvist  <tml@novell.com>
3183
3184         * gdk/win32/gdkmain-win32.c (_gdk_win32_key_to_string): New
3185         debugging function. As GetKeyNameText() returns a localized key
3186         name we need to convert it to UTF-8.
3187
3188         * gdk/win32/gdkprivate-win32.h: Declare it.
3189
3190         * gdk/win32/gdkevents-win32.c: Use it.
3191
3192         * gdk/win32/gdkwindow-win32.c (gdk_window_new_internal): Fix
3193         handling of children of foreign windows. They should be child
3194         windows from Windows's perspective, even if they are toplevel GDK
3195         windows.
3196
3197 2005-03-13  Ivan, Wong Yat Cheung  <email@ivanwong.info>
3198
3199         * gdk/win32/gdkgeometry-win32.c (gdk_window_scroll): A further fix
3200         for big window support. Now also the test in testgtk works.
3201
3202 2005-03-11  Matthias Clasen  <mclasen@redhat.com>
3203
3204         * gtk/gtkaboutdialog.c (add_credits_page): Don't crash on
3205         style changes.  (#169334, Yury Puzis)
3206
3207         * gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix
3208         the doc comments.  (#169967, Masao Mutoh)
3209
3210 2005-03-12  Ivan, Wong Yat Cheung  <email@ivanwong.info>
3211
3212         Big window fix for Win32. Big windows are still emulated within
3213         16-bit coordinate limits, though. Big windows now work on NT-based
3214         Windows. (#169989)
3215
3216         * gdk/win32/gdkgc-win32.c (_gdk_win32_gdkregion_to_hrgn): Use
3217         32-bit coordinates.
3218
3219         * gdk/win32/gdkgeometry-win32.c: Largely rewrite.
3220
3221         * gdk/win32/gdkwindow-win32.c: Minor related changes.
3222         
3223 2005-03-10  Matthias Clasen  <mclasen@redhat.com>
3224
3225         * gtk/gtkliststore.c (gtk_list_store_insert_with_valuesv): 
3226         Fix a doc typo.  (#169873, Johan Dahlin)
3227
3228         * gtk/gtkdialog.c (gtk_dialog_map): Don't
3229         try to focus the default_widget if there is 
3230         none.  (#169881, Thomas Leonard)
3231
3232 Wed Mar  9 19:20:44 2005  Manish Singh  <yosh@gimp.org>
3233
3234         * configure.in: Remove inadvertent gail references, require
3235         Pango 1.9.0
3236
3237 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
3238
3239         * configure.in: Require GLib 2.7.0
3240
3241 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
3242
3243         * gtk/gtkwidget.h (struct _GtkWidget): Typo fixes in comments.
3244         (#169728, Morten Welinder, Owen Taylor)
3245
3246         * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): Fix a typo
3247         in the docs.  (#169729, Morten Welinder)
3248
3249         * gtk/gtkimage.c (gtk_image_class_init): Fix a typo.
3250
3251         * gtk/gtkiconview.c (gtk_icon_view_set_model): Queue a resize 
3252         when the model is unset.  (#169528, Tomislav Jonjic)
3253
3254 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
3255
3256         * gtk/gtkviewport.c (gtk_viewport_class_init): 
3257         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): 
3258         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_class_init): 
3259         * gtk/gtktipsquery.c (gtk_tips_query_class_init): 
3260         * gtk/gtktext.c (gtk_text_class_init): 
3261         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): 
3262         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): 
3263         * gtk/gtktoggleaction.c (gtk_toggle_action_class_init): 
3264         * gtk/gtkoptionmenu.c (gtk_option_menu_class_init): 
3265         * gtk/gtkoldeditable.c (gtk_old_editable_class_init): 
3266         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): 
3267         * gtk/gtktoolbutton.c (gtk_tool_button_class_init): 
3268         * gtk/gtktoolitem.c (gtk_tool_item_class_init): 
3269         * gtk/gtkimage.c (gtk_image_class_init): 
3270         * gtk/gtkruler.c (gtk_ruler_class_init): 
3271         * gtk/gtkiconview.c (gtk_icon_view_class_init): 
3272         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): 
3273         * gtk/gtkprogress.c (gtk_progress_class_init): 
3274         * gtk/gtkmenu.c (gtk_menu_class_init): 
3275         * gtk/gtkscale.c (gtk_scale_class_init): 
3276         * gtk/gtkpaned.c (gtk_paned_class_init): 
3277         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
3278         * gtk/gtkfontbutton.c (gtk_font_button_class_init): 
3279         * gtk/gtkfontsel.c (gtk_font_selection_class_init): 
3280         * gtk/gtkfilesel.c (gtk_file_selection_class_init): 
3281         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
3282         * gtk/gtkcurve.c (gtk_curve_class_init): 
3283         * gtk/gtkcombo.c (gtk_combo_class_init): 
3284         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
3285         * gtk/gtkcolorbutton.c (gtk_color_button_class_init): 
3286         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): 
3287         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): 
3288         * gtk/gtkcheckbutton.c (gtk_check_button_class_init): 
3289         * gtk/gtktogglebutton.c (gtk_toggle_button_class_init): 
3290         * gtk/gtkcellview.c (gtk_cell_view_class_init): 
3291         * gtk/gtktoolbar.c (gtk_toolbar_class_init): 
3292         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): 
3293         * gtk/gtkclist.c (gtk_clist_class_init): 
3294         * gtk/gtkctree.c (gtk_ctree_class_init): 
3295         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): 
3296         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): 
3297         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init): 
3298         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_class_init): 
3299         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
3300         * gtk/gtkbbox.c (gtk_button_box_class_init): 
3301         * gtk/gtktable.c (gtk_table_class_init): 
3302         * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): 
3303         * gtk/gtkframe.c (gtk_frame_class_init): 
3304         * gtk/gtkaction.c (gtk_action_class_init): 
3305         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): 
3306         * gtk/gtkaboutdialog.c (gtk_about_dialog_class_init): 
3307         * gtk/gtkdialog.c (gtk_dialog_class_init): More of the same.
3308
3309 2005-03-08  Matthias Clasen  <mclasen@redhat.com>
3310
3311         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): 
3312         * gtk/gtkrange.c (gtk_range_class_init): 
3313         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init): 
3314         * gtk/gtktexttag.c (gtk_text_tag_class_init): 
3315         * gtk/gtktextview.c (gtk_text_view_class_init): 
3316         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): 
3317         * gtk/gtknotebook.c (gtk_notebook_class_init): 
3318         * gtk/gtkentry.c (gtk_entry_class_init): 
3319         * gtk/gtkexpander.c (gtk_expander_class_init): 
3320         * gtk/gtkarrow.c (gtk_arrow_class_init): 
3321         * gtk/gtkalignment.c (gtk_alignment_class_init): 
3322         * gtk/gtkbutton.c (gtk_button_class_init): 
3323         * gtk/gtklabel.c (gtk_label_class_init): 
3324         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): 
3325         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
3326         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
3327         * gtk/gtktreeview.c (gtk_tree_view_class_init): 
3328         * gtk/gtkbox.c (gtk_box_class_init): 
3329         * gtk/gtkwindow.c (gtk_window_class_init, gtk_window_class_init): 
3330         * gtk/gtkcontainer.c (gtk_container_class_init): 
3331         * gtk/gtkwidget.c (gtk_widget_class_init): 
3332         * gtk/gtkobject.c (gtk_object_class_init): Use canonical names
3333         when registering param specs.
3334
3335         * demos/gtk-demo/editable_cells.c: Use GtkCellRendererCombo
3336         (#169607, Mark McLoughlin)
3337         
3338         * gtk/gtk.symbols: Add the new attributes here, too.
3339
3340         * gtk/gtkwidget.h: 
3341         * gtk/gtktreeview.h: 
3342         * gtk/gtktreeviewcolumn.h: 
3343         * gtk/gtktextbuffer.h: 
3344         * gtk/gtkobject.h: 
3345         * gtk/gtkfilechooserdialog.h: 
3346         * gtk/gtkdialog.h: 
3347         * gtk/gtkcontainer.h: 
3348         * gtk/gtkcelllayout.h: 
3349         * gtk/gtkaboutdialog.h: Use G_GNUC_NULL_TERMINATED where
3350         appropriate.  (#165682, Marc Meissner)
3351
3352 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
3353
3354         Convert the gdk keyval-keyname tables to a big string
3355         + offsets. (#168901)
3356         
3357         * gdk/gen-keyname-table.pl: Perl script inspired by
3358         pango/tools/gen-color-table.pl to create the 
3359         gdk_keys_by_keyval and gdk_keys_by_name tables as lists
3360         of offsets pointing into a big const string.
3361         
3362         * gdk/keynames.txt: List of keyval-keyname pairs.
3363         * gdk/keyname-table.h: Generated tables.
3364
3365         * gdk/gdkkeynames.c: Include keyname-table.h and don't
3366         generate the inverse table at runtime.
3367
3368 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
3369
3370         * gtk/gtkstyle.c: Document which parameters may be NULL.  
3371         (#166855, Frank Naumann)
3372
3373 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
3374
3375         * AUTHORS: Add original authors of incorporated software.
3376
3377 Thu Mar  3 16:59:44 2005  Manish Singh  <yosh@gimp.org>
3378
3379         * configure.in: URL escape the '+' in gtk+ in the bugzilla URL.
3380
3381 2005-03-03  Matthias Clasen  <mclasen@redhat.com>
3382
3383         * gtk/gtksettings.c (gtk_settings_get_property): 
3384         * gtk/gtkrc.c (gtk_rc_parse_assignment): Don't leak 
3385         the values here.  (#169047, Philip Langdale)
3386
3387         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): 
3388         Don't warn if a stock icon cannot be found.  (#168830,
3389         Sven Neumann)
3390
3391 2005-03-03  Matthias Clasen  <mclasen@redhat.com>
3392
3393         * gtk/gtkwidget.c (gtk_widget_reparent_subwindows): 
3394         Avoid warnings if gtk_widget_reparent() is called at
3395         unusual times.  (#168966, Christian Persch)
3396
3397 Tue Mar  1 14:04:08 2005  Manish Singh  <yosh@gimp.org>
3398
3399         * gdk/x11/gdkproperty-x11.c (virtual_atom_check_init): Cast to avoid
3400         const warnings on data structure seeding.
3401
3402 Tue Mar  1 13:53:56 2005  Manish Singh  <yosh@gimp.org>
3403
3404         * gtk/xdgmime/xdgmime.[ch]: revert previous change, maintain ABI.
3405
3406 2005-03-01  Matthias Clasen  <mclasen@redhat.com>
3407
3408         * gtk/gtkmenutoolbutton.c (button_state_changed_cb): 
3409         Fix prelighting.  (#157392, Vincent Noel, patch by
3410         Christian Persch)
3411
3412         * gtk/gtkicontheme.c (theme_lookup_icon): Make 
3413         icon data caching work again.  (#168851, Alexander Larsson)
3414
3415         * gdk-pixbuf/gdk-pixbuf.c:
3416         * gdk-pixbuf/gdk-pixbuf-features.h.in:
3417         Revert the previous change, since it breaks
3418         bin compat.
3419
3420 2005-03-01  Matthias Clasen  <mclasen@redhat.com>
3421
3422         * gdk/gdkkeyuni.c
3423         * gdk/gdkpixbuf-drawable.c
3424         * gdk/gdkrgb.c
3425         * gdk/x11/gdkdnd-x11.c
3426         * gdk/x11/gdkevents-x11.c
3427         * gdk/x11/gdkproperty-x11.c
3428         * gdk/x11/gdkvisual-x11.c
3429         * gdk-pixbuf/gdk-pixbuf.c
3430         * gdk-pixbuf/gdk-pixbuf-features.h.in
3431         * gtk/gtkaction.c
3432         * gtk/gtkbindings.c
3433         * gtk/gtkcolorbutton.c
3434         * gtk/gtkcombo.c
3435         * gtk/gtkcontainer.c
3436         * gtk/gtkfilechooserdefault.c
3437         * gtk/gtkfilesel.c
3438         * gtk/gtkgamma.c
3439         * gtk/gtkiconview.c
3440         * gtk/gtkinputdialog.c
3441         * gtk/gtkitemfactory.c
3442         * gtk/gtkmenu.c
3443         * gtk/gtktextview.c
3444         * gtk/gtktooltips.c
3445         * gtk/gtktreedatalist.c
3446         * gtk/gtkuimanager.c
3447         * gtk/tree_minus.xpm
3448         * gtk/tree_plus.xpm
3449         * gtk/xdgmime/xdgmime.c
3450         * gtk/xdgmime/xdgmime.h: 
3451         Move constant data to .rodata.
3452
3453 2005-02-27  Matthias Clasen  <mclasen@redhat.com>
3454
3455         * gtk/gtkaction.c (connect_proxy): Improve the handling
3456         of buttons as action proxys.  (#165534, Milosz Derezynski)
3457
3458         * gtk/gtklabel.c (gtk_label_size_request): Fix a typo.
3459         (#168646, Vincent Untz)
3460
3461         * gtk/gtkfilechooserdefault.c (save_folder_combo_create): 
3462         Unset "focus-on-click" for the save folder combo.  (#168688,
3463         Sven Neumann)
3464
3465 2005-02-25  Matthias Clasen  <mclasen@redhat.com>
3466
3467         * demos/testpixbuf.c (main): Remove a C++ comment.  (#168531, 
3468         Paul Cornett)
3469
3470         * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Don't leak a 
3471         path here.  (#168443, Morten Welinder)
3472
3473 2005-02-24  Robert Ögren  <gtk@roboros.com>
3474
3475         Implement better handling of Wintab tablet context overlap on
3476         Win32. (#167298)
3477
3478         * gdk/win32/gdkinput-win32.c (_gdk_input_set_tablet_active): New
3479         function that brings any tablet contexts to the top of the overlap
3480         order.
3481         * gdk/win32/gdkinput-win32.h: Declare _gdk_input_set_tablet_active ()
3482         * gdk/win32/gdkevents-win32.c (gdk_event_translate):
3483         Call _gdk_input_set_tablet_active when a window is activated (on
3484         WM_ACTIVATE)
3485
3486 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
3487
3488         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_select_path): 
3489         Don't leak parent_path.  (#168435, Morten Welinder)
3490
3491 Thu Feb 24 14:20:16 2005  Søren Sandmann  <sandmann@redhat.com>
3492
3493         * gtk/gtkstyle.c: Add
3494
3495         g_return_if_fail (style->depth == gdk_drawable_get_depth(window));
3496
3497         all over the place.
3498
3499 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
3500
3501         * gtk/gtkcombobox.c: Consistently use gtk_tree_row_reference_valid().
3502         (gtk_combo_box_model_row_deleted): Update the displayed row in 
3503         the cell_view.  (#167842, Gustavo Carneiro)
3504
3505 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
3506
3507         Fix #167259, reported by  Christian Persch:
3508         
3509         * gtk/gtkwidget.c (gtk_widget_unparent): Unmap the reparented 
3510         widget, even if we avoid the unrealizing. 
3511         (gtk_widget_reparent_subwindows): Make reparenting work for
3512         !NO_WINDOW widgets which have other windows which are siblings
3513         of widget->window (as e.g. GtkSpinButton).
3514
3515 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
3516
3517         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_changed): 
3518         Don't emit a warning if a parent node is filtered out. (#164726,
3519         Olivier Sessink)
3520
3521 2005-02-23  Matthias Clasen  <mclasen@redhat.com>
3522
3523         * gtk/gtklabel.c (gtk_label_style_set): Revert the last 
3524         change, since gtk_widget_set_style_internal() already
3525         queues a resize.
3526
3527 2005-02-23  Matthias Clasen  <mclasen@redhat.com>
3528
3529         * gtk/gtklabel.c (gtk_label_style_set): Queue a resize, since
3530         fonts may have changed.  (#164128, Phil Blundell)
3531
3532         * gtk/gtkaboutdialog.c (gtk_about_dialog_init) 
3533         (gtk_about_dialog_new): Move initialization code from _new to 
3534         _init.  (#168249, Murray Cumming) 
3535
3536 Wed Feb 23 17:34:01 2005  Jonathan Blandford  <jrb@redhat.com>
3537
3538         * gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Patch from
3539         jorn@nl.linux.org (Jorn Baayen) to notice changes to fixed-height
3540         widgets.
3541
3542 2005-02-23  Tor Lillqvist  <tml@novell.com>
3543
3544         * gdk/win32/gdkkeys-win32.c (update_keymap): Workaround for bug in
3545         MapVirtualKey(VK_DIVIDE, 0) in some Windows versions. (#142998)
3546
3547 Tue Feb 22 13:49:09 2005  Manish Singh  <yosh@gimp.org>
3548
3549         * gtk/updateiconcache.c: #include <config.h>
3550
3551 2005-02-22  Federico Mena Quintero  <federico@ximian.com>
3552
3553         Merged from gtk-2-6:
3554
3555         Fix #164940, patch by Ben Maurer and Tommi Komulainen.
3556
3557         * gdk/gdkrgb.c (gdk_rgb_convert_565_d): Constify the "dmp" variable.
3558         (gdk_rgb_convert_565_d): Likewise.
3559         (DM_565): Made a static const precomputed array to avoid
3560         allocating it at runtime.
3561         (gdk_rgb_preprocess_dm_565): #ifdef out.
3562
3563 2005-02-20  Matthias Clasen  <mclasen@redhat.com>
3564
3565         * gtk/gtkwindow.c: 
3566         * gtk/gtkclipboard.c: Fix links to freedesktop.org specs
3567         in the documentation.
3568
3569         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids): 
3570         Set have_render_with_trapezoids to GDK_YES when we have 
3571         a new enough Render extension.  (#167965,Billy Biggs) 
3572
3573         * gtk/gtkwindow.c (gtk_window_present): Use the timestamp of
3574         the last user interaction when focusing the window.  (#166379, 
3575         Elijah Newren)
3576
3577 Thu Feb 17 14:58:16 2005  Manish Singh  <yosh@gimp.org>
3578
3579         * gtk/gtkuimanager.c (start_element_handler): make sure expand
3580         is initialized, cast to GTK_SEPARATOR_TOOL_ITEM.
3581
3582 Thu Feb 17 14:52:57 2005  Manish Singh  <yosh@gimp.org>
3583
3584         * gtk/gtkcombobox.c: Pass gtk_widget_get_toplevel() a GTK_WIDGET.
3585
3586 2005-02-16  Matthias Clasen  <mclasen@redhat.com>
3587
3588         * docs/iconcache.txt: Add some information about the
3589         icon cache format (since I can't locate it at freedesktop.org)
3590
3591         Fixes for #143829, Tommi Komulainen, Christian Persch:
3592         
3593         * gtk/gtktreeview.c (gtk_tree_view_destroy): Remove the
3594         typeselect_flush_timeout when destroying the widgets
3595         it is operating on.  
3596         (gtk_tree_view_ensure_interactive_directory): Add the 
3597         popup to the window group of the toplevel it belongs to.
3598
3599         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget) 
3600         (gtk_combo_box_popup): Do the same here. 
3601
3602 2005-02-14  Matthias Clasen  <mclasen@redhat.com>
3603
3604         * configure.in: Kill --enable-ansi  (#164394)
3605
3606 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
3607
3608         * gtk/gtkpathbar.c (gtk_path_bar_finalize): Stop scrolling 
3609         when the pathbar goes away.  (#167094, Rodney Dawes)
3610         (change_icon_theme): Use GTK_ICON_SIZE_MENU here as 
3611         well  (Vincent Noel)
3612
3613 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
3614
3615         Support vertical menubars  (#166632): 
3616         
3617         * gtk/gtkenums.h (GtkPackDirection): New enumeration for pack 
3618         directions, with values for left-to-right, right-to-left, 
3619         top-to-bottom and bottom-to-top.
3620
3621         * gtk/gtk.symbols: 
3622         * gtk/gtkmenubar.h: 
3623         * gtk/gtkmenubar.c: Add two properties, pack-direction and
3624         child-pack-direction, which specify how children and 
3625         grandchildren of a menubar are packed, with getters and setters. 
3626
3627         * gtk/gtkmenubar.c (gtk_menu_bar_set_property): 
3628         (gtk_menu_bar_get_property): Implement set_property and get_property.
3629
3630         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): 
3631         (gtk_menu_bar_size_allocate): Take pack direction into account.
3632
3633         * gtk/gtkmenubar.c (gtk_menu_bar_move_current): Implement 
3634         move_current here move all the menubar-specific direction 
3635         tweaking from the generic menushell implementation here.
3636
3637         * gtk/gtkmenu.c (gtk_menu_move_current): Move  menu-specific 
3638         direction tweaking from the generic menushell implementation here.
3639
3640         * gtk/gtkmenuitem.c (gtk_menu_item_size_request): 
3641         (gtk_menu_bar_size_allocate): Take pack direction into account.
3642
3643         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_size_request) 
3644         (gtk_image_menu_item_size_allocate): 
3645         (gtk_image_menu_item_toggle_size_request): Take child pack 
3646         direction into account and pack the image vertically if
3647         necessary.
3648
3649         * gtk/gtkmenushell.c (gtk_menu_shell_real_select_item):
3650         Set the submenu direction to left-right for menuitems in 
3651         vertical menubars.
3652         (gtk_real_menu_shell_move_current): Simplify by moving
3653         direction tweaking to menu- and menubar-specific 
3654         implementations. Take pack direction into account when
3655         doing fallbacks.
3656
3657         * tests/testmenubars.c: Test menubars in various packing
3658         direction combinations.
3659
3660         * tests/Makefile.am (noinst_PROGRAMS): Add testmenubars.
3661
3662 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
3663
3664         Complete the fix for #165770, Vincent Noel:
3665         
3666         * gtk/gtkfilechooserbutton.c (FALLBACK_ICON_SIZE): Make the
3667         fallback size be 16, to be equal to the default for
3668         GTK_ICON_SIZE_MENU (in gtkiconfactory.c:init_icon_sizes()).
3669         (gtk_file_chooser_button_init):
3670         (change_icon_theme): Use GTK_ICON_SIZE_MENU instead of
3671         GTK_ICON_SIZE_SMALL_TOOLBAR. 
3672
3673 2005-02-09  Matthias Clasen  <mclasen@redhat.com>
3674
3675         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): Fix RTL
3676         keynav for going from menubar to menu.
3677
3678 2005-02-08  Christian Rose  <menthos@menthos.com>
3679
3680         * configure.in: Added "xh" to ALL_LINGUAS.
3681
3682 2005-02-08  Matthias Clasen  <mclasen@redhat.com>
3683
3684         * gtk/gtkuimanager.c (start_element_handler): Accept 
3685         the "expand" attribute and set a flag in the node if it
3686         is set to "true".
3687         (update_node): If the expand flag is set, make separator
3688         toolitems non-drawn and expanding.  (#166489, Christian Persch)
3689
3690 2005-02-05  Hans Breuer  <hans@breuer.org>
3691
3692         * gdk/makefile.msc gdk/win32/makefile.msc gtk/makefile.msc.in :
3693         build with Cairo dependency. The patch to acually use Cairo
3694         on win32 will be on gtk-devel-list soon.
3695         * tests/makefile.msc : add testcairo building
3696
3697         * gtk/stock-icons/makefile.msc : split command line into two to
3698         work with the shells default
3699
3700 Fri Feb  4 14:16:31 2005  Manish Singh  <yosh@gimp.org>
3701
3702         * gtk/gtkaccelgroup.c (substitute_underscores): remove unused
3703         function.
3704
3705         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
3706         Add some extra parens for bitop order of operations disambiguiation.
3707
3708         * gtk/gtkstock.c: Fix const confusion, make our own copy of the 
3709         domain when setting a translate function.
3710
3711         * tests/testcombo.c: removed unused variable.
3712
3713 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
3714
3715         * gtk/gtkstock.c (gtk_stock_lookup): Handle item->translation_domain
3716         being NULL.  (#166179, Diego Gonzalez)
3717
3718 2005-02-04  Owen Taylor  <otaylor@redhat.com>
3719
3720         * configure.in: Revert gtk_binary_version to 2.4.0. Fix
3721         up comment to talk only about backwards compat, not
3722         forward/backwards compat. (#166293, reported by Vincent Noel)
3723
3724 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
3725
3726         * gtk/gtkpaned.c (gtk_paned_compute_position): Work better
3727         when there is not enough space. This avoids a nasty size
3728         allocation loop in the file chooser.  (#154007, reported 
3729         by Milosz Derezynski, patch by Robert Ögren)
3730
3731 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
3732
3733         * gtk/gtkentry.c (gtk_entry_create_layout): Avoid spurious
3734         selection of RTL direction if the widget does not have 
3735         focus.  (#164125, Frederic Crozat)
3736
3737 Thu Feb  3 19:15:55 2005  Manish Singh  <yosh@gimp.org>
3738
3739         * gdk/x11/gdkdrawable-x11.c: #include cairo-xlib.h
3740
3741 2005-02-03  Owen Taylor  <otaylor@redhat.com>
3742
3743         * gdk/gdkdrawable.[ch] gdkpixmap.c gdkwindow.c: Add
3744         gdk_drawable_set_cairo_target().
3745
3746         * tests/testtreeflow.c (enum): Use grand not rand as a variable
3747         name because one of the cairo headers is pulling in stdlib.h.
3748
3749         * tests/testcairo.c tests/Makefile.am: Add a simple cairo based
3750         example.
3751
3752         * configure.in: Bump release to 2.7.0, gtk_binary_version to 2.7.0.
3753
3754         * Require libpangocairo for all backends.
3755
3756 2005-02-03  Tor Lillqvist  <tml@novell.com>
3757
3758         * modules/input/gtkimcontextime.c (get_pango_attr_list): Use the
3759         wide character version of ImmGetCompositionString() here,
3760         too. (#165278, Takuro Ashie)
3761
3762 2005-02-03  Matthias Clasen  <mclasen@redhat.com>
3763
3764         * gtk/gtkmenu.c (gtk_menu_handle_scrolling): Don't do
3765         one roundtrip per motion event.  (#166173, pointed out
3766         by Chris Lee, patch by Søren Sandmann)
3767
3768         * gtk/gtk.symbols: 
3769         * gtk/gtkstock.h: 
3770         * gtk/gtkstock.c (gtk_stock_set_translate_func): 
3771         New function which allows to change the function used for
3772         translation stock labels, on a per-domain basis. Use this
3773         functionality to switch the GTK+ stock items to use Q_()
3774         prefixed msgids.  (#166179, Funda Wang)
3775         
3776         * gdk/gdkkeynames.c: Make the gdk_key array const (#166075,
3777         Tommi Komulainen)
3778
3779 2005-02-02  Federico Mena Quintero  <federico@ximian.com>
3780
3781         Merged from gtk-2-6:
3782
3783         * gtk/gtkfilechooserdefault.c (pending_select_paths_process):
3784         Don't select the first row if the chooser is not mapped.  This
3785         happens when it's acting on behalf of GtkFileChooserButton.  Also,
3786         don't select the first row if we are in SAVE or CREATE_FOLDER
3787         modes --- I had missed that (see the ChangeLog entry from
3788         2005-01-18).  Fixes #165264.
3789
3790 2005-02-02  Tor Lillqvist  <tml@novell.com>
3791
3792         Implement lazy extended input initialization on Win32, by Robert
3793         Ögren. Fixes #163163, possibly #162334. Lazy initialization would
3794         be a good idea in any case even if it didn't fix any visible
3795         problems, though.
3796
3797         The Wacom tablet driver seems to get confused if Wintab is
3798         initialized but no window is shown before the process exits. This
3799         is the case for some GIMP plug-ins, for instance. 
3800
3801         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Made
3802         non-static (and renamed).
3803         (_gdk_input_init): Don't call _gdk_input_wintab_init_check().
3804
3805         * gdk/win32/gdkinput-win32.h: Declare _gdk_input_wintab_init_check().
3806
3807         * gdk/win32/gdkinput.c (gdk_devices_list,
3808         gdk_display_list_devices, gdk_input_set_extension_events): Call
3809         _gdk_input_wintab_init_check() here instead.
3810
3811 2005-02-02  Ivan, Wong Yat Cheung  <email@ivanwong.info>
3812
3813         * gdk/win32/gdkselection.c: Use a FIFO list for storing GdkSelProp
3814         of a single window so that gtk_clipboard_request_contents() can be
3815         called inside a GtkClipboardReceivedFunc(). (#163844)
3816
3817 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
3818
3819         * gtk/gtkicontheme.c (gtk_icon_theme_init): Look for icons
3820         in XDG_DATA_DIRS/pixmaps.  (#165950, Thomas Zajic)
3821
3822         * gtk/gtkwindow.c (gtk_window_set_icon_name): Set info->icon_list
3823         to NULL after freeing it.  (#165800, Damon Chaplin)
3824
3825 2005-02-01  Michael Natterer  <mitch@gimp.org>
3826
3827         * configure.in: depend on stable pango-1.8, not unstable 1.7
3828
3829 2005-02-01  Federico Mena Quintero  <federico@ximian.com>
3830
3831         Merged from gtk-2-6:
3832
3833         * gtk/gtkfilechooserdefault.c
3834         (browse_files_model_finished_loading_cb): Don't
3835         g_assert_not_reached() if we are in any other state.  Another code
3836         path may have triggered a folder reload.  Fixes #165556.
3837
3838 2005-02-01  Federico Mena Quintero  <federico@ximian.com>
3839
3840         Merged from gtk-2-6:
3841
3842         Fix #165770:
3843
3844         * gtk/gtkfilechooserdefault.c (FALLBACK_ICON_SIZE): Make the
3845         fallback size be 16, to be equal to the default for
3846         GTK_ICON_SIZE_MENU (in gtkiconfactory.c:init_icon_sizes()).
3847         (change_icon_theme): Use GTK_ICON_SIZE_MENU instead of
3848         GTK_ICON_SIZE_SMALL_TOOLBAR.
3849
3850 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
3851
3852         * */*.c: Fix many instances of "the the" in docs and
3853         comments.  (#165815, Masao Mutoh)
3854
3855         * gtk/updateiconcache.c (main): Add a --quiet option.
3856
3857 2005-02-01  Tor Lillqvist  <tml@novell.com>
3858
3859         * gdk/win32/gdkkeys-win32.c (handle_special, set_shift_vks,
3860         reset_after_dead, handle_dead): New functions, code blocks
3861         refactored out of update_keymap(). No functionality change.
3862
3863         (update_keymap): Use ToUnicodeEx() when available (on NT-based
3864         Windows) instead of ToAsciiEx(). Makes keyboard input work in
3865         Unicode-only input locales that don't have any ANSI codepage, for
3866         instance Hindi and Bengali. Use _gdk_input_codepage only on
3867         Win9x. (#165723)
3868
3869         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
3870         WM_INPUTLANGCHANGE, use GetLocaleInfo() instead of
3871         TranslateCharsetInfo() to get the input locale's corresponding
3872         codepage, if any.
3873
3874 2005-01-31  Matthias Clasen  <mclasen@redhat.com>
3875
3876         * modules/input/gtkimcontextxim.c: Use NULL, not 0 to terminate 
3877         NULL-terminated va lists.  (#165683)
3878
3879 2005-01-29  Matthias Clasen  <mclasen@redhat.com>
3880
3881         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_set_draw): 
3882         Typo fix.  (#165581, Masao Mutoh)
3883
3884 Thu Jan 27 14:25:45 2005  Manish Singh  <yosh@gimp.org>
3885
3886         * README.cvs-commits: update ancient IRC info.
3887
3888 2005-01-27  Federico Mena Quintero  <federico@ximian.com>
3889
3890         Merged from gtk-2-6:
3891
3892         * gtk/gtkfilechooserdefault.c
3893         (gtk_file_chooser_default_select_path): Oops, don't assert that we
3894         can't reach the end of the function; this happens if we are still
3895         loading but don't need a path change.  Fixes #165213.
3896
3897 2005-01-27  Matthias Clasen  <mclasen@redhat.com>
3898
3899         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
3900         Make wrapping work in RTL mode.  
3901
3902         * gtk/gtkaboutdialog.c: Some visual tweaks to the about dialog,
3903         obey HIG spacing a bit more, add a hand cursor when over the
3904         link button.  (#163979, Jorn Baayen)
3905
3906 2005-01-26  Matthias Clasen  <mclasen@redhat.com>
3907
3908         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
3909         Don't allow -1 as minimum-key-length.
3910         (gtk_entry_completion_set_model): Add missing notification.
3911         (gtk_entry_completion_set_minimum_key_length): Add missing
3912         notification, allow setting minimum-key-length to 0.  (#165194,
3913         Vincent Ladeuil)
3914
3915 2005-01-26  Matthias Clasen  <mclasen@redhat.com>
3916
3917         * gtk/gtkaboutdialog.c (display_license_dialog): Make sure
3918         the license dialog is initially displayed without a horizontal
3919         scrollbar.  
3920         (gtk_about_dialog_class_init): Document the fact that the 
3921         license text is not wrapped.  (#165012, Christian Rose)
3922
3923 2005-01-25  Matthias Clasen  <mclasen@redhat.com>
3924
3925         * gtk/gtkbutton.c (gtk_button_set_image): Fix docs.  (#165180,
3926         Jeff Franks)
3927
3928         * gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): Fix 
3929         docs.  (#165163, Jeff Franks)
3930         
3931         * gtk/gtkimage.c (gtk_image_get_property): Use the correct setter
3932         for a string GValue.  (#165203, Damon Chaplin)
3933
3934 2005-01-24  Matthias Clasen  <mclasen@redhat.com>
3935
3936         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): 
3937         Initialize user_time from DESKTOP_STARTUP_ID.  (#165131,
3938         Elijah Newren)
3939
3940 2005-01-24  Federico Mena Quintero  <federico@ximian.com>
3941
3942         * gtk/gtkfilechooserdefault.c: Removed leftover comments.
3943
3944 2005-01-24  Federico Mena Quintero  <federico@ximian.com>
3945
3946         Merged from gtk-2-6:
3947
3948         Fix #147785 and clean up the loading code:
3949
3950         * gtk/gtkfilechooserdefault.c (LoadState): Make the set of states
3951         be EMPTY, PRELOAD, LOADING, FINISHED.
3952         (gtk_file_chooser_default_init): Start in the LOAD_EMPTY state.
3953         (struct _GtkFileChooserDefault): Added a pending_select_paths
3954         field.
3955         (load_remove_timer): Add the new states.
3956         (load_setup_timer): Likewise.
3957         (load_timeout_cb): Likewise.  Switch to the LOAD_LOADING state.
3958         (browse_files_model_finished_loading_cb): Switch to the
3959         LOAD_FINISHED state.
3960         (enum PendingOp): Removed.
3961         (struct _GtkFileChooserDefault): Removed the pending_op and
3962         pending_select_path fields.
3963         (pending_select_paths_free): New utility function.
3964         (pending_select_paths_add): New utility function.
3965         (gtk_file_chooser_default_finalize): Call
3966         pending_select_paths_free().
3967         (pending_op_queue): Removed.
3968         (pending_op_process): Removed.
3969         (pending_select_paths_process): New function.
3970         (browse_files_model_finished_loading_cb): Call
3971         pending_select_paths_process().
3972         (center_selected_row_foreach_cb): Handle multiple selection by
3973         only centering the first row.
3974         (get_is_file_filtered): Constify.
3975         (gtk_file_chooser_default_select_path): Queue into a list of paths
3976         to select if we are not finished loading.
3977         (show_and_select_paths): New utility function.
3978         (up_folder_handler): Use pending_select_paths_add().
3979         (gtk_file_chooser_default_should_respond): Do not call
3980         pending_op_queue(); free the pending_selected_paths instead.
3981         (gtk_file_chooser_default_initial_focus): Don't queue a pending
3982         operation, and don't select the first row unconditionally --- this
3983         will happen when the folder is done loading.
3984         (shortcuts_row_activated_cb): Free the pending_select_paths.
3985         (pending_select_paths_store_selection): New utility function.
3986         (gtk_file_chooser_default_map): Call
3987         pending_select_paths_store_selection() to save the selection
3988         before reloading the folder.
3989         (select_func): Umm?  Call gtk_tree_selection_select_iter().  Don't
3990         move the cursor here; it will be done when processing the pending paths.
3991
3992         * tests/testfilechooser.c (main): Add a button to the command
3993         window to unmap and remap the file chooser.
3994
3995 2005-01-24  Matthias Clasen  <mclasen@redhat.com>
3996
3997         * docs/tutorial/gtk-tut.sgml:
3998         * docs/tutorial/gtk_tut.sgml:
3999         * docs/reference/gtk/tmpl/gtkliststore.sgml:
4000         * gtk/gtkactiongroup.c:
4001         * gtk/gtksizegroup.c:
4002         * gtk/gtksizegroup.h:
4003         * gtk/gtktogglebutton.c: Replace "effect" by "affect" where
4004         appropriate.  (#165108, Dan Winship)
4005
4006 2005-01-24  Matthias Clasen  <mclasen@redhat.com>
4007
4008         * gtk/gtkwidget.c (gtk_widget_class_init): Document 
4009         GtkWidget::style-set.  (#164222, Alex Graveley)
4010         
4011 2005-01-22  Matthias Clasen  <mclasen@redhat.com>
4012
4013         * gdk/gdkdisplay.h (gdk_display_add_client_message_filter_full): 
4014         Remove the accidentally added prototype for this unimplemented 
4015         function.  (#164893, Jeff Franks)
4016
4017         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): Avoid spurious
4018         drags.  (#164884)
4019
4020 2005-01-23  Tor Lillqvist  <tml@novell.com>
4021
4022         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle Greek tonos
4023         dead accent key. (#164859, reported and fix verified by Daniel
4024         Atallah.)
4025
4026         * gtk/gtkimcontextsimple.c (gtk_compose_seqs): Handle
4027         GDK_Greek_accentdieresis (tonos and dialytika) combining with iota
4028         and upsilon.
4029
4030         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_volume_get_display_name): 
4031         Don't call GetVolumeInformation() for network drives. They might
4032         be disconnected, and calling GetVolumeInformation() will then
4033         cause long delays. (#164448, reported by Dave Neary.) It seems to
4034         be very hard to reliably find out whether a network drive is
4035         connected or not, so it's easier to just not try getting the
4036         volume name for them. See the bug report for discussion.
4037
4038         Make volume name display formats translatable.
4039
4040         Fix for #163702, from Ivan Wong: 
4041         
4042         * gdk/win32/gdkprivate-win32.h 
4043         * gdk/win32/gdkglobals-win32.c: New flag _ignore_destroy_clipboard.
4044         
4045         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle
4046         WM_DESTROYCLIPBOARD. Unless _ignore_destroy_clipboard, generate a
4047         GDK_SELECTION_CLEAR event.
4048
4049         * gdk/win32/gdkselection-win32.c
4050         (gdk_selection_owner_set_for_display): Set _ignore_destroy_clipboard
4051         when emptying the clipboard ourselves.
4052
4053         (gdk_selection_send_notify_for_display): Remove the artifical
4054         GDK_SELECTION_CLEAR event generation.
4055
4056 2005-01-21  Matthias Clasen  <mclasen@redhat.com>
4057
4058         * gtk/gtkwidget.c (gtk_widget_get_accessible): More details
4059         provided by Bill Haneman.
4060
4061 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
4062
4063         * gtk/gtkwidget.c (gtk_widget_get_accessible): Add docs.  (#164725,
4064         George Kraft IV)
4065
4066         * gtk/gtkdialog.c (gtk_dialog_map): Don't loop forever
4067         here, even if the only focusable widgets are labels.
4068
4069 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
4070
4071         Support tinting in GtkCellRendererPixbuf (#162903, Jorn Baayen):
4072         
4073         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init) 
4074         Add a follow-state property which when TRUE causes the pixbuf
4075         to be tinted according to state.
4076
4077         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): 
4078         Use follow-state and colorize the pixbuf when appropriate.      
4079         
4080 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
4081
4082         Support wrapping in GtkCellRendererText  (#163608):
4083         
4084         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
4085         Add wrap-mode and wrap-width properties which cause a 
4086         text cell to break to a specified width when set.
4087
4088         * gtk/gtkcellrenderertext.c (get_layout): Use wrap-mode
4089         and wrap-width when they are set.
4090
4091 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
4092
4093         * gtk/gtkmodules.c (load_module): Don't reverse the order
4094         of modules when putting them in gtk_modules.  (#162676, Dennis
4095         Cranston, patch by Remus Draica)
4096
4097         * gtk/gtktreeview.c (gtk_tree_view_search_move): Don't crash 
4098         if the tree is empty.  (#164669, Priit Laes)
4099
4100 Wed Jan 19 18:57:02 2005  Manish Singh  <yosh@gimp.org>
4101
4102         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): Call
4103         GDK_DISPLAY_XDISPLAY with a display, not a window. Clean up the
4104         function a bit too.
4105
4106 Wed Jan 19 17:17:31 2005  Manish Singh  <yosh@gimp.org>
4107
4108         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): Squash
4109         strict aliasing warning in _NET_VIRTUAL_ROOTS code.
4110
4111 2005-01-19  Tor Lillqvist  <tml@novell.com>
4112
4113         * gdk/win32/gdkkeys-win32.c (update_keymap,
4114         gdk_keymap_translate_keyboard_state): Handle keyboards with
4115         ShiftLock (and not CapsLock) correctly. (#161814)
4116
4117 2005-01-19  Matthias Clasen  <mclasen@redhat.com>
4118
4119         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond):
4120         In save mode, don't return paths containing nonexisting 
4121         directories.  (#162443, Jean Marie Favreau)
4122
4123         * gtk/gtkobject.c (gtk_object_add_arg_type): Use GLib limit 
4124         macros to avoid sparse warnings. Pointed out by Kjartan Maraas.
4125
4126         * gdk/x11/gdkdisplay-x11.c: Precache the _NET_VIRTUAL_ROOTS
4127         atom.
4128
4129         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): 
4130         Support _NET_VIRTUAL_ROOTS.  (#163910, Carsten Haitzler)
4131         
4132         * gdk/gdk.symbols: 
4133         * gdk/x11/gdkx.h: 
4134         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_get_user_time): 
4135         Add a function to obtain the last user interaction 
4136         time.  (#163119, Elijah Newren)
4137
4138 Tue Jan 18 13:56:09 2005  Manish Singh  <yosh@gimp.org>
4139
4140         * gtk/gtkfilechooserdefault.c (pending_op_queue): Actually assign
4141         PENDING_OP_NONE.
4142
4143 Tue Jan 18 13:46:46 2005  Manish Singh  <yosh@gimp.org>
4144
4145         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids):
4146         disambiguate nested if/else.
4147
4148 2005-01-18  Federico Mena Quintero  <federico@ximian.com>
4149
4150         Merged from gtk-2-6:
4151
4152         * gtk/gtkfilechooserdefault.c (pending_op_queue): Don't queue an
4153         operation to select the first file if we are in SAVE or
4154         CREATE_FOLDER modes.  Executing that operation would overwrite the
4155         contents of the save-name entry.
4156
4157 2005-01-18  Matthias Clasen  <mclasen@redhat.com>
4158
4159         * gdk/gdkdisplay.h: 
4160         * gdk/x11/gdkwindow-x11.c (gdk_display_warp_pointer): 
4161         * gdk/win32/gdkwindow-win32.c (gdk_display_warp_pointer): Add
4162         pointer warping to GDK.  (#160437)
4163
4164         * gtk/gtkcolorsel.c (key_press): Use gdk_display_warp_pointer.
4165
4166 2005-01-18  Matthias Clasen  <mclasen@redhat.com>
4167
4168         * gtk/gtkstyle.c (gtk_default_draw_check) 
4169         (gtk_default_draw_option, gtk_default_draw_handle): Add some
4170         more NULL checks, patch by Michael Natterer.
4171
4172 Tue Jan 18 10:55:47 2005  Søren Sandmann  <sandmann@redhat.com>
4173
4174         * gtk/gtkstyle.c (gtk_default_draw_handle): Check for NULL detail
4175         and NULL widget.
4176
4177         * gtk/gtkstyle.c (gtk_default_draw_box): Check for NULL detail and
4178         NULL widget.  (#164477, Michael Natterer)
4179
4180 2005-01-18  Matthias Clasen  <mclasen@redhat.com>
4181
4182         Avoid X errors when running against servers which
4183         implement XRender < 0.4.  (#164427, Albert Chin)
4184         
4185         * gdk/x11/gdkprivate-x11.h:
4186         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids): 
4187         New function to check for trapezoid support in XRender.
4188         (gdk_x11_draw_trapezoids, _gdk_x11_drawable_draw_xtrapezoids): 
4189         Use it here.
4190         
4191         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a 
4192         separate have_render_with_trapezoids field.
4193
4194         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize it.
4195
4196 2005-01-17  Matthias Clasen  <mclasen@redhat.com>
4197
4198         * gtk/gtkiconview.c: Remove debug output. (#164376, Jens Finke)
4199
4200 Mon Jan 17 16:44:36 2005  Jonathan Blandford  <jrb@redhat.com>
4201
4202         * docs/Makefile.am (EXTRA_DIST): add tree-column-sizing.png to
4203         dist.
4204
4205 2005-01-17  Matthias Clasen  <mclasen@redhat.com>
4206
4207         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmarks): Save
4208         and restore the selected row in the bookmark list and the
4209         save folder combo.  (#164290)
4210
4211 2005-01-16  Matthias Clasen  <mclasen@redhat.com>
4212
4213         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new_with_backend):
4214         Fix argument order in docs.  
4215
4216 2005-01-15  Matthias Clasen  <mclasen@redhat.com>
4217
4218         * gtk/gtktextview.c (gtk_text_view_check_keymap_direction): 
4219         * gtk/gtkentry.c (gtk_entry_create_layout): Prefer LTR over RTL 
4220         if the keymap is neutral.  (#164125, Phil Blundell)
4221
4222 2005-01-14  Matthias Clasen  <mclasen@redhat.com>
4223
4224         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Allow to
4225         reset the property to its default value -1. 
4226         (gtk_tree_view_get_search_column): Return the default value in
4227         the g_return_val_if_fail() check.  (#163864, Richard Hult)
4228
4229         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_set_value): 
4230         Add a translator hint.  (#163889)
4231
4232         * configure.in: Check for _NL_TIME_FIRST_WEEKDAY too, since it
4233         is an enum value, not a define. Pointed out by Tommi Komulainen.
4234         * gtk/gtkcalendar.c (gtk_calendar_init): Adapt.
4235
4236 2005-01-13  Matthias Clasen  <mclasen@redhat.com>
4237
4238         * configure.in: Check for nl_langinfo()
4239         * gtk/gtkcalendar.c (gtk_calendar_init): Use nl_langinfo() when it's
4240         available to determine first day of week   (#163842, Vincent Untz)
4241
4242         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget): Add hints about 
4243         the lifecycle of widgets.  (#159503, Christian Persch)
4244
4245         * demos/gtk-demo/main.c (create_text): Use monospace for the 
4246         source code view.  (#163526, Theerud Lawtrakul)
4247
4248         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Use R as mnemonic
4249         for the Credits button to avoid duplicate.  (#163465, Tim-Philipp 
4250         Müller)
4251         
4252         * configure.in: Add an OS_LINUX conditional.
4253
4254         * gdk/Makefile.am (TESTS):
4255         * gdk-pixbuf/Makefile.am (TESTS):
4256         * gtk/Makefile.am (TESTS): Only run abicheck on Linux.  (#163917,
4257         Roger Leigh)
4258
4259 2005-01-13  Matthias Clasen <mclasen@redhat.com>
4260
4261         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
4262         (gtk_tree_view_set_headers_clickable): Make the headers-visible
4263         property readwrite instead of just writable, and remove the
4264         g_return_if_fail check that there is a model when setting this
4265         property. Also improve the blurb.  (#163851, Richard Hult)
4266
4267 2005-01-12  Owen Taylor <otaylor@redhat.com>
4268
4269         * configure.in: Remove GLIB_DIVERT_BEFORE_HELP() on
4270         initialization of gdktarget, that was causing it to be
4271         evaluated before host was set. Simplify --with-gdktarget help
4272         message.
4273
4274         * gtk/Makefile.am: Use grep | head -n 1 instead of grep -m 1 
4275         which doesn't work with slightly older versions of GNU grep 
4276         in install-libtool-import-lib rule.
4277         
4278 2005-01-12  Tor Lillqvist  <tlillqvist@novell.com>
4279
4280         Fix for #162790, by Iwan Wong:
4281         
4282         * gdk/win32/gdkdrawable-win32.c: Implement dashed lines
4283         correctly. Simplify the interface to render_line_horizontal() and
4284         render_line_vertical(). Need to draw lines "manually" also on
4285         NT-based Windowses if we have a dash offset or are drawing
4286         double-dashed lines.
4287
4288         * gdk/win32/gdkprivate-win32.h: Keep also the dash offset,
4289         double-dash flag, and a brush for the background colour (used by
4290         the odd dashes in the double-dash line style) in the GdkGCWin32
4291         struct.
4292
4293         * gdk/win32/gdkgc-win32.c: Set up above new fields.
4294
4295 2005-01-10  Federico Mena Quintero  <federico@ximian.com>
4296
4297         Fix #162617.
4298
4299         * gtk/gtkfilesystemunix.c (STAT_NEEDED_MASK): Take out
4300         GTK_FILE_INFO_IS_HIDDEN; we don't need to stat() to know this.
4301         (gtk_file_system_unix_get_folder): Make error reporting more
4302         accurate.  Don't bail out if we can't read the directory.
4303         (fill_in_stats): Don't return an error; just assume we don't have
4304         stat info for this folder's files.
4305         (fill_in_names): Don't create the hash table for the names if we
4306         can't open the directory.
4307         (gtk_file_folder_unix_list_children): Don't emit the
4308         "finished-loading" signal --- we don't do asynchronous loads, so
4309         we are always finished loading.
4310         (gtk_file_folder_unix_get_info): Use helper functions; handle the
4311         case where we can't stat '/'.
4312         (get_icon_type_from_path): Don't call fill_in_stats() here; only
4313         use the info we have.
4314         (fill_in_mime_type): Don't return an error.  Don't do anything if
4315         we don't have the stat info.
4316
4317 2005-01-10  Owen Taylor  <otaylor@redhat.com>
4318
4319         * Makefile.am (EXTRA_DIST): Adding missing ChangeLog.pre*
4320         to EXTRA_DIST.
4321
4322 2005-01-10  Matthias Clasen  <mclasen@redhat.com>
4323
4324         * gtk/gtkaccelgroup.c (gtk_accel_group_class_init): Document
4325         signals.  (#163319, Murray Cumming)
4326
4327 2005-01-09  Tor Lillqvist  <tlillqvist@novell.com>
4328
4329         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Set current
4330         cursor also when changing the cursor of a window that is the first
4331         ancestor of the window containing the pointer that has a cursor
4332         defined. (#163035, Ivan Wong)
4333
4334 2005-01-09  Anders Carlsson <andersca@gnome.org>
4335
4336         * gtk/gtkcellrenderertext.c: (get_size):
4337         * gtk/gtklabel.c: (gtk_label_size_request):
4338         * gtk/gtkprogressbar.c: (gtk_progress_bar_size_request):
4339         Don't pass NULL to pango_context_get_metrics. Use 
4340         pango_context_get_language instead, which is way faster.
4341         
4342 2005-01-08  Matthias Clasen  <mclasen@redhat.com>
4343
4344         * configure.in: Bump version
4345
4346         * === Released 2.6.1 ===
4347         
4348         * gdk-pixbuf-2.0.pc.in: Require gmodule-no-export-2.0
4349
4350 2005-01-07  Tor Lillqvist  <tml@iki.fi>
4351
4352         * gdk/win32/gdkselection-win32.c (_gdk_selection_property_store):
4353         Fix braino. (#163232, Arnaud Charlet)
4354
4355 2005-01-06  Matthias Clasen  <mclasen@redhat.com>
4356
4357         * gtk/gtkiconview.c: Make markup_column work, and fix some
4358         layout issues when either icon or text is missing.  (#163065)
4359
4360 2005-01-06  Federico Mena Quintero  <federico@ximian.com>
4361
4362         * gtk/gtkfilechooserdefault.c (file_list_build_popup_menu): Add an
4363         "Open _Location" item.  Fixes #148839.
4364
4365 2005-01-06  Matthias Clasen  <mclasen@redhat.com>
4366
4367         * README.in: Fix a typo.  (#163128, kentaro fukuchi)
4368
4369 2005-01-06  James M. Cape  <jcape@ignore-your.tv>
4370
4371         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new)
4372         (gtk_file_chooser_button_new_with_backend): Use default title if
4373         NULL is passed.
4374
4375         * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml: Make examples
4376         match API.
4377
4378 2005-01-05  Federico Mena Quintero  <federico@ximian.com>
4379
4380         Fix #161409:
4381
4382         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Queue
4383         a pending operation to select the first row.
4384
4385 2005-01-05  Federico Mena Quintero  <federico@ximian.com>
4386
4387         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't call
4388         button_data_free() explicitly; the button is weak-reffed and the
4389         callback will free the button data.  Fixes #163010.
4390         (_gtk_path_bar_set_path): Don't ref/sink the button.  And for the
4391         failure case, call gtk_widget_destroy() on it.
4392
4393         * gtk/gtkfilechooserdefault.c (check_is_folder): Use
4394         gtk_file_system_get_folder() again (see the ChangeLog entry from
4395         2004-08-25).  We can't first get the parent folder and then
4396         request the info for the path in question, as the parent folder
4397         may not be readable.  See bug #162617.
4398         (gtk_file_chooser_default_set_current_folder): Assert that the
4399         passed-in path is not null.
4400         (shortcuts_find_current_folder): Likewise.
4401         (shortcuts_add_current_folder): Likewise.
4402         (set_list_model): Likewise.
4403         (gtk_file_chooser_default_map): Only reload the current folder if
4404         it exists.
4405         (bookmarks_check_add_sensitivity): Check for the current folder
4406         being NULL.
4407         (browse_files_select_first_row): Don't set the cursor if there is
4408         no model loaded.
4409
4410 2005-01-05  Matthias Clasen  <mclasen@redhat.com>
4411
4412         * gtk/gtkfilechooserdefault.c: Don't construct errors from 
4413         the GTK_FILE_SYSTEM_ERROR domain. Partial fix for #162911.
4414         (get_file_info, check_is_folder): Translate errors from
4415         the filesystem into the GTK_FILE_CHOOSER_ERROR domain. Rest
4416         of the fix for #162911, noticed by Murray Cumming.
4417
4418 Wed Jan  5 11:42:49 2005  Søren Sandmann  <sandmann@redhat.com>
4419
4420         * gtk/gtkviewport.c (gtk_viewport_realize):
4421         * gtk/gtktextview.c ((text_window_realize): Set the background of
4422         the windows to None instead of adding EXPOSURE_MASK, as suggested
4423         by Owen in #162112.
4424
4425         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Update 
4426         the user time when receiving a WM_DELETE message.  (#162980, 
4427         Elijah Newren)
4428         
4429 Tue Jan  4 16:52:14 2005  Jonathan Blandford  <jrb@redhat.com>
4430
4431         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event):
4432         only reorder on button 1, part of #141937
4433
4434 Tue Jan  4 11:36:43 2005  Søren Sandmann  <sandmann@redhat.com>
4435
4436         Bug 162112.
4437         
4438         * gtk/gtktextview.c (text_window_realize): Add GDK_EXPOSURE_MASK
4439         to win->window's event_mask
4440
4441         * gtk/gtkviewport.c (gtk_viewport_realize): Add GDK_EXPOSURE_MASK
4442         to viewport->view_window.
4443
4444 2005-01-04  Matthias Clasen  <mclasen@redhat.com>
4445
4446         * demos/testpixbuf.c (main): Remove the size_prepared callback,
4447         to test incremental display.
4448         (new_testrgb_window): Return the drawing area, not the window,
4449         since we want to queue draws on the drawing area.
4450
4451 2005-01-03  Matthias Clasen  <mclasen@redhat.com>
4452
4453         * examples/*: Re-extract.
4454
4455         * docs/tutorial/gtk-tut.sgml: Small corrections.
4456         
4457         * docs/tutorial/gtk-tut.sgml: Some updates for the drawing
4458         section.  (#161414, Robert Ancell)
4459
4460         * docs/tutorial/gtk-tut.sgml: Make it build.
4461
4462         * gtk/gtkdialog.c (gtk_dialog_run): Some clarification
4463         regarding modality.  (#112903, Dave Bordoley)
4464
4465         * gtk/gtkfixed.c (gtk_fixed_set_has_window): 
4466         Add a little motivation.  (#145556, Tommi Komulainen)
4467
4468         * docs/tutorial/gtk-tut.sgml: Clarify section on 
4469         g_signal_connect_swapped.   (#120543, David Bourguignon)
4470
4471         Make gtk_icon_theme_load_icon() work independent of
4472         icon factory initialization.  (#162791, Tristan Van Berkom)
4473         
4474         * gtk/gtkiconfactory.[hc]: Rename ensure_default_icons to
4475         _gtk_icon_factory_ensure_default_icons, and make it non-static.
4476
4477         * gtk/gtkicontheme.c (find_builtin_icon): ..and call it here.
4478
4479 2005-01-02  Matthias Clasen  <mclasen@redhat.com>
4480
4481         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_remove_shortcut_folder): 
4482         Don't add a shortcut here.  (#162752, Tor Lillqvist)
4483
4484 2005-01-02  Tor Lillqvist  <tml@iki.fi>
4485
4486         * gtk/Makefile.am (libgtk_target_ldflags): Add -lole32, needed for
4487         CoTaskMemFree in get_special_folder() below.
4488
4489         * gtk/gtkfilesystem.h: Implement case-insensitive path compare on
4490         Win32 using _gtk_file_system_win32_path_compare().
4491
4492         * gtk/gtk.symbols: Add _gtk_file_system_win32_path_compare.
4493
4494         * gtk/gtkfilechooserbutton.c (model_add_special)
4495         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Use
4496         _gtk_file_system_win32_get_desktop() to get correct Desktop folder
4497         on Win32. (#144003)
4498
4499         * gtk/gtkfilesystemwin32.c: Remove unnecessary includes. Do
4500         consider all drives "mounted", including floppies. Trying to
4501         inspect the contents of a nonexistent floppy will cause errors
4502         later that are handled normally, no need to avoid them
4503         completely. Keep the drive type in the GtkFileSystemVolume.
4504         Support UNC paths. (#161797, #137874) Fix error message
4505         capitalizations as in gtkfilesystemunix.c.
4506
4507         (gtk_file_system_win32_init): Start one timeout per
4508         GtkFileSystemWin32.
4509
4510         (gtk_file_system_win32_finalize): Remove the timeout.
4511
4512         (get_special_folder): Copied from GLib.
4513
4514         (_gtk_file_system_win32_get_desktop): New function, uses
4515         get_special_folder().
4516
4517         (gtk_file_system_win32_list_volumes): Don't start a timeout at
4518         each call to this function. Don't assume A: and B: are floppies.
4519
4520         (gtk_file_system_win32_get_volume_for_path): Don't assume all
4521         volumes are drive roots, i.e. support share roots of UNC paths
4522         (\\server\share).
4523
4524         (gtk_file_system_win32_get_folder): Don't assume errno is set
4525         after g_file_test() returns FALSE. It isn't on Win32 (and even on
4526         Unix I don't think one should assume anything about errno after
4527         g_file_test()).
4528
4529         (gtk_file_system_win32_volume_get_is_mounted): Always return TRUE.
4530
4531         (gtk_file_system_win32_volume_get_display_name): Don't call
4532         GetVolumeInformation() on drives A: or B: if they are removable,
4533         as they might then be floppies, causing an unnecessary
4534         delay. (#157820)
4535
4536         (gtk_file_system_win32_volume_render_icon): Use network icon for
4537         unrecognized drive types.
4538
4539         (canonicalize_filename, gtk_file_system_win32_parse): Don't get
4540         confused by UNC paths.
4541
4542         (bookmarks_serialize): Use _gtk_file_system_win32_path_compare()
4543         for case-insensitive UTF-8 path comparison.
4544
4545         (extract_icon): Use SHGetFileInfo() which is faster than
4546         ExtractAssociatedIcon(). Icon extraction is still slow, though,
4547         needs work.
4548
4549         (win32_pseudo_mime_lookup): Don't use the same icon for all
4550         shortcuts or executables. Cache only other file type icons.
4551
4552         (gtk_file_system_win32_render_icon): Use network stock icon for
4553         remote drives and UNC server share roots. Compare home directory
4554         case-insensitively. Do lookup icons also for executable files,
4555         after all, it's these files that can have individual icons in the
4556         first place. Yes, it can be slow. Needs work.
4557
4558         (filename_is_drive_root): Require also the slash after the colon.
4559
4560         (filename_is_server_share): New function.
4561
4562         (_gtk_file_system_win32_path_compare): New function, does
4563         case-folded UTF-8 comparison.
4564
4565         * gtk/gtkfilesystemwin32.h: Declare
4566         _gtk_file_system_win32_path_compare().
4567
4568 2005-01-01  Matthias Clasen  <mclasen@redhat.com>
4569
4570         * gtk/gtkbutton.c (gtk_button_set_image): Allow unsetting the
4571         custom image by passing NULL.
4572         (gtk_button_init): Initialize image_is_stock to TRUE, fixing
4573         a problem with changing stock labels.  (#162273, Marcin 
4574         Krzyzanowski)
4575
4576 2005-01-01  Tor Lillqvist  <tml@iki.fi>
4577
4578         * gtk/gtkmodules.c (get_module_path)
4579         * gtk/gtkrc.c (gtk_rc_make_default_dir, gtk_rc_get_im_module_file,
4580         gtk_rc_get_theme_dir, gtk_rc_add_initial_default_files): With
4581         g_getenv() now returning UTF-8 on Win32, no need to call
4582         g_locale_to_utf8().
4583
4584 2004-12-31  Matthias Clasen  <mclasen@redhat.com>
4585
4586         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval) 
4587         (_gtk_key_hash_lookup): Don't sort a list of values as if
4588         it was a list of entries. This fixes crashes during mnemonic
4589         activation in the presence of multiple keymaps. (#162488, 
4590         Christian Persch)
4591
4592 2004-12-30  Matthias Clasen  <mclasen@redhat.com>
4593
4594         * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Fix
4595         state propagation when making an insensitive combo box sensitive
4596         again.  (#162524, Carlos Garnacho Parro)
4597
4598         * gtk/gtkfilechooserdefault.c: Use secondary text for error 
4599         dialogs.
4600
4601         * gtk/gtkfilesystemunix.c: Clean up some cases of errno handling
4602         (#162496, noted by Tor Lillqvist), and use g_filename_display_name()
4603         for error messages. Also mark some error messages for translation,
4604         fix capitalization of error messages.
4605
4606         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property): 
4607         Use g_value_get_boolean() for ellipsize_set.  (#162447, 
4608         Brian Tarricone)
4609
4610 2004-12-30  Tor Lillqvist  <tml@iki.fi>
4611
4612         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use /usr/share/pixmaps
4613         only on Unix.
4614
4615 2004-12-28  Matthias Clasen  <mclasen@redhat.com>
4616
4617         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Inherit
4618         submenu direction from the parent menu.
4619
4620         * gtk/gtkmenushell.c (gtk_menu_shell_select_submenu_first): 
4621         Return a boolean indicating whether an item in the submenu
4622         was selected.
4623         (gtk_real_menu_shell_move_current): When going in child 
4624         direction, don't get stuck at completely insensitive 
4625         submenus.  (#162055, Billy Biggs)       
4626
4627 2004-12-27  Matthias Clasen  <mclasen@redhat.com>
4628
4629         Make the clipboard image API more robust (#162357, 
4630         Torsten Schoenfeld):
4631         
4632         * gtk/gtkclipboard.c (clipboard_image_received_func): Don't
4633         ref the pixbuf if it is NULL.
4634
4635         * gtk/gtkselection.c (gtk_selection_data_set_pixbuf): 
4636         NULL-terminate the varargs in the call to 
4637         gdk_pixbuf_save_to_buffer(). 
4638         (gtk_selection_data_get_pixbuf): Only use a pixbuf loader 
4639         if there is data to load.
4640
4641 2004-12-27  Matthias Clasen  <mclasen@redhat.com>
4642
4643         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): 
4644         Set x_root and y_root in button and motion events from 
4645         extended input devices.  (#148715, Robert Ögren)
4646
4647         * gtk/gtktreeview.c (gtk_tree_view_class_init): Fix a 
4648         typo.  (#162339, Alessio Dessi)
4649
4650         * gtk/gtkadjustment.c (gtk_adjustment_class_init): Document
4651         properties as new since 2.4.  (#156101, Billy Biggs)
4652
4653         * configure.in: Add a warning about the linux-fb 
4654         target.  (#155488, Zeeshan Ali)
4655
4656         * gtk/gtkmain.c (gtk_init_with_args): Typo fix.  (#162278,
4657         Torsten Schoenfeld)
4658
4659 2004-12-26  Matthias Clasen  <mclasen@redhat.com>
4660
4661         * gtk/gtkfilechooser.c (gtk_file_chooser_set_action): 
4662         Typo fix.  (#162219, Masao Mutoh)
4663         (gtk_file_chooser_set_preview_widget_active): 
4664         Another typo.  (#162218, Masao Mutoh)
4665
4666 2004-12-23  Matthias Clasen  <mclasen@redhat.com>
4667
4668         * gtk/gtkliststore.c (gtk_list_store_iter_children): 
4669         Return TRUE if there are children.  (#162134, Iñigo Serna,
4670         patch by John Finlay)
4671
4672         * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): 
4673         Transfer state from the button to the cell view to get
4674         prelighting right.  (#156327, Ricardo Veguilla)
4675
4676 Wed Dec 22 14:22:19 2004  Søren Sandmann  <sandmann@redhat.com>
4677
4678         * tests/testtoolbar.c (timeout_cb): Add sensitivity-changing
4679         timeout. Written by Christian Persch.
4680
4681 Wed Dec 22 14:14:02 2004  Søren Sandmann  <sandmann@redhat.com>
4682
4683         Bug #161561
4684         
4685         * gdk/x11/gdkwindow-x11.c (tmp_{re,un}set_bg): Only set/reset the
4686         background for windows that get expose events. 
4687
4688         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Remove
4689         hack to repaint !expose windows.
4690
4691 Wed Dec 22 11:35:41 2004  Søren Sandmann  <sandmann@redhat.com>
4692
4693         Bug #147497, make menu items activate immediately when you release
4694         the button.
4695         
4696         * gtk/gtkmenu.c (gtk_menu_enter_notify, menu_motion_notify): Make
4697         items activate immediately.
4698
4699         * gtk/gtkmenu.c (definitely_within_item): New function
4700         * gtk/gtkmenu.c (check_threshold): New function
4701
4702 2004-12-22  Matthias Clasen  <mclasen@redhat.com>
4703
4704         * gtk/gtklabel.c (gtk_label_setup_mnemonic): Don't forget to
4705         null the mnemonic_menu when unsetting a mnemonic, reported
4706         by Owen Taylor.
4707
4708 2004-12-21  Matthias Clasen  <mclasen@redhat.com>
4709
4710         * gtk/gtkliststore.c (generate_order): Generate the order the
4711         way it is supposed to be, order[new_pos] == old_pos.
4712         (gtk_list_store_reorder): Invert the order before using it.
4713
4714 2004-12-22  Matthias Clasen  <mclasen@redhat.com>
4715
4716         Fix sorting of list stores.  (#161886, Marcin Krzyzanowski)
4717
4718         * gtk/gtkliststore.c (generate_order): Generate the order the
4719         way it is supposed to be, order[new_pos] == old_pos.
4720         (gtk_list_store_reorder): Invert the order before using it.
4721
4722         * gtk/gtkiconview.c (gtk_icon_view_rows_reordered): Adapt to the
4723         list store fix.
4724
4725 Wed Dec 22 01:24:01 2004  Jonathan Blandford  <jrb@redhat.com>
4726
4727         * gtk/queryimmodules.c (main): print out the version and binary
4728         name in the header comment.  Problem reported by Seth Nickell.
4729
4730 2004-12-20  Matthias Clasen  <mclasen@redhat.com>
4731
4732         * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Pass a
4733         root path to gtk_tree_model_rows_reordered().  (#161720,
4734         Marcin Krzyzanowski)
4735
4736         * gtk/gtkactiongroup.c (gtk_action_group_translate_string): Don't 
4737         translate NULL messages.  (#161789, Morten Welinder)
4738
4739         * gtk/gtkmessagedialog.c (setup_primary_label_font): Don't show
4740         the secondary label on show_all().  (#161707, Christian Persch)
4741
4742 2004-12-19  Tor Lillqvist  <tml@iki.fi>
4743
4744         * gdk/win32/gdkdnd-win32.c (resolve_link, gdk_dropfiles_filter):
4745         Use wide character API when available. Use UTF-8 for filenames.
4746
4747         * gdk/win32/gdkselection-win32.c (_gdk_dropfiles_store): Include
4748         the string's trailing zero byte in the property's length, just for
4749         safety.
4750
4751 2004-12-18  Matthias Clasen  <mclasen@redhat.com>
4752
4753         * gtk/gtkfilechooserentry.c (check_completion_callback) 
4754         (load_directory_callback): Add missing GDK_THREADS_ENTER/LEAVE.
4755
4756         * gtk/gtkfilechooserdefault.c (edited_idle_cb) 
4757         (shortcuts_drag_outside_idle_cb): Add missing 
4758         GDK_THREADS_ENTER/LEAVE.  (#161604)
4759         
4760         * gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): 
4761         (list_select_func): Don't call gtk_file_info_get_is_folder()
4762         on NULL. 
4763
4764         * gtk/gtkaboutdialog.c (gtk_about_dialog_get_logo_icon_name): 
4765         (gtk_about_dialog_init): Add missing initializations.  (#161646,
4766         Torsten Schoenfeld)
4767