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