Julien Lebosquain

Results 30 issues of 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...

bug
os-macos
priority

## 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...

bug
area-rendering

## 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...

enhancement
area-infrastructure

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement
needs-api-review

### 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...

Priority:1
triaged

## What does the pull request do? This PR implements `NSAccessibility.setAccessibilityValue` on macOS, allowing accessibility clients to change textbox and range values.

feature
os-macos
area-accessibility
backport-candidate-11.3.x

## 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...

enhancement

### 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,...

bug
os-windows