Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |||
2005-06-11 | added barebones ff function to linux file so that it'll work | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=3166 | |||
2005-05-20 | created header so that [linuxhid] can share code | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=3044 | |||
2005-04-28 | switched Linux to use common hid_output_event() | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2843 | |||
2005-04-03 | added keyboard support for linux (Georg Holzmann) | Georg Holzmann | |
svn path=/trunk/externals/hcs/hid/; revision=2673 | |||
2004-11-28 | code cleanup and [print( msg implementation | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2333 | |||
2004-11-28 | fixed a number of annoying bugs in MacOS X; cleaned up code; now multiple ↵ | Hans-Christoph Steiner | |
[hid]s work at the same time svn path=/trunk/externals/hcs/hid/; revision=2329 | |||
2004-11-15 | prepping for release, fixed a couple very minor bugs | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2276 | |||
2004-11-15 | converted button codes to a numbered scheme; added [buttongate] | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2275 | |||
2004-11-07 | cleaned up the code a fair amount, but there are still lots of bugs bugs bugs... | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2238 | |||
2004-10-25 | completed moving GNU/Linux support into the new structure; flushed out ↵ | Hans-Christoph Steiner | |
Darwin a bit more svn path=/trunk/externals/hcs/hid/; revision=2154 | |||
2004-10-23 | got everything running under GNU/Linux again, time to switch back to MacOS X | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2144 | |||
2004-10-22 | more progress generalizing for cross-platformness; Darwin stuff compiles and ↵ | Hans-Christoph Steiner | |
the object loads, but it doesn't do anything yet svn path=/trunk/externals/hcs/hid/; revision=2141 |