]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Don't free a string that is managed by wxGtkString, that's the whole _point_ of wxGtk...
[wxWidgets.git] / docs / changes.txt
index ddfd2f1b70713781cacb0d7646d90196fb9ba777..98bd418cc1dc4a29ced9d0caf2d62235c9037f3e 100644 (file)
@@ -60,6 +60,7 @@ All:
 - Added wxPlatformInfo class (Francesco Montorsi).
 - Added wxLocale::IsAvailable() (Creighton).
 - Added Malay translations (Mahrazi Mohd Kamal)
+- Added reference counting for wxVariant
 
 All (GUI):
 
@@ -75,6 +76,7 @@ All (GUI):
 wxMSW:
 
 - Implemented wxComboBox::SetEditable().
+- wxSemaphore::Post() returns wxSEMA_OVERFLOW as documented (Christian Walther)
 - Fixed a bug whereby static controls didn't use the correct text colour if the
   parent's background colour had been set (most noticeable when switching to a
   high-contrast theme).
@@ -88,6 +90,7 @@ wxGTK:
 
 - Automatically use stock items for menu items with standard ids.
 - Setting cursor now works for all controls.
+- Implemented right-to-left support
 
 wxUniv: