Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Nov 24, 2023
2 parents f0c868b + babf40e commit ca8b548
Show file tree
Hide file tree
Showing 54 changed files with 1,699 additions and 175 deletions.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Feature request
description: Suggest an idea for the HandyControl
title: "Feature request title"
body:
- type: dropdown
validations:
required: true
attributes:
label: Feature request type
options:
- sample request
- enhancement
- type: textarea
validations:
required: true
attributes:
label: Is your feature request related to a problem? Please describe
description: Please provide a description of the sample request or enhancement
placeholder: |
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- type: textarea
validations:
required: true
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered
- type: textarea
attributes:
label: Additional context
description: Enter any other applicable info here
placeholder: |
Add any other context or screenshots about the feature request here.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ packages/
build/*
!build/build.cake
!build/build*.nuspec
!build/create_lang_nuspec_file.py
!build/build.ps1
!build/LICENSE
!build/icon.png
!build/tools/
build/tools/*
!build/tools/packages.config
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2022 HandyOrg
Copyright (c) 2018-2023 HandyOrg

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
13 changes: 13 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Security Policy

## Supported Versions

At the moment, the only supported version of the **HandyControl** is the newest one. You can find it on *NuGet*.
[https://www.nuget.org/packages/HandyControl/](https://www.nuget.org/packages/HandyControl)

## Reporting a Vulnerability

Security issues and bugs should be reported privately, by emailing support (at) [HandyOrg](https://github.com/HandyOrg)
HandyOrg does not offer Bug Bounty for the **HandyControl** library.

Please do not open issues for anything you think might have a security implication.
21 changes: 21 additions & 0 deletions build/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018-2023 HandyOrg

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion build/build-for-myget.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<licenseUrl>https://raw.githubusercontent.com/ghost1372/HandyControls/develop/LICENSE</licenseUrl>
<projectUrl>https://github.com/ghost1372/HandyControls</projectUrl>
<description>Contains some simple and commonly used WPF controls based on HandyControl</description>
<copyright>Copyright 2018-2021</copyright>
<copyright>Copyright 2018-2023</copyright>
<tags>wpf wpf-ui style styles theme xaml control csharp relativepanel flipclock skin datagrid menu persian calendar gif togglebutton datagrid wpf-controls component cardview navigation dark-theme color-picker notification</tags>
<dependencies>
<group targetFramework=".NETFramework4.0" />
Expand Down
4 changes: 2 additions & 2 deletions build/build.Lang.ca-ES.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>HandyControl.Lang.ca-ES</id>
<version>3.4.0</version>
<version>3.5.0</version>
<title>HandyOrg</title>
<authors>HandyOrg</authors>
<owners>HandyOrg</owners>
Expand All @@ -12,7 +12,7 @@
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
<description>Contains some simple and commonly used WPF controls</description>
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
<copyright>Copyright © HandyOrg 2018-2022</copyright>
<copyright>Copyright © HandyOrg 2018-2023</copyright>
<tags>WPF C# Control</tags>
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="e118ac98ccd1db28f25f66ba2da5c2e029a622a4" />
<dependencies>
Expand Down
59 changes: 59 additions & 0 deletions build/build.Lang.cs.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>HandyControl.Lang.cs</id>
<version>3.5.0</version>
<title>HandyOrg</title>
<authors>HandyOrg</authors>
<owners>HandyOrg</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LICENSE</license>
<icon>icon.png</icon>
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
<description>Contains some simple and commonly used WPF controls</description>
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
<copyright>Copyright © HandyOrg 2018-2023</copyright>
<tags>WPF C# Control</tags>
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="e118ac98ccd1db28f25f66ba2da5c2e029a622a4" />
<dependencies>
<group targetFramework=".NETFramework4.0" />
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETFramework4.5.1" />
<group targetFramework=".NETFramework4.5.2" />
<group targetFramework=".NETFramework4.6" />
<group targetFramework=".NETFramework4.6.1" />
<group targetFramework=".NETFramework4.6.2" />
<group targetFramework=".NETFramework4.7" />
<group targetFramework=".NETFramework4.7.1" />
<group targetFramework=".NETFramework4.7.2" />
<group targetFramework=".NETFramework4.8" />
<group targetFramework=".NETFramework4.8.1" />
<group targetFramework=".NETCoreApp3.0" />
<group targetFramework=".NETCoreApp3.1" />
<group targetFramework="net5.0" />
<group targetFramework="net6.0" />
<group targetFramework="net7.0" />
</dependencies>
</metadata>
<files>
<file src="lib\net40\cs\HandyControl.resources.dll" target="lib\net40\cs\HandyControl.resources.dll" />
<file src="lib\net45\cs\HandyControl.resources.dll" target="lib\net45\cs\HandyControl.resources.dll" />
<file src="lib\net451\cs\HandyControl.resources.dll" target="lib\net451\cs\HandyControl.resources.dll" />
<file src="lib\net452\cs\HandyControl.resources.dll" target="lib\net452\cs\HandyControl.resources.dll" />
<file src="lib\net46\cs\HandyControl.resources.dll" target="lib\net46\cs\HandyControl.resources.dll" />
<file src="lib\net461\cs\HandyControl.resources.dll" target="lib\net461\cs\HandyControl.resources.dll" />
<file src="lib\net462\cs\HandyControl.resources.dll" target="lib\net462\cs\HandyControl.resources.dll" />
<file src="lib\net47\cs\HandyControl.resources.dll" target="lib\net47\cs\HandyControl.resources.dll" />
<file src="lib\net471\cs\HandyControl.resources.dll" target="lib\net471\cs\HandyControl.resources.dll" />
<file src="lib\net472\cs\HandyControl.resources.dll" target="lib\net472\cs\HandyControl.resources.dll" />
<file src="lib\net48\cs\HandyControl.resources.dll" target="lib\net48\cs\HandyControl.resources.dll" />
<file src="lib\net481\cs\HandyControl.resources.dll" target="lib\net481\cs\HandyControl.resources.dll" />
<file src="lib\net5.0\cs\HandyControl.resources.dll" target="lib\net5.0\cs\HandyControl.resources.dll" />
<file src="lib\net6.0\cs\HandyControl.resources.dll" target="lib\net6.0\cs\HandyControl.resources.dll" />
<file src="lib\net7.0\cs\HandyControl.resources.dll" target="lib\net7.0\cs\HandyControl.resources.dll" />
<file src="lib\netcoreapp3.0\cs\HandyControl.resources.dll" target="lib\netcoreapp3.0\cs\HandyControl.resources.dll" />
<file src="lib\netcoreapp3.1\cs\HandyControl.resources.dll" target="lib\netcoreapp3.1\cs\HandyControl.resources.dll" />
<file src="icon.png" target="icon.png" />
<file src="LICENSE" target="LICENSE" />
</files>
</package>
4 changes: 2 additions & 2 deletions build/build.Lang.en.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>HandyControl.Lang.en</id>
<version>3.4.0</version>
<version>3.5.0</version>
<title>HandyOrg</title>
<authors>HandyOrg</authors>
<owners>HandyOrg</owners>
Expand All @@ -12,7 +12,7 @@
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
<description>Contains some simple and commonly used WPF controls</description>
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
<copyright>Copyright © HandyOrg 2018-2022</copyright>
<copyright>Copyright © HandyOrg 2018-2023</copyright>
<tags>WPF C# Control</tags>
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="e118ac98ccd1db28f25f66ba2da5c2e029a622a4" />
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions build/build.Lang.es.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>HandyControl.Lang.es</id>
<version>3.4.0</version>
<version>3.5.0</version>
<title>HandyOrg</title>
<authors>HandyOrg</authors>
<owners>HandyOrg</owners>
Expand All @@ -12,7 +12,7 @@
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
<description>Contains some simple and commonly used WPF controls</description>
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
<copyright>Copyright © HandyOrg 2018-2022</copyright>
<copyright>Copyright © HandyOrg 2018-2023</copyright>
<tags>WPF C# Control</tags>
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="e118ac98ccd1db28f25f66ba2da5c2e029a622a4" />
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions build/build.Lang.fa.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>HandyControl.Lang.fa</id>
<version>3.4.0</version>
<version>3.5.0</version>
<title>HandyOrg</title>
<authors>HandyOrg</authors>
<owners>HandyOrg</owners>
Expand All @@ -12,7 +12,7 @@
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
<description>Contains some simple and commonly used WPF controls</description>
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
<copyright>Copyright © HandyOrg 2018-2022</copyright>
<copyright>Copyright © HandyOrg 2018-2023</copyright>
<tags>WPF C# Control</tags>
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="e118ac98ccd1db28f25f66ba2da5c2e029a622a4" />
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions build/build.Lang.fr.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>HandyControl.Lang.fr</id>
<version>3.4.0</version>
<version>3.5.0</version>
<title>HandyOrg</title>
<authors>HandyOrg</authors>
<owners>HandyOrg</owners>
Expand All @@ -12,7 +12,7 @@
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
<description>Contains some simple and commonly used WPF controls</description>
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
<copyright>Copyright © HandyOrg 2018-2022</copyright>
<copyright>Copyright © HandyOrg 2018-2023</copyright>
<tags>WPF C# Control</tags>
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="e118ac98ccd1db28f25f66ba2da5c2e029a622a4" />
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions build/build.Lang.ja.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>HandyControl.Lang.ja</id>
<version>3.4.0</version>
<version>3.5.0</version>
<title>HandyOrg</title>
<authors>HandyOrg</authors>
<owners>HandyOrg</owners>
Expand All @@ -12,7 +12,7 @@
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
<description>Contains some simple and commonly used WPF controls</description>
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
<copyright>Copyright © HandyOrg 2018-2022</copyright>
<copyright>Copyright © HandyOrg 2018-2023</copyright>
<tags>WPF C# Control</tags>
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="e118ac98ccd1db28f25f66ba2da5c2e029a622a4" />
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions build/build.Lang.ko-KR.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>HandyControl.Lang.ko-KR</id>
<version>3.4.0</version>
<version>3.5.0</version>
<title>HandyOrg</title>
<authors>HandyOrg</authors>
<owners>HandyOrg</owners>
Expand All @@ -12,7 +12,7 @@
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
<description>Contains some simple and commonly used WPF controls</description>
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
<copyright>Copyright © HandyOrg 2018-2022</copyright>
<copyright>Copyright © HandyOrg 2018-2023</copyright>
<tags>WPF C# Control</tags>
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="e118ac98ccd1db28f25f66ba2da5c2e029a622a4" />
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions build/build.Lang.pl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>HandyControl.Lang.pl</id>
<version>3.4.0</version>
<version>3.5.0</version>
<title>HandyOrg</title>
<authors>HandyOrg</authors>
<owners>HandyOrg</owners>
Expand All @@ -12,7 +12,7 @@
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
<description>Contains some simple and commonly used WPF controls</description>
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
<copyright>Copyright © HandyOrg 2018-2022</copyright>
<copyright>Copyright © HandyOrg 2018-2023</copyright>
<tags>WPF C# Control</tags>
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="e118ac98ccd1db28f25f66ba2da5c2e029a622a4" />
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions build/build.Lang.pt-BR.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>HandyControl.Lang.pt-BR</id>
<version>3.4.0</version>
<version>3.5.0</version>
<title>HandyOrg</title>
<authors>HandyOrg</authors>
<owners>HandyOrg</owners>
Expand All @@ -12,7 +12,7 @@
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
<description>Contains some simple and commonly used WPF controls</description>
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
<copyright>Copyright © HandyOrg 2018-2022</copyright>
<copyright>Copyright © HandyOrg 2018-2023</copyright>
<tags>WPF C# Control</tags>
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="e118ac98ccd1db28f25f66ba2da5c2e029a622a4" />
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions build/build.Lang.ru.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>HandyControl.Lang.ru</id>
<version>3.4.0</version>
<version>3.5.0</version>
<title>HandyOrg</title>
<authors>HandyOrg</authors>
<owners>HandyOrg</owners>
Expand All @@ -12,7 +12,7 @@
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
<description>Contains some simple and commonly used WPF controls</description>
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
<copyright>Copyright © HandyOrg 2018-2022</copyright>
<copyright>Copyright © HandyOrg 2018-2023</copyright>
<tags>WPF C# Control</tags>
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="e118ac98ccd1db28f25f66ba2da5c2e029a622a4" />
<dependencies>
Expand Down
Loading

0 comments on commit ca8b548

Please sign in to comment.