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