aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-06re-added unbashBuffer since its needed to convert the Windows paths back to ↵Hans-Christoph Steiner
Pd-style before outputting svn path=/trunk/externals/hcs/; revision=13496
2010-05-06on Windows, fixed relative path issues and backslash/unbashing issues, ↵Hans-Christoph Steiner
fixing bug 2973493, hopefully I didn't break the other platforms svn path=/trunk/externals/hcs/; revision=13495
2010-04-01setup with template MakefileHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=13357
2009-11-06oops, fix absolute paths after relative paths were workingHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=12725
2009-11-06added normalization of relative paths so that relative paths are relative to ↵Hans-Christoph Steiner
the patch directory rather than relative to the directory that Pd was started in; switched from MAX_PATH to FILENAME_MAX since it seems more proper svn path=/trunk/externals/hcs/; revision=12724
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-05-08replace 3.14159 by 4*(atan 1)Cyrille Henry
should give the same result, but somes peoples are happier with the latter solution... svn path=/trunk/externals/hcs/; revision=11306
2009-04-30first two attempts for regression test patches for automated testingHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11212
2009-04-29cleaned up language to make more senseHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11196
2009-04-28added outlet to bang when quit is selected in quit-disabled-mode; switched ↵Hans-Christoph Steiner
to using Tcl's rename to handle the function renaming svn path=/trunk/externals/hcs/; revision=11194
2009-04-22added namespace prefixes to ensure the right object is selectedHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11093
2009-04-22replaced '->' with '2' as conversion separatorHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11092
2009-04-22turned off debugging messages and added setup version postHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11091
2009-04-22quick object to make it really easy to show/hide the Tk console using a toggleHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11090
2009-04-20get the t_canvasenvironment more correctly; report version on setup(); use ↵Hans-Christoph Steiner
standard depth/parent number args svn path=/trunk/externals/hcs/; revision=11074
2009-04-20added ifeel vibrating mouse demoHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11072
2009-04-20added MIDI settings getter and fixed up help patchesHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11071
2009-04-20created abstraction for simple use of tremoloHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11070
2009-04-20switched from [>~] to [expr] to make it works in as many places as possibleHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11069
2009-04-20minor clean upHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11068
2009-04-20created object to control whether you can quit Pd using the GUI or notHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11066
2009-04-14fixed simple typos in nameHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11024
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-13added image of all of the available Tk mouse pointer cursors to the help patchHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11015
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-12stripped down the headers to only what is neededHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11011
2009-04-12whipped out simple object that just asks Tcl for the screen resolution and ↵Hans-Christoph Steiner
outputs the numbers via two outlets svn path=/trunk/externals/hcs/; revision=11010
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
2009-04-11an object to get what is currently in the canvas-local pathHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11006
2009-04-10handy shortcut objects for getting and setting the "pd audio-dialog"Hans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=11002
2009-03-24illustrated getting from parent patchesHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=10899
2009-03-24Changed "reset" message to "rewind" since that is the same as textfile,Hans-Christoph Steiner
binfile, msgfile, etc. Plus, "reset" seems to imply that you are changing the data, which is untrue. svn path=/trunk/externals/hcs/; revision=10898
2009-03-24illustrated getting from parent patchesHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=10897
2009-01-27changed to GPL v3Hans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=10658
2009-01-10joining the new 0.41 f_float militancy :DHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=10505
2008-09-22parent and remote-subpatch access for window_name and canvas_nameLuke Iannini
svn path=/trunk/externals/hcs/; revision=10306
2008-09-12added some more demos of window controlHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=10285
2008-08-27merged in relevant changes from the v0-40 pd-extended release branchHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=10266
2008-08-27removed hidden declare line, since a real solution should be figured out.Hans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=10265
2008-06-23fixed etags to append user-specific locations to the big global TAGS fileHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=10072
2008-06-19removed the svn:executable bit for code, patches and textIOhannes m zmölnig
svn path=/trunk/externals/hcs/; revision=10048
2008-05-15created example using [sys_gui] and [window_name] to move the windows ↵Hans-Christoph Steiner
around, including the Pd window svn path=/trunk/externals/hcs/; revision=9810
2008-05-15added example of how to change the colors of the theming from a patchHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=9808
2008-05-03first really working output example, using the iFeel mouse buzz, yay!Hans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=9754
2008-04-15switched to [makefilename %02d] on IOhannes' recommendation in patch 1716480Hans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=9706
2008-03-21fixed compilation error on non-WindowsHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=9616
2008-03-20Fixed bug #1836108 on Windows. Stupid string handling on my part ended up ↵Hans-Christoph Steiner
with mangled string reassembly. svn path=/trunk/externals/hcs/; revision=9613
2007-12-27moved proxy_inlet_setup() to the main setup function on mjmogo's suggestion, ↵Hans-Christoph Steiner
makes much more sense this way svn path=/trunk/externals/hcs/; revision=9106
2007-12-23- first working version, called proxy_inlet_setup() function, and fixed proxyHans-Christoph Steiner
inlet ID assignment. - left inlet is now properly hot - cleaned out debug post()s svn path=/trunk/externals/hcs/; revision=9104