aboutsummaryrefslogtreecommitdiff
path: root/hid.c
AgeCommit message (Expand)Author
2009-01-27changed to GPL v3Hans-Christoph Steiner
2008-08-27merged in relevant changes from the v0-40 pd-extended release branchHans-Christoph Steiner
2006-12-20fixed sloppy global variable declarations so that things compile properly wit...Hans-Christoph Steiner
2006-09-22fixed pointer bug that was preventing proper creation of the element array. ...Hans-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-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-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-01-25stopped outputting EV_SYN events since they are not needed in Pd space and th...Hans-Christoph Steiner
2005-06-10- got ff_autocenter and ff_gain working fine, now its time for some actualHans-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
2005-05-20got rid of some minor warningsHans-Christoph Steiner
2005-04-28switched Linux to use common hid_output_event()Hans-Christoph Steiner
2004-11-28fixed a number of annoying bugs in MacOS X; cleaned up code; now multiple [hi...Hans-Christoph Steiner
2004-11-15prepping for release, fixed a couple very minor bugsHans-Christoph Steiner
2004-11-14removed the ev_ from the typesHans-Christoph Steiner
2004-11-07cleaned up the code a fair amount, but there are still lots of bugs bugs bugs...Hans-Christoph Steiner
2004-11-06added release major and minor versionHans-Christoph Steiner
2004-11-06things are working MacOS X, but there are lots of bugsHans-Christoph Steiner
2004-11-06mice and joysticks work under MacOS X now, but there is much work left to be ...Hans-Christoph Steiner
2004-11-04cleaned up Darwin side after Linux work; laid out Darwin structure and got de...Hans-Christoph Steiner
2004-10-25completed moving GNU/Linux support into the new structure; flushed out Darwin...Hans-Christoph Steiner
2004-10-23got everything running under GNU/Linux again, time to switch back to MacOS XHans-Christoph Steiner
2004-10-22more progress generalizing for cross-platformness; Darwin stuff compiles and ...Hans-Christoph Steiner
2004-10-22started the process of organizing things for cross-platformness; sketched out...Hans-Christoph Steiner
2004-10-20first functional first with new outlet formatHans-Christoph Steiner
2004-10-18[hid] now outputs downcased event names from input.h and Makefile should work...Hans-Christoph Steiner
2004-10-18got the input event array goingsvn2git-rootHans-Christoph Steiner