]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Added script to bake everthing (OK, so it's trivial...)
[wxWidgets.git] / docs / changes.txt
index 1965d4d9c39356079877347cb16c0c86cbe284b0..97ccb2b81d5d7fb347498859bfdba4842f03c65c 100644 (file)
@@ -219,7 +219,7 @@ All:
 - sped up wxHTTP and wxFTP
 - added wxStringInput/OutputStreams
 - added wxFileConfig::Save(wxOutputStream)
-
+- fixed wxString's behavior with inserted null characters (RN) 
 
 All (GUI):
 
@@ -258,12 +258,21 @@ Unix:
   builds of wxWidgets and to return flags/libs for selected libraries only
 - wx-config has new --version-full option
 
-wxMAC:
+wxCOCOA:
+
+- Added UNICODE layer for OSX so that you can build wxWidgets in UNICODE mode in OSX 10.2 (and possibly lower) with wxMAC and wxCOCOA (RN)
+- Fixed so that wxCOCOA runs in 10.2 (and possibly lower) (RN)
+- Tooltips now supported - Enable and SetDelay not implemented (RN)
+- wxSound now supported (RN)
+- wxDisplay now supported (RN)
+- Cursors (hopefully) now supported (RN)
+
+wxMac:
 
 - Fixed MLTE text control GetLineText and GetLineLength on OSX (RN)
 - Added OSX wxTaskBarIcon implementation for the OSX Dock (RN)
-- Added wxDrawerWindow class for drawer windows for OSX >= 10.2 (RN - from Jason Bagley)
-- Native font dialog on OSX 10.2 and greater (RN)
+- Added UNICODE layer for OSX so that you can build wxWidgets in UNICODE mode in OSX 10.2 (and possibly lower) with wxMAC and wxCOCOA (RN)
+- Made wxGetKeyState work with nearly all keys (RN)
 
 wxGTK:
 
@@ -306,6 +315,7 @@ wxMSW:
 - don't send duplicate EVT_COMBOBOX events whenever selection changes any more
 - implemented support for selecting printer bin (Steven Van Ingelgem)
 - fixed wxListCtrl::SetSingleStyle() which was broken since a few releases
+- fixed print setup problem (always uses default printer) in Unicode build
 
 wxUniv/X11: