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