robloo
1b832871dc
Add disabled secondary-button-span style
5 years ago
robloo
3a3db396be
Add Design.PreviewWith to SplitButton.xaml
5 years ago
robloo
aa20c89e68
Set the DropDownGlyphPath Fill color directly in checked states
This is required for Avalonia after the switch to Path instead of TextBlock as in WinUI. WinUI glyph TextBlock just inherits the foreground color of the secondary button so doesn't need this.
5 years ago
robloo
51e9ce9ef6
Improve comments
5 years ago
robloo
874a7f9a49
Fix incorrect names in SplitButton Styles
5 years ago
robloo
dcd85a8126
Make PseudoClass names class constants
5 years ago
robloo
d0dfac8a8b
Remove ':normal' PseudoClass
5 years ago
robloo
aa46b05881
Rework/rename PseudoClasses to match standards
5 years ago
robloo
7bdee77bf3
Make section heading comments smaller
5 years ago
robloo
c0bb7efa12
Minor refactoring to Button noticed when adding SplitButton
5 years ago
robloo
29865672e2
Add ToggleSplitButton
5 years ago
robloo
4322e216c4
Remove code that shouldn't be there
5 years ago
robloo
7a9dffa586
Fix ICommandSource comments
5 years ago
robloo
b3049cf664
Add missing space
5 years ago
robloo
63f1aa8cd6
Add Fluent v1 default style for SplitButton
5 years ago
robloo
ac1d261d4c
Tabs to spaces
5 years ago
robloo
619d889b39
Add initial SplitButton code
5 years ago
ahopper
cff0c680ac
remove lock from X11Window
5 years ago
Sergey Mikolaytis
90c846007a
Requested Changes
5 years ago
Max Katz
b3bcfa128a
Update src/Web/Avalonia.Web.Blazor/AvaloniaView.razor.cs
5 years ago
Dan Walmsley
41aa6328db
force initial render.
5 years ago
Dan Walmsley
9be730d69d
butter smooth resizing.
5 years ago
Dan Walmsley
a11b3848b2
support resizing canvas seperately.
5 years ago
ingen084
3908e4d71d
Fix text wrapping behavior ( #7397 )
* Allow one-character runs line breaks
* Remove unuseful ignored nullable
* Prevent redundant allocations
* Fix empty line handling
* Update TextFormatterImpl.cs
Co-authored-by: Benedikt Stebner <b.stebner@outlook.de>
Co-authored-by: Benedikt Stebner <Gillibald@users.noreply.github.com>
5 years ago
Wiesław Šoltés
1c3f243601
Fix UseRenderTransformProperty
5 years ago
Dan Walmsley
2b263544e5
correctly resize.
5 years ago
Dan Walmsley
efb366c838
fix scaling and resizing.
5 years ago
Dan Walmsley
21a76d4765
fix render target corruption detection.
5 years ago
Dan Walmsley
ed35eeeb69
allow MainWindow close mode and LastWindowClose mode to be cancellable.
5 years ago
Dan Walmsley
aae3b70180
fix build.
5 years ago
Dan Walmsley
2a4a1b28b1
add conditional force shutdown.
5 years ago
Dan Walmsley
15def96af4
fix quit menu item osx.
5 years ago
Dan Walmsley
aeee9d165f
add TryShutdown method.
5 years ago
Dan Walmsley
eb6750822c
Fix ClassicDesktop Lifetime so that ShutdownRequested event is raised even with programatic calls to Shutdown.
5 years ago
Thehx
36d6222c75
Fixed and exposed PreciseArcTo for ellipses with extreme width:height ratios
5 years ago
Takoooooo
d729505607
Use CompiledBindings in ManagedFileChooser
5 years ago
Dave Higgins
b12c0bce3d
fix strange happengings in IsCorrupted, sizes being updated without any IsCorrupted true returned.
5 years ago
Takoooooo
ecda58fc8e
Fix InvalidCastException when opening a dialog.
5 years ago
Takoooooo
3426576fac
Use ReflectionBinding instead of x:CompileBindings="False".
5 years ago
Takoooooo
bb12a4c791
Enable CompiledBindings for FluentTheme.
5 years ago
Takoooooo
a7e7921138
Use new syntax for simple theme and fix the crash.
5 years ago
Steven Kirk
33f0e42063
win32: Don't raise TextInput event when KeyDown was handled.
On win32, returning handled from `WM_KEYDOWN` doesn't automatically prevent a `WM_CHAR` message, resulting in #5849 .
Fix this by setting a flag after `WM_KEYDOWN` is handled which will make the following `WM_CHAR` message be ignored.
This is the second attempt at fixing this after it was decided that https://github.com/AvaloniaUI/Avalonia/pull/7351 was not the right approach.
Fixes #5849
5 years ago
Takoooooo
ba85c01105
fix
5 years ago
Takoooooo
8dd4271c47
revert unwanted change
5 years ago
Nikita Tsukanov
b421155044
Conditional compilation
5 years ago
Nikita Tsukanov
6ad1e3caf3
Fixed ITopLevelImpl API misuse, added validating layer
5 years ago
Nikita Tsukanov
7126b9a765
Another workaround for broken TopLevel.cs causing crash on X11
5 years ago
JamDoggie
bb0dd41682
Set antialias to true when calling ClipRoundRect
5 years ago
amwx
0c32ec32a8
Fix vertical alignments
5 years ago
Takoooooo
d9df6cf15f
wip
5 years ago