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