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