Skip to content
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 43 commits into from
Jul 24, 2024
Merged

Release 3.0.5 #1165

merged 43 commits into from
Jul 24, 2024

Conversation

pomianowski
Copy link
Member

Pull request type

Please check the type of change your PR introduces:

  • Update
  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes

Difegue and others added 30 commits April 16, 2024 11:37
Prevent icons in MenuItems from being tabstops
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
* 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>
getup700 and others added 13 commits June 11, 2024 09:33
* fix: correct MessageBox button icon setting

* fix: nenamed files to align with class name ContentDialogPage
…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 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
@pomianowski pomianowski self-assigned this Jul 24, 2024
@pomianowski pomianowski merged commit 9f73807 into main Jul 24, 2024
2 checks passed
@ricaun
Copy link
Contributor

ricaun commented 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.