Age | Commit message (Expand) | Author | Files | Lines |
2019-09-17 | Fix typo | cbdev | 1 | -2/+2 |
2019-09-17 | Minor documentation fixes | cbdev | 2 | -3/+3 |
2019-09-17 | Publish winmidi backend | cbdev | 4 | -1/+673 |
2019-09-15 | Fix minor MIDI issues | cbdev | 1 | -12/+15 |
2019-09-14 | Fix maweb polling | cbdev | 1 | -22/+25 |
2019-09-08 | Fix duplicate poll requests | cbdev | 1 | -2/+11 |
2019-09-07 | maweb I/O buffering | cbdev | 2 | -117/+155 |
2019-09-04 | Don't build maweb as debug | cbdev | 1 | -2/+0 |
2019-09-04 | Use platform-independent specifiers for printf calls | cbdev | 4 | -37/+39 |
2019-08-31 | Update documentation | cbdev | 2 | -0/+5 |
2019-08-24 | Fix NULL pointer access | cbdev | 1 | -1/+1 |
2019-08-24 | Only connect to ALSA when instances are requested | cbdev | 1 | -14/+25 |
2019-08-23 | Update sACN backend documentation (Fixes #22) | cbdev | 1 | -2/+2 |
2019-08-23 | Fix Coverity CID 347886 | cbdev | 1 | -0/+1 |
2019-08-23 | Finalize & publish maweb backend | cbdev | 2 | -43/+55 |
2019-08-22 | Update travis config for openssl, using CFLAGS this time | cbdev | 1 | -1/+1 |
2019-08-22 | Try to fix failing build by providing additional hints to MacOS | cbdev | 1 | -2/+2 |
2019-08-22 | Update travis dependencies | cbdev | 1 | -1/+0 |
2019-08-22 | Implement input for the maweb backend (with a few limitations) | cbdev | 9 | -114/+581 |
2019-08-17 | Implement evdev relative axis output (Fixes #20) | cbdev | 1 | -2/+15 |
2019-08-17 | Fix exec indexing | cbdev | 1 | -5/+0 |
2019-08-17 | Hopefully clarify text a bit | cbdev | 1 | -1/+1 |
2019-08-16 | Implement dot2 specific workarounds | cbdev | 3 | -17/+44 |
2019-08-15 | Fix CI, add dot2 detection to maweb | cbdev | 2 | -68/+20 |
2019-08-12 | Placate spellintian... | cbdev | 2 | -2/+2 |
2019-08-12 | Fix maweb button execs | cbdev | 2 | -3/+30 |
2019-08-11 | Minor text fix | cbdev | 1 | -2/+2 |
2019-08-11 | Initial maweb backend | cbdev | 6 | -0/+1200 |
2019-08-10 | Clean up & check unions | cbdev | 8 | -26/+52 |
2019-08-10 | Implement stream client connections in libmmbackend (Fixes #19) | cbdev | 6 | -25/+67 |
2019-08-07 | Don't build the maweb backend yet | cbdev | 1 | -2/+2 |
2019-08-07 | Fix export visibilities for GCC | cbdev | 2 | -9/+7 |
2019-08-03 | Windows build compatiblity | cbdev | 10 | -33/+82 |
2019-08-01 | Implement midi backend detect option | cbdev | 3 | -7/+37 |
2019-08-01 | Implement evdev relative axis inversion | cbdev | 3 | -2/+22 |
2019-07-28 | Fix evdev relative axes, add detect option | cbdev | 3 | -11/+72 |
2019-07-28 | Fix Lua timing on non-linux | cbdev | 2 | -2/+12 |
2019-07-27 | Fix uninitialized value | cbdev | 1 | -2/+2 |
2019-07-27 | Refactor OSC backend, implement pattern matching | cbdev | 4 | -204/+481 |
2019-07-24 | Add detect option to OSC backend | cbdev | 2 | -8/+29 |
2019-07-24 | Clarify backend documentation | cbdev | 3 | -4/+6 |
2019-07-24 | Fix issues found by Coverity Scan | cbdev | 1 | -5/+5 |
2019-07-14 | Fix header ordering | cbdev | 1 | -2/+2 |
2019-07-14 | Conditionally include timerfd headers | cbdev | 1 | -1/+4 |
2019-07-14 | Work around missing timerfd on OSX/Windows | cbdev | 3 | -2/+48 |
2019-07-13 | Fix & simplify timer configuration | cbdev | 1 | -14/+15 |
2019-07-13 | Fix indexing bug | cbdev | 1 | -1/+1 |
2019-07-13 | Improved Lua backend with intervals | cbdev | 3 | -26/+318 |
2019-07-07 | Minor fixes | cbdev | 2 | -8/+6 |
2019-07-06 | evdev backend code style fixes | cbdev | 1 | -5/+7 |