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