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