aboutsummaryrefslogtreecommitdiff
path: root/entry
AgeCommit message (Expand)Author
2007-11-13bind to <Motion> events so that it can be moved easilyHans-Christoph Steiner
2007-11-13got live resizing working, but the outline is lower than the text widget, des...Hans-Christoph Steiner
2007-11-13got buttons to correctly bind to the text widgetHans-Christoph Steiner
2007-11-13got selecting with a click working, but not deselecting afterwardsHans-Christoph Steiner
2007-11-07refactored code to use variables for the widget IDs, should be more readableHans-Christoph Steiner
2007-11-06- switched to using x->canvas everywhere to make sure that [entry]'s widgetsHans-Christoph Steiner
2007-11-06minor cleanupsHans-Christoph Steiner
2007-10-30changed [add( to [append( and added [key( method for inputting individual key...Hans-Christoph Steiner
2007-10-29added Pd's key bindings to each text box; fixed bug #1818219 so the namespace...Hans-Christoph Steiner
2007-10-29made scrollbar off by default; removed seemingly extraneous Tcl focus stateme...Hans-Christoph Steiner
2007-10-28added [scrollbar( message so that you can disable/enable the scrollbarHans-Christoph Steiner
2007-10-28made [option( message for passing Tcl/Tk options directly to the text widget;...Hans-Christoph Steiner
2007-10-28added a scrollbar, fontsize message; cleaned up code some moreHans-Christoph Steiner
2007-10-28removed my silly experiment of setting canvas_name and widget_name centrallin...Hans-Christoph Steiner
2007-10-27added support for adding and setting with floatsHans-Christoph Steiner
2007-10-26created [add( message to append text to the existing textHans-Christoph Steiner
2007-10-25updated help patch and added rudimentary size messageHans-Christoph Steiner
2007-10-25keyrelease events are now bound to the specific widget and the inlet/outlet d...Hans-Christoph Steiner
2007-10-25removed cruft, added DEBUG()s around post()s, and intended the whole fileHans-Christoph Steiner
2007-10-25moved Tcl namespace create to create_widget(); minor cleanupsHans-Christoph Steiner
2007-10-25almost there, I can get data out the second outlet, but it's global, the bind...Hans-Christoph Steiner
2007-10-24trying using symbols for canvas names built with pointers to make code easier...Hans-Christoph Steiner
2007-10-24- cleaned up unused variablesHans-Christoph Steiner
2006-05-05added creation argumentsHans-Christoph Steiner
2005-12-12Added JMZ's fix for escaping "," and ";"B. Bogart
2005-12-11Commented out Johannes Z's "string map" command to escape special characters,...B. Bogart
2005-08-23escape "," and ";" before sending it to pd (so they won't be expanded to sepa...IOhannes m zmölnig
2005-08-23added ../../../pd/src to the includes (so you can compile out of the CVS-tree)IOhannes m zmölnig
2004-11-07Added revision keywords to initial post messageB. Bogart
2004-10-17Fixed disapearing widget on minimzation bug thanks to Guenter!B. Bogart
2004-05-18renamed gop-test.pd to prevent conflicts when copied by ../build/doc/makefileHans-Christoph Steiner
2004-03-20Made minor documentation changes to popup. Added entry external.B. Bogart