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