Age | Commit message (Expand) | Author |
2009-03-30 | Added captureimages selector which allows the long-term reexecution of | B. Bogart |
2009-03-29 | The captureimages method worked a lot betterl, 10,000 iterations. | B. Bogart |
2009-03-27 | Fixed one of the multiple-iteration crashes when capturing images by | B. Bogart |
2009-03-21 | Wrapped all pd functions with sys_lock() and sys_unlock(). | B. Bogart |
2009-03-19 | Added COPYING and a couple README files. | B. Bogart |
2009-03-19 | First functional version of gphoto PD external. | B. Bogart |
2009-03-19 | protect the call to canvas_create_editor(glist), because in Pd<0.42 it was ca... | IOhannes m zmölnig |
2009-03-19 | fixed crasher bug with 0.42: | IOhannes m zmölnig |
2008-08-27 | merged in relevant changes from the v0-40 pd-extended release branch | Hans-Christoph Steiner |
2008-06-18 | fixed a couple debug messages | Luke Iannini |
2008-03-05 | Added a package.txt file for the new build system. | B. Bogart |
2007-11-13 | turned off debug messages | Hans-Christoph Steiner |
2007-11-13 | - remove unused vars and functions | Hans-Christoph Steiner |
2007-11-13 | - cleaned up cruft, including the x_rect_* stuff | Hans-Christoph Steiner |
2007-11-13 | got live resizing working, now I need to fix the handle, it doesn't move prop... | Hans-Christoph Steiner |
2007-11-13 | wrote key binding function to pass command keys onto the parent canvas | Hans-Christoph Steiner |
2007-11-13 | bind to <Motion> events so that it can be moved easily | Hans-Christoph Steiner |
2007-11-13 | got live resizing working, but the outline is lower than the text widget, des... | Hans-Christoph Steiner |
2007-11-13 | got buttons to correctly bind to the text widget | Hans-Christoph Steiner |
2007-11-13 | got selecting with a click working, but not deselecting afterwards | Hans-Christoph Steiner |
2007-11-07 | refactored code to use variables for the widget IDs, should be more readable | Hans-Christoph Steiner |
2007-11-06 | - switched to using x->canvas everywhere to make sure that [entry]'s widgets | Hans-Christoph Steiner |
2007-11-06 | minor cleanups | Hans-Christoph Steiner |
2007-10-30 | changed [add( to [append( and added [key( method for inputting individual key... | Hans-Christoph Steiner |
2007-10-29 | Following this thread: | Hans-Christoph Steiner |
2007-10-29 | added Pd's key bindings to each text box; fixed bug #1818219 so the namespace... | Hans-Christoph Steiner |
2007-10-29 | made scrollbar off by default; removed seemingly extraneous Tcl focus stateme... | Hans-Christoph Steiner |
2007-10-28 | added [scrollbar( message so that you can disable/enable the scrollbar | Hans-Christoph Steiner |
2007-10-28 | made [option( message for passing Tcl/Tk options directly to the text widget;... | Hans-Christoph Steiner |
2007-10-28 | added a scrollbar, fontsize message; cleaned up code some more | Hans-Christoph Steiner |
2007-10-28 | removed my silly experiment of setting canvas_name and widget_name centrallin... | Hans-Christoph Steiner |
2007-10-27 | added support for adding and setting with floats | Hans-Christoph Steiner |
2007-10-26 | created [add( message to append text to the existing text | Hans-Christoph Steiner |
2007-10-25 | updated help patch and added rudimentary size message | Hans-Christoph Steiner |
2007-10-25 | keyrelease events are now bound to the specific widget and the inlet/outlet d... | Hans-Christoph Steiner |
2007-10-25 | removed cruft, added DEBUG()s around post()s, and intended the whole file | Hans-Christoph Steiner |
2007-10-25 | moved Tcl namespace create to create_widget(); minor cleanups | Hans-Christoph Steiner |
2007-10-25 | almost there, I can get data out the second outlet, but it's global, the bind... | Hans-Christoph Steiner |
2007-10-24 | trying using symbols for canvas names built with pointers to make code easier... | Hans-Christoph Steiner |
2007-10-24 | - cleaned up unused variables | Hans-Christoph Steiner |
2007-06-22 | Changed PSO to the "new" (build.sh pd gcc) install method inline with current... | B. Bogart |
2006-05-05 | added creation arguments | Hans-Christoph Steiner |
2005-12-12 | Added JMZ's fix for escaping "," and ";" | B. Bogart |
2005-12-11 | Commented out Johannes Z's "string map" command to escape special characters,... | B. Bogart |
2005-08-23 | escape "," and ";" before sending it to pd (so they won't be expanded to sepa... | IOhannes m zmölnig |
2005-08-23 | added ../../../pd/src to the includes (so you can compile out of the CVS-tree) | IOhannes m zmölnig |
2005-06-07 | fixed a bug that crashed pd when deleting a popup-in-a-gop that with inlets (... | IOhannes m zmölnig |
2005-06-07 | added "set"-message | IOhannes m zmölnig |
2005-06-07 | added a "disable"-message to turn off graphical chosing (you can still choose... | IOhannes m zmölnig |
2005-06-06 | now we can select, change options/name with hidden [popup]s that were already... | IOhannes m zmölnig |