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