From 7f448339d7e856d8832a9088779b16735e996e1f Mon Sep 17 00:00:00 2001 From: bao-qian Date: Wed, 22 Apr 2020 01:44:07 +0800 Subject: [PATCH 1/7] remove unused ci --- azure-pipelines.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index 5307ec006..000000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,34 +0,0 @@ -# .NET Desktop -# Build and run tests for .NET Desktop or Windows classic desktop solutions. -# Add steps that publish symbols, save build artifacts, and more: -# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net - -trigger: -- master -- dev - -pool: - vmImage: 'vs2017-win2016' #'due to windows SDK dependency for building UWP project' - -variables: - solution: '**/*.sln' - buildPlatform: 'Any CPU' - buildConfiguration: 'Release' - -steps: -- task: NuGetToolInstaller@1 - -- task: NuGetCommand@2 - inputs: - restoreSolution: '$(solution)' - -- task: VSBuild@1 - inputs: - solution: '$(solution)' - platform: '$(buildPlatform)' - configuration: '$(buildConfiguration)' - -- task: VSTest@2 - inputs: - platform: '$(buildPlatform)' - configuration: '$(buildConfiguration)' From 912cb4df6359bda633e89291267b46da513e3893 Mon Sep 17 00:00:00 2001 From: bao-qian Date: Wed, 22 Apr 2020 11:59:53 +0800 Subject: [PATCH 2/7] delete unused style --- Wox/Themes/Base.xaml | 6 ------ Wox/Themes/Gray.xaml | 4 +--- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Wox/Themes/Base.xaml b/Wox/Themes/Base.xaml index 6f6083035..171ce4967 100644 --- a/Wox/Themes/Base.xaml +++ b/Wox/Themes/Base.xaml @@ -36,12 +36,6 @@ - - + From bc8137cf5ec1de1bccc735a76ebc312ed4928d69 Mon Sep 17 00:00:00 2001 From: bao-qian Date: Wed, 22 Apr 2020 12:03:19 +0800 Subject: [PATCH 3/7] remove unused property --- Wox/ResultListBox.xaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Wox/ResultListBox.xaml b/Wox/ResultListBox.xaml index dc3100e0e..b5f06d2bf 100644 --- a/Wox/ResultListBox.xaml +++ b/Wox/ResultListBox.xaml @@ -48,7 +48,6 @@ @@ -57,7 +56,6 @@ From 641d331adeeb509eb3dd83c61aee8b4a5f4698a1 Mon Sep 17 00:00:00 2001 From: bao-qian Date: Wed, 22 Apr 2020 12:03:36 +0800 Subject: [PATCH 4/7] enable cleartype --- Wox/ResultListBox.xaml | 3 +++ Wox/Themes/Base.xaml | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/Wox/ResultListBox.xaml b/Wox/ResultListBox.xaml index b5f06d2bf..68a8c9dc4 100644 --- a/Wox/ResultListBox.xaml +++ b/Wox/ResultListBox.xaml @@ -48,6 +48,7 @@ @@ -56,6 +57,8 @@ diff --git a/Wox/Themes/Base.xaml b/Wox/Themes/Base.xaml index 171ce4967..7210d14fc 100644 --- a/Wox/Themes/Base.xaml +++ b/Wox/Themes/Base.xaml @@ -11,6 +11,24 @@ + + + + + + + + + + + + + + + + + +