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