1
0
Fork 0
Commit Graph

22 Commits

Author SHA1 Message Date
LoRd_MuldeR 5759a0cd83
Improved P/Invoke bindings for GetWindowLongPtr() and SetWindowLongPtr() functions. 2022-11-10 21:54:03 +01:00
LoRd_MuldeR 7fee4f9bf3
GUI: Added command-line option to force pure software rendering. 2022-11-08 21:37:02 +01:00
LoRd_MuldeR 1f42113b88
GUI: Added new background pattern. 2022-10-30 20:26:48 +01:00
LoRd_MuldeR df235ca050
GUI: Bump .NET Framework version to 4.7.2 + make it possible to resize window (horizontally). 2022-10-30 15:18:51 +01:00
LoRd_MuldeR 7996869e3c
Explicitly bring application window to front on startup. 2022-10-30 01:36:24 +02:00
LoRd_MuldeR b5b6e3eaf0
GUI: Added checkbox to enable/disable "legacy" compatibility mode. 2022-10-15 18:32:54 +02:00
LoRd_MuldeR 270430b9d8
Windows GUI: Some improvements in detecting the program "patch" version. 2022-09-29 22:44:19 +02:00
LoRd_MuldeR 5e7b6ebb09
Updated Linux build script to better match the officially supported Debian platforms. 2022-06-18 22:30:45 +02:00
LoRd_MuldeR ae340c4070
GUI: Implemented detection of the ARM64 architecture via IsWow64Process2() function. 2022-05-24 22:31:40 +02:00
LoRd_MuldeR e78b144413
Enable the GUI to use the "AVX2" binary, if supported on the current machine. 2022-04-18 18:52:55 +02:00
LoRd_MuldeR e4f28439c3
GUI: Small improvement to setting up the PATH and working directory of the child process. 2022-04-05 21:29:27 +02:00
LoRd_MuldeR 45829c4317
Added support for setting the number threads in the GUI + some improvements application configuration handling. 2022-04-03 19:23:58 +02:00
LoRd_MuldeR c32c85d8c9
Much improved threading support. 2022-03-22 23:01:19 +01:00
LoRd_MuldeR 9b0d109336
Refactored process event handler class + added new "random password" icon. 2022-02-11 22:02:50 +01:00
LoRd_MuldeR 18e398a1e7
Refactored the ProcessRunner and PasswordGen classes. 2022-02-10 22:55:52 +01:00
LoRd_MuldeR 5dfaabf6c4
GUI: Replaced the built-in password generator with call to SlunkCrypt CLI program + bump target framework version to 4.5.2. 2022-02-09 23:52:09 +01:00
LoRd_MuldeR d2ea1a7a7c
Implemented application configuration setting to disable the busy indicator (by default). 2021-11-13 17:18:42 +01:00
LoRd_MuldeR 153aca4517
Implemented option to disable the busy indicator (animation). 2021-11-11 21:36:13 +01:00
LoRd_MuldeR 9e29561707
Refactored project/solution files. 2021-11-10 19:38:35 +01:00
LoRd_MuldeR 17d807bbb3
Added runtime CPU detection for SSE2 capability to the GUI front-end. 2021-11-09 23:23:43 +01:00
LoRd_MuldeR 61fa41c888
GUI: Added button to generate a random password to the "Encrypt" tab. 2021-05-08 19:53:15 +02:00
LoRd_MuldeR 502e92ee09
Added a simple GUI front-end for Windows platform. 2021-05-04 21:35:30 +02:00