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