]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/mac/todo.txt
Tools
[wxWidgets.git] / docs / mac / todo.txt
index c8014089920238bea8f60a669811f31d1f1f895b..03f45be444e2f8bdf55940248f8d0cfc2545edc6 100644 (file)
@@ -1,20 +1,12 @@
-in the carbon targets the following items are still missing
+* Implement toggle buttons
 
-- printing support
-- navigation services support
+* Implement popup windows
 
-Bugs/Defects (GD)
------------------
-* Correct listbox creation which is causing the following error message
-  under Mac OS X:
+* Implement joystick support
 
-  ./Controls/Source/ControlAllocation.cp:755: failed assertion `theErr == noErr'
-  Abort
+* Implement drag and drop
 
-  This is due to the constant kwxMacListWithVerticalScrollbar at line 40 of
-  src/mac/listbox.cpp because the custom control definition has not been loaded
-  and is not present in memory, see:
-  
-  http://developer.apple.com/technotes/tn/tn2003.html#CustomCode
+* Correct smart processing errors that provoke the following error:
+
+cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
 
-* Implement toggle buttons missing under Mac OS & Mac OS X