Commit Graph

1598 Commits

Author SHA1 Message Date
Travis Nickles
1c846513dc Fixed Y buffer clearing in trackball routine 2020-01-10 16:09:51 -06:00
Travis Nickles
9b5b531dcb Added Italian translation file to project
Was not actually linked in the project before
2020-01-09 21:44:34 -06:00
Travis Nickles
0b6879984d Updated newest file 2020-01-09 21:30:23 -06:00
Travis Nickles
6a1ea8d219 Version 2.0.4 2020-01-09 21:05:25 -06:00
Travis Nickles
950c0e0924 Changed Sleep to SpinWait. VS tweak 2020-01-09 17:20:46 -06:00
mika-n
4c1d8bcc4c Fixed auto-profile "Turn DS4Win temporarily off" functionality. When DS4Win was temporarily off and another auto-profile rule wanted to wakeup the service then the new rule failed to a new profile (tried to load while service was still stopped or still in starting state). Also fixed "temporarily off" state when auto-profiler wanted to revert back to default profile (now it works because service is started if it was in stopped state because of previously processed rule) 2020-01-09 17:04:27 +02:00
Travis Nickles
e975d3ccbd Corrected trigger slider labels in Controller Readings tab 2020-01-09 03:43:18 -06:00
Travis Nickles
902cdcf078 Fixed default button mapping display for TouchUpper and TouchMulti.
Indexes got flipped. Related to issue #1025
2020-01-09 03:18:42 -06:00
Travis Nickles
acf028f196 Added SuppressUnmanagedCodeSecurity to StartupMethods class 2020-01-08 21:17:20 -06:00
Travis Nickles
0b10788583 Added SuppressUnmanagedCodeSecurity for WMI call 2020-01-08 21:07:47 -06:00
Travis Nickles
383e4054ab Fixed invalid cast for Shift Action key binding
Related to issue #1023
2020-01-08 19:59:17 -06:00
Travis Nickles
abd8e84f63 Changed Bold menu item in tray menu
Related to issue #1003
2020-01-06 20:37:56 -06:00
Travis Nickles
d007af8119 Merge branch 'jay' of https://github.com/RaydenX93/DS4Windows into RaydenX93-jay 2020-01-06 20:33:26 -06:00
mika-n
77e713e7b9 User configurable (profile) max time in seconds for a rumble effect. The rumble watchdog timer used to be fixed 2 secs, but now it is possible to disable this watchdog timer (0 secs value) or set the max time in profile editor. 2020-01-05 22:11:44 +02:00
RaydenX93
d5bfe29043 Italian translation 2020-01-04 23:20:47 +01:00
Travis Nickles
be601e2aef Merge branch 'jay' of https://github.com/mika-n/DS4Windows into mika-n-jay 2020-01-04 15:50:18 -06:00
Travis Nickles
05686d4011 Merge branch 'AutoProfileTweaks' of https://github.com/mika-n/DS4Windows into mika-n-AutoProfileTweaks 2020-01-04 15:32:11 -06:00
Travis Nickles
b83f92a4e7 Merge branch 'jeek-midford-patch-1' of https://github.com/jeek-midford/DS4Windows into jeek-midford-jeek-midford-patch-1 2020-01-04 15:11:52 -06:00
mika-n
29bd7c869c Macro recorder screen has now separate CLEAR steps button and by default RECORD btn appends new steps instead of inserting new steps in front (before) of the first item. It is more logical to have separate CLEAR btn to avoid accidentally loosing the whole macro sequence. 2020-01-04 22:36:19 +02:00
Travis Nickles
478150a825 Force some tabs to not be accessible while Profile Editor is open
Related to issue #992
2020-01-04 13:53:44 -06:00
Travis Nickles
7a79dc569a Make sure to use proper macro values for controller button presses
Related to issue #1002
2020-01-04 13:01:05 -06:00
Travis Nickles
6baeb51b58 Handle special case of capturing Alt keys
Related to issue #1002
2020-01-04 04:21:23 -06:00
jeek-midford
cbedff622c
Update Strings.ja.resx 2020-01-02 23:36:50 +09:00
jeek-midford
ea2623550c
Update Strings.ja.resx 2020-01-02 23:11:43 +09:00
jeek-midford
1c1e61a697
Update Strings.ja.resx 2020-01-01 18:59:59 +09:00
jeek-midford
87c1842034
Improved Japanese translation
Improved as much as possible.
2020-01-01 13:22:27 +09:00
Travis Nickles
caa1d92c2e Updated newest file 2019-12-31 21:48:01 -06:00
Travis Nickles
eca344013c Version 2.0.3 2019-12-31 21:41:25 -06:00
Travis Nickles
d05eee4cce Minor tweak 2019-12-31 00:48:24 -06:00
Travis Nickles
2927bc20a6 Special ignore for AutomaticUntrigger 2019-12-30 22:52:38 -06:00
Travis Nickles
be93e16da6 Check for valid trigger names. Check for null value 2019-12-30 22:35:31 -06:00
Travis Nickles
694af58154 Intermediate fix for LoadProfile Save crash
Related to issue #987
2019-12-30 22:04:40 -06:00
Travis Nickles
58d533b1ca Added hooks for Swipe Control buttons
Related to issue #986
2019-12-30 21:39:05 -06:00
Travis Nickles
6b27a615dc Updated newest file 2019-12-30 16:32:00 -06:00
ryochan7@protonmail.com
e2481bcb92 Version 2.0.2 2019-12-30 16:28:08 -06:00
ryochan7@protonmail.com
d869b71a4d Removed blank first line from resx file 2019-12-30 15:59:00 -06:00
ryochan7@protonmail.com
d6fb643e6b Added Spanish translation file to project file 2019-12-30 15:56:20 -06:00
ryochan7@protonmail.com
cbfc9e6d00 Copy more compiled translations on build 2019-12-30 15:51:43 -06:00
ryochan7@protonmail.com
469734e49d Renamed translation file to use valid culture code 2019-12-30 15:49:19 -06:00
ryochan7@protonmail.com
109d2587c4 Move overlay buttons in Profile editor 2019-12-30 12:06:17 -06:00
ryochan7@protonmail.com
a8e277afeb Merge branch 'patch-2' of https://github.com/RY0M43CH1Z3N/DS4Windows into RY0M43CH1Z3N-patch-2 2019-12-30 02:12:36 -06:00
ryochan7@protonmail.com
6f225e4b09 Merge branch 'jay' of https://github.com/Leomelati/DS4Windows into Leomelati-jay 2019-12-30 01:46:20 -06:00
ryochan7@protonmail.com
cd35daee42 Minor tweak 2019-12-30 01:18:33 -06:00
ryochan7@protonmail.com
e39cccf279 Make sure RecordBox can have focus. Allow extra keys to be usable while recording a macro. 2019-12-30 01:18:19 -06:00
ryochan7@protonmail.com
1ce2f50cba Minor refactor of tray menu
Related to issue #947
2019-12-29 16:48:03 -06:00
ryochan7@protonmail.com
34d2d74415 Added minor check if timer needs to be run 2019-12-29 16:33:23 -06:00
ryochan7@protonmail.com
cde7d19c80 Updated ViGEmBus installer URL
Related to issue #982
2019-12-29 16:28:58 -06:00
mika-n
39f94ef8d3 Added "Revert to default profile on unknown process" option to auto-profile screen. If this is enabled then DS4Windows will revert back to default profile when an unknown process is the foreground app. If this option is unchecked then DS4Windows leaves the current profile as active on unknown foreground processes. 2019-12-29 01:34:41 +02:00
Travis Nickles
12b2466111 Minor tweak for VS 2019-12-28 13:38:16 -06:00
Travis Nickles
3167c3917f Merge branch 'jay' of https://github.com/mika-n/DS4Windows into mika-n-jay 2019-12-28 13:26:09 -06:00