aboutsummaryrefslogtreecommitdiff
path: root/cursor.c
AgeCommit message (Collapse)Author
2010-11-02switched g_canvas.h includes to use "" rather than <> so it can use ↵Hans-Christoph Steiner
g_canvas.h if its included in this folder svn path=/trunk/externals/hcs/; revision=14256
2009-10-26be a good boy and unbind the receive symbol when freeing, bug pointed out by ↵Hans-Christoph Steiner
tof; also started sketch for supporting 0.43's 'pdsend' vs. older 'pd' proc svn path=/trunk/externals/hcs/; revision=12683
2009-04-13now Tcl does the polling using 'after 10' making for a lot less messages ↵Hans-Christoph Steiner
between pd and pd-gui, plus all of the states should work properly, turning each instance on and off svn path=/trunk/externals/hcs/; revision=11016
2009-04-12- made a single "proc_test" function to test if any of the cursor procs existHans-Christoph Steiner
before trying to create them - now get the 'motion' data using [winfo pointerxy .] and a t_clock for polling. There should probably be a separate proc for polling that only sends the values if they have changed, while the bang method should always send them. - implemented button and mousewheel grabbing svn path=/trunk/externals/hcs/; revision=11012
2009-04-11got bind/unbind workingHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11008
2009-04-11got the basics of a global send and a Tcl unbind function working for theHans-Christoph Steiner
motion data, now I need to debug the unbind and add the button and wheel functions svn path=/trunk/externals/hcs/; revision=11007
2008-08-27merged in relevant changes from the v0-40 pd-extended release branchHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=10266
2007-11-08bind to . instead of all to get absolute cursor position rather than canvas ↵Hans-Christoph Steiner
cursor position svn path=/trunk/externals/hcs/; revision=8956
2007-11-06- updated to work with set_cursors_in_tcl-0.41-test06.patch (patch #1826507),Hans-Christoph Steiner
now you can actually set the cursors and have them stick throughout Pd svn path=/trunk/externals/hcs/; revision=8942
2007-10-31added bang method and made button and wheel events always be reported, not ↵Hans-Christoph Steiner
only when polling svn path=/trunk/externals/hcs/; revision=8919
2007-10-31first working sketch of the cursor object getting data from the system mouse ↵Hans-Christoph Steiner
pointer; It works, but it only reports for the current canvas, not all teh time. I need to dive in deeper to Krzysztof's tricks svn path=/trunk/externals/hcs/; revision=8912
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/hcs/; revision=8902
2006-03-17rough start at a cursor object, I need help with Pd GUI programmingHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4722