aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/TODO
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-01-21 18:11:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-01-21 18:11:22 +0000
commit39351572e6da89e40ff85f5e8611b589177c4b59 (patch)
treef35778f0ce087a861c4ef7d35cb4621cc7ce4062 /packages/darwin_app/TODO
parentbee18d0a6631086662c1ff4d2b88f2460b5ded66 (diff)
removed crufty ancient TODO files and moved a couple still-relevant notes to more appropriate places
svn path=/trunk/; revision=10585
Diffstat (limited to 'packages/darwin_app/TODO')
-rw-r--r--packages/darwin_app/TODO32
1 files changed, 0 insertions, 32 deletions
diff --git a/packages/darwin_app/TODO b/packages/darwin_app/TODO
deleted file mode 100644
index f68e74d6..00000000
--- a/packages/darwin_app/TODO
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-- check code to make it all use single-precision/libmx functions on Mac OSX.
-
-- review permissions so that you can build on top on existing builds (its the
- Frameworks, just chmod -R +w after installingx)
-
-
-- add standard paths to included org.puredata.pd.plist following these
- guidelines:
-http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/Articles/WhereToPutFiles.html
-
-
-- try this for the Pref Pane:
- kAEShowPreferences ::tk::mac::ShowPreferences
-
-
-- redo menu system
- - research Tk + "Custom MDEF" for menus
- - the menus are the same for all windows
- - instead of hiding menus, grey-out/disable menu items on Pd window
- - one method for creating all menus
- - Pd window has method which disables menus
- - flash menu when accelerator hits
- - fix edit mode menu item (make it a checkbox or change to "play mode"
-
-
-- Pd should then test to see if Jack is available before switching to it,
- otherwise it'll just crash. Here's apple's method of testing:
-
- http://developer.apple.com/documentation/mac/runtimehtml/RTArch-43.html
-