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