diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2003-10-23 19:49:54 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-10-23 19:49:54 +0000 |
commit | 6de190725cc94da2c5c03e4153ea4d22ed80fd5c (patch) | |
tree | efd1bba6b7c7b4e450ada217c18c3d9b18a3664b | |
parent | e577ee85c3e53631132f1d95c7bb6adbbc5fc158 (diff) | |
download | gdk-pixbuf-6de190725cc94da2c5c03e4153ea4d22ed80fd5c.tar.gz |
Updates.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 4 | ||||
-rw-r--r-- | NEWS | 15 |
6 files changed, 28 insertions, 7 deletions
@@ -1,3 +1,7 @@ +Thu Oct 23 21:49:05 2003 Matthias Clasen <maclas@gmx.de> + + * NEWS: Remove a few duplicates, group the menu changes. + Thu Oct 23 21:12:50 2003 Kristian Rietveld <kris@gtk.org> * NEWS: Updates for 2.3.0; changed header to match the style we used diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 36cad6486..d3076b238 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Thu Oct 23 21:49:05 2003 Matthias Clasen <maclas@gmx.de> + + * NEWS: Remove a few duplicates, group the menu changes. + Thu Oct 23 21:12:50 2003 Kristian Rietveld <kris@gtk.org> * NEWS: Updates for 2.3.0; changed header to match the style we used diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 36cad6486..d3076b238 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +Thu Oct 23 21:49:05 2003 Matthias Clasen <maclas@gmx.de> + + * NEWS: Remove a few duplicates, group the menu changes. + Thu Oct 23 21:12:50 2003 Kristian Rietveld <kris@gtk.org> * NEWS: Updates for 2.3.0; changed header to match the style we used diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 36cad6486..d3076b238 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Thu Oct 23 21:49:05 2003 Matthias Clasen <maclas@gmx.de> + + * NEWS: Remove a few duplicates, group the menu changes. + Thu Oct 23 21:12:50 2003 Kristian Rietveld <kris@gtk.org> * NEWS: Updates for 2.3.0; changed header to match the style we used diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 36cad6486..d3076b238 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Thu Oct 23 21:49:05 2003 Matthias Clasen <maclas@gmx.de> + + * NEWS: Remove a few duplicates, group the menu changes. + Thu Oct 23 21:12:50 2003 Kristian Rietveld <kris@gtk.org> * NEWS: Updates for 2.3.0; changed header to match the style we used @@ -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 |