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