Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lepoco/wpfui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.0
Choose a base ref
...
head repository: lepoco/wpfui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.2
Choose a head ref
  • 9 commits
  • 82 files changed
  • 7 contributors

Commits on Feb 4, 2025

  1. fix: remove all build warnings (#1334)

    * fix: remove all non-analyzer warnings
    * fix: all remaining build warnings #1333
    JohnTasler authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    c6adc9a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. 2 Configuration menu
    Copy the full SHA
    414992f View commit details
    Browse the repository at this point in the history
  2. fix: #1341: MenuItem template binding error (#1343)

    * fix: #1341
    
    Use more efficient `{TemplateBinding}` for `MenuItem` templates, which also fixes the incorrect `{Binding Path}` syntax for attached properties.
    
    * fix: set `StaysOpenOnClick` on screen-reader `TextBlock`
    
    * fix: Remove unnecessary TextBlock from MenuItem template
    JohnTasler authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    3742256 View commit details
    Browse the repository at this point in the history
  3. Upgraded VS Extension to use WPF-UI 4.0.0 (#1344)

    * Upgraded VS Extension to use WPF-UI 4.0.0
    
    * Delete src/src.sln
    
    ---------
    
    Co-authored-by: pomian <13592821+pomianowski@users.noreply.github.com>
    Djohnnie and pomianowski authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    2636287 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. Configuration menu
    Copy the full SHA
    ef9e0c9 View commit details
    Browse the repository at this point in the history
  2. set ComboBox MinWidth on Border, not Popup itself. Fixes #599; via @j…

    …schroedl (#1349)
    
    Co-authored-by: Sören Kuklau <kuklau@trenz.de>
    chucker and kuklau-trenz authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    a8917ca View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Bump version, add migration instructions for WPF UI v3 and v4 and upd…

    …ate package configuration (#1353)
    pomianowski authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    75aa3f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Configuration menu
    Copy the full SHA
    3aa24d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Update Visual Studio extension (#1367)

    * Update PDB files
    
    * Update extension
    
    * Bump version
    pomianowski authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    7add0c0 View commit details
    Browse the repository at this point in the history
Loading