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