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