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