Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-25 | removed cruft, added DEBUG()s around post()s, and intended the whole file | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=8880 | |||
2007-10-25 | moved Tcl namespace create to create_widget(); minor cleanups | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=8879 | |||
2007-10-25 | almost 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-24 | trying 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 variables | Hans-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-22 | Changed 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-05 | added creation arguments | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=5051 | |||
2005-12-12 | Added JMZ's fix for escaping "," and ";" | B. Bogart | |
svn path=/trunk/externals/bbogart/; revision=4199 | |||
2005-12-11 | Commented 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-23 | escape "," 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-23 | added ../../../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-07 | fixed 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-07 | added "set"-message | IOhannes m zmölnig | |
svn path=/trunk/externals/bbogart/; revision=3128 | |||
2005-06-07 | added 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-06 | now 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-06 | removed the constraint about not being able to loadbang the object with options | IOhannes 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-17 | Fixed resetting name on shade/minimize/desktop switch. | B. Bogart | |
svn path=/trunk/externals/bbogart/; revision=2514 | |||
2005-01-14 | Added popup-name bug to README | B. Bogart | |
svn path=/trunk/externals/bbogart/; revision=2504 | |||
2005-01-14 | Added second inlet to choose popup value via symbol name rather than index ↵ | B. Bogart | |
value. svn path=/trunk/externals/bbogart/; revision=2503 | |||
2004-12-13 | Added "append" method, fixed bug with background colour, added proper args ↵ | B. Bogart | |
to README svn path=/trunk/externals/bbogart/; revision=2370 | |||
2004-11-07 | Added revision keywords to initial post message | B. Bogart | |
svn path=/trunk/externals/bbogart/; revision=2240 | |||
2004-11-05 | Fixed name-clash bug thanks to Guenter! | B. Bogart | |
svn path=/trunk/externals/bbogart/; revision=2219 | |||
2004-10-17 | Fixed 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-17 | Fixed disapearing widget on minimzation bug thanks to Guenter! | B. Bogart | |
svn path=/trunk/externals/bbogart/; revision=2109 | |||
2004-10-16 | Found workaround for problem when minimizing windows | Guenter Geiger | |
svn path=/trunk/externals/bbogart/; revision=2108 | |||
2004-05-18 | renamed gop-test.pd to prevent conflicts when copied by ../build/doc/makefile | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=1747 | |||
2004-05-18 | modified build files to work with CVS layout | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=1746 | |||
2004-03-30 | added CVS-style include paths for pd src | Hans-Christoph Steiner | |
svn path=/trunk/externals/bbogart/; revision=1511 | |||
2004-03-20 | Made minor documentation changes to popup. Added entry external. | B. Bogart | |
svn path=/trunk/externals/bbogart/; revision=1459 | |||
2004-03-10 | The 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-22 | fixed ?? GOP behaviour | Guenter Geiger | |
svn path=/trunk/externals/bbogart/; revision=1338 | |||
2004-02-20 | First release of popup menu external. has some GOP + outlet issues. | B. Bogart | |
svn path=/trunk/externals/bbogart/; revision=1322 | |||
2003-10-02 | Changed to the build system from pool for Darwin and Linux | B. Bogart | |
svn path=/trunk/externals/bbogart/; revision=1062 | |||
2003-10-02 | Added the Codewarrior Project file for MAX and the MAX help patch. | B. Bogart | |
svn path=/trunk/externals/bbogart/; revision=1060 | |||
2003-09-30 | Forgot the help patch! | B. Bogart | |
svn path=/trunk/externals/bbogart/; revision=1055 | |||
2003-09-30 | This is the first release of PSO! makefiles for OSX and Linux only, borrowed ↵svn2git-root | B. Bogart | |
from pool and prepend. svn path=/trunk/externals/bbogart/; revision=1054 |