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