X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/618351fe26556f5f3d90cbe7b81fd178f12dd7b1..5aa67d6619d7758bd66375ef75b698ae49f3418b:/docs/mac/todo.txt diff --git a/docs/mac/todo.txt b/docs/mac/todo.txt index 1e6d62469b..4965c76482 100644 --- a/docs/mac/todo.txt +++ b/docs/mac/todo.txt @@ -1,17 +1,7 @@ -in the carbon targets the following items are still missing +* Implement toggle buttons +* Implement popup windows +* Implement joystick support +* Fix wxGetKeyState using HID and GetKeys and low memory keymap +* Add sound manager part to wxSound and commit it as classic also +* Focus rectangles are off on smaller text controls on 10.2 (10.3 also?) -- printing support -- navigation services support - -Bugs/Defects (GD) ------------------ -* Correct listbox creation which is causing the following error message - under Mac OS X: - -./Controls/Source/ControlAllocation.cp:755: failed assertion `theErr == noErr' -Abort - - This is due to the constant kwxMacListWithVerticalScrollbar at line 40 of - src/mac/listbox.cpp. - -* Implement toggle buttons missing under Mac OS & Mac OS X