aboutsummaryrefslogtreecommitdiff
path: root/entry
AgeCommit message (Collapse)Author
2007-10-25updated help patch and added rudimentary size messageHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=8882
2007-10-25keyrelease events are now bound to the specific widget and the inlet/outlet ↵Hans-Christoph Steiner
drawing works svn path=/trunk/externals/bbogart/; revision=8881
2007-10-25removed cruft, added DEBUG()s around post()s, and intended the whole fileHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=8880
2007-10-25moved Tcl namespace create to create_widget(); minor cleanupsHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=8879
2007-10-25almost there, I can get data out the second outlet, but it's global, the ↵Hans-Christoph Steiner
bind is to all Text widgets svn path=/trunk/externals/bbogart/; revision=8878
2007-10-24trying using symbols for canvas names built with pointers to make code ↵Hans-Christoph Steiner
easier to read; fixed fgcolour/bgcolour bugs where it was resettng the contents of the symbol rather than switching symbols for the color names svn path=/trunk/externals/bbogart/; revision=8869
2007-10-24- cleaned up unused variablesHans-Christoph Steiner
- added entry_free() function - added structure to support second outlet outputing each keystroke: - second outlet - keyup message/entry_keyup method svn path=/trunk/externals/bbogart/; revision=8868
2006-05-05added creation argumentsHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=5051
2005-12-12Added JMZ's fix for escaping "," and ";"B. Bogart
svn path=/trunk/externals/bbogart/; revision=4199
2005-12-11Commented out Johannes Z's "string map" command to escape special ↵B. Bogart
characters, since it was broken on all platforms. svn path=/trunk/externals/bbogart/; revision=4187
2005-08-23escape "," and ";" before sending it to pd (so they won't be expanded to ↵IOhannes m zmölnig
separate lists) svn path=/trunk/externals/bbogart/; revision=3453
2005-08-23added ../../../pd/src to the includes (so you can compile out of the CVS-tree)IOhannes m zmölnig
svn path=/trunk/externals/bbogart/; revision=3452
2004-11-07Added revision keywords to initial post messageB. Bogart
svn path=/trunk/externals/bbogart/; revision=2240
2004-10-17Fixed disapearing widget on minimzation bug thanks to Guenter!B. Bogart
svn path=/trunk/externals/bbogart/; revision=2109
2004-05-18renamed gop-test.pd to prevent conflicts when copied by ../build/doc/makefileHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=1747
2004-03-20Made minor documentation changes to popup. Added entry external.B. Bogart
svn path=/trunk/externals/bbogart/; revision=1459