Age | Commit message (Collapse) | Author |
|
sys_getversion() was introduced with 0.42.0
svn path=/trunk/externals/bbogart/; revision=17026
|
|
after the GUI rewrite, pd-gui uses 'pdsend' to send messages back
to Pd, rather than 'pd' (as with Pd<=0.42)
LATER: check about PdX
svn path=/trunk/externals/bbogart/; revision=17025
|
|
svn path=/trunk/externals/bbogart/; revision=14153
|
|
Actually (tested) solved stall after code cleanup and memleak solution
thanks to Martin Peach and the gphoto devs. This code should be
installation ready!
svn path=/trunk/externals/bbogart/; revision=13783
|
|
capturing many images.
svn path=/trunk/externals/bbogart/; revision=13762
|
|
svn path=/trunk/externals/bbogart/; revision=13440
|
|
svn path=/trunk/externals/bbogart/; revision=13438
|
|
working on Windows
svn path=/trunk/externals/bbogart/; revision=13437
|
|
due to the lack of a file close in captureImage, as there is a limit to
how many files can be open by a single process. Testing the capture of
more than 500 images at a time has not been done. Also added some
missing sys_lock() and sys_unlock() calls around error().
svn path=/trunk/externals/bbogart/; revision=13196
|
|
svn path=/trunk/externals/bbogart/; revision=13175
|
|
without needed to reinitialize the camera (which can only be done a
limited number of times).
Fixed problems with running on newer PDs (>0.40-4).
Cleaned up code a little, removed problems leading to many warnings.
Updates to help file.
svn path=/trunk/externals/bbogart/; revision=13174
|
|
appropriate. It seems that once upon a time -export_dynamic was a real flag.
Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic,
giving this error message:
/usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60
svn path=/trunk/externals/bbogart/; revision=11724
|
|
default. Added an extra free() to (hopefully)
solve some mem leak problems.
svn path=/trunk/externals/bbogart/; revision=11108
|
|
captured.
svn path=/trunk/externals/bbogart/; revision=11046
|
|
svn path=/trunk/externals/bbogart/; revision=10929
|
|
image capture and file-transfer commands. Tested over 6,000 iterations
with a 2 second sleep time.
svn path=/trunk/externals/bbogart/; revision=10928
|
|
Unfortunatly PD only got 2,000 bangs and died. Need to figure that out.
svn path=/trunk/externals/bbogart/; revision=10926
|
|
setting the threads "detatched" attribute. Now it seems that gphoto is
causing a similar issue when after 338 iterations the camera is no
longer recognized. Will add a method for capturing multiple images in a
loop without disconnecting from camera.
Fixed the issue with setting ISO (WIDGET_RADIO) values.
svn path=/trunk/externals/bbogart/; revision=10911
|
|
Changed listconfig back to sending a value out for each child, rather
than creating a PD list from within the external.
svn path=/trunk/externals/bbogart/; revision=10882
|
|
svn path=/trunk/externals/bbogart/; revision=10879
|
|
svn path=/trunk/externals/bbogart/; revision=10878
|
|
canvas_create_editor(glist, doit)
svn path=/trunk/externals/bbogart/; revision=10875
|
|
the problem is that popup_vis() is called with a glist that has no gl_editor IF the [popup] is in a gop.
the fix is to check whether there is an editor, and if there is none, call "canvas_create_editor(glist)"
svn path=/trunk/externals/bbogart/; revision=10874
|
|
svn path=/trunk/externals/bbogart/; revision=10266
|
|
svn path=/trunk/externals/bbogart/; revision=10035
|
|
Changed README slightly for new email address and such.
svn path=/trunk/externals/bbogart/; revision=9537
|
|
svn path=/trunk/externals/bbogart/; revision=8995
|
|
- ironed out logic for moving handle while resizing
svn path=/trunk/externals/bbogart/; revision=8993
|
|
- got smooth resizing working, doesn't lose state
svn path=/trunk/externals/bbogart/; revision=8992
|
|
properly
svn path=/trunk/externals/bbogart/; revision=8990
|
|
svn path=/trunk/externals/bbogart/; revision=8989
|
|
svn path=/trunk/externals/bbogart/; revision=8987
|
|
despite my attempts to change that
svn path=/trunk/externals/bbogart/; revision=8986
|
|
svn path=/trunk/externals/bbogart/; revision=8985
|
|
svn path=/trunk/externals/bbogart/; revision=8984
|
|
svn path=/trunk/externals/bbogart/; revision=8950
|
|
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
|
|
svn path=/trunk/externals/bbogart/; revision=8945
|
|
keys; removed mousefocus since I found a fix inside u_main.tk -> pdtk_canvas_click
svn path=/trunk/externals/bbogart/; revision=8904
|
|
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
|
|
namespace prefix now gets saved as part of the object's classname
svn path=/trunk/externals/bbogart/; revision=8901
|
|
statement in entry_bang_output()
svn path=/trunk/externals/bbogart/; revision=8900
|
|
svn path=/trunk/externals/bbogart/; revision=8898
|
|
widget; fixed minor bug in the output caused by adding the scrollbar
svn path=/trunk/externals/bbogart/; revision=8897
|
|
svn path=/trunk/externals/bbogart/; revision=8896
|
|
centralling and put back all of the formats back into sys_vgui
svn path=/trunk/externals/bbogart/; revision=8895
|
|
svn path=/trunk/externals/bbogart/; revision=8894
|
|
svn path=/trunk/externals/bbogart/; revision=8883
|
|
svn path=/trunk/externals/bbogart/; revision=8882
|
|
drawing works
svn path=/trunk/externals/bbogart/; revision=8881
|