Bartosz Korczyński
Bartosz Korczyński
## What does the pull request do? This PR changes `VisualExtensions::TransformToVisual` to support adorners. ## What is the current behavior? Currently `VisualExtensions::TransformToVisual` doesn't work correctly when one of the controls...
### Describe the bug Having a datacontext binding in a ControlTemplate, like: ``` ``` leads to memory leaks. This can be workaround with an `ItemTemplate`, I think this use case...
### Describe the bug Exceptions thrown in TargetTypeConverter crash the whole app, instead of being caught into control's Data Validation. ### To Reproduce ``` ``` where Value is an `int`...
### Describe the bug Opening a context flyout on a text box leaks memory ### To Reproduce 1. `git clone https://github.com/BAndysc/avalonia-bugs-repro` 2. `git checkout bug_windows_input_panel` 3. Run the app, press...
## What does the pull request do? Brushes will be invalidated when their bound Transforms fire a Changed event. ## What is the current behavior? Brushes are not invalidated when...
This is an example of a protobuf parser/processor/extractor based on https://github.com/TrinityCore/WowPacketParser/pull/859, all credit goes to [killerwife](https://github.com/killerwife), I just converted it to use protobuf based on https://github.com/TrinityCore/WowPacketParser/pull/860
Protobuf parsing was introduced to de-couple parsing the binary sniff file from processing and extracting the content. However, it wasn't utilized. This PR adds an infrastructure for utilizing this proto...
**Describe the bug** The latest master branch (tested 11.0.4 and 0.10.999-cibuild0020870-beta https://github.com/AvaloniaUI/Avalonia/commit/cea6bc27a06f25b4f2d3a73d3411e904b1767e74) has a memory leak, probably related to Automation code. Note: this is _a regression_ from the current stable...
### Is your feature request related to a problem? Please describe. While porting a recent addition to [nodify](https://github.com/miroiu/nodify/pull/127), a WPF library to Avalonia, I have encountered a missing feature in...