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