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