summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-07 19:56:51 -0400
committerPietro Gagliardi <[email protected]>2014-06-07 19:56:51 -0400
commitbc848f5c4078b999dbe6ef1cd90e16290a0d1c3a (patch)
tree7420a4fb1bd45032f9bf8ce36b8a465b1b6be4ff /todo.md
parent70d7f9fb2a6098c4807e1beb623536ae70a394e3 (diff)
Fixed all the NSAutoreleasePool issues on Mac OS X 10.6.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index 58971c5..ccf7ea0 100644
--- a/todo.md
+++ b/todo.md
@@ -1,7 +1,6 @@
MAC OS X:
- NSComboBox scans the entered text to see if it matches one of the items and returns the index of that item if it does; find out how to suppress this so that it returns -1 unless the item was chosen from the list (like the other platforms)
- asked: http://stackoverflow.com/questions/23046414/cocoa-how-do-i-get-nscombobox-indexofselecteditem-to-return-1-if-the-user-m
-- 10.6 also spits a bunch of NSNoAutoreleasePool() debug log messages even though I thoguht I had everything in an NSAutoreleasePool...
- make sure Areas get keyboard focus when clicking outside the actual Area space on Mac OS X
WINDOWS: