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