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