From 99075c58451fbf4e93e2d96fa5492019c44003c2 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Tue, 23 Feb 2016 20:40:24 -0500 Subject: [PATCH] update todo --- pd/nw/todo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pd/nw/todo.txt b/pd/nw/todo.txt index 1e8a2b3da..d229c60f7 100644 --- a/pd/nw/todo.txt +++ b/pd/nw/todo.txt @@ -56,8 +56,6 @@ Everything else: (A [x] means we've fixed it) in the lib loading routine [ ] Fix layout on dialogs so that height/width of the document doesn't reflow when the window gets resized -[ ] figure out difference between deb install location /usr - vs tarball /usr/local [ ] Figure out what pdtk_ping does [ ] don't implement tooltips until we have a single call to create an object plus all xlets. That way we can add an arg or two for the name and dir @@ -65,6 +63,8 @@ Everything else: (A [x] means we've fixed it) [ ] make scalars dig inside abstractions when they search the templatecanvas for drawing commands. This will make it possible to build abstraction libraries for ds-gui widgets. +[x] figure out difference between deb install location /usr + vs tarball /usr/local [x] some menuitem shortcuts don't pass their events on to the dom, while others do. I think it happens when a double-modifier has keys in common with a single-modifier. Example: <ctrl-shift-v> creates a vsl, but the -- GitLab