Nikita Tsukanov
eb27cb16ea
Merge pull request #5589 from YohDeadfall/no-size-reconstruction
Return desired size as is without recreating it
5 years ago
Dariusz Komosiński
8f119ae166
Merge branch 'master' into no-size-reconstruction
5 years ago
Yoh Deadfall
8f330b0b82
Return desired size as is without recreating it
5 years ago
Dan Walmsley
8f926a3cc4
Merge pull request #5566 from AvaloniaUI/fixes/tabcontrol-leak
Fix TabControl/TabItem leak
5 years ago
Dan Walmsley
b6404cd3d6
Merge branch 'master' into fixes/tabcontrol-leak
5 years ago
Benedikt Stebner
a1d5fd5e47
Merge pull request #5577 from antrv/fixes/formatted-text-5576
Assign FormattedText._platform in constructor #5576
5 years ago
Benedikt Stebner
db3e728a88
Merge branch 'master' into fixes/formatted-text-5576
5 years ago
Anton Ryzhov
29ddaf6666
Calling default constructor of FormattedText to assign _platform #5576
5 years ago
Steven Kirk
1837548b3b
Fix TabItems leaking.
When a `TabItem` was created a binding was being set up to the owner `TabControl` but that binding was never being freed.
Ideally we'd be setting these properties in XAML rather than hardcoding them in the generator but that would be a breaking change for everyone who re-templated `TabControl`.
As a second-best option what we'd do is set up a `$parent` binding in the generator but this isn't available in Avalonia.Controls so had to implement a quick observable which watches for a parent `TabControl` and subscribes to it.
5 years ago
Steven Kirk
3d4c17b387
Added failing leak test for TabControl/TabItem.
Removing `TabItem`s causes a leak.
5 years ago
Jumar Macato
0ac31930ef
Merge pull request #5561 from Splitwirez/path-figures-parse
Add `Parse` method to `PathFigures` class
5 years ago
Splitwirez
e0bed9a532
Added `Parse` method to `PathFigures` class
5 years ago
Splitwirez
11d9bb911b
Merge pull request #6 from AvaloniaUI/master
Update to latest master
5 years ago
Dan Walmsley
94300c7d8b
Merge pull request #5413 from joaompneves/nativehostcontrol-emptybounds-fix
Fixed NativeControlHost to prevent calling ShowInBounds when bounds empty
5 years ago
Dan Walmsley
3029f7f7f8
Merge branch 'master' into nativehostcontrol-emptybounds-fix
5 years ago
Dan Walmsley
235553818e
Merge pull request #5546 from AvaloniaUI/fixes/win32-showactivated
Don't call SetFocus on Windows with ShowActivated == false.
5 years ago
Dan Walmsley
f6d7efd11b
Merge branch 'master' into nativehostcontrol-emptybounds-fix
5 years ago
Steven Kirk
28b2e2061e
Don't call SetFocus on Windows with ShowActivated == false.
This was causing the window to get activated.
5 years ago
Jumar Macato
10075e34af
Merge pull request #5545 from AvaloniaUI/fixes/4205-slider-keyboard
Fix slider keyboard interaction and add IsDirectionReversed
5 years ago
Jumar Macato
50208141e5
Merge branch 'master' into fixes/4205-slider-keyboard
5 years ago
Steven Kirk
d5e6171ddd
Improve slider interaction in AcrylicPage.
- Add small/large change
- Display to 1 decimal place
5 years ago
Steven Kirk
f7aa342f22
Added reversed direction sliders to ControlCatalog.
5 years ago
Steven Kirk
012e28f52b
Add IsDirectionReversed to Slider.
Fixes #3617 .
5 years ago
Steven Kirk
4327c36c66
Fix slider keyboard interaction.
- Now `Slider` can be itself focused, handle the key events from the control, not the `Track`.
- Reverse the direction in which the page up/down keys move the slider in order to work as expected
- Make up/down arrows work as well as left/right
Fixes #4205
5 years ago
Steven Kirk
dedc9c9f89
Fix Slider focus.
Previously the `Slider` itself was not focusable but the repeat buttons were - instead make the slider focusable and the repeat buttons unfocusable.
5 years ago
Jumar Macato
fbb35f5307
Merge pull request #5542 from jeffreye/patch-1
Avoid crashing at "open file" dialog (Fix #5541 )
5 years ago
Jeffrey Ye
ad6b76be7f
ignore all exceptions
5 years ago
Jeffrey Ye
52a3b6ef19
Fix #5541
5 years ago
Dan Walmsley
24c29e48ec
Merge branch 'master' into nativehostcontrol-emptybounds-fix
5 years ago
Dan Walmsley
21f7a4190f
Merge pull request #5538 from AvaloniaUI/fixes/osx-becomeKeyWindowHandling
fix handling of becomeKeyWindow on OSX.
5 years ago
Dan Walmsley
f05ac2eb00
Merge branch 'master' into nativehostcontrol-emptybounds-fix
5 years ago
Dan Walmsley
52de38d8a1
fix handling of becomeKeyWindow on OSX.
5 years ago
Steven Kirk
2cfe6dc3c2
Merge pull request #5528 from MarchingCube/perf-improvements
Reduce memory pressure when using bindings
5 years ago
Dariusz Komosinski
11e2d9250c
Reduce memory pressure when using bindings.
5 years ago
Jumar Macato
94fcbfbbe9
Merge pull request #5426 from luthfiampas/fixes-5424
Fix #5424 : Slow/delay TextBox selection
5 years ago
Jumar Macato
f5131acfdd
Merge branch 'master' into fixes-5424
5 years ago
Dan Walmsley
e11c996021
Merge pull request #5458 from AvaloniaUI/fixes/maximum-value-fluent-progresbar
Remove Maximum setter from Fluent ProgressBar
5 years ago
Steven Kirk
048050da5f
Merge branch 'master' into fixes/maximum-value-fluent-progresbar
5 years ago
Dan Walmsley
13e69c40ad
Merge pull request #5507 from AvaloniaUI/fixes/975-bitmapdecoder-getframe
Dispose the frame returned from BitmapDecoder.GetFrame.
5 years ago
Steven Kirk
aa737fbd58
Dispose the frame returned from BitmapDecoder.GetFrame.
Fixes #975 .
5 years ago
Nikita Tsukanov
bf4ffa11a4
Merge pull request #5495 from MarchingCube/parse-class
Parse classes during XAML compilation.
5 years ago
Dariusz Komosiński
b45e8050df
Merge branch 'master' into parse-class
5 years ago
Dariusz Komosinski
8eb9afa815
Specify string type directly.
5 years ago
Dan Walmsley
21256bb4df
Merge pull request #5492 from AvaloniaUI/fixes/4906-clear-focus
Fix clearing focus.
5 years ago
Dan Walmsley
8124cc5d28
Merge branch 'master' into fixes/4906-clear-focus
5 years ago
Dan Walmsley
62466c3789
Merge pull request #5491 from AvaloniaUI/fixes/5101-contextmenu-in-popup
Fix ContextMenu positioning when a popup is right-clicked
5 years ago
Dan Walmsley
cd12fa1b1b
Merge branch 'master' into fixes/4906-clear-focus
5 years ago
Dan Walmsley
d43a2b40fa
Merge branch 'master' into fixes/5101-contextmenu-in-popup
5 years ago
Dan Walmsley
0fb8cc35df
Merge pull request #5097 from AvaloniaUI/fix-compiledbinding-with-datagrid
Fix CompiledBinding usage with DataGrid
5 years ago
Dariusz Komosinski
b460a5f120
Use text node instead.
5 years ago