This repository was archived by the owner on Jan 7, 2024. It is now read-only.
Commit 851929f
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | | - | |
40 | 38 | | |
41 | | - | |
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
| |||
- PoeEye/PoeShared.Generators/PoeShared.Generators.csproj+1-1
- PoeEye/PoeShared.Native/Audio/Services/ComplexSoundLibrary.cs+1-1
- PoeEye/PoeShared.Native/PoeShared.Native.csproj+3-6
- PoeEye/PoeShared.Native/Scaffolding/ProcessHelper.cs+3-1
- PoeEye/PoeShared.Native/Services/SevenZipWrapper.cs+12-6
- PoeEye/PoeShared.Squirrel/PoeShared.Squirrel.csproj+3-5
- PoeEye/PoeShared.Squirrel/Scaffolding/ReleasePackage.cs+1-1
- PoeEye/PoeShared.Squirrel/Updater/SquirrelEventsHandler.cs+98-2
- PoeEye/PoeShared.Tests/PoeShared.Tests.csproj+2-2
- PoeEye/PoeShared.Tests/Scaffolding/ScreenRegionUtilsFixture.cs+186
- PoeEye/PoeShared.UI/NotificationSandboxViewModel.cs+12-1
- PoeEye/PoeShared.UI/PoeShared.UI.csproj+3-9
- PoeEye/PoeShared.UI/Views/NotificationSandboxView.xaml+46-28
- PoeEye/PoeShared.Wpf/Audio/Views/AudioNotificationTypeSelectorView.xaml+8-3
- PoeEye/PoeShared.Wpf/Dialogs/Services/IMessageBoxService.cs+10-4
- PoeEye/PoeShared.Wpf/Dialogs/Services/MessageBoxService.cs+48-10
- PoeEye/PoeShared.Wpf/Dialogs/ViewModels/IMessageBoxHostViewModel.cs+18
- PoeEye/PoeShared.Wpf/Dialogs/ViewModels/IMessageBoxViewModel.cs+8-16
- PoeEye/PoeShared.Wpf/Dialogs/ViewModels/IMessageBoxWithContentViewModel.cs+21-4
- PoeEye/PoeShared.Wpf/Dialogs/ViewModels/ITextMessageBoxViewModel.cs+1-1
- PoeEye/PoeShared.Wpf/Dialogs/ViewModels/InputMessageBoxViewModel.cs+29
- PoeEye/PoeShared.Wpf/Dialogs/ViewModels/MessageBoxHostViewModelBase.cs+11-12
- PoeEye/PoeShared.Wpf/Dialogs/ViewModels/TextMessageBoxViewModel.cs+10-4
- PoeEye/PoeShared.Wpf/Dialogs/Views/InputMessageBoxView.xaml+33
- PoeEye/PoeShared.Wpf/Dialogs/Views/MessageBoxView.xaml+3-3
- PoeEye/PoeShared.Wpf/Modularity/IPoeEyeModulesRegistrator.cs+2-1
- PoeEye/PoeShared.Wpf/Modularity/PoeEyeModulesRegistrator.cs+4-5
- PoeEye/PoeShared.Wpf/Native/ScreenRegionUtils.cs+89-42
- PoeEye/PoeShared.Wpf/Notifications/Services/NotificationsService.cs+1-1
- PoeEye/PoeShared.Wpf/PoeShared.Wpf.csproj+5-18
- PoeEye/PoeShared.Wpf/RegionSelector/ViewModels/ISelectionAdornerViewModel.cs+21-10
- PoeEye/PoeShared.Wpf/RegionSelector/ViewModels/SelectionAdornerViewModel.cs+65-54
- PoeEye/PoeShared.Wpf/RegionSelector/Views/SelectionAdornerView.xaml+24-19
- PoeEye/PoeShared.Wpf/Scaffolding/GeometryExtensions.cs+70-37
- PoeEye/PoeShared.Wpf/Scaffolding/WPF/OutlinedTextBlock.cs+332
- PoeEye/PoeShared.Wpf/Scaffolding/WPF/TextStrokePosition.cs+8
- PoeEye/PoeShared.Wpf/Themes/Colors.xaml+19
- PoeEye/PoeShared.Wpf/Themes/Converters.xaml+1
- PoeEye/PoeShared.Wpf/Themes/Generic.shared.xaml+1
- PoeEye/PoeShared.Wpf/UI/CapturingCloseController.cs+13
- PoeEye/PoeShared.Wpf/UI/CloseController.cs+27-33
- PoeEye/PoeShared.Wpf/UI/ExceptionViewer/ExceptionDialogDisplayer.cs+1-7
- PoeEye/PoeShared.Wpf/UI/ForwardingCloseController.cs+21
- PoeEye/PoeShared.Wpf/UI/ItemCloseController.cs+28
- PoeEye/PoeShared.Wpf/UI/ParameterizedCloseController.cs-29
- PoeEye/PoeShared.Wpf/UI/RemoveItemController.cs+1-1
- PoeEye/PoeShared.Wpf/UI/Settings/GenericSettingsViewModel.cs+2-3
- PoeEye/PoeShared.Wpf/UI/TreeView/TreeViewItemViewModel.cs+3-1
- PoeEye/PoeShared/IRandomNumberGenerator.cs+2
- PoeEye/PoeShared/Modularity/IPoeConfigMetadataReplacementService.cs+2
- PoeEye/PoeShared/Modularity/PoeConfigMetadataReplacementService.cs+25-6
- PoeEye/PoeShared/PoeShared.csproj+4-4
- PoeEye/PoeShared/RandomNumberGenerator.cs+7-2
- PoeEye/PoeShared/Scaffolding/ChangeSetExtensions.cs+9
- PoeEye/PoeShared/Scaffolding/ICloseable.cs+5
- PoeEye/WindowsHook/WindowsHook.csproj+2-1
0 commit comments