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