2
0
mirror of https://github.com/Alia5/GlosSI.git synced 2024-11-01 09:20:17 +00:00
Commit Graph

219 Commits

Author SHA1 Message Date
Peter Repukat
b4351d2743 It's that time of the year again 2023-01-17 20:31:28 +01:00
Marocco2
2594512c12 Added toggle inside ImGui 2023-01-17 20:31:28 +01:00
Marocco2
41c385e551 Added proper setting value (default: off) 2023-01-17 20:31:28 +01:00
Marocco2
be4c8fb209 added comment 2023-01-17 20:31:27 +01:00
Marocco2
4fc3ff8e93 typo 2023-01-17 20:31:27 +01:00
Marocco2
c0303c88d0 add WS_EX_TOOLWINDOW in extended windows styles for GlosSI-Target
https://learn.microsoft.com/en-us/windows/win32/winmsg/extended-window-styles

Goal is to remove GlosSI-Target window in Alt-Tab listing as it will induce issues with Steam Link and not particularly intuitive when switching from and to a game.

Currently untested, PR needed only for building a PoC of it and checking for possible issues
2023-01-17 20:31:27 +01:00
Peter Repukat
85ab663804 GlosSITarget: Close existing target on launch 2023-01-17 20:31:27 +01:00
Peter Repukat
128e7f4a62 GlosSITarget: add -window cli switch 2022-11-07 20:32:31 +01:00
Peter Repukat
9e170d24bd Fix typo 2022-11-07 19:18:59 +01:00
Peter Repukat
a8235ca9c9 GlosSITarget: Fix UI Scaling 2022-11-05 13:56:25 +01:00
Peter Repukat
45bd68e595 GlosSITarget: Fix too low screen scale comparison 2022-10-31 10:20:03 +01:00
Peter Repukat
2fbf3b444d GlosSITarget: Fix not applying screen scale log level 2022-10-31 10:19:40 +01:00
Peter Repukat
5528dfb733 Add configurable Launcher options / Launcher ProcessList 2022-10-21 21:18:25 +02:00
Peter Repukat
3df6cf510a AppLauncher: Fix Win32 launch args 2022-10-16 12:37:14 +02:00
Peter Repukat
6e69b6ec1c GlosSIConfig: Integrate SteamGrid 2022-10-16 00:50:24 +02:00
Peter Repukat
929abfe5f2 GlosSITarget: Parse and impl "killEGS" 2022-10-12 13:06:26 +02:00
Peter Repukat
cafb4e85a8 GlosSITarget: Add API to insert launched-pids 2022-10-12 11:59:15 +02:00
Peter Repukat
18a960abab GlosSITarget: parse and use "ignoreEGS" setting 2022-10-12 11:59:15 +02:00
Peter Repukat
96d8f24c93 GlosSITarget: More EGS Hacks/workarounds
CloseOnExit: Ignore EpicGamesLauncher.exe, EpicWebHelper.exe in detection if GlosSITarget should quit
2022-10-12 11:59:15 +02:00
Peter Repukat
138dd98c59 GlosSITarget: Log process names in addition to PIDs 2022-10-12 11:59:14 +02:00
Peter Repukat
11e3029915 GlosSITarget: Also find nested child PIDs 2022-10-12 11:59:14 +02:00
Peter Repukat
eee7390547 GlosSITarget: AppLauncher: Add processInfo/killer overlay element 2022-10-12 11:59:14 +02:00
Peter Repukat
51c2268dc0 GlosSIUtil: Add KIllProcess 2022-10-12 11:59:14 +02:00
Peter Repukat
d22f44d37d GlosSITarget: Add somewhat of epic games launcher process detection workaround 🤨 2022-10-12 11:59:14 +02:00
Peter Repukat
bf89cb8ddc GlosSITarget: Cleanup: util 2022-10-12 11:59:14 +02:00
Peter Repukat
14d3e45379 GlosSSITarget: Settings: parse missing but unused common values (icon/name/version) 2022-10-12 11:59:12 +02:00
Peter Repukat
1b2b8b759a GlosSITarget: Settings: move extendedLogging and cli-opts to common-struct 2022-10-12 11:59:12 +02:00
Peter Repukat
31ce36095f HttpServer: endpoint to query shortcut settings 2022-10-12 11:59:12 +02:00
Peter Repukat
a1c1a7d141 GlosSITarget: Refactor Settings.h
- Overload parse function to also accept nlohmann::json object
- Function to convert settings to nlohmann::json
2022-10-12 11:59:12 +02:00
Peter Repukat
3903f38c0e GlosSITarget: fix reading config-files with spaces 2022-10-12 11:59:11 +02:00
Peter Repukat
febebafc25 GlosSITarget: Fix httpserver pids entries doubled 2022-10-12 11:59:11 +02:00
Peter Repukat
e879d0ba5c GlosSITarget: Fix logging port 2022-10-12 11:59:11 +02:00
Peter Repukat
c9c6a32432 GlosSITarget: Add HttpServer: Get launched pids 2022-10-12 11:59:11 +02:00
Peter Repukat
ab575c1e29 Only allow single instance of GlosSITarget 2022-10-12 11:59:10 +02:00
Peter Repukat
f9c993dc50 GlosSITarget: Add cli-switches:
-disableuwpoverlay
-disablewatchdog
2022-10-12 11:59:10 +02:00
Peter Repukat
9e08309a1a SteamTarget: always enable UWP overlay 2022-10-12 11:59:10 +02:00
Peter Repukat
ff014a935a GlosSITarget: Reduce CPU usage: InputRedirector: Reduce update rate from 1000Hz to 250Hz 2022-10-04 21:54:54 +02:00
Peter Repukat
d4a3e22e9c Refactor: Build GlosSIWatchdog as .dll injecting into explorer.exe 2022-10-04 21:53:04 +02:00
Peter Repukat
a24c16a44e Fix std::filesystem::temp_directory_path() misuse 2022-10-04 16:59:48 +02:00
Peter Repukat
0e955c819a GlosSITarget: Fix freeze if installed in a path that contains spaces 2022-10-02 21:08:52 +02:00
Peter Repukat
985b6bb490 Introduce GlosSIWatchdog: Restore HidHide state if GlosSITarget was force-killed 2022-10-02 02:29:37 +02:00
Peter Repukat
555221ad18 GlosSITarget: support loading default-config if no config was specified 2022-09-28 12:08:05 +02:00
Peter Repukat
14f87f19e2 GlosSITarget: Allow changing "Use desktop-config" from GlosSI Overlay (if game was launched, makes no sense otherwise) 2022-09-28 11:35:19 +02:00
Peter Repukat
efe89c4e1a Delete example_conf.json 2022-09-26 03:40:05 +02:00
Peter Repukat
fb861def4f GlosSITarget: Refactor: Function unhooking 2022-09-26 03:39:20 +02:00
Peter Repukat
fcab33a83f Fix DS4 Emulation (VID/PID) 2022-09-25 23:12:05 +02:00
Peter Repukat
771de64cec GlosSITarget: Allow live controller type switching from overlay 2022-09-25 23:11:49 +02:00
Peter Repukat
c3b874c1b5 SteamTarget: Overlay: extendedLogging toggle 2022-09-25 22:58:16 +02:00
Peter Repukat
3533f3d18a SteamTarget: Overlay: Fix button size when scaled 2022-09-25 22:56:14 +02:00
Peter Repukat
a7a9473248 Support changing overlay scale from GlosSITarget 2022-09-25 22:50:54 +02:00