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