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