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