]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Enable execute code for Unicode. This also makes
[wxWidgets.git] / docs / changes.txt
index 216d413a037dc95177913a9610bd001954656f5f..56e0b2e446bcd3405fb9097cbbfb817db8e37af5 100644 (file)
@@ -49,9 +49,6 @@ wxBase:
   must modify YourApp::OnAssert() signature if you were using it to override
   the default assert handling.
 
-- IPC classes improved and memory leaks fixed (Michael Fielding).
-  Global buffer removed, duplication in docs removed.
-
 All (GUI):
 
 ! the event type constants are not constants any more but are dynamically
@@ -178,6 +175,7 @@ OTHER CHANGES
 
 wxBase:
 
+- building wxBase with Borland C++ is now supported (Michael Fieldings)
 - wxSemaphore class added, many fixed to wxCondition and wxThread (K.S. Sreeram)
 - fixes to the command line parsing error and usage messages
 - modified wxFileName::CreateTempFileName() to open the file atomically
@@ -193,6 +191,9 @@ wxBase:
   deprecated)
 - added wxShutdown() function (Marco Cavallini)
 - added wxEXPLICIT macro
+- IPC classes improved and memory leaks fixed (Michael Fielding).
+  Global buffer removed, duplication in docs removed
+- debug new/free implementations made thread-safe
 
 Unix (Base/GUI):
 
@@ -240,6 +241,8 @@ All (GUI):
 - generic wxListCtrl renamed to wxGenericListCtrl, wxImageList
   renamed to wxGenericImageList, so they can be used on wxMSW
   (Rene Rivera).
+- Added wxTreeEvent::IsEditCancelled so the application can tell
+  whether a label edit was cancelled.
 
 wxMSW:
 
@@ -253,6 +256,7 @@ wxMSW:
 - fixed redraw problems in dynamically resized wxStaticText
 - improvements to wxWindows applications behaviour when the system colours
   are changed
+- choose implicit parent for the dialog boxes better
 - fixed wxProgressDialog for ranges > 65535
 - wxSpinButton and wxSpinCtrl now support full 32 bit range (if the version
   of comctl32.dll installed on the system supports it)
@@ -278,6 +282,11 @@ wxMSW:
 - fixed a condition where a thread can hang during message/event processing
 - increased space between wxRadioBox label and first radio button
 - don't fail to register remaining window classes if one fails to register
+- wxFontDialog effects only turned on if a valid colour was
+  provided in wxFontData
+- Added wxTE_LEFT, wxTE_CENTRE and wxTE_RIGHT flags for text
+  control alignment.
+- Bitmap printing uses 24 bits now, not 8.
 
 wxGTK:
 
@@ -293,6 +302,7 @@ wxGTK:
 - implemented wxChoice::Delete()
 - fixed bad memory leak in wxFileDialog (Chris Elliott)
 - made internal GC pool dynamically growable
+- added GTK+ 2 and Unicode support
 
 wxMotif:
 
@@ -304,6 +314,19 @@ wxMotif:
 - fixed wxSpinCtrl and wxStaticLine when used with sizers
 - wxStaticBitmap now shows transparent icons correctly
 
+wxX11:
+
+- added generic MDI implementation (Hans Van Leemputten)
+- first cut at wxSocket support (not yet working)
+
+wxMac:
+
+- Many improvements
+
+wxOS2:
+
+- First alpha-quality release
+
 wxHTML:
 
 - fixed wxHtmlHelpController's cache files handling on big endian machines