Commit Graph

148 Commits (crumbl3d-release)
 

Author SHA1 Message Date
Clive Galway bc762bb1c1 0.4.1 Changelog 5 years ago
Clive Galway 37d48459bb Remove redundant invert 5 years ago
Clive Galway 998c1bc95e Update CHANGELOG.md 5 years ago
Clive Galway 953ea5ec85 Update CHANGELOG.md 5 years ago
Clive Galway 281f7fe786 Update test apps 5 years ago
Clive Galway f072c3bb57 ignore lib files 5 years ago
Clive Galway 768d46a48d Fix missing & in handles 5 years ago
Clive Galway cac42ded6e Merge branch 'crumbl3d' of https://github.com/evilC/AutoHotInterception into crumbl3d 5 years ago
Clive Galway 0704003416 Update AutoHotInterception.sln 5 years ago
Clive Galway 64e1ddb069
Update README.md 5 years ago
Clive Galway 79a677f550
Update Readme.md 5 years ago
Clive Galway 424af54765
Update Readme.md 5 years ago
Clive Galway 1f3577129e
Update Readme.md 5 years ago
Clive Galway cd2b2dcfde
Update Readme.txt 5 years ago
Clive Galway e739f7b3b7
Update Readme.txt 5 years ago
Clive Galway 581156c704 Readmes 5 years ago
Clive Galway 801d3347ae Add readme, force Dependencies folder to exist 5 years ago
Clive Galway f6082bcc9d Fix slashes and missing switches in build steps 5 years ago
Clive Galway 5cc16a3a36
Merge pull request #32 from crumbl3d/master
Merge in Crumbl3d's changes
5 years ago
Jovan Nikolov d9f1460c3f Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	C#/AutoHotInterception/Manager.cs
#	C#/AutoHotInterception/Monitor.cs
#	CHANGELOG.md
5 years ago
Jovan Nikolov 47a7e8601d Fixed bad device id assertion for mouse button unsubscription... 5 years ago
Clive Galway f7768b21cb Monitor shows key names 5 years ago
Clive Galway 9cc29cf046 Fixes #30 5 years ago
Clive Galway 43640f14a3 Merge branch 'master' of https://github.com/evilC/AutoHotInterception 5 years ago
Clive Galway 0490ed1ff1 Show ignored in Monitor 5 years ago
Clive Galway c6daabf985
Clarify install process. Fixes #29 5 years ago
Clive Galway f3f8ed21a5 Update CHANGELOG.md 5 years ago
Clive Galway d9665708a7 Mouse monitor reports as sub mode, UI changes 5 years ago
Clive Galway 18f01dccd2 Monitor keyboard output normalized 5 years ago
Jovan Nikolov ffe11e1e6e Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	C#/AutoHotInterception/Manager.cs
#	CHANGELOG.md
#	Lib/AutoHotInterception.ahk
#	README.md
5 years ago
Clive Galway c910949bb5
Update README.md 5 years ago
Clive Galway fb192d1df6 Changelog for v0.3.7 5 years ago
Clive Galway 7c5c52c734 Add Unsubscribe endpoints. Fixes #20 5 years ago
Jovan Nikolov d27a16b01c Changed concurrent switch to false by default
Some cleanup and updated README.md and CHANGELOG.md
5 years ago
crumbl3d 3093812269 Of course I had to mess something up
- While copy-pasting some code messed up mouse button callback parameter
- From Thread.Interrupt() vs Thread.Abort() => remove both and use volatile bool as a loop exit condition
- Simplified some code and cleanup
5 years ago
crumbl3d 5dc35cc8d8 Added an option to process all subscribed key events on a single thread instead of using a ThreadPool
- Using custom WorkerThread class to execute callback Actions placed into an Action queue
- Cleaned up code
- Needs testing...
5 years ago
crumbl3d 4db283f5a6 Revert "Fix Build Events"
This reverts commit 9c80a5bbcb.
5 years ago
Clive Galway 9c80a5bbcb Fix Build Events 6 years ago
Clive Galway 8de8b46ad0 Fix SubscribeMouseMove return type 6 years ago
Clive Galway 6d9717b490
Update README.md 6 years ago
Clive Galway 967665ddd0
Update README.md 6 years ago
Clive Galway 3700c4b507
Merge pull request #22 from crumbl3d/master
Automatically load interception library with correct bitness
6 years ago
crumbl3d f5d1f777da Automatically load interception library with correct bitness (user does not need to chose, AHI is both x86 and x64 compatible without recompilation). 6 years ago
evilC 2f77d7a53d RShift fixes 6 years ago
Clive Galway 794e7b26e5
Add badges 6 years ago
Clive Galway 1377b315ca
Merge pull request #17 from evilC/PS2
Fixes, PS/2 compaitibility
6 years ago
Clive Galway f18a00f873
Update README.md 6 years ago
Clive Galway ba5331118c
Add GetDeviceIdFromHandle 6 years ago
evilC 13b8757024 Fixes #16 6 years ago
evilC 8875d02445 Fix handle methods 6 years ago