aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-05enable sys_getversion for Pd>=0.42HEADsvn2git-headexternals/bbogartIOhannes m zmölnig
2013-02-05compat with Pd>=0.43IOhannes m zmölnig
2010-09-17merged relevant changes from Pd-extended 0.42Hans-Christoph Steiner
2010-08-10Fixed a typo in helpfile.B. Bogart
2010-08-06Added call to gp_file_free() to fix the file descriptor leak when B. Bogart
2010-04-13cast pointer to struct to long unsigned int to get rid of warningHans-Christoph Steiner
2010-04-13converted %p to %lx so it works on WindowsHans-Christoph Steiner
2010-04-13converted all %x to %lx following Pd itself in the hopes of getting this work...Hans-Christoph Steiner
2010-03-09Made some slight changes, for example the limit of ~500 images is likely B. Bogart
2010-02-19Removed "camera free" messages.B. Bogart
2010-02-19Added "open" and "close" methods so that many commands can be executed B. Bogart
2009-06-09replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic whereHans-Christoph Steiner
2009-04-24The makefile now includes debugging options by B. Bogart
2009-04-17Now the captureimages selector sends a float for the index of each image B. Bogart
2009-03-30Missed a semicolon.B. Bogart
2009-03-30Added captureimages selector which allows the long-term reexecution of B. Bogart
2009-03-29The captureimages method worked a lot betterl, 10,000 iterations.B. Bogart
2009-03-27Fixed one of the multiple-iteration crashes when capturing images by B. Bogart
2009-03-21Wrapped all pd functions with sys_lock() and sys_unlock().B. Bogart
2009-03-19Added COPYING and a couple README files.B. Bogart
2009-03-19First functional version of gphoto PD external.B. Bogart
2009-03-19protect the call to canvas_create_editor(glist), because in Pd<0.42 it was ca...IOhannes m zmölnig
2009-03-19fixed crasher bug with 0.42:IOhannes m zmölnig
2008-08-27merged in relevant changes from the v0-40 pd-extended release branchHans-Christoph Steiner
2008-06-18fixed a couple debug messagesLuke Iannini
2008-03-05Added a package.txt file for the new build system.B. Bogart
2007-11-13turned off debug messagesHans-Christoph Steiner
2007-11-13- remove unused vars and functionsHans-Christoph Steiner
2007-11-13- cleaned up cruft, including the x_rect_* stuffHans-Christoph Steiner
2007-11-13got live resizing working, now I need to fix the handle, it doesn't move prop...Hans-Christoph Steiner
2007-11-13wrote key binding function to pass command keys onto the parent canvasHans-Christoph Steiner
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-29Following this thread: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