mat1jaczyyy
690a5dde92
HitTestEnumerator: Account for ICustomSimpleHitTest
5 years ago
Splitwirez
59d51d6a56
New Fluent expander style ( #5573 )
* Updated Fluent theme Expander style. closes #5358
* Fixed padding mismatch between header and content
* Fixed CornerRadii, unleashed the c o l o u r e s
* Use CornerRadiusFilterConverter instead of expander specific converters
* Formatting
* Fix default theme in ControlCatalog
Co-authored-by: Jumar Macato <16554748+jmacato@users.noreply.github.com>
Co-authored-by: Max Katz <maxkatz6@outlook.com>
5 years ago
Dariusz Komosinski
6d0ac9a541
Fix property type on Stretch.
5 years ago
Dariusz Komosinski
b3e2b05d1f
Implement StretchDirection for Viewbox. Cleanup Viewbox.
5 years ago
Dan Walmsley
2043ed3a30
dont provide any templates for datavalidation errors.
5 years ago
Max Katz
b0d5e3197c
Include inner exception when throwing from BindingEntry
5 years ago
Dan Walmsley
6fc5af3a68
use datatemplates instead of itemstemplate for datavalidationerrors.
5 years ago
Dan Walmsley
d1192901a1
add contentattribute to image.
5 years ago
Steven Kirk
64e0fb7f24
Check for null paint.
`CreatePaint` when passed a `Pen` can return `default` which means that `paint.paint` will be null. Check for this before trying to use it.
5 years ago
Dan Walmsley
472e179e41
no boxing required.
5 years ago
Jumar Macato
e63e00f7dd
remove linq
5 years ago
Dan Walmsley
c6f248a1e5
fix api compat
5 years ago
Dan Walmsley
545253290e
register new brush animator.
5 years ago
Dan Walmsley
d084cf8fc7
dont break api.
5 years ago
amwx
b06daeb9cd
Remove commented line
5 years ago
Jumar Macato
da90737905
revert to non preview feature again
5 years ago
Jumar Macato
72ae35c9ea
return after applying the target animator in BaseBrushAnimator.cs
5 years ago
Jumar Macato
80c276f31e
Revamp the brush animators to handle future IBrush types.
5 years ago
Jumar Macato
8df4a59cbe
dont use "not" c# preview feature
5 years ago
Jumar Macato
f807092877
Heavily simplify SCB animator
5 years ago
Jumar Macato
dfa75a6d4f
fix bug on instances where SCB animation applies a localvalue wrongly.
5 years ago
Benedikt Stebner
11e025fc68
Fix emergency breaks
5 years ago
Benedikt Stebner
a301d0beeb
Fix cluster builder for break pairs
5 years ago
amwx
413bf678d2
Remove all comments
5 years ago
Dariusz Komosinski
8b7b9e2b21
Back to medieval.
5 years ago
Dariusz Komosinski
8e0b548322
Improve UX of events view in dev tools.
5 years ago
Max Katz
09f5a6ebe6
Port CornerRadiusFilterConverter from WinUI ( #5861 )
* Port CornerRadiusFilterConverter from WinUI
* Simplify CornerRadiusFilterConverter
5 years ago
amwx
2b259b178d
Remove FluentBase[Light/Dark]
5 years ago
amwx
d0865f36d7
Various controls
5 years ago
amwx
7ff30a7d2b
Clean fluent dark
5 years ago
amwx
d068e1b4fa
Clean fluent light
5 years ago
Max Katz
18c4371684
Use tooltip validation error in DataGrid
5 years ago
Max Katz
fe92c8b0d8
Keep both Inline and Tooltip validation error templates
5 years ago
Splitwirez
68ba6a3238
Fixed package-lock.json thing
5 years ago
Benedikt Stebner
9bc9cd46fe
Include the TextLine's Start offset to the TextLayout's size calculation.
5 years ago
Steven Kirk
8959d55418
Correctly handle default values in batch update notifications.
We were previously calling `Optional.GetValueOrDefault<T>()` in order to convert an `Optional<object>` to an `Optional<T>` which meant that empty values were getting converted to default values, meaning that in certain cases change notifications weren't raised.
Add an `Optional<object>.Cast<T>()` methods (like we have in `BindingValue`) and use that in order to preserve empty values when ending a batch update operation.
5 years ago
Steven Kirk
d9510f77ef
Update ApiCompatBaseline.txt
5 years ago
Splitwirez
30bf05740d
Cosmetic tweaks, as requested
5 years ago
Dariusz Komosinski
2635a8a7ef
Fix copy pasta.
5 years ago
Dariusz Komosinski
5265b0592a
Implement MenuItem.StaysOpenOnClick.
5 years ago
Murdo R Ergeaux
b1db4ce6d2
Update ItemsControl PseudoClasses on ItemCount property changed
5 years ago
sdoroff
4cd4b0e09e
Added IComparer sorting to DataGridColumn
Adds an IComparer property to DataGridColumn
that can be used to customized the how a column
gets sorted
5 years ago
Murdo R Ergeaux
dbab1666a2
Use ItemCount to determine PseudoClass in ItemsControl
5 years ago
Max Katz
202c67caa8
Fix autocompletebox pseduclasses
5 years ago
Splitwirez
f8c549cb65
Removed commented junk, fixed QuickLinks items
5 years ago
Splitwirez
f7adf5177a
Improved fluent styles for managed file chooser
5 years ago
Splitwirez
93955db6f1
Better Fluent icons
5 years ago
Benedikt Stebner
3f01438593
Fix TextWrapping for AcceptsReturn = false
5 years ago
Splitwirez
41ecdb7e37
Re-add reference to ManagedFileDialog styles
5 years ago
Benedikt Schroeder
08a72e893c
Increase TextFormatter compatibility with WPF's version
5 years ago