Splitwirez
e0bed9a532
Added `Parse` method to `PathFigures` class
5 years ago
luthfiampas
a4477e7de6
set default value of IsTextSearchEnabled to true
5 years ago
luthfiampas
e6952dc352
rename AutoSelect to TextSearch
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
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
Jeffrey Ye
ad6b76be7f
ignore all exceptions
5 years ago
Jeffrey Ye
52a3b6ef19
Fix #5541
5 years ago
Dariusz Komosinski
11e2d9250c
Reduce memory pressure when using bindings.
5 years ago
Steven Kirk
aa737fbd58
Dispose the frame returned from BitmapDecoder.GetFrame.
Fixes #975 .
5 years ago
Dariusz Komosinski
8eb9afa815
Specify string type directly.
5 years ago
Dariusz Komosinski
b460a5f120
Use text node instead.
5 years ago
Dariusz Komosinski
8d90e8b919
Update XamlX
5 years ago
luthfiampas
4f96de0e6b
fix slow/delay TextBox selection
5 years ago
Dariusz Komosinski
4554884728
Parse classes during XAML compilation.
5 years ago
Max Katz
2a8b7302ce
Enable nullable reference types on Avalonia.ReactiveUI project
5 years ago
Steven Kirk
97c3c10e2c
Respect ContextMenu.PlacementTarget again.
5 years ago
Steven Kirk
06307865dc
When clearing focus don't reselect the existing focus scope.
Fixes #4906 .
5 years ago
Steven Kirk
4003b1e40d
Pass clicked control as placement target.
Moved the implementation of `ContextMenu.Open` into a private method that accepts a control and a placement target. When calling `Open` due to a right-click in `ControlPointerReleased`, call this method with the clicked control as the placement target.
Fixes #5101
5 years ago
Yoh Deadfall
0a7ca87e3b
HasFlagCustom made safe and supports all enums
6 years ago
Max Katz
3417cebae1
Update progress bar samples to include Maximum/Minimum examples
5 years ago
Max Katz
e6bd7d5e01
Remove Maximum setter from Fluent ProgressBar
5 years ago
Peter Davis
1abf9964e6
Set initial input focus using LinuxFrameBufferPlatform
5 years ago
Benedikt Stebner
da0145fae0
Remove redundant file
Add porting comment
5 years ago
Steven Kirk
ef52b6cfd7
And another compiler error.
5 years ago
Luis von der Eltz
f207a6a61e
Fix issue with MenuItem.Click not called when the item is not embdded into a Menu
5 years ago
Steven Kirk
922f765af6
Promote nullable warnings to errors.
5 years ago
Steven Kirk
6b0f3a26eb
Fix nullability of Equals methods.
5 years ago
Steven Kirk
311dbfa088
Add #nullable enable on shared files.
Some files in Avalonia.Markup are linked into other projects and their use of `?` was causing warnings in the other projects. Explicitly add `#nullable enable` in these cases for now.
5 years ago
Steven Kirk
f56e4e0d2c
Fix nullable annotation.
5 years ago
Steven Kirk
f3a9f509d2
Fix nullable issues in Binding.cs,
5 years ago
Steven Kirk
75d59d28a6
Remove Contract usages.
5 years ago
Steven Kirk
e1051b7ce0
Fix another compiler error.
5 years ago
Steven Kirk
4e3af8c9c1
Fix non-compiling assemblies.
5 years ago
Dan Walmsley
1d7690c05d
Api changes.
5 years ago
Dan Walmsley
e90fe543f0
add full osx implementation for custom cursors.
5 years ago
Dan Walmsley
bd159fbde7
Fix auto sizing.
5 years ago
artyom
c80b6417aa
Remove *Modifier directives
5 years ago
Benedikt Stebner
bd9aaae4c0
Fix Typo
5 years ago
Benedikt Stebner
1371cf5612
Fix LineBreakEnumerator
5 years ago
luthfiampas
e4cf7a6bf7
add auto-select functionality to ComboBox control
5 years ago
João Neves
817ef37b80
Fixed NativeControlHost to prevent calling ShowInBounds when control bounds are empty.
5 years ago
Yoh Deadfall
faf9aa1f96
CanExecute reevaluation on parameter change
5 years ago
MichalPetryka
b8d3f85636
Correct RtlGetVersion usage
5 years ago
Benedikt Schroeder
fe6f66e77d
Try all font styles to find a fallback typeface
5 years ago
grokys
e05820f8be
Correctly read EDID on X11.
5 years ago
Mike James
85f5ff2897
Removing MinWidth defaults for CheckBox and RadioButton
Removed the MinWidth default values (120) for CheckBox and RadioButton to resolve #5355
5 years ago
Mike James
a1f9749490
Fixing FluentTheme Expanded header foreground issue
My first attempt at contributing!
This commit adds a style selector to ensure that the Expanded control keeps its foreground when expanded. Fixes #5349
Tested with 0.10.0 with both Light and Dark themes.
5 years ago
Sven Almgren
9052b2b73a
Mark glBlitFramebuffer optional to allow ES2.0 drm devices
5 years ago