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