Store and load the dialog positions depending on monitor setup
commita7edb0a59e658a03185a2942259d5343b1ea6cc5
authorStefan Küng <stefankueng@gmail.com>
Sat, 5 Dec 2020 09:44:33 +0000 (5 10:44 +0100)
committerSven Strickroth <email@cs-ware.de>
Tue, 8 Dec 2020 21:54:38 +0000 (8 22:54 +0100)
treee5e94ea66477fdf77d2b005113fc37a6a780efe0
parent572519ce22cc264622a859a893d4b71bf7f35a72
Store and load the dialog positions depending on monitor setup

Signed-off-by: Stefan Küng <stefankueng@gmail.com>
Signed-off-by: Sven Strickroth <email@cs-ware.de>
19 files changed:
src/TortoiseGitBlame/TortoiseGitBlame.cpp
src/TortoiseGitBlame/TortoiseGitBlame.vcxproj
src/TortoiseGitBlame/TortoiseGitBlame.vcxproj.filters
src/TortoiseIDiff/TortoiseIDiff.cpp
src/TortoiseIDiff/TortoiseIDiff.vcxproj
src/TortoiseIDiff/TortoiseIDiff.vcxproj.filters
src/TortoiseMerge/MainFrm.cpp
src/TortoiseMerge/TortoiseMerge.vcxproj
src/TortoiseMerge/TortoiseMerge.vcxproj.filters
src/TortoiseProc/TortoiseProc.vcxproj
src/TortoiseProc/TortoiseProc.vcxproj.filters
src/TortoiseUDiff/TortoiseUDiff.cpp
src/TortoiseUDiff/TortoiseUDiff.vcxproj
src/TortoiseUDiff/TortoiseUDiff.vcxproj.filters
src/Utils/Hash.cpp [new file with mode: 0644]
src/Utils/Hash.h [new file with mode: 0644]
src/Utils/MiscUI/StandAloneDlg.h
src/Utils/Monitor.cpp [new file with mode: 0644]
src/Utils/Monitor.h [new file with mode: 0644]