Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-19 | moved errors from META subpatch to the trackerHEADsvn2git-headexternals/hid | Jonathan Wilkes | |
svn path=/trunk/externals/hid/; revision=16695 | |||
2012-09-24 | ouch; reverted accidentally committed file | IOhannes m zmölnig | |
svn path=/trunk/externals/hid/; revision=16275 | |||
2012-09-24 | removed svn:external reference to Gem | IOhannes m zmölnig | |
svn path=/trunk/externals/hid/; revision=16274 | |||
2012-02-17 | bumped to v0.7.1 | Hans-Christoph Steiner | |
svn path=/trunk/externals/hid/; revision=15983 | |||
2011-11-18 | standardized on hans@eds.org | Hans-Christoph Steiner | |
svn path=/trunk/externals/hid/; revision=15793 | |||
2010-12-22 | removed debian folder since the Debian stuff is now here: ↵ | Hans-Christoph Steiner | |
http://git.debian.org/?p=pkg-multimedia/pd-hid.git;a=summary svn path=/trunk/externals/hid/; revision=14677 | |||
2010-12-22 | updated changelog for release | Hans-Christoph Steiner | |
svn path=/trunk/externals/hid/; revision=14675 | |||
2010-12-21 | updated to reflect current state of things | Hans-Christoph Steiner | |
svn path=/trunk/externals/hid/; revision=14674 | |||
2010-12-21 | two steps closer to a debian package | Hans-Christoph Steiner | |
svn path=/trunk/externals/hid/; revision=14673 | |||
2010-12-21 | rammed [hid] into the template Makefile and started debianizing | Hans-Christoph Steiner | |
svn path=/trunk/externals/hid/; revision=14672 | |||
2010-12-21 | removed old Makefile to make way for template-derived version | Hans-Christoph Steiner | |
svn path=/trunk/externals/hid/; revision=14671 | |||
2010-12-13 | added META subpatch and fixed a bunch of broken connections | Jonathan Wilkes | |
svn path=/trunk/externals/hid/; revision=14625 | |||
2010-09-17 | merged relevant changes from Pd-extended 0.42backups/externals/hcs/hid@14359 | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=14153 | |||
2010-04-19 | make [hid] into a libdir-ish folder like earplug~ and freeverb~, and make ↵ | Hans-Christoph Steiner | |
sure hid-help.pd gets installed svn path=/trunk/externals/hcs/hid/; revision=13454 | |||
2009-04-18 | switched device-specific objects to use the device-specific 'open mouse' and ↵ | Hans-Christoph Steiner | |
'open joystick' messages svn path=/trunk/externals/hcs/hid/; revision=11052 | |||
2009-04-18 | fixed crasher bug with mouse-help patch and made [mouse] use the [open mouse ↵ | Hans-Christoph Steiner | |
( message for [hid] svn path=/trunk/externals/hcs/hid/; revision=11051 | |||
2009-04-18 | purged broken link for all_about_hid_mapping | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=11050 | |||
2009-01-27 | changed to GPL v3 | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=10658 | |||
2008-08-27 | merged in relevant changes from the v0-40 pd-extended release branch | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=10266 | |||
2008-06-19 | removed the svn:executable bit for code, patches and text | IOhannes m zmölnig | |
svn path=/trunk/externals/hcs/hid/; revision=10048 | |||
2008-05-04 | cleaned up patch to make it more presentable | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=9758 | |||
2006-12-20 | fixed sloppy global variable declarations so that things compile properly ↵ | Hans-Christoph Steiner | |
with full compiler optimizations svn path=/trunk/externals/hcs/hid/; revision=7038 | |||
2006-12-04 | fixed Apple's sloppy use of case in #includes (from patch 1608063 submitted ↵ | Hans-Christoph Steiner | |
by kunowoudt) svn path=/trunk/externals/hcs/hid/; revision=6605 | |||
2006-11-25 | turn off excess debug messages on Mac OS X | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=6429 | |||
2006-11-25 | updated to work with current Pd-extended | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=6428 | |||
2006-09-22 | fixed pointer bug that was preventing proper creation of the element array. ↵ | Hans-Christoph Steiner | |
Now it outputs data properly on Linux svn path=/trunk/externals/hcs/hid/; revision=5998 | |||
2006-09-22 | [linuxhid] is now an obsolete idea, so delete this cruft | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=5997 | |||
2006-08-27 | got to get those pesky declarations all clear | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=5755 | |||
2006-08-25 | code cleanups, replaced sprintf() for snprintf() for security's sake | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=5735 | |||
2006-08-22 | everything is building, the element array is being properly populated, I ↵ | Hans-Christoph Steiner | |
just need to fix the data output to use the new element array svn path=/trunk/externals/hcs/hid/; revision=5706 | |||
2006-08-15 | - renamed variables for clarity | Hans-Christoph Steiner | |
- added section to test the new instance tracking in output messages svn path=/trunk/externals/hcs/hid/; revision=5600 | |||
2006-07-09 | added note about deprecated makefile | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=5364 | |||
2006-06-02 | first attempt at having one instance do all of the device polling, based on ↵ | Hans-Christoph Steiner | |
clock_getlogicaltime(). It works for multiple instances in one patch, but does not work for multiple instances in different patches (i.e. they both still seem to get events...) svn path=/trunk/externals/hcs/hid/; revision=5159 | |||
2006-06-02 | added a bunch more status info in the Pd domain: device count, range for ↵ | Hans-Christoph Steiner | |
each element, etc svn path=/trunk/externals/hcs/hid/; revision=5158 | |||
2006-06-02 | ripped out old method of get events and build whole new method which should ↵ | Hans-Christoph Steiner | |
use a lot less CPU; its now based on arrays of structs that are built before running. There is a 2D array for (device,element) struct, t_hid_element, which holds the output symbols, thus eliminating symbol lookups for each event that is outputted; its Mac OS X only write now, GNU/Linux will come eventually... svn path=/trunk/externals/hcs/hid/; revision=5156 | |||
2006-05-28 | On Mac OSX, replaced hid_get_device_by_number() by a global array of ↵ | Hans-Christoph Steiner | |
pointers, it should reduce the CPU load noticably. next I need to handle elements independently svn path=/trunk/externals/hcs/hid/; revision=5147 | |||
2006-05-28 | compiles and works on GNU/Linux now, but needs to have the new open methods ↵ | Hans-Christoph Steiner | |
implemented svn path=/trunk/externals/hcs/hid/; revision=5146 | |||
2006-05-27 | added some status reporting, and got all the different methods for opening ↵ | Hans-Christoph Steiner | |
working on Mac OS X; time to fix GNU/Linux now... svn path=/trunk/externals/hcs/hid/; revision=5145 | |||
2006-05-27 | new open-by methods seem to be working properly | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=5143 | |||
2006-05-27 | seemed to fix the mac crasher bug caused by HIDReleaseBuildList wierdness; ↵ | Hans-Christoph Steiner | |
cleaned up things a bit and made it possible to open devices by type svn path=/trunk/externals/hcs/hid/; revision=5138 | |||
2006-05-26 | thought I'd check in a working(?) version of this makefile before I wipe it ↵ | Hans-Christoph Steiner | |
and use externals/Makefile svn path=/trunk/externals/hcs/hid/; revision=5137 | |||
2006-04-06 | wow! how did this object survive that long with event_names restricted to 7 ↵ | IOhannes m zmölnig | |
characters and simply ignoring this when writing to the memory? I exchanged (char hid_name[7]) by (t_symbol* hid_name), so now we can have event_names of arbitrary length without crashing. furthermore i prepend "key_" to Georg's key_names and made them static, so we don't have to do this each time we need one of them... svn path=/trunk/externals/hcs/hid/; revision=4823 | |||
2006-04-06 | only include Makefile.buildlayout if it is available; this allows us to ↵ | IOhannes m zmölnig | |
build hid even if you don't have everything checked out with something like: "OS_NAME=linux make all" svn path=/trunk/externals/hcs/hid/; revision=4822 | |||
2006-03-17 | changed [pddp] object tp [pddp( message to disable the [pddp] object, which ↵ | Hans-Christoph Steiner | |
causes crashes svn path=/trunk/externals/hcs/hid/; revision=4725 | |||
2006-03-17 | I think it was cleaned up a bit, but I made the changes so long ago, I forgot | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=4724 | |||
2006-02-06 | added input_arrays.? files which are generated from ↵ | Hans-Christoph Steiner | |
./make-arrays-from-input.h.pl since it makes building [hid] so much easier svn path=/trunk/externals/hcs/hid/; revision=4558 | |||
2006-01-25 | stopped outputting EV_SYN events since they are not needed in Pd space and ↵ | Hans-Christoph Steiner | |
they cause troubles; cleaned up all warnings svn path=/trunk/externals/hcs/hid/; revision=4487 | |||
2006-01-24 | SYN_MAX is not set in linux/input.h and there are only two event codes ↵ | Hans-Christoph Steiner | |
listed. But the kernel actually puts out a lot of different SYN events. So this script now generates a ev_syn array with 512 init'ed items in the array. That should stop the sigfaults, but it might be a hack svn path=/trunk/externals/hcs/hid/; revision=4479 | |||
2005-12-19 | got the basic sketch working, but now I have to figure out the hid.dll ↵ | Hans-Christoph Steiner | |
nameclash issue... arg svn path=/trunk/externals/hcs/hid/; revision=4258 | |||
2005-06-27 | made 0.6 release | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=3250 |