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