]> Pileus Git - ~andy/gtk/commitdiff
Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 13 Dec 2004 17:09:13 +0000 (17:09 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 13 Dec 2004 17:09:13 +0000 (17:09 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
NEWS

index 5f8ac4622d394e807b991207e8906bf21b280e54..ac5af9ed625be320792ee56bf176066b85bfcd5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-12-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * NEWS: Updates
+
        * gtk/gtkcellrenderertext.c: Add a width-chars property like
        GtkLabel has.  (#160496, James M. Cape)
 
index 5f8ac4622d394e807b991207e8906bf21b280e54..ac5af9ed625be320792ee56bf176066b85bfcd5b 100644 (file)
@@ -1,5 +1,7 @@
 2004-12-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * NEWS: Updates
+
        * gtk/gtkcellrenderertext.c: Add a width-chars property like
        GtkLabel has.  (#160496, James M. Cape)
 
index 5f8ac4622d394e807b991207e8906bf21b280e54..ac5af9ed625be320792ee56bf176066b85bfcd5b 100644 (file)
@@ -1,5 +1,7 @@
 2004-12-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * NEWS: Updates
+
        * gtk/gtkcellrenderertext.c: Add a width-chars property like
        GtkLabel has.  (#160496, James M. Cape)
 
index 5f8ac4622d394e807b991207e8906bf21b280e54..ac5af9ed625be320792ee56bf176066b85bfcd5b 100644 (file)
@@ -1,5 +1,7 @@
 2004-12-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * NEWS: Updates
+
        * gtk/gtkcellrenderertext.c: Add a width-chars property like
        GtkLabel has.  (#160496, James M. Cape)
 
diff --git a/NEWS b/NEWS
index f9db563b67584d6732281f1da54208643219b71f..59596a0b1bd9d18b0fa11f04e7199b76b63d79cb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,94 @@
+Overview of Changes from GTK+ 2.4.x to GTK+ 2.6.0
+=================================================
+
+* New widgets
+  - GtkIconView
+  - GtkAboutDialog
+  - GtkCellView 
+  - GtkFileChooserButton
+  - GtkMenuToolButton 
+
+* New cell renderers
+  - GtkCellRendererCombo 
+  - GtkCellRendererProgress
+
+* Changes in GtkFileChooser
+  - many tweaks to keynav and other behaviour
+
+* Changes in GtkTreeView 
+  - hover selection
+  - hover expand
+  - separators 
+  - insensitive rows
+  - typeahead
+
+* Changes in GtkComboBox
+  - allow trees in combo boxes
+  - hover selection
+  - hover expand
+  - separators 
+  - insensitive rows
+  - scrolling
+
+* Changes in GtkLabel
+  - rotated text
+  - ellipsisation
+  - dnd from selectable labels
+  - selectable labels in the focus chain
+  - obey the Pango backspace-deletes-character attribute
+
+* Changes in GtkTextView
+  - rotated text
+  - obey the Pango backspace-deletes-character attribute
+
+* Changes in Clipboard/Selection/DND handling
+  - selection ownerchip change notification
+  - API to handle text, image and file targets
+  - support text/plain target
+  - support clipboard persistency
+  - support xdnd v5
+  - reduce clipboard timeout to 30 seconds
+
+* Theming
+  - follow icon theme specification for directory locations
+  - themed window icons
+  - themed images in GtkImage
+  - allow themes to displace focus rectangles on click
+  - various new stock icons
+
+* Window Manager interaction
+  - support do-not-focus-on-map hint
+  - support _NET_WM_USER_TIME
+
+* gdk-pixbuf:
+  - license information for image loaders
+  - disable loaders
+  - simple rotation
+  - make threadsafe
+
+* Performance improvements
+  - increase chunk size for incremental selection transfers
+  - get rid of many PLT entries
+  - icon theme caching
+  - sync counter mechanism to speed up resizes
+  - reimplement GtkListStore on top of a splay tree
+  - fix algorithmic problems in GtkUIManager
+
+* Win32-specific changes
+  - integrate IME input method module
+  - integrate ms-windows (Wimp) theme engine
+
+* Other changes
+  - API for HIG-conform dialogs
+  - API for stock-like buttons
+  - new init API based on GOption
+  - setting for alternative button order
+  - setting for modules to load
+  - integrate pixbuf theme engine
+  - change notebook tabs with the scroll wheel
+  - ellipsisation in GtkCellRendererText, GtkProgressBar, GtkStatusbar
+  - clean up abi and enforce list of exported symbols
+
 Overview of Changes from GTK+ 2.5.6 to GTK+ 2.6.0
 =================================================
 * GtkListStore