You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Glenn Maynard
bd052f08ef
Use OnClick instead of Checked and Unchecked.
...
Checked and Unchecked are called at weird, unpredictable times by WPF, and saving
settings when they happen causes us to change the setting incorrectly. OnClick is
only called when the user actually changes the value and not when internal WPF stuff
sets it, so it doesn't have this problem.
5 years ago
..
Properties
Implement separate inner and outer threshold sliders, and a custom threshold slider.
5 years ago
Resources
Implement separate inner and outer threshold sliders, and a custom threshold slider.
5 years ago
installer
Import for release.
7 years ago
.gitignore
Import for release.
7 years ago
App.config
Implement separate inner and outer threshold sliders, and a custom threshold slider.
5 years ago
App.xaml
Allow minimizing to the tray.
6 years ago
App.xaml.cs
Improve minimizing to tray, and restore the existing instance if SMXConfig is launched when it's already minimized to the tray.
6 years ago
ConfigPresets.cs
Tighten the high preset a bit.
5 years ago
CurrentSMXDevice.cs
Refactor displaying threshold sliders.
5 years ago
DiagnosticsWidgets.cs
Fix highlighting selected diagnostics buttons on P2.
5 years ago
DoubleSlider.cs
Import for release.
7 years ago
Helpers.cs
Implement separate inner and outer threshold sliders, and a custom threshold slider.
5 years ago
MainWindow.xaml
Only recreate sliders when the sensitivity tab is selected, rather than on every tab change.
5 years ago
MainWindow.xaml.cs
Use OnClick instead of Checked and Unchecked.
5 years ago
ProgressWindow.xaml
Add a progress window.
6 years ago
ProgressWindow.xaml.cs
Add a progress window.
6 years ago
SMX.cs
Make the platform lights slider update directly when dragged, so we can delay config updates.
5 years ago
SMXConfig.csproj
Implement separate inner and outer threshold sliders, and a custom threshold slider.
5 years ago
SMXJSON.cs
Fix exception parsing empty JSON arrays.
5 years ago
SetCustomSensors.xaml
Update the wording for the custom sensor dialog.
5 years ago
SetCustomSensors.xaml.cs
Implement separate inner and outer threshold sliders, and a custom threshold slider.
5 years ago
Widgets.cs
Use OnClick instead of Checked and Unchecked.
5 years ago
window icon.ico
Import for release.
7 years ago