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