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