Julien Lebosquain
Julien Lebosquain
## What does the pull request do? This PR fixes the internal state of modifier keys that were getting stuck on macOS if the window lost the focus while a...
## What does the pull request do? This PR fixes the render bounds of geometries containing curves. ## What is the current behavior? The render bounds are too large, containing...
## What does the pull request do? This PR adds 10 retries, with a 100ms delay between each, to find the newly opened window in integration tests. Hopefully this will...
### Is your feature request related to a problem? Please describe. Currently, adding or removing a visual/logical child during iteration of the collection containing it isn't supported. Such iterations occur...
### Is your feature request related to a problem? Please describe. As discussed in https://github.com/AvaloniaUI/Avalonia/pull/18718#issuecomment-2984454059, Avalonia currently has several converters used by only its themes, `Fluent` and `Simple`. Examples of...
### Is your feature request related to a problem? Please describe. Currently, as soon as `SelectedItemsControl` doesn't contain its `SelectedItem/SelectedIndex/SelectedValue` anymore, the selection is reset. While we have various workarounds...
### Issue Description In certain situations, MSBuild might fail to correctly embed `EmbeddedResource` items with MSBuild 17.14 when `NoBuild=true` is specified. The easiest way to get that behavior is by...
## What does the pull request do? This PR implements `NSAccessibility.setAccessibilityValue` on macOS, allowing accessibility clients to change textbox and range values.
## What does the pull request do? This PR updates most of our dependencies to their latest versions. Exceptions: - NUnit still targets 3.x (upgrading to 4.x will be done...
### Describe the bug When a window is in full screen mode on Windows, a title bar is supposed to come down from the top of the screen on hover,...