Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
107 commits
Select commit Hold shift + click to select a range
09bab49
implemented navigation back
IvanDmitriev1 Jul 19, 2022
c22e931
added back button style
IvanDmitriev1 Jul 19, 2022
9b93b3b
added back button to the settings window
IvanDmitriev1 Jul 19, 2022
52704c1
added NavigationBackButton control
IvanDmitriev1 Jul 19, 2022
2ed47ee
the NavigationBackButton now inherits System.Windows.Controls.Button
IvanDmitriev1 Jul 19, 2022
1cd79e4
Update AssemblyInfo.cs
IvanDmitriev1 Jul 19, 2022
aadb3a5
Update SettingsWindow.xaml
IvanDmitriev1 Jul 19, 2022
c5813d7
Add `Labeler` to GitHub actions [skip ci]
pomianowski Jul 26, 2022
e766adf
Move Transitions related classes to Animations directory [skip ci]
pomianowski Jul 26, 2022
1f0f6a7
Code style in project and dictionary manager
pomianowski Jul 26, 2022
360e8e5
Force interaction with transparent background for `RadioButton` [#286]
pomianowski Jul 26, 2022
3c44330
Typo in `FontMapper`
pomianowski Jul 26, 2022
521fc13
Swap order of styles dictionaries
pomianowski Jul 26, 2022
5605332
Simplify `SymbolIcon` and `FontIcon`
pomianowski Jul 26, 2022
0fa334e
Simplify `SymbolIcon` and `FontIcon`
pomianowski Jul 26, 2022
a9a84c0
Simplify `SymbolIcon` and `FontIcon`
pomianowski Jul 26, 2022
4542020
Something like `Flyout` but not yet
pomianowski Jul 26, 2022
b303e30
Remove merging error notices
pomianowski Jul 26, 2022
a22a39a
improved DI support when activating pages for >= NET48 and >= NET3_0
vukovinski Jul 27, 2022
d4b543c
removed code duplication & reworked param resolution logic
vukovinski Jul 29, 2022
87807bc
fixed resolver
vukovinski Jul 29, 2022
5d9660b
Bump @fluentui/react-icons from 2.0.176 to 2.0.178 in /branding
dependabot[bot] Jul 29, 2022
34c3e4c
Refactor Visual Studio extension for version 2.0.2 and above [#293][s…
pomianowski Jul 30, 2022
b1fa172
Restore #303 in development branch
pomianowski Jul 30, 2022
1380e23
Merge pull request #290 from IvanDmitriev1/add-history-back-button
pomianowski Jul 30, 2022
226128e
Kinda organize navigation related controls
pomianowski Jul 30, 2022
20b114c
Update docs [#239][#311][#307][skip ci]
pomianowski Jul 30, 2022
1b1c835
requested changes
vukovinski Aug 1, 2022
5c3f6df
exc message fix
vukovinski Aug 1, 2022
36de5bd
refactored out some methods
vukovinski Aug 2, 2022
86cec3d
Fix closing tag
Tinekk Aug 2, 2022
a2857ac
Fix IsThreeState in `CheckBox` [#213]
pomianowski Aug 4, 2022
fa7d125
Fix issues #334
JeremyWu917 Aug 6, 2022
13c7c7b
Fix issues #333
JeremyWu917 Aug 6, 2022
529a3bd
Fix TreeView virtualization.
walterlv Aug 10, 2022
3aa5c1f
Bump Microsoft.VSSDK.BuildTools
dependabot[bot] Aug 11, 2022
bbaebb8
Replace MS Toolkit with Community Toolkit
pomianowski Aug 13, 2022
6c8916c
Merge pull request #344 from lepoco/dependabot/nuget/src/Wpf.Ui.Exten…
pomianowski Aug 13, 2022
336d119
Bump Microsoft.VisualStudio.SDK
dependabot[bot] Aug 13, 2022
b6f910f
Update TreeView.xaml
pomianowski Aug 13, 2022
47cb83e
Merge pull request #343 from walterlv/t/walterlv/tree-view [skip ci]
pomianowski Aug 13, 2022
96c4b6e
Merge pull request #341 from lepoco/dependabot/nuget/src/Wpf.Ui.Exten…
pomianowski Aug 13, 2022
58ebb70
Merge pull request #335 from JeremyWu917/dev [skip ci]
pomianowski Aug 13, 2022
7690f4f
Merge pull request #325 from Tinekk/patch-1 [skip ci
pomianowski Aug 13, 2022
5657e1c
Merge pull request #308 from vukovinski/development
pomianowski Aug 13, 2022
9a4b05d
Force transparent background for interaction in `ToggleSwitch` [skip ci]
pomianowski Aug 13, 2022
060edee
Update readme [skip ci]
pomianowski Aug 13, 2022
6118ab4
Update funding [skip ci]
pomianowski Aug 13, 2022
b0aacdb
Update readme [skip ci]
pomianowski Aug 13, 2022
93f1f0c
Fix Community Toolkit attributes in extension templates
pomianowski Aug 15, 2022
7b073e1
Rename ShowChevron to IsChevronVisible and fix missing binding [#330]…
pomianowski Aug 15, 2022
7f49f97
Merge pull request #313 from lepoco/dependabot/npm_and_yarn/branding/…
pomianowski Aug 15, 2022
8f34403
Update Fluent System Icons to 1.1.178
pomianowski Aug 15, 2022
31dcee3
Update UiWindow.cs
FreeTheTech101 Aug 15, 2022
b8c3eea
Separate projects in solutions [skip ci]
pomianowski Aug 24, 2022
f03bc24
Bump Microsoft.VSSDK.BuildTools
dependabot[bot] Aug 26, 2022
9729ff6
Bump nuget/setup-nuget from 1.0.6 to 1.0.7
dependabot[bot] Aug 29, 2022
53a30e0
Merge pull request #369 from lepoco/dependabot/github_actions/develop…
pomianowski Aug 30, 2022
b7c0b06
Merge pull request #360 from lepoco/dependabot/nuget/src/Wpf.Ui.Exten…
pomianowski Aug 30, 2022
11f1ce9
Generate symbols package
pomianowski Aug 30, 2022
11dc695
Include source link for GitHub
pomianowski Aug 30, 2022
dfc9e28
Upgrade snackbar's property:Appearance to a property can be binded toway
JeremyWu917 Sep 4, 2022
e481fc3
Update the demo of Controls:Snackbar
JeremyWu917 Sep 4, 2022
852bfaf
Update ISnackbarControl.cs
pomianowski Sep 7, 2022
aeac79c
Merge pull request #379 from JeremyWu917/dev
pomianowski Sep 7, 2022
1ff8173
Upgrade bug report from md to yaml
JeremyWu917 Sep 9, 2022
e4868fd
Upgrade feature request from md to yaml
JeremyWu917 Sep 9, 2022
978f452
Delete md files
JeremyWu917 Sep 9, 2022
ea5cf23
Add parameter validation
JeremyWu917 Sep 9, 2022
b7fecfc
Merge pull request #386 from JeremyWu917/issue-template-upgrade [skip…
pomianowski Sep 10, 2022
ef0a9cd
Bump @fluentui/react-icons from 2.0.178 to 2.0.182 in /branding
dependabot[bot] Sep 13, 2022
3b3c5b7
Merge pull request #347 from FreeTheTech101/fix/ResizeMode
pomianowski Sep 15, 2022
f08de6b
Initialize build scripts
pomianowski Sep 17, 2022
31e040b
Kind of fix binding in PasswordBox [#383]
pomianowski Sep 18, 2022
b435677
Lock when changing visuals in `PasswordBox` [#383] [skip ci]
pomianowski Sep 18, 2022
a9b73de
Update documentation
pomianowski Sep 19, 2022
1ceaf4c
fix bug open message box when MainWindow is null
phamviethuy Sep 20, 2022
ea6c423
features/InfoBar: wip
chucker Sep 20, 2022
2a7e1eb
features/InfoBar: wip
chucker Sep 20, 2022
f83e904
features/InfoBar: styling further along
chucker Sep 21, 2022
3bd2c00
features/InfoBar: symbolicon now has correct color and glyph
chucker Sep 21, 2022
90b84ea
features/InfoBar: close button + IsClosable (defaulting to true)
chucker Sep 21, 2022
a05499c
features/InfoBar: add example with `IsClosable`
chucker Sep 21, 2022
4818495
features/InfoBar: implement `IsOpen`; default to false
chucker Sep 21, 2022
202bc06
features/InfoBar: nicer close button styling
chucker Sep 21, 2022
87e31a9
features/InfoBar: add XML docs, adapted from Microsoft's
chucker Sep 22, 2022
823ce12
features/InfoBar: layout improvements based on @pomianowski's code
chucker Sep 22, 2022
bb0cbf4
features/InfoBar: close button as Command rather than event
chucker Sep 22, 2022
2751b01
Update docs [skip ci]
pomianowski Sep 23, 2022
3bd9202
Update readme
pomianowski Sep 23, 2022
bf61580
Update MessageBox.cs
pomianowski Sep 23, 2022
83cd7b3
Update MessageBox.cs
pomianowski Sep 23, 2022
1dad3e9
Update getting started [skip ci]
pomianowski Sep 23, 2022
9397f9e
Merge pull request #397 from phamviethuy/fix/open-message-box
pomianowski Sep 23, 2022
6acc271
Merge pull request #401 from chucker/features/infobar
pomianowski Sep 23, 2022
1cb7357
Remove empty code [skip ci]
pomianowski Sep 25, 2022
0999fa5
Remove empty code [skip ci]
pomianowski Sep 25, 2022
b76035d
Update NumberBox
pomianowski Sep 25, 2022
7405f3b
Update PasswordBox [#383]
pomianowski Sep 25, 2022
cdf5c74
Update AutoSuggestBox [#353]
pomianowski Sep 25, 2022
140b709
Reformat ControlsService
pomianowski Sep 25, 2022
99d46e9
Update TextBox
pomianowski Sep 25, 2022
5e04eb5
Base updates for DataGrid and ui:DataGrid initialization
pomianowski Sep 25, 2022
dea37f3
Merge pull request #391 from lepoco/dependabot/npm_and_yarn/branding/…
pomianowski Sep 25, 2022
4f8004b
Update Fluent System Icons to 1.1.181
pomianowski Sep 25, 2022
01f0e14
Bump version 2.0.3
pomianowski Sep 25, 2022
299a90e
Merge branch 'development' of github.com:lepoco/wpfui into development
pomianowski Sep 25, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github: [lepoco]
# github: [lepoco]
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: Bug report
description: Create a report to help us improve
title: "Bug title"
labels: [bug]
body:
- type: textarea
validations:
required: true
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is
- type: textarea
validations:
required: true
attributes:
label: To Reproduce
description: Steps to reproduce the behavior
- type: textarea
validations:
required: true
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen
- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem
- type: textarea
validations:
required: true
attributes:
label: OS version
description: Which OS versions did you see the issue on?
- type: textarea
validations:
required: true
attributes:
label: .NET version
description: Which .NET versions did you see the issue on?
- type: textarea
validations:
required: true
attributes:
label: WPF-UI NuGet version
description: Which WPF-UI NuGet versions did you see the issue on?
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Feature request
description: Suggest an idea for the wpfui
title: "Feature request title"
labels: [enhancement]
body:
- type: textarea
validations:
required: true
attributes:
label: Is your feature request related to a problem? Please describe
description: 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: Add any other context or screenshots about the feature request here
29 changes: 29 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
PR:
- "*"

github_actions:
- .github/workflows/*

documentation:
- docs/*

update:
- src/Directory.Build.props

controls:
- src/Wpf.Ui/Controls/*

styles:
- src/Wpf.Ui/Styles/*

icons:
- src/Wpf.Ui/Fonts/FluentSystemIcons-Filled.ttf
- src/Wpf.Ui/Fonts/FluentSystemIcons-Regular.ttf

dependencies:
- src/Packages.props
- branding/package.json

NuGet:
- src/Packages.props
73 changes: 73 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
---
- name: "icons"
color: "86CBEC"
description: "Fonts and icons updates"
- name: "animations"
color: "233C4F"
description: "Topic is related to animations"
- name: "bug"
color: "d73a4a"
description: "Something isn't working"
- name: "controls"
color: "26CB0A"
description: "Changes to the appearance or logic of custom controls."
- name: "dependencies"
color: "0366d6"
description: "Pull requests that update a dependency file"
- name: "documentation"
color: "0075ca"
description: "Improvements or additions to documentation"
- name: "duplicate"
color: "cfd3d7"
description: "This issue or pull request already exists"
- name: "enhancement"
color: "a2eeef"
description: "New feature or request"
- name: "github_actions"
color: "000000"
description: "Pull requests that update GitHub Actions code"
- name: "good_first_issue"
color: "7057ff"
description: "Good for newcomers"
- name: "help_wanted"
color: "008672"
description: "Extra attention is needed"
- name: "invalid"
color: "e4e669"
description: "This doesn't seem right"
- name: "more_info_needed"
color: "B60205"
description: "More information is needed to solve the problem."
- name: "MVVM_DI"
color: "536317"
description: "Issues related to MVVM and Dependency Injection."
- name: "navigation"
color: "C2AAA3"
description: "Changes to navigation related controls."
- name: ".NET"
color: "7121c6"
description: "Pull requests that update .NET code."
- name: "NuGet"
color: "004880"
description: "Update of the NuGet package."
- name: "performance"
color: "D93F0B"
description: "Performance improvements."
- name: "PR"
color: "666666"
description: "Pull request."
- name: "question"
color: "d876e3"
description: "Further information is requested."
- name: "styles"
color: "bfd4f2"
description: "Updates to the appearance of the controls."
- name: "themes"
color: "080AA0"
description: "Updates to the appearance of the themes."
- name: "update"
color: "1D76DB"
description: "Pull Request containing the update."
- name: "wontfix"
color: "ffffff"
description: "This will not be worked on."
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DotNet Main

on:
push:
branches: [ main ]
branches: [main]

workflow_dispatch:

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/DV.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: DotNet Development

on:
pull_request:
branches: [ development ]
branches: [development]
push:
branches: [ development ]
branches: [development]

workflow_dispatch:

Expand All @@ -16,12 +16,12 @@ jobs:
- uses: microsoft/setup-msbuild@v1.1
with:
msbuild-architecture: x64
- uses: nuget/setup-nuget@v1.0.6
- uses: nuget/setup-nuget@v1.0.7
with:
nuget-version: 'latest'
nuget-version: "latest"

- name: NuGet restore
run: nuget restore src/Wpf.Ui.sln
run: nuget restore src/Wpf.Ui.Demo.sln

- name: Build
run: msbuild src/Wpf.Ui.sln -p:Configuration=Release -m
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
exclude-any-issue-labels: "keep-unlocked, status:awaiting response"
add-issue-labels: "locked-due-to-inactivity"
issue-comment: ""
issue-lock-reason: "resolved"
issue-lock-reason: "resolved"
Loading