Updates for 2.5.1.

This commit is contained in:
Matthias Clasen 2004-08-01 03:18:05 +00:00
parent 7c4e554f13
commit e51db8a3b5
5 changed files with 59 additions and 8 deletions

View File

@ -1,3 +1,7 @@
Sat Jul 31 23:17:44 2004 Matthias Clasen <maclas@gmx.de>
* NEWS: Updates
Sat Jul 31 01:13:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwindow.c:
@ -11,7 +15,7 @@ Sat Jul 31 00:42:08 2004 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below):
* gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_above): Don't
set both states at once. (#148789, Matthew Garret)
set both states at once. (#148789, Matthew Garrett)
2004-07-30 Matthias Clasen <mclasen@redhat.com>
@ -158,7 +162,7 @@ Mon Jul 26 00:38:27 2004 Matthias Clasen <maclas@gmx.de>
large to fit in the popup. (#135543)
* gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add a
scrolled window to the popup in list mode.
o scrolled window to the popup in list mode.
(gtk_combo_box_list_position): Calculate the height of the
popup so that it fits on the screen, set the scrollbar policy
of the scrolled window appropriately.

View File

@ -1,3 +1,7 @@
Sat Jul 31 23:17:44 2004 Matthias Clasen <maclas@gmx.de>
* NEWS: Updates
Sat Jul 31 01:13:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwindow.c:
@ -11,7 +15,7 @@ Sat Jul 31 00:42:08 2004 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below):
* gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_above): Don't
set both states at once. (#148789, Matthew Garret)
set both states at once. (#148789, Matthew Garrett)
2004-07-30 Matthias Clasen <mclasen@redhat.com>
@ -158,7 +162,7 @@ Mon Jul 26 00:38:27 2004 Matthias Clasen <maclas@gmx.de>
large to fit in the popup. (#135543)
* gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add a
scrolled window to the popup in list mode.
o scrolled window to the popup in list mode.
(gtk_combo_box_list_position): Calculate the height of the
popup so that it fits on the screen, set the scrollbar policy
of the scrolled window appropriately.

View File

@ -1,3 +1,7 @@
Sat Jul 31 23:17:44 2004 Matthias Clasen <maclas@gmx.de>
* NEWS: Updates
Sat Jul 31 01:13:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwindow.c:
@ -11,7 +15,7 @@ Sat Jul 31 00:42:08 2004 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below):
* gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_above): Don't
set both states at once. (#148789, Matthew Garret)
set both states at once. (#148789, Matthew Garrett)
2004-07-30 Matthias Clasen <mclasen@redhat.com>
@ -158,7 +162,7 @@ Mon Jul 26 00:38:27 2004 Matthias Clasen <maclas@gmx.de>
large to fit in the popup. (#135543)
* gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add a
scrolled window to the popup in list mode.
o scrolled window to the popup in list mode.
(gtk_combo_box_list_position): Calculate the height of the
popup so that it fits on the screen, set the scrollbar policy
of the scrolled window appropriately.

View File

@ -1,3 +1,7 @@
Sat Jul 31 23:17:44 2004 Matthias Clasen <maclas@gmx.de>
* NEWS: Updates
Sat Jul 31 01:13:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwindow.c:
@ -11,7 +15,7 @@ Sat Jul 31 00:42:08 2004 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below):
* gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_above): Don't
set both states at once. (#148789, Matthew Garret)
set both states at once. (#148789, Matthew Garrett)
2004-07-30 Matthias Clasen <mclasen@redhat.com>
@ -158,7 +162,7 @@ Mon Jul 26 00:38:27 2004 Matthias Clasen <maclas@gmx.de>
large to fit in the popup. (#135543)
* gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add a
scrolled window to the popup in list mode.
o scrolled window to the popup in list mode.
(gtk_combo_box_list_position): Calculate the height of the
popup so that it fits on the screen, set the scrollbar policy
of the scrolled window appropriately.

35
NEWS
View File

@ -1,3 +1,38 @@
Overview of Changes from GTK+ 2.5.0 to GTK+ 2.5.1
=================================================
* GtkTreeView
- Support ellipsisation in GtkCellRendererText [Vincent Untz,
Jonathan Blandford, Anders Carlsson]
- Add a GtkCellRenderer::editing-started signal [Matthias Clasen]
- Typeahead support [Jonathan]
- Align the entry in GtkCellRendererText [Matthias]
- Make DND work again [Ernst Persson, Matthias]
- Improve appearance of search popup [Matthias]
* GtkFileChooser
- Activate the last focused widget [Federico Mena Quintero]
- Add an "Add to shortcuts" item to the context menu [Federico]
* GtkCombobox
- Support scrolling in list mode [Matthias]
- Add necessary API to make GtkComboBox accessible [Padraig O'Briain]
- Change the API for separators to use a callback function
instead of a boolean model column [Matthias]
* GtkNotebook
- Ignore scroll events from page content [Gabriel de Perthuis]
* GtkAboutDialog
- Visual improvements [Anders]
* GtkIconView
- Use XRender to draw selection rectangle [Anders]
* GtkLabel
- Support ellipsisation [Tim Van Wassenhove, James M. Cape]
* Expose the menubar accel key as an XSetting [Scott James Remnant]
* Add example code for clipboard handling to gtk-demo [Anders]
* Bug fixes [Peter Zelesny, Guilherme Salgado, John Finlay,
Tommi Komulainen, Matthias, Crispin Flowerday, Padraig,
Morten Welinder, Olivier Sessink, Dafydd Harries, Soeren Sandmann,
Michael Natterer, Nicolas Deves, Matthew Garrett, Lorenzo Gil Sanchez]
* Documentation improvements [Federico, Matthias]
* Updated translations (gu,hi,pt_BR,ru,sv,uz)
Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0
=================================================
* New widgets: