Age | Commit message (Expand) | Author |
2010-12-05 | use cyclone/prepend instead of flatspace/prependHEADsvn2git-headexternals/io/hidio | Hans-Christoph Steiner |
2010-01-28 | more release tweaks: install instructions and bz2 tarball | Hans-Christoph Steiner |
2010-01-28 | oops, forgot to include the help, examples, and test patches in the dist | Hans-Christoph Steiner |
2010-01-28 | fixed test for pd dir and added more text for universal building | Hans-Christoph Steiner |
2010-01-28 | added --with-pd= so you can set where the pd sources are | Hans-Christoph Steiner |
2010-01-28 | fixed up universal building stuff | Hans-Christoph Steiner |
2010-01-28 | switched approach to call the pd_linux a 'PROGRAM' then set the EXEEXT to .pd... | Hans-Christoph Steiner |
2010-01-28 | streamlined autotools build to be the minimum needed | Hans-Christoph Steiner |
2010-01-28 | first working version of hidio+HIDUtilities build on Mac OS X using autotools... | Hans-Christoph Steiner |
2010-01-28 | checked in old updated examples that have been sitting here forever | Hans-Christoph Steiner |
2008-09-09 | removed old linux key name conversion and took a quick stab at updating the k... | Hans-Christoph Steiner |
2008-09-09 | broke down the long line for key types into 80 char lines | Hans-Christoph Steiner |
2008-09-08 | - fixed "open" state reporting, it was always reporting "open 1" | Hans-Christoph Steiner |
2008-06-26 | ported some of the recent bugfixes from [hid]: | Hans-Christoph Steiner |
2008-06-25 | ported from [hid] to [hidio] using the same style as spiral-joystick | Hans-Christoph Steiner |
2008-06-25 | - cleaned up debug messages some and set default message level to 0 (none) | Hans-Christoph Steiner |
2008-06-25 | fixed stack overflow caused by my stupidity, mostly | Hans-Christoph Steiner |
2008-06-25 | first complete example based on [hidio] and 'mapping'. There is currently a ... | Hans-Christoph Steiner |
2008-06-23 | implemented [devices( and [elements( messages on Mac OS X, to eventally | Hans-Christoph Steiner |
2008-06-19 | removed the svn:executable bit for code, patches and text | IOhannes m zmölnig |
2008-05-27 | first sketch of output message with variable atom types | Hans-Christoph Steiner |
2008-05-27 | first sketch of output message with variable atom types | Hans-Christoph Steiner |
2008-05-26 | added Pd-stype macros for building for Max/MSP | Hans-Christoph Steiner |
2008-05-07 | i don't claim that everything here is as it should be; but at least it compil... | IOhannes m zmölnig |
2008-05-05 | - Got the symbolic usage page/usage tags in the write message working | Hans-Christoph Steiner |
2008-05-05 | include pd's C files in the etags so I can go directly to the source | Hans-Christoph Steiner |
2008-05-05 | very basic output using Apple HID Utilities to a CUI IO v1.0 firmware, I got ... | Hans-Christoph Steiner |
2007-07-31 | added dummy function so that it will compile on Mac OS X while I figure this ... | Hans-Christoph Steiner |
2007-07-26 | first functional output test on GNU/Linux: I can control the keyboard LEDs. ... | Hans-Christoph Steiner |
2007-01-03 | more orless working Windows code, needs to be adapted to work with global ele... | Olaf Matthes |
2007-01-03 | builds on all platforms now, but doesn't link on MinGW | Hans-Christoph Steiner |
2007-01-02 | added plattform_specific_new and a pointer to my Windows specific stuff in t_... | Olaf Matthes |
2007-01-02 | fixed ff function return values across files | Hans-Christoph Steiner |
2007-01-02 | Olaf's first code for windows | Hans-Christoph Steiner |
2007-01-02 | I cleaned up the return values. This is what I used: | Hans-Christoph Steiner |
2007-01-01 | The output message is pre-generated by hidio_build_element_list() and stored | Hans-Christoph Steiner |
2007-01-01 | renamed debug_print() to debug_post() since its a wrapper to post() | Hans-Christoph Steiner |
2006-12-31 | added latency measuring code on Darwin (to be removed once testing is done), ... | Hans-Christoph Steiner |
2006-12-21 | fixed the bug that made it crash in Max/MSP on OS X | Olaf Matthes |
2006-12-08 | some changes to compile for Max again on OS X, still crashes when starting to... | Olaf Matthes |
2006-12-08 | - laid out new event labeling scheme based more on USB HID rather than Linux | Hans-Christoph Steiner |
2006-12-04 | made child thread priority adjustable by user | Olaf Matthes |
2006-12-04 | some more changes for Windows compatibility | Olaf Matthes |
2006-12-04 | minor fix for MinGW compilation | Hans-Christoph Steiner |
2006-12-04 | fixed Apple's sloppy use of case in #includes (from patch 1608063 submitted b... | Hans-Christoph Steiner |
2006-12-03 | added some #defines and #ifdefs in order for code to compile in Windows | Olaf Matthes |
2006-12-02 | added more mutexes for thread safe operation, renamed hidio_read to hidio_chi... | Olaf Matthes |
2006-12-01 | put reading in child thread | Olaf Matthes |
2006-12-01 | some more threading related changes, changed some output values from type flo... | Olaf Matthes |
2006-12-01 | added threading for 'open' and 'close', needs more work but shows that open i... | Olaf Matthes |