Age | Commit message (Expand) | Author | Files | Lines |
2020-10-30 | Update lua backend to 5.4 API changes | cbdev | 1 | -0/+10 |
2020-10-24 | Add generic lua pkg-config data | cbdev | 2 | -4/+5 |
2020-10-24 | Update ArtNet documentation (Fixes #77) | cbdev | 1 | -0/+2 |
2020-10-23 | Implement ArtNet realtime option | cbdev | 2 | -8/+16 |
2020-10-10 | Update some comments | cbdev | 2 | -1/+2 |
2020-10-09 | Implement VISCA relative movement | cbdev | 3 | -9/+96 |
2020-09-19 | Fix VISCA channel parser | cbdev | 2 | -12/+15 |
2020-09-19 | Add local serial note for VISCA | cbdev | 1 | -1/+2 |
2020-09-18 | Implement additional VISCA channels | cbdev | 3 | -3/+62 |
2020-09-12 | Fix VISCA dialect | cbdev | 3 | -27/+86 |
2020-09-06 | Add rate limiting notice to sACN and ArtNet | cbdev | 2 | -1/+8 |
2020-08-19 | wininput sanity check and minor documentation update | cbdev | 2 | -3/+8 |
2020-08-18 | Update wininput documentation | cbdev | 1 | -2/+0 |
2020-08-18 | Implement wininput mouse wheel control (Fixes #65) | cbdev | 3 | -3/+70 |
2020-08-16 | Fix VISCA windows build | cbdev | 1 | -1/+1 |
2020-08-16 | Fix CI returns | cbdev | 1 | -0/+1 |
2020-08-15 | Update visca documentation | cbdev | 1 | -5/+5 |
2020-08-15 | Add VISCA documentation, fix some issues | cbdev | 2 | -5/+75 |
2020-08-15 | Improve some documentation | cbdev | 1 | -2/+22 |
2020-08-14 | Initial VISCA backend implementation | cbdev | 2 | -0/+279 |
2020-08-08 | Python channel introspection (#68) | cbdev | 2 | -0/+20 |
2020-08-08 | Lua channel introspection (#68) | cbdev | 2 | -4/+41 |
2020-08-07 | Implement detect mode for artnet (#70) | cbdev | 6 | -55/+82 |
2020-08-01 | Allow initial maweb event push even for zero values (#74) | cbdev | 1 | -1/+1 |
2020-07-26 | Implement rudimentary detect mode for sACN (#70) | cbdev | 3 | -3/+38 |
2020-07-24 | Select multicast interface for sACN where possible (#69) | cbdev | 1 | -9/+42 |
2020-07-09 | Restructure CI | cbdev | 1 | -2/+2 |
2020-06-27 | Remove manually built backends with clean target | cbdev | 1 | -1/+2 |
2020-06-27 | Fix wininput joystick button calculation | cbdev | 1 | -12/+1 |
2020-06-13 | Implement joystick axis input | cbdev | 2 | -4/+80 |
2020-06-11 | Query joystick buttons | cbdev | 4 | -15/+84 |
2020-06-05 | Log out of maweb session on disconnect (Fixes #61) | cbdev | 1 | -23/+33 |
2020-06-02 | Change maweb session identifier message (Fixes #62) | cbdev | 1 | -2/+2 |
2020-05-30 | maweb: Try next host (if configured) on login failure | cbdev | 1 | -6/+18 |
2020-05-25 | Sort wininput requests, implement basic joystick requests | cbdev | 1 | -4/+61 |
2020-05-24 | Implement joystick channel specification, fix normalization | cbdev | 1 | -5/+51 |
2020-05-17 | Include virtual screen origin offset in mouse normalization | cbdev | 1 | -4/+3 |
2020-05-16 | Implement maweb dynamic interval | cbdev | 3 | -19/+35 |
2020-05-15 | Clarify wininput message, do not build in debug mode | cbdev | 1 | -2/+2 |
2020-05-10 | Refactor wininput channel parsing, implement basic joystick queries | cbdev | 2 | -77/+92 |
2020-05-09 | Fix sACN compile-time warning | cbdev | 1 | -1/+1 |
2020-05-04 | Implement wininput input direction | cbdev | 3 | -27/+215 |
2020-05-02 | Reformat wininput table | cbdev | 1 | -60/+34 |
2020-05-02 | Implement keyboard output for wininput | cbdev | 3 | -33/+239 |
2020-05-01 | Implement wininput skeleton and mouse output | cbdev | 3 | -1/+269 |
2020-04-27 | Allow access to previous value in python handlers | cbdev | 4 | -7/+11 |
2020-04-26 | Periodically retry connecting remotes for maweb | cbdev | 1 | -18/+32 |
2020-04-25 | Implement maweb fallback connections | cbdev | 3 | -33/+95 |
2020-04-25 | Add rtpmidi to README, add example config | cbdev | 1 | -2/+2 |
2020-04-24 | Set MCAST_LOOP/IPV6_V6ONLY only on supported sockets, select outbound multica... | cbdev | 2 | -8/+40 |