From fc87f5e130cf997a16b1a89d2da33c7e94e8005b Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Sun, 7 Sep 2014 12:17:32 -0400
Subject: [PATCH] *added general TODO to git

---
 pd/src/pd-l2ork-TODO.txt | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 pd/src/pd-l2ork-TODO.txt

diff --git a/pd/src/pd-l2ork-TODO.txt b/pd/src/pd-l2ork-TODO.txt
new file mode 100644
index 000000000..628a41641
--- /dev/null
+++ b/pd/src/pd-l2ork-TODO.txt
@@ -0,0 +1,30 @@
+C:
+*up and down inside textedfor should go immediately up if possible, rather than the end/begnning of line
+*verbosity level for the console
+*Draw SECONDARY redrect on gop scalar patchers to reflect the viewport?
+
+*object synonyms do not instantiate until the main object has been instantiated (no solution--advise getting rid of aliases or making one monster startup setup routine)
+*number2 should maintain focus after return to allow for entering next value (like regular number)
+	*number and number2 arrow down/up should inc/dec value
+*Add  netsend/receive~ for RPi objects to the RPi build IN PROGRESS
+*Redesign main window interface
+*add ability to custom name each instance of pd-l2ork (pd~?)
+*shared sends and receives among multiple instances?
+*scalar in a subpatch is visible even if it spills outside GOP (for legacy purposes we will keep this, and will hopefully fix this soon with the implementation of a window on a canvas)
+*improve dialogs IN PROGRESS
+*retrofit all 3rd-party gui objects to support tkpath
+	*Scope~ window name "h16ffd10" already exists in parent (likely resize hook)
+		*Change appearance of the resize hook
+		*change to scope~?
+	*clean-up ggee/gui
+=====================================
+
+Tkpath:
+*Postscript not printing? (will switch to Qt, so not necessary)
+*canvas_move should take into account transformations of children? (see Jonathan's email)
+
+K12:
+
+Help:
+
+Git commit:
-- 
GitLab