Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-15 | created 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-15 | added example of how to change the colors of the theming from a patch | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9808 | |||
2008-05-03 | first really working output example, using the iFeel mouse buzz, yay! | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9754 | |||
2008-04-15 | switched to [makefilename %02d] on IOhannes' recommendation in patch 1716480 | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9706 | |||
2008-03-21 | fixed compilation error on non-Windows | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9616 | |||
2008-03-20 | Fixed 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-27 | moved 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 proxy | Hans-Christoph Steiner | |
inlet ID assignment. - left inlet is now properly hot - cleaned out debug post()s svn path=/trunk/externals/hcs/; revision=9104 | |||
2007-12-22 | got data and sql query output working; added float handling to ↵ | Hans-Christoph Steiner | |
sql_query_set_atom() svn path=/trunk/externals/hcs/; revision=9103 | |||
2007-12-22 | got the set_atom function working on the first inlet with symbols, now got ↵ | Hans-Christoph Steiner | |
to get the rest of the inlets working svn path=/trunk/externals/hcs/; revision=9102 | |||
2007-12-22 | got the set_atom function working on the first inlet with symbols, now got ↵ | Hans-Christoph Steiner | |
to get the rest of the inlets working svn path=/trunk/externals/hcs/; revision=9101 | |||
2007-12-22 | parses ? placeholders and generates inlets; crashes when you try to do just ↵ | Hans-Christoph Steiner | |
about anything svn path=/trunk/externals/hcs/; revision=9100 | |||
2007-12-22 | initial sketch, just counting ? placeholders and laying out proxy inlets | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9099 | |||
2007-12-09 | added the ability to set the HID path in the [write( message | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9087 | |||
2007-11-28 | minor tweak on the menu generation thanks to Laura's tip | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9063 | |||
2007-11-28 | fixed stat crasher bug, I was adding 2 to the pointer rather than 1; it ↵ | Hans-Christoph Steiner | |
blows my mind that this worked fine some of the time, and seems to work fine on Mac OS X all of the time, crazy pointers... svn path=/trunk/externals/hcs/; revision=9062 | |||
2007-11-28 | made Mac OS X objects weak link to the Carbon framework to support system ↵ | Hans-Christoph Steiner | |
things in a hackish way svn path=/trunk/externals/hcs/; revision=9061 | |||
2007-11-28 | added some pics of the available cursors | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9060 | |||
2007-11-27 | removed odd extraneous .. from beginning of file | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9059 | |||
2007-11-27 | fixed some minor bugs, should be ready to use; I added a [popup] to the help ↵ | Hans-Christoph Steiner | |
patch svn path=/trunk/externals/hcs/; revision=9055 | |||
2007-11-27 | ported f0.keyboard_layout to Pd, I commented out the 'assist' method because ↵ | Hans-Christoph Steiner | |
A_CANT is a mytery to me svn path=/trunk/externals/hcs/; revision=9054 | |||
2007-11-24 | created quick working sketch for navigating the sys_helppath | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=9036 | |||
2007-11-09 | created object based on tot to get Tcl/Tk version | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=8975 | |||
2007-11-09 | added quick hack to get the Tk canvas name in Pd space | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=8974 | |||
2007-11-09 | added example to turn off window resizing | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=8973 | |||
2007-11-08 | striped out unneeded debug code | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=8961 | |||
2007-11-08 | added highlight border example | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=8960 | |||
2007-11-08 | created object to get current window name so you can change it's tk options | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=8959 | |||
2007-11-08 | got web color conversion working | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=8957 | |||
2007-11-08 | bind 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 | remove these copies of externals/bbogart/entry/entry.c, it was a premature | Hans-Christoph Steiner | |
effort svn path=/trunk/externals/hcs/; revision=8943 | |||
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-11-06 | added a link to the sources and a little instruction of how to find things ↵ | Hans-Christoph Steiner | |
to modify svn path=/trunk/externals/hcs/; revision=8940 | |||
2007-11-05 | turned off debug messages and added color changing example | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=8938 | |||
2007-11-05 | put tk_chooseColor back in place after global search and replace object ↵ | Hans-Christoph Steiner | |
renaming fucked it up svn path=/trunk/externals/hcs/; revision=8937 | |||
2007-11-05 | working version with storage and a bang to output stored value; should add ↵ | Hans-Christoph Steiner | |
right inlet for storing svn path=/trunk/externals/hcs/; revision=8936 | |||
2007-11-03 | initial sketch of the idea to provide access to Pd's gui in Pd, compiles, ↵ | Hans-Christoph Steiner | |
but doesn't work yet svn path=/trunk/externals/hcs/; revision=8926 | |||
2007-10-31 | added 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-31 | first 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-31 | working version of the colorpanel | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=8910 | |||
2007-10-29 | Following 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 | |||
2007-10-28 | copied bbogart/entry/entry.c and changed names | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=8899 | |||
2007-07-30 | got strtol working (baby steps), but I can't find the magic combo to get ↵ | Hans-Christoph Steiner | |
output working svn path=/trunk/externals/hcs/; revision=8293 | |||
2007-07-30 | first probes at write support, switching to Mac OS X for dev platform | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=8280 | |||
2007-05-10 | switched absolute path to relative | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=7654 | |||
2007-04-10 | implemented object to use in mapping curve help files, but it ended up ↵ | Hans-Christoph Steiner | |
fighting with the interaction with the array. Could be useful elsewhere tho. svn path=/trunk/externals/hcs/; revision=7555 | |||
2007-04-10 | object to see the mouse pointer position in patch coords | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=7552 | |||
2006-11-26 | made [classpath] function like the new [import] | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=6434 | |||
2006-11-26 | moved import to here from loaders; got both 0.39 and 0.40 behaviors working, ↵ | Hans-Christoph Steiner | |
0.40 uses patch-local namespace, 0.39 uses global (making it the same as [classpath]) svn path=/trunk/externals/hcs/; revision=6432 | |||
2006-11-26 | added compilation date and time to the output list | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=6431 |