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