Commit Graph

13 Commits

Author SHA1 Message Date
starbitdev e4157e70b3 Fix 32-bit profiles 2025-08-12 12:40:59 -04:00
starbitdev a5555b4ee1 Guarantee Vista support
Define NT version headers so that Windows Vista support should reasonably be guaranteed, since we will not be using any newer APIs.
2025-08-12 09:16:34 -04:00
starbitdev 01727c04f0 Remove the battery warning
The battery warning could be annoying, and the option to disable it is confusing to somebody who may never see it.
2025-08-11 15:33:32 -04:00
starbitdev e5dbac5879 Fix Debug and Release profiles for both x86 and x64
Application now builds with debug and release profiles on both x86 and x64.
2025-08-11 12:55:04 -04:00
starbitdev 4dc933d4bc Update README.md 2025-08-10 13:12:01 -04:00
starbitdev 0295d289cf Create an application icon.
It's quick and dirty but it works well enough.
2025-08-10 01:52:20 -04:00
starbitdev 350e2960b8 Add functionality for running at startup and disabling the battery warning 2025-08-09 16:03:40 -04:00
starbitdev 036a20df3f Display a warning when there is no battery detected 2025-08-09 14:32:15 -04:00
starbitdev 6a586dedb7 Only change video mode if the current video mode matches one of the preferences.
This avoids the program resetting the video mode if you're doing something like testing different resolutions or playing a game in fullscreen.
2025-08-09 13:14:10 -04:00
starbitdev 4b46eafd35 Save and load preferences using the registry
Preferences are now saved and loaded using the registry. They are loaded at application startup and written to the registry every time a change is made. If no preferences are present in the registry yet, the current display mode is used for both battery and AC power.
2025-08-09 11:56:59 -04:00
starbitdev 046e8fd2eb Actually enter name in the license. 2025-08-09 11:52:05 -04:00
kyros 5710ea69f5 Add project files. 2025-08-09 00:27:33 -04:00
kyros 6d309c83bf Add .gitattributes, .gitignore, and LICENSE.txt. 2025-08-09 00:27:31 -04:00