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