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