aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-17merged relevant changes from Pd-extended 0.42backups/externals/hcs/hid@14359Hans-Christoph Steiner
2010-04-19make [hid] into a libdir-ish folder like earplug~ and freeverb~, and make sur...Hans-Christoph Steiner
2009-04-18switched device-specific objects to use the device-specific 'open mouse' and ...Hans-Christoph Steiner
2009-04-18fixed crasher bug with mouse-help patch and made [mouse] use the [open mouse ...Hans-Christoph Steiner
2009-04-18purged broken link for all_about_hid_mappingHans-Christoph Steiner
2009-01-27changed to GPL v3Hans-Christoph Steiner
2008-08-27merged in relevant changes from the v0-40 pd-extended release branchHans-Christoph Steiner
2008-06-19removed the svn:executable bit for code, patches and textIOhannes m zmölnig
2008-05-04cleaned up patch to make it more presentableHans-Christoph Steiner
2006-12-20fixed sloppy global variable declarations so that things compile properly wit...Hans-Christoph Steiner
2006-12-04fixed Apple's sloppy use of case in #includes (from patch 1608063 submitted b...Hans-Christoph Steiner
2006-11-25turn off excess debug messages on Mac OS XHans-Christoph Steiner
2006-11-25updated to work with current Pd-extendedHans-Christoph Steiner
2006-09-22fixed pointer bug that was preventing proper creation of the element array. ...Hans-Christoph Steiner
2006-09-22[linuxhid] is now an obsolete idea, so delete this cruftHans-Christoph Steiner
2006-08-27got to get those pesky declarations all clearHans-Christoph Steiner
2006-08-25code cleanups, replaced sprintf() for snprintf() for security's sakeHans-Christoph Steiner
2006-08-22everything is building, the element array is being properly populated, I just...Hans-Christoph Steiner
2006-08-15- renamed variables for clarityHans-Christoph Steiner
2006-07-09added note about deprecated makefileHans-Christoph Steiner
2006-06-02first attempt at having one instance do all of the device polling, based on c...Hans-Christoph Steiner
2006-06-02added a bunch more status info in the Pd domain: device count, range for each...Hans-Christoph Steiner
2006-06-02ripped out old method of get events and build whole new method which should u...Hans-Christoph Steiner
2006-05-28On Mac OSX, replaced hid_get_device_by_number() by a global array of pointers...Hans-Christoph Steiner
2006-05-28compiles and works on GNU/Linux now, but needs to have the new open methods i...Hans-Christoph Steiner
2006-05-27added some status reporting, and got all the different methods for opening wo...Hans-Christoph Steiner
2006-05-27new open-by methods seem to be working properlyHans-Christoph Steiner
2006-05-27seemed to fix the mac crasher bug caused by HIDReleaseBuildList wierdness; cl...Hans-Christoph Steiner
2006-05-26thought I'd check in a working(?) version of this makefile before I wipe it a...Hans-Christoph Steiner
2006-04-06wow! how did this object survive that long with event_names restricted to 7 c...IOhannes m zmölnig
2006-04-06only include Makefile.buildlayout if it is available; this allows us to build...IOhannes m zmölnig
2006-03-17 changed [pddp] object tp [pddp( message to disable the [pddp] object, which ...Hans-Christoph Steiner
2006-03-17I think it was cleaned up a bit, but I made the changes so long ago, I forgotHans-Christoph Steiner
2006-02-06added input_arrays.? files which are generated from ./make-arrays-from-input....Hans-Christoph Steiner
2006-01-25stopped outputting EV_SYN events since they are not needed in Pd space and th...Hans-Christoph Steiner
2006-01-24SYN_MAX is not set in linux/input.h and there are only two event codes listed...Hans-Christoph Steiner
2005-12-19got the basic sketch working, but now I have to figure out the hid.dll namecl...Hans-Christoph Steiner
2005-06-27made 0.6 releaseHans-Christoph Steiner
2005-06-11added barebones ff function to linux file so that it'll workHans-Christoph Steiner
2005-06-11- imported linux/input.h from linux kernel source 2.6.11.11Hans-Christoph Steiner
2005-06-10- got ff_autocenter and ff_gain working fine, now its time for some actualHans-Christoph Steiner
2005-06-10preliminary sketch for making [mouse] output 0,0 when no activity. the OSHans-Christoph Steiner
2005-06-10removed dylib project since [hid] is linked statically for simplicity's sakeHans-Christoph Steiner
2005-06-10changed the 'menu' msg to 'options' to make things more transparentHans-Christoph Steiner
2005-06-10got things compiling with ImmrHIDUtilAddOn; looks like there is a newer versi...Hans-Christoph Steiner
2005-06-10This commit was generated by cvs2svn to compensate for changes in r3157,Hans-Christoph Steiner
2005-06-09changed optimization settingsHans-Christoph Steiner
2005-06-09This commit was generated by cvs2svn to compensate for changes in r3153,Hans-Christoph Steiner
2005-06-06- cleaned up CFLAGS and tried higher optimization, which failed to buildHans-Christoph Steiner
2005-06-04updated joystick support on Mac OS X so that joystick twist is set to abs_rz ...Hans-Christoph Steiner