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