-
-
Notifications
You must be signed in to change notification settings - Fork 783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 3.0.5 #1165
Merged
Merged
Release 3.0.5 #1165
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Prevent icons in MenuItems from being tabstops
This was broken in c0ace5b
Fix incorrectly refactored High Contrast theme dictionary selection
…o easier scale the arc aswell as a new startpoint at 12am and refactoring of the code.
Fixed the markup extension for the SymbolIcon and FontIcon class not working at all.
Ignore `Application` without LibraryResources
Update themes.md documentation for 3.x namespace and type name changes
Update UiApplication.cs
* Fix IDE0073 and inherent SA1512 static analyzer issues. IDE0073 is caused by setting file_header_template and having more lines in the header comment than specified in the template. SA1512 is caused by having an empty line between a single-line comment and following code. * Fix more formatting-related build warnings
Co-authored-by: Антонов Семен Викторович <SVAntonov@IBS.RU>
Change the Watcher class to SystemThemeWatcher in the docs
…methods. (#1116) Co-authored-by: pomian <13592821+pomianowski@users.noreply.github.com>
…nuItems` of the `NavigationView` (#1098) * - added source source binding list change event handling for navigationview menu/footer items. - Fixed menu/footer items not updating with databinding source if items modified post init. * Fixed stackoverflow due to recursive call from collection change event when updating from binding source * Update NavigationView.Properties.cs * Update NavigationView.Properties.cs --------- Co-authored-by: pomian <13592821+pomianowski@users.noreply.github.com>
…Value of a Setter (#1159)
* fix: correct MessageBox button icon setting * fix: nenamed files to align with class name ContentDialogPage
seperate -> separate
…ebar (#1153) * Workaround for touch input triggering alongside the hwndhook on titlebar Fixes #1126 Setting hittest to false disables touch input on the button, which was firing alongside WM_NCLBUTTONUP in the hwndhook, resulting in the command being fired twice. * Update TitleBar.xaml --------- Co-authored-by: pomian <13592821+pomianowski@users.noreply.github.com>
* doc: add navigation set initial page doc * doc: add NavigationView with MVVM Pattern Explanation
* fix: MessageBox does not support WindowStartupLocation * fix: MessageBox defaults to being displayed in the center of the screen. * MessageBox add comment
* fix: PasswordBox does not accept PasswordChar as input * refactor PasswordBox * fix: PasswordBox bug When the character to be replaced is a PasswordChar, it fails to substitute correctly * Format code * add PasswordHelper --------- Co-authored-by: pomian <13592821+pomianowski@users.noreply.github.com>
github-actions
bot
added
documentation
Improvements or additions to documentation
themes
Topic is related to managing themes
controls
Changes to the appearance or logic of custom controls.
styles
Topic is related to styles
PR
Pull request
navigation
Changes to navigation related controls.
gallery
WPF UI Gallery
dotnet
release
tray
titlebar
Titlebar updates
labels
Jul 24, 2024
Hey @pomianowski, could you please generate a Release in the GitHub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
controls
Changes to the appearance or logic of custom controls.
documentation
Improvements or additions to documentation
dotnet
gallery
WPF UI Gallery
navigation
Changes to navigation related controls.
PR
Pull request
release
styles
Topic is related to styles
themes
Topic is related to managing themes
titlebar
Titlebar updates
tray
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull request type
Please check the type of change your PR introduces: