Luis von der Eltz
0973e66d04
Remove wrong fix
4 years ago
Luis von der Eltz
16d75632fe
Properly terminate when reaching "from" element again
4 years ago
Steven Kirk
b9998dd483
Don't use TransformedBounds for automation.
4 years ago
Luis von der Eltz
ace7787526
Fix arrow left on all-disabled submenu closing menu
4 years ago
Luis von der Eltz
107fc7162e
Fix infinite loop when all items are disabled
4 years ago
Tim
bb4287e22d
fix: RowDesiredWidth was missing the RowHeaderWidth
4 years ago
robloo
0bf3a6d944
Rename `ShowAccentColors` to `IsAccentColorsVisible` and disable drop shadow when false
4 years ago
Luis von der Eltz
d9ce64e1b0
Skip disabled controls when moving to first/last item
4 years ago
Nikita Tsukanov
ebf464ad93
Enable compositing renderer by default for desktop platforms
4 years ago
Nikita Tsukanov
551f35a760
Cleanup
4 years ago
Nikita Tsukanov
ecca63949f
Use Blit when available
4 years ago
Luis von der Eltz
4ca4986b4f
rename
4 years ago
Tim
926b365652
Fix: DataGrid Grouping symbol wrong in Fluent Theme
- Expanded icon was vertically flipped.
- ToggleButton :checked means open, :unchecked means closed. The icon reference was corrected here to match this.
4 years ago
Nikita Tsukanov
21ccb8d43a
Fixed animation activation
4 years ago
Steven Kirk
76274f80b3
Added SafeEnumerableList and use in Classes.
Adds a simple copy-on-write list and uses it to store the listeners to `Classes` to prevent problems with re-entrancy.
Fixes #8480
4 years ago
Nikita Tsukanov
70a86fccbf
Fixed initialization order
4 years ago
Nikita Tsukanov
35e18ce765
Fixed yet another invalidation case
4 years ago
Nikita Tsukanov
862b318906
Use dictionaries for storing composition animation infrastructure
4 years ago
Tim
633c479175
Use indicators parent if available to determine the space
We used controls bounds before, which may lead to wrong indicator size if a border is set or the template has elements next to the indicator.
4 years ago
Dan Walmsley
d4ec5474d3
Ensure Window MinHeight/Width is obeyed.
4 years ago
javidsho
65d1471a94
Fix null pointer exception on application exit
4 years ago
Eric M
435419588a
Allow customisation of ProgressBar text format.
4 years ago
Steven Kirk
5da9d528c9
Added missing param docs.
4 years ago
Steven Kirk
78a7257a5a
Don't apply templated parent if already set.
When applying the `TemplatedParent`, don't move into trees that already have the `TemplatedParent` property set - in this case we can assume that the templated parent has already been set for this tree, and it fixes the problem with menus added in the previous commit.
4 years ago
robloo
05f4bcad80
Enable compiled bindings for ColorPicker and ColorView
4 years ago
Takoooooo
8e57d0b7c6
Fix bindings to Types.
4 years ago
Max Katz
34f8f3d556
Fix DataType set on Binding extension + add tests
4 years ago
Max Katz
ff3b23b2d6
Formatting
4 years ago
Max Katz
5d234cd49c
Remove reflection bindings from standard controls
4 years ago
Max Katz
2619ab1759
Fix compiled binding with TemplatedParent relative source
4 years ago
Max Katz
142b878984
Fix special case of compiled binding with Path child
4 years ago
Max Katz
042fd47c1e
Fix ElementName binding inside of control template
4 years ago
robloo
9e51c990cd
Add missing properties to ColorPicker template
4 years ago
robloo
443977b85d
Specify TargetType and DataType in most templates
4 years ago
robloo
38bdb8a7b3
Remove unused code
4 years ago
robloo
012d376369
Standardize converters
4 years ago
daniel mayost
f80cf2d355
add base.OnAttachedToVisualTree(e) call to repeater
4 years ago
Luis von der Eltz
6483b5edc7
Add Has method to IPseudoClasses
4 years ago
Lubomir Tetak
22971f56cb
EffectiveViewportChangedListeners must be reference type
4 years ago
Dan Walmsley
45ae4221dc
correct spelling.
4 years ago
Dan Walmsley
b7a3bce6f9
fix compiler warning.
4 years ago
Dan Walmsley
84a4de5c07
make splitview not culture sensitive.
4 years ago
Dan Walmsley
c034525d29
win32, keep window size at all scale settings when entering and exiting fs mode.
4 years ago
Lubomir Tetak
230166d0bc
EffectiveViewportChangedListeners thread safety improved
4 years ago
Giuseppe Lippolis
b63b84860c
fix(DataGrid): CS8073 The result of the expression is always 'true'
4 years ago
Giuseppe Lippolis
0c81cb2480
fix: DBus Null annotations
4 years ago
robloo
971dc32b3f
Add code to hide the tab strip when only one tab is visible
4 years ago
robloo
d64a58459d
Better implement ColorView backgrounds in the template for easier re-styling
4 years ago
robloo
a24720816f
Standardize ColorControl resource names
This follows the Fluent standard where the resource is prefixed with the control itself
4 years ago
robloo
6370ae38de
Switch to TemplateBinding in ColorPicker where possible
4 years ago