aboutsummaryrefslogtreecommitdiff
path: root/pd/src/notes.txt
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2009-01-06 05:05:36 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2009-01-06 05:05:36 +0000
commite60dbadb4745a209901a7ce30235e75f805ae6a0 (patch)
tree5faa940791911b1fc20001079692e6a6a44bbd54 /pd/src/notes.txt
parent781d1bc4ab8fc9fa55485d3c35bb1ba7fd6774c3 (diff)
0.42-1 - bug fixes
svn path=/trunk/; revision=10475
Diffstat (limited to 'pd/src/notes.txt')
-rw-r--r--pd/src/notes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/notes.txt b/pd/src/notes.txt
index 1a17eace..369b7ffe 100644
--- a/pd/src/notes.txt
+++ b/pd/src/notes.txt
@@ -31,7 +31,6 @@ open_via_path call in d_soundfile.c isn't threadsafe
floor, ciel functions in expr misdeclared
graph names don't appear until graph moved? (invis/vis on new array/rename)
don't filter locked click() through getrect
-when retyping abstractions, offer to save dirty one
should linux stop grabbing focus on vis? Is there a way to detect whether
the mouse is in a window when it opens?
arrays that don't fit in bounds don't update (same as red rectangle problem?)
@@ -53,6 +52,7 @@ real-time spectrum grapher
document ||, |, etc, better
features:
+'route' object to sprout inlet if no args (like sel)
optionally suppress leading "." directories and files on "open"
change config.h to #ifdef _MSC_VER (include MSW fake) else include a real one
stick snprintf alias in the MSW fake.