]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
wx.aui.AUI_ART_GRADIENT_TYPE --> wx.aui.AUI_DOCKART_GRADIENT_TYPE
[wxWidgets.git] / docs / changes.txt
index 2cb417171d229fba482c57e64b6405e6ec376529..ac1a417acdc3be4b7471757d10bf0ca6c89adcad 100644 (file)
@@ -1,6 +1,6 @@
----------------------------------------------------------------
-wxWidgets Change Log - For more verbose changes, see the manual
----------------------------------------------------------------
+-------------------------------------------------------------------------------
+                             wxWidgets Change Log
+-------------------------------------------------------------------------------
 
 INCOMPATIBLE CHANGES SINCE 2.6.x
 ================================
@@ -68,7 +68,7 @@ Deprecated methods since 2.6.x and their replacements
   wxFS_SEEKABLE flags is deprecated. You can still seek, but use the flag.
 - Constructor wxZipInputStream(const wxString& archive, const wxString& file)
   deprecated in favour of wxFileSystem (other zip ctors are not deprecated).
+
 
 
 Major new features in 2.8 release
@@ -84,7 +84,28 @@ Major new features in 2.8 release
 - Further functionality including wxAnimationCtrl (moved from contrib/src/anim
   and enhanced), wxSimpleHtmlListBox, wxHyperlinkCtrl, wxColourPickerCtrl,
   wxDirPickerCtrl, wxFilePickerCtrl, wxFontPickerCtrl, wxCollapsiblePane,
-  wxAboutBox, wxTreebook, tar streams.
+  wxSearchCtrl, wxAboutBox, wxTreebook, tar streams.
+
+
+2.8.1
+-----
+
+All:
+
+- Fix compilation with wxUSE_STL=1
+- wxGrid::GetBestSize() returns same size the grid would have after AutoSize()
+
+wxMSW:
+
+- Fixed compilation with Borland C++ in Unicode mode but without MSLU
+
+wxGTK:
+
+- Don't crash if command line is not valid UTF-8 (Unicode build only)
+
+wxUniv:
+
+- It is now possible to set background colour of wxStaticText
 
 
 2.8.0
@@ -92,6 +113,8 @@ Major new features in 2.8 release
 
 All:
 
+- Added wxSearchCtrl (Vince Harron)
+- wxCSConv("UTF-16/32") now behaves correctly, i.e. same as wxMBConvUTF16/32
 - wxArrayString::Alloc() now works as reserve() and doesn't clear array contents
 - Fixed long standing bug in wxFileConfig groups renaming (Antti Koivisto).
 - New option wxFS_READ | wxFS_SEEKABLE for wxFileSystem::OpenFile() to return
@@ -104,8 +127,14 @@ wxMSW:
 
 - Fixed version script problems when using configure with cygwin/mingw32.
 - Use system default paper size for printing instead of A4.
+- Fix (harmless) assert in virtual list control under Vista
 - Fix colours when converting wxBitmap with alpha to wxImage (nusi).
 
+wxGTK:
+
+- Allow dynamically changing most of text control styles
+- Enable use of libgnomeprintui by default in configure
+
 
 2.7.2
 -----
@@ -118,7 +147,7 @@ All:
 - Added wxFilterFSHandler and wxArchiveFSHandler.
 - Added wxString::ToLongLong() and ToULongLong().
 
-All (GUI): 
+All (GUI):
 
 - wxMemoryDC constructor now optionally accepts a wxBitmap parameter,
   calling SelectObject itself if a valid bitmap is passed.