Bluscream
c0ec0b6d98
revert include to default
2019-06-08 22:56:58 +02:00
Bluscream
788a985fa3
Add keypress filter to monitor
...
Add checkbox for filtering only keyup event's so we have no "double" events (disabled by default)
currently the horizontal alignment is fixed, i have no idea how to make it dynamic
2019-06-08 22:56:10 +02:00
Clive Galway
ce56963abc
Changelog for 0.4.2
2019-06-08 20:17:44 +01:00
Clive Galway
b512b6d5a9
Fix #37
2019-06-08 20:12:37 +01:00
Clive Galway
c05a4c8bed
StrokeToMouseButtonAndState returns array
2019-06-03 20:38:19 +01:00
Clive Galway
a8da4e76e3
Update README.md
2019-05-15 13:45:54 +01:00
Clive Galway
9e0ec46ee9
Merge pull request #36 from evilC/crumbl3d-release
...
Crumbl3d release
2019-05-15 13:44:55 +01:00
Clive Galway
bc762bb1c1
0.4.1 Changelog
2019-05-15 13:23:19 +01:00
Clive Galway
37d48459bb
Remove redundant invert
2019-05-15 13:19:12 +01:00
Clive Galway
998c1bc95e
Update CHANGELOG.md
2019-05-14 19:48:41 +01:00
Clive Galway
953ea5ec85
Update CHANGELOG.md
2019-05-14 19:41:02 +01:00
Clive Galway
281f7fe786
Update test apps
2019-05-14 19:37:07 +01:00
Clive Galway
f072c3bb57
ignore lib files
2019-05-14 19:26:30 +01:00
Clive Galway
f995584431
Update README.md
2019-03-05 22:30:27 +00:00
Clive Galway
768d46a48d
Fix missing & in handles
2019-03-05 20:48:39 +00:00
Clive Galway
cac42ded6e
Merge branch 'crumbl3d' of https://github.com/evilC/AutoHotInterception into crumbl3d
2019-02-26 20:11:59 +00:00
Clive Galway
0704003416
Update AutoHotInterception.sln
2019-02-26 20:11:44 +00:00
Clive Galway
64e1ddb069
Update README.md
2019-02-26 19:54:37 +00:00
Clive Galway
79a677f550
Update Readme.md
2019-02-26 19:47:46 +00:00
Clive Galway
424af54765
Update Readme.md
2019-02-26 19:47:29 +00:00
Clive Galway
1f3577129e
Update Readme.md
2019-02-26 19:47:15 +00:00
Clive Galway
cd2b2dcfde
Update Readme.txt
2019-02-26 19:46:53 +00:00
Clive Galway
e739f7b3b7
Update Readme.txt
2019-02-26 19:46:38 +00:00
Clive Galway
581156c704
Readmes
2019-02-26 19:45:10 +00:00
Clive Galway
801d3347ae
Add readme, force Dependencies folder to exist
2019-02-26 19:28:30 +00:00
Clive Galway
f6082bcc9d
Fix slashes and missing switches in build steps
2019-02-26 19:19:39 +00:00
Clive Galway
5cc16a3a36
Merge pull request #32 from crumbl3d/master
...
Merge in Crumbl3d's changes
2019-02-26 19:11:26 +00:00
Jovan Nikolov
d9f1460c3f
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# C#/AutoHotInterception/Manager.cs
# C#/AutoHotInterception/Monitor.cs
# CHANGELOG.md
2019-02-24 23:28:29 +01:00
Jovan Nikolov
47a7e8601d
Fixed bad device id assertion for mouse button unsubscription...
2019-02-24 22:11:37 +01:00
Clive Galway
f7768b21cb
Monitor shows key names
2019-02-24 19:32:07 +00:00
Clive Galway
9cc29cf046
Fixes #30
2019-02-24 19:01:34 +00:00
Clive Galway
43640f14a3
Merge branch 'master' of https://github.com/evilC/AutoHotInterception
2019-02-24 18:42:14 +00:00
Clive Galway
0490ed1ff1
Show ignored in Monitor
2019-02-24 18:42:11 +00:00
Clive Galway
c6daabf985
Clarify install process. Fixes #29
2019-02-24 18:10:08 +00:00
Clive Galway
f3f8ed21a5
Update CHANGELOG.md
2019-02-24 17:43:11 +00:00
Clive Galway
d9665708a7
Mouse monitor reports as sub mode, UI changes
2019-02-24 17:41:51 +00:00
Clive Galway
18f01dccd2
Monitor keyboard output normalized
2019-02-24 16:18:47 +00:00
Jovan Nikolov
ffe11e1e6e
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# C#/AutoHotInterception/Manager.cs
# CHANGELOG.md
# Lib/AutoHotInterception.ahk
# README.md
2019-02-12 13:09:59 +01:00
Clive Galway
c910949bb5
Update README.md
2019-02-10 14:36:39 +00:00
Clive Galway
fb192d1df6
Changelog for v0.3.7
2019-02-10 14:24:10 +00:00
Clive Galway
7c5c52c734
Add Unsubscribe endpoints. Fixes #20
2019-02-10 14:20:10 +00:00
Jovan Nikolov
d27a16b01c
Changed concurrent switch to false by default
...
Some cleanup and updated README.md and CHANGELOG.md
2019-01-31 02:52:35 +01:00
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
2019-01-29 00:49:30 +01:00
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...
2019-01-28 14:53:58 +01:00
crumbl3d
4db283f5a6
Revert "Fix Build Events"
...
This reverts commit 9c80a5bbcb
.
2019-01-03 21:41:51 +01:00
Clive Galway
9c80a5bbcb
Fix Build Events
2018-12-24 13:35:53 +00:00
Clive Galway
8de8b46ad0
Fix SubscribeMouseMove return type
2018-12-24 09:08:57 +00:00
Clive Galway
6d9717b490
Update README.md
2018-11-02 19:57:08 +00:00
Clive Galway
967665ddd0
Update README.md
2018-11-02 19:56:41 +00:00
Clive Galway
3700c4b507
Merge pull request #22 from crumbl3d/master
...
Automatically load interception library with correct bitness
2018-10-07 18:48:38 +01:00