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