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