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