summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2003-10-23 19:49:54 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-10-23 19:49:54 +0000
commit6de190725cc94da2c5c03e4153ea4d22ed80fd5c (patch)
treeefd1bba6b7c7b4e450ada217c18c3d9b18a3664b /NEWS
parente577ee85c3e53631132f1d95c7bb6adbbc5fc158 (diff)
downloadgtk+-6de190725cc94da2c5c03e4153ea4d22ed80fd5c.tar.gz
Updates.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 8 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 654b73903a..d68ff749f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,29 +1,29 @@
Overview of Changes from GTK+-2.2.x to GTK+-2.3.0
=================================================
-* New action-based menu API: GtkUIManager, GtkActionGroup,
- GtkAction, etc. [James Henstridge, Soeren Sandmann, Matthias Clasen]
* New combo box widgets: GtkComboBox, GtkComboBoxEntry [Kristian Rietveld]
* Autocompletion for entries: GtkEntryCompletion [Kristian]
* New "disclosure triangle" widget: GtkExpander [Marc McLoughlin]
* New "picker button" widgets: GtkFontButton, GtkColorButton [Matthias]
* Support icon themes for stock icons [Owen Taylor]
* Support for RGBA cursors [Matthias]
-* Support tabular menus [Kristian]
-* Support RTL flipping for GtkHPaned and GtkTreeView [Soeren,
- Matthias, Jonathan Blandford]
+* Support RTL flipping for GtkHPaned [Soeren]
* Support up to four scroll arrows on GtkNotebook and make them
themeable. [Matthias]
-* Add a filtering tree model: GtkTreeModelFilter [Kristian]
* GtkCalendar improvements: make the arrows spin, support RTL flipping,
automatic week start selection, DND support. [Matthias]
* Add gtk_widget_queue_resize_no_redraw() [Soeren]
-* New positioning algoritm for menus [Soeren]
* Theme improvements [Soeren]
* Fix gdk_window_begin_paint() bug [Soeren]
* New "focus_on_click" property for GtkButton [Soeren]
* New "accepts_tab" property for GtkTextView [Soeren]
* Deprecate GtkCombo and GtkOptionMenu [Kristian]
+Menus:
+ - New action-based menu API: GtkUIManager, GtkActionGroup,
+ GtkAction, etc. [James Henstridge, Soeren Sandmann, Matthias Clasen]
+ - Support for tabular menus [Kristian]
+ - New positioning algorithm for popup menus [Soeren]
+
GtkToolbar: [Soeren]
- New toolbar API [James, Anders Carlsson, Owen]
- Support for sliding buttons like OS X
@@ -40,6 +40,7 @@ GtkTreeView: [Kristian Rietveld]
- Move row reference updating code to closures
- Fix TreeView DnD: make TreeStore DnD work, make drops on empty views work,
get rid of gtk-tree-model-drop-append.
+ - Add a filtering tree model: GtkTreeModelFilter [Kristian]
Other contributors: Krasimir Angelov, Mariano Suarez-Alvarez, David
Bordoley, Christian Persch, Morten Welinder, Marco Pesenti Gritti