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