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