Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2006-11-22 | added another example | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=6369 | |||
2006-11-20 | oops, forgot the /extra part, that's essential. | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=6336 | |||
2006-11-17 | functional classpath getter like [textfile]; need to add setting capabilities | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=6294 | |||
2006-11-13 | wrote object to save the machine from hard resets when Pd pegs the CPU | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=6280 | |||
2006-09-20 | dashed out quick hostname object based on [uname] | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5986 | |||
2006-09-19 | quick 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-11 | quick, 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-09 | updated makefile to the automatic version | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5542 | |||
2006-08-09 | cleaned 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-02 | sys/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-01 | added a couple more device IDs | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5451 | |||
2006-08-01 | separated 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-31 | GLOB_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-31 | switched to nicer names =D | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5437 | |||
2006-06-14 | ported [stat] to MinGW; #ifdef'ed out uname since there is no unam | Hans-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-13 | oops, got the POSIX macro switched around, works now | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5215 | |||
2006-06-13 | fixed error messages, they now output into Pd space | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5206 | |||
2006-06-12 | changed [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-12 | removed useless and annyoing password field | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5204 | |||
2006-06-12 | removed Mac OS X-specific fields, they weren't used anyway | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5203 | |||
2006-06-12 | turned 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-12 | added generic makefile with etags support | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5201 | |||
2006-06-12 | created a direct Pd interface for uname and utsname.h | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5198 | |||
2006-06-12 | cleaned up ISOdate.pd, created ISOtime.pd, and added help files | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5197 | |||
2006-06-12 | return all passwd fields, and made abstractions for converting UID<->username | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5196 | |||
2006-06-12 | added more file-based classes; file_status needs to output timestamp info too | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5192 | |||
2006-06-12 | changed default folder to folder of current patch | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5190 | |||
2006-05-25 | made a quick square wave object based on [pwm~] | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5125 | |||
2006-05-25 | updated to use purepd style; fixed up help and added link | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5124 | |||
2006-05-25 | wrote [float->ascii] in Pd for those wanted characters from a serial port, ↵ | Hans-Christoph Steiner | |
or whatever svn path=/trunk/externals/hcs/; revision=5123 | |||
2006-05-25 | updated to use only purepd objects | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5119 | |||
2006-05-25 | message naming makes more sense now, and there is more status info; don't ↵ | Hans-Christoph Steiner | |
know if writing works yet, probably needs some work svn path=/trunk/externals/hcs/; revision=5118 | |||
2006-05-25 | updated [pwm] to have default frequency if none is specified; added help ↵ | Hans-Christoph Steiner | |
file with visualization svn path=/trunk/externals/hcs/; revision=5117 | |||
2006-05-24 | got reading working, and some descriptor reporting working, but it doesn't ↵ | Hans-Christoph Steiner | |
make sense yet svn path=/trunk/externals/hcs/; revision=5115 | |||
2006-05-18 | lots of string bullshit, reports name now | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5086 | |||
2006-05-18 | renamed [libhid] to [usbhid] since it only works with USB HID devices | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5082 | |||
2006-05-18 | first sketch of opening working | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5081 | |||
2006-05-18 | got the packet building from messages working; now its time for some reading ↵ | Hans-Christoph Steiner | |
and writing svn path=/trunk/externals/hcs/; revision=5076 | |||
2006-05-17 | deleted test cruft | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5068 | |||
2006-04-28 | documented trailing slash removal | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5029 | |||
2006-04-28 | object for creating date symbol in ISO format | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=5013 | |||
2006-04-08 | wrote [strip_path] to separate path from filename, and to handle filenames ↵ | Hans-Christoph Steiner | |
without paths properly; added instance counters so that the version is only displayed on the first instantiation svn path=/trunk/externals/hcs/; revision=4852 | |||
2006-03-27 | cleaned up files for release | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/; revision=4780 | |||
2006-03-27 | got the full path working on windows... ug.. why is windows programming ↵ | Hans-Christoph Steiner | |
inevitably a total pain in the ass? svn path=/trunk/externals/hcs/; revision=4779 |