aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-08got web color conversion workingHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=8957
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-06remove these copies of externals/bbogart/entry/entry.c, it was a prematureHans-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-06added 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-05turned off debug messages and added color changing exampleHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=8938
2007-11-05put 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-05working 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-03initial 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-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-31working version of the colorpanelHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=8910
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
2007-10-28copied bbogart/entry/entry.c and changed namesHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=8899
2007-07-30got 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-30first probes at write support, switching to Mac OS X for dev platformHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=8280
2007-05-10switched absolute path to relativeHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=7654
2007-04-10implemented 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-10object to see the mouse pointer position in patch coordsHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=7552
2006-11-26made [classpath] function like the new [import]Hans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=6434
2006-11-26moved 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-26added compilation date and time to the output listHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=6431
2006-11-22added another exampleHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=6369
2006-11-20oops, forgot the /extra part, that's essential.Hans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=6336
2006-11-17functional classpath getter like [textfile]; need to add setting capabilitiesHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=6294
2006-11-13wrote object to save the machine from hard resets when Pd pegs the CPUHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=6280
2006-09-20dashed out quick hostname object based on [uname]Hans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5986
2006-09-19quick hack [version] object, outputs the version of m_pd.h that this object ↵Hans-Christoph Steiner
was compiled against. Its probably only useful in the context of Pd-extended packages svn path=/trunk/externals/hcs/; revision=5969
2006-09-11quick, basic object to convert a stream of ASCII chars to a numeric value, ↵Hans-Christoph Steiner
useful for talking to things like Processing and PyS60 svn path=/trunk/externals/hcs/; revision=5919
2006-08-09updated makefile to the automatic versionHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5542
2006-08-09cleaned up buildsrc and unfiltered sections and turned them into libdirs; ↵Hans-Christoph Steiner
made 'pan' libdir and cleaned up source dir for easy makefile install rules; created 'deprecated' libdir and moved cruft there svn path=/trunk/externals/hcs/; revision=5529
2006-08-02sys/types.h is explicitly needed on Mac OS X 10.3; it shouldn't hurt on any ↵Hans-Christoph Steiner
of the other UNIXes svn path=/trunk/externals/hcs/; revision=5461
2006-08-01added a couple more device IDsHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5451
2006-08-01separated usbhid into its own folder since it had dependencies that don't ↵Hans-Christoph Steiner
work on all platforms svn path=/trunk/externals/hcs/; revision=5448
2006-07-31GLOB_ABORTED and GLOB_NOMATCH don't exist in Mac OS X before 10.4, so check ↵Hans-Christoph Steiner
to see if they exist before using them svn path=/trunk/externals/hcs/; revision=5440
2006-07-31switched to nicer names =DHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5437
2006-06-14ported [stat] to MinGW; #ifdef'ed out uname since there is no unamHans-Christoph Steiner
e with MinGW; ifdefed out [usbhid] since libhid hasn't been ported to MinGW yet svn path=/trunk/externals/hcs/; revision=5238
2006-06-13oops, got the POSIX macro switched around, works nowHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5215
2006-06-13fixed error messages, they now output into Pd spaceHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5206
2006-06-12changed [file_status] to [stat] since that's all it does; got [stat] ↵Hans-Christoph Steiner
working, still need to get error messages to work properly; created file_type Pd object svn path=/trunk/externals/hcs/; revision=5205
2006-06-12removed useless and annyoing password fieldHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5204
2006-06-12removed Mac OS X-specific fields, they weren't used anywayHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5203
2006-06-12turned passwd.c into group.c; fixed error message wording; added group/gid ↵Hans-Christoph Steiner
abstractions svn path=/trunk/externals/hcs/; revision=5202
2006-06-12added generic makefile with etags supportHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5201
2006-06-12created a direct Pd interface for uname and utsname.hHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5198
2006-06-12cleaned up ISOdate.pd, created ISOtime.pd, and added help filesHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5197
2006-06-12return all passwd fields, and made abstractions for converting UID<->usernameHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5196
2006-06-12added more file-based classes; file_status needs to output timestamp info tooHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5192
2006-06-12changed default folder to folder of current patchHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5190
2006-05-25made a quick square wave object based on [pwm~]Hans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5125