]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
As per discussion in bug #1612106, change default socket flag from NONE to NOWAIT...
[wxWidgets.git] / docs / changes.txt
index b1fd11f2ddf0cae7909b5ac4f43d1af1ccec0e22..5c9587e3d41662c30046bc8c566fa3c0790a906c 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
 ================================
 
 INCOMPATIBLE CHANGES SINCE 2.6.x
 ================================
@@ -19,8 +19,6 @@ Changes in behaviour not resulting in compilation errors, please read this!
   wxEVT_MOUSE_CAPTURE_LOST event and not call ReleaseMouse() in this case.
 - wxInputStream::GetC() now returns an int in the range 0 - 255 on success
   instead of a char the range -128 - 127.
   wxEVT_MOUSE_CAPTURE_LOST event and not call ReleaseMouse() in this case.
 - wxInputStream::GetC() now returns an int in the range 0 - 255 on success
   instead of a char the range -128 - 127.
-- A sequence returned by wxFileSystem::FindFirst()/FindNext() may now be
-  be scoped to a single instance of wxFileSystem.
 
 
 Changes in behaviour which may result in compilation errors
 
 
 Changes in behaviour which may result in compilation errors
@@ -66,6 +64,11 @@ Deprecated methods since 2.6.x and their replacements
 - wxDC::BeginDrawing() and wxDC::EndDrawing() deprecated, don't use them.
 - wxWindowBase::GetBestFittingSize --> wxWindowBase::GetEffectiveMinSize.
 - wxWindowBase::SetBestFittingSize --> wxWindowBase::SetInitialSize.
 - wxDC::BeginDrawing() and wxDC::EndDrawing() deprecated, don't use them.
 - wxWindowBase::GetBestFittingSize --> wxWindowBase::GetEffectiveMinSize.
 - wxWindowBase::SetBestFittingSize --> wxWindowBase::SetInitialSize.
+- Seeking on a zip stream returned from wxFileSystem without using the new
+  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
 
 
 Major new features in 2.8 release
@@ -79,7 +82,7 @@ Major new features in 2.8 release
   comboboxes. Associated classes include wxOwnerDrawnComboBox, wxComboPopup
   and wxBitmapComboBox.
 - Further functionality including wxAnimationCtrl (moved from contrib/src/anim
   comboboxes. Associated classes include wxOwnerDrawnComboBox, wxComboPopup
   and wxBitmapComboBox.
 - Further functionality including wxAnimationCtrl (moved from contrib/src/anim
-  and enhanced), wxHtmlSimpleListBox, wxHyperlinkCtrl, wxColourPickerCtrl,
+  and enhanced), wxSimpleHtmlListBox, wxHyperlinkCtrl, wxColourPickerCtrl,
   wxDirPickerCtrl, wxFilePickerCtrl, wxFontPickerCtrl, wxCollapsiblePane,
   wxAboutBox, wxTreebook, tar streams.
 
   wxDirPickerCtrl, wxFilePickerCtrl, wxFontPickerCtrl, wxCollapsiblePane,
   wxAboutBox, wxTreebook, tar streams.
 
@@ -89,12 +92,27 @@ Major new features in 2.8 release
 
 All:
 
 
 All:
 
+- 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).
 - 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
+  a stream that is seekable.
+- Fixed bug in wxCalendarCtrl::HitTest() when clicking on month change arrows
+- Added wxWindow::GetWindowBorderSize() and corrected wxTreeCtrl::GetBestSize()
+  for a control with borders (Tim Kosse)
 
 wxMSW:
 
 - Fixed version script problems when using configure with cygwin/mingw32.
 
 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
 -----
 
 2.7.2
 -----