aboutsummaryrefslogtreecommitdiff
path: root/pd/src/notes.txt
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2004-11-28 21:20:43 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2004-11-28 21:20:43 +0000
commita346d52dfffc44999d3f10226642f7baa9c5463b (patch)
tree6fea81e2fcdc9812a3ee984e378900ee4f8e9fe9 /pd/src/notes.txt
parentaa82c4290982659a3364eca02573e070418b63e8 (diff)
unified "array" and "struct array" code. Vast changes to "g_array.c" and
"g_template.c", and many smaller changes to various files. Not yet well tested. svn path=/trunk/; revision=2341
Diffstat (limited to 'pd/src/notes.txt')
-rw-r--r--pd/src/notes.txt28
1 files changed, 23 insertions, 5 deletions
diff --git a/pd/src/notes.txt b/pd/src/notes.txt
index a6eb41c6..7e7e8569 100644
--- a/pd/src/notes.txt
+++ b/pd/src/notes.txt
@@ -34,10 +34,27 @@ sched_idle hook
fixed startup flags, path, etc. so that spaces, "," chars, etc., are allowed
configure script fixed to handle enable- and disable- correctly
+0.39:
+arrays are now first-class data
+array elements can be clicked on, etc
+
+
+bug bandaids:
+d_delay.c confusion
+'$' and help broken in OSX?
+
+garray change:
+make a gobj_redraw that schedules the redraw
+put two radio button banks side by side
+re-range tables when arrays change size (again)
+array_resize etc., should redraw the array directly? Or should "setsize"
+ and "garray_resize" do it instead? check it's queued correctly.
+
+
doc:
document env~ second argument (and why is it no less than 1/10 of first???)
-update 0.intro.pd
vibrato example
+block resampling arguments
problems:
'[' in numbox label breaks it (Yury Sept. 3)
@@ -63,6 +80,7 @@ figure out why Pd sometimes crashes when you close example after adding fields
check if _vsnprintf with zero argument in windows works any better...
next release:
+fix copyright notices
update portmusic to latest
IEM guis to use queued updates
pixel font sizes
@@ -98,14 +116,14 @@ allow field(1,5,0,100) etc. in drawing commands
vget, vset traversal objects
cursor to show (x, y) location
better hit detection (getrect is too greedy; try tk's "current" tag for canvas)
-click on points of plot
-typing & dragging drawnumbers
-fix templates to be loaded on demand and belong to a globally known patch
+typing at drawnumbers
test and debug list elements of templates
-sublists should display on parent if desired?
+sublists should display on parent if desired? (new drawing instruction)
sublists seem not to handle canvas allocation right (get.pd->pointer.pd bug)
scalar hook to catch the mouse
protect against "plots" going away while you drag on them
+when last drawing instruction leaves, glist_redrawitem() fails to erase it;
+ perhaps scalar_vis(...0) should just delete for the tag, itself?
more features: