aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/TODO
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-07 21:17:28 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-07 21:17:28 +0000
commit4df086cf574b5ed0c34b4e794c80533d21bc1884 (patch)
tree25bc9d426c4f81eef2b532b7c4f2502add7809a3 /packages/darwin_app/TODO
parentd370124542642276fa6c0bfefcfbabfd05101f55 (diff)
removed Pd-for-UNIX.pkg stuff since I have thought of a much better way to do it; started updating build system to work with Miller's Pd.app/AppMain.tcl code as of 0.38
svn path=/trunk/; revision=2693
Diffstat (limited to 'packages/darwin_app/TODO')
-rw-r--r--packages/darwin_app/TODO33
1 files changed, 22 insertions, 11 deletions
diff --git a/packages/darwin_app/TODO b/packages/darwin_app/TODO
index 2bac978e..07f9d644 100644
--- a/packages/darwin_app/TODO
+++ b/packages/darwin_app/TODO
@@ -1,22 +1,33 @@
-- fix socket.patch and s_audio_jack.patch
-
-- add context to all patches
-
- include auto-.pdrc script in package somewhere...
-- convert from -DMACOSX to -D__APPLE__ where ever possible (check out
- __gnu_linux__) while I am at it
-
- make a web page that has stuff that can't be included due to license issues:
- (percolate, OSC?)
-
-- add m_pd.h to /usr/local/include to Pd-UNIX.pkg
+ (percolate)
-- add externals/OSCx/send+dump/ dumpOSC and sendOSC to Pd-UNIX.pkg
+- create Tcl script called from Prefs that creates links for the standard unix
+- locations for files that are in bin, include, man inside $(PD_FILE_ROOT)
- redo menu system
- 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
+
+- make Cmd-Delete also delete, as well as just Delete, so that my Finder key
+ command habits work in Pd as well
+
+- make Cmd-H and Alt-Cmd-H work when the Alt key is spec'ed
+
+- write sed script to set help-patch font size to 10 point from 12 point on
+ all help patches.
+
+- add file browser and cascasing menus to Help menu
+
+- create --enable-cpu and --enable-arch in pd/src/configure.in
+
+- create general optimization flag system
+
+- convert from -DMACOSX to -D__APPLE__ where ever possible (check out
+ __gnu_linux__) while I am at it
+
+- add context to all patches