aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-13got live resizing working, but the outline is lower than the text widget, ↵Hans-Christoph Steiner
despite my attempts to change that svn path=/trunk/externals/bbogart/; revision=8986
2007-11-13got buttons to correctly bind to the text widgetHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=8985
2007-11-13got selecting with a click working, but not deselecting afterwardsHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=8984
2007-11-07refactored code to use variables for the widget IDs, should be more readableHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=8950
2007-11-06- switched to using x->canvas everywhere to make sure that [entry]'s widgetsHans-Christoph Steiner
use the actual Pd canvas name as their root. x->canvas is set in entry_new() by doing x->canvas = canvas_getcurrent(); - added mouse button bindings to make the Help/Properties popup menu work inside of the text box. svn path=/trunk/externals/bbogart/; revision=8947
2007-11-06minor cleanupsHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=8945
2007-10-30changed [add( to [append( and added [key( method for inputting individual ↵Hans-Christoph Steiner
keys; removed mousefocus since I found a fix inside u_main.tk -> pdtk_canvas_click svn path=/trunk/externals/bbogart/; revision=8904
2007-10-29Following this thread:Hans-Christoph Steiner
http://lists.puredata.info/pipermail/pd-dev/2007-10/009797.html I have changed the save functions so that they will save the name of the object that it was actually instantiated with. This allows objects with savefns to work properly with namespaces. This is a fix for this bug: http://sourceforge.net/tracker/index.php?&aid=1818219&group_id=55736&atid=478070 svn path=/trunk/externals/bbogart/; revision=8902
2007-10-29added Pd's key bindings to each text box; fixed bug #1818219 so the ↵Hans-Christoph Steiner
namespace prefix now gets saved as part of the object's classname svn path=/trunk/externals/bbogart/; revision=8901
2007-10-29made scrollbar off by default; removed seemingly extraneous Tcl focus ↵Hans-Christoph Steiner
statement in entry_bang_output() svn path=/trunk/externals/bbogart/; revision=8900
2007-10-28added [scrollbar( message so that you can disable/enable the scrollbarHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=8898
2007-10-28made [option( message for passing Tcl/Tk options directly to the text ↵Hans-Christoph Steiner
widget; fixed minor bug in the output caused by adding the scrollbar svn path=/trunk/externals/bbogart/; revision=8897
2007-10-28added a scrollbar, fontsize message; cleaned up code some moreHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=8896
2007-10-28removed my silly experiment of setting canvas_name and widget_name ↵Hans-Christoph Steiner
centralling and put back all of the formats back into sys_vgui svn path=/trunk/externals/bbogart/; revision=8895
2007-10-27added support for adding and setting with floatsHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=8894
2007-10-26created [add( message to append text to the existing textHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=8883
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
2007-06-22Changed PSO to the "new" (build.sh pd gcc) install method inline with ↵B. Bogart
current flext. Updated docs accordingly svn path=/trunk/externals/bbogart/; revision=7796
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
2005-06-07fixed a bug that crashed pd when deleting a popup-in-a-gop that with inlets ↵IOhannes m zmölnig
(of the popup) connected svn path=/trunk/externals/bbogart/; revision=3129
2005-06-07added "set"-messageIOhannes m zmölnig
svn path=/trunk/externals/bbogart/; revision=3128
2005-06-07added a "disable"-message to turn off graphical chosing (you can still ↵IOhannes m zmölnig
choose via float/symbol-messages) svn path=/trunk/externals/bbogart/; revision=3124
2005-06-06now we can select, change options/name with hidden [popup]s that were ↵IOhannes m zmölnig
already opened svn path=/trunk/externals/bbogart/; revision=3121
2005-06-06removed the constraint about not being able to loadbang the object with optionsIOhannes m zmölnig
svn path=/trunk/externals/bbogart/; revision=3120
2005-06-06- removed the MAX_OPTIONS; we can now have an "infinite" number of options ↵IOhannes m zmölnig
(without segfaulting !) - you can now specify less than 5 arguments: "popup [<w> <h> [<c> [<n> [<o1> ...]]]]" svn path=/trunk/externals/bbogart/; revision=3119
2005-01-17Fixed resetting name on shade/minimize/desktop switch.B. Bogart
svn path=/trunk/externals/bbogart/; revision=2514
2005-01-14Added popup-name bug to READMEB. Bogart
svn path=/trunk/externals/bbogart/; revision=2504
2005-01-14Added second inlet to choose popup value via symbol name rather than index ↵B. Bogart
value. svn path=/trunk/externals/bbogart/; revision=2503
2004-12-13Added "append" method, fixed bug with background colour, added proper args ↵B. Bogart
to README svn path=/trunk/externals/bbogart/; revision=2370
2004-11-07Added revision keywords to initial post messageB. Bogart
svn path=/trunk/externals/bbogart/; revision=2240
2004-11-05Fixed name-clash bug thanks to Guenter!B. Bogart
svn path=/trunk/externals/bbogart/; revision=2219
2004-10-17Fixed disapearing widget on minimzation bug (as per entry)B. Bogart
Added a height argument to specify widget height. Example patches changed. svn path=/trunk/externals/bbogart/; revision=2110
2004-10-17Fixed disapearing widget on minimzation bug thanks to Guenter!B. Bogart
svn path=/trunk/externals/bbogart/; revision=2109
2004-10-16Found workaround for problem when minimizing windowsGuenter Geiger
svn path=/trunk/externals/bbogart/; revision=2108
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-05-18modified build files to work with CVS layoutHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=1746
2004-03-30added CVS-style include paths for pd srcHans-Christoph Steiner
svn path=/trunk/externals/bbogart/; revision=1511
2004-03-20Made minor documentation changes to popup. Added entry external.B. Bogart
svn path=/trunk/externals/bbogart/; revision=1459
2004-03-10The first argument is now pixel rather than character width, bounding-box is ↵B. Bogart
drawn correctly, and added a little documentation and GPL. svn path=/trunk/externals/bbogart/; revision=1406
2004-02-22fixed ?? GOP behaviourGuenter Geiger
svn path=/trunk/externals/bbogart/; revision=1338