Age | Commit message (Expand) | Author |
2007-11-06 | - updated to work with set_cursors_in_tcl-0.41-test06.patch (patch #1826507), | Hans-Christoph Steiner |
2007-11-06 | added a link to the sources and a little instruction of how to find things to... | Hans-Christoph Steiner |
2007-11-05 | turned off debug messages and added color changing example | Hans-Christoph Steiner |
2007-11-05 | put tk_chooseColor back in place after global search and replace object renam... | Hans-Christoph Steiner |
2007-11-05 | working version with storage and a bang to output stored value; should add ri... | Hans-Christoph Steiner |
2007-11-03 | initial sketch of the idea to provide access to Pd's gui in Pd, compiles, but... | Hans-Christoph Steiner |
2007-10-31 | added bang method and made button and wheel events always be reported, not on... | Hans-Christoph Steiner |
2007-10-31 | first working sketch of the cursor object getting data from the system mouse ... | Hans-Christoph Steiner |
2007-10-31 | working version of the colorpanel | Hans-Christoph Steiner |
2007-10-29 | Following this thread: | Hans-Christoph Steiner |
2007-10-28 | copied bbogart/entry/entry.c and changed names | Hans-Christoph Steiner |
2007-07-30 | got strtol working (baby steps), but I can't find the magic combo to get outp... | Hans-Christoph Steiner |
2007-07-30 | first probes at write support, switching to Mac OS X for dev platform | Hans-Christoph Steiner |
2007-05-10 | switched absolute path to relative | Hans-Christoph Steiner |
2007-04-10 | implemented object to use in mapping curve help files, but it ended up fighti... | Hans-Christoph Steiner |
2007-04-10 | object to see the mouse pointer position in patch coords | Hans-Christoph Steiner |
2006-11-26 | made [classpath] function like the new [import] | Hans-Christoph Steiner |
2006-11-26 | moved import to here from loaders; got both 0.39 and 0.40 behaviors working, ... | Hans-Christoph Steiner |
2006-11-26 | added compilation date and time to the output list | Hans-Christoph Steiner |
2006-11-22 | added another example | Hans-Christoph Steiner |
2006-11-20 | oops, forgot the /extra part, that's essential. | Hans-Christoph Steiner |
2006-11-17 | functional classpath getter like [textfile]; need to add setting capabilities | Hans-Christoph Steiner |
2006-11-13 | wrote object to save the machine from hard resets when Pd pegs the CPU | Hans-Christoph Steiner |
2006-09-20 | dashed out quick hostname object based on [uname] | Hans-Christoph Steiner |
2006-09-19 | quick hack [version] object, outputs the version of m_pd.h that this object w... | Hans-Christoph Steiner |
2006-09-11 | quick, basic object to convert a stream of ASCII chars to a numeric value, us... | Hans-Christoph Steiner |
2006-08-09 | updated makefile to the automatic version | Hans-Christoph Steiner |
2006-08-09 | cleaned up buildsrc and unfiltered sections and turned them into libdirs; mad... | Hans-Christoph Steiner |
2006-08-02 | sys/types.h is explicitly needed on Mac OS X 10.3; it shouldn't hurt on any o... | Hans-Christoph Steiner |
2006-08-01 | added a couple more device IDs | Hans-Christoph Steiner |
2006-08-01 | separated usbhid into its own folder since it had dependencies that don't wor... | Hans-Christoph Steiner |
2006-07-31 | GLOB_ABORTED and GLOB_NOMATCH don't exist in Mac OS X before 10.4, so check t... | Hans-Christoph Steiner |
2006-07-31 | switched to nicer names =D | Hans-Christoph Steiner |
2006-06-14 | ported [stat] to MinGW; #ifdef'ed out uname since there is no unam | Hans-Christoph Steiner |
2006-06-13 | oops, got the POSIX macro switched around, works now | Hans-Christoph Steiner |
2006-06-13 | fixed error messages, they now output into Pd space | Hans-Christoph Steiner |
2006-06-12 | changed [file_status] to [stat] since that's all it does; got [stat] working,... | Hans-Christoph Steiner |
2006-06-12 | removed useless and annyoing password field | Hans-Christoph Steiner |
2006-06-12 | removed Mac OS X-specific fields, they weren't used anyway | Hans-Christoph Steiner |
2006-06-12 | turned passwd.c into group.c; fixed error message wording; added group/gid ab... | Hans-Christoph Steiner |
2006-06-12 | added generic makefile with etags support | Hans-Christoph Steiner |
2006-06-12 | created a direct Pd interface for uname and utsname.h | Hans-Christoph Steiner |
2006-06-12 | cleaned up ISOdate.pd, created ISOtime.pd, and added help files | Hans-Christoph Steiner |
2006-06-12 | return all passwd fields, and made abstractions for converting UID<->username | Hans-Christoph Steiner |
2006-06-12 | added more file-based classes; file_status needs to output timestamp info too | Hans-Christoph Steiner |
2006-06-12 | changed default folder to folder of current patch | Hans-Christoph Steiner |
2006-05-25 | made a quick square wave object based on [pwm~] | Hans-Christoph Steiner |
2006-05-25 | updated to use purepd style; fixed up help and added link | Hans-Christoph Steiner |
2006-05-25 | wrote [float->ascii] in Pd for those wanted characters from a serial port, or... | Hans-Christoph Steiner |
2006-05-25 | updated to use only purepd objects | Hans-Christoph Steiner |