]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
remove -I on nonexistent directory
[wxWidgets.git] / docs / changes.txt
index f87dbe627e96662508354fae91897087ada7bf13..a642866566e7649b85d2bf31973896908d58f887 100644 (file)
@@ -432,6 +432,7 @@ All:
   wxVariant.
 - wxDateTime timezone functions now dynamic (no caching).
 - Added wxHttp::GetCookie and wxHttp::HasCookies (dodge).
+- Added support for unique volume names to wxFileName (Neno Ganchev).
 
 Unix:
 
@@ -450,6 +451,7 @@ All (GUI):
 - Added wxEditableListBox XRC handler.
 - Added multiple selection support to wxDirCtrl (Steve Lamerton).
 - wxGrid: add possibility to prevent resizing of individual rows/columns.
+- wxGrid: allow changing the horizontal alignment of numeric cells.
 - wxHTML: add support for table borders width (Laurent Humbertclaude).
 - Added wxMouseEventsManager.
 - Building OpenGL library is now enabled by default.
@@ -480,6 +482,7 @@ All (GUI):
   where possible.
 - wxRTC: corrected centring and right-justification spacing.
 - Added wxBORDER_THEME to XRC.
+- wxGraphicsContext is now enabled by default if supported by the platform.
 
 GTK:
 
@@ -716,6 +719,7 @@ All (GUI):
   new CheckFit() method for more information.
 - Allow reading GIFs with incorrectly specified animation size.
 - Return number of frames in animated GIF from wxGIFHandler::GetImageCount().
+- Improved anchors handling in wxHTML.
 
 wxGTK: