robloo
ee36313c3e
Revert "Move more Button property changed handling into OnPropertyChanged override"
This reverts commit 853d4140a3 .
5 years ago
Max Katz
07e2952750
SplitButton Avoid unnecessary pseudoclasses by using Avalonia-friendly approaches
5 years ago
robloo
aaf5282ebd
Integrate all button controls within a redesigned ButtonsPage
5 years ago
robloo
8a529a6768
Add Default theme for SplitButton
5 years ago
robloo
67cfbe3732
Simplify style by integrating background and root Borders
5 years ago
robloo
7773a1d5b8
Remove ClipToBounds and set CornerRadius on each child
This will remove the clipping work-around and also better support future styles that may need border in children (Fluent v2)
5 years ago
robloo
3c8533467d
Use existing button property definitions
5 years ago
robloo
9b1dd0dca0
Copy over some Flyout logic from Button
5 years ago
robloo
853d4140a3
Move more Button property changed handling into OnPropertyChanged override
5 years ago
robloo
a57bdbc254
Implement secondary button span but disable it with commented reasons
5 years ago
robloo
1a40c45ec9
Fix handling of shared flyouts
5 years ago
robloo
c2cebb32fa
Pulled out 'child' Primary/SecondaryButton style
5 years ago
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
a6f1582745
Add sample SplitButtons to the ControlCatalog
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
d1ea7b1ec9
Add empty SplitButtonPage in ControlCatalog
5 years ago
robloo
619d889b39
Add initial SplitButton code
5 years ago
Nikita Tsukanov
779cb7a59f
Merge pull request #7411 from ahopper/fix-X11Window-deadlock-on-close
fix deadlock from X11Window on close
5 years ago
Nikita Tsukanov
5540771873
Merge branch 'master' into fix-X11Window-deadlock-on-close
5 years ago
Max Katz
0af5cd692a
Merge pull request #6564 from Mikolaytis/PitchToZoom
[OSX] Trackpad gestures - Magnify (Pitch to zoom), Rotate and Swipe
5 years ago
Max Katz
dd602aca8c
Merge branch 'master' into PitchToZoom
5 years ago
ahopper
cff0c680ac
remove lock from X11Window
5 years ago
Sergey Mikolaytis
90c846007a
Requested Changes
5 years ago
Sergey Mikolaytis
6ff9468351
Merge branch 'master' into PitchToZoom
5 years ago
Max Katz
583075b2f7
Merge pull request #7321 from ltetak/datagrid_osx_hotkeys
[macOS] DataGrid - handle OSX key modifiers (ctrl vs cmd)
5 years ago
Max Katz
008acfd38c
Merge branch 'master' into datagrid_osx_hotkeys
5 years ago
Max Katz
8e43e95898
Merge pull request #7344 from Gillibald/feature/fullFontTestBackend
Introduce font related platform implementations for unit tests
5 years ago
Max Katz
27be3ef362
Merge branch 'master' into feature/fullFontTestBackend
5 years ago
Max Katz
385e71a14f
Merge pull request #7409 from AvaloniaUI/fixes/wasm-resizing
Butter Smooth resizing in Browser
5 years ago
Max Katz
124acac9ea
Merge branch 'master' into fixes/wasm-resizing
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
Max Katz
5da59d8b86
Merge pull request #7405 from wieslawsoltes/fixes/LayoutTransformControlFix
Fix UseRenderTransformProperty registration typo
5 years ago