Max Katz
69257c9a88
Update Api Compat
5 years ago
Dariusz Komosinski
17d9755c3f
Update API compat.
5 years ago
Royce551
43083edd2f
Unsubscribe before stopping timer
5 years ago
Miha Markič
0864f3c562
Makes TextBox.UndoRedoState struct readonly
5 years ago
Royce551
975e48d3a2
Move to SelectingItemsControl
5 years ago
Jumar Macato
3740c9d973
Update Arc.cs
5 years ago
Jumar Macato
f5ded26321
Update Arc.cs
5 years ago
Royce551
4653c8ff60
Readd xmldocs
5 years ago
Royce551
875655e3f3
Remove IsTextSearchEnabled implemenetation from ComboBox
5 years ago
Royce551
f2907c4f49
Implement ItemsControl.IsTextSearchEnabled
5 years ago
Steven Kirk
a42334d128
Hide child windows when hiding parent/owner.
5 years ago
Steven Kirk
15cdee1bee
Ensure parent/owner windows are visible when showing child.
5 years ago
Steven Kirk
69852a56f5
Don't allow self as parent/owner window.
5 years ago
Steven Kirk
ea3f85e126
Don't allow using a closed window as a parent/owner.
5 years ago
amwx
17c94d3cf3
Add impl from upstream
5 years ago
Splitwirez
6e99f12406
Fix comments
5 years ago
Luis von der Eltz
cddae052e8
Don't box params, prevent creating temporary string
5 years ago
Luis von der Eltz
40e6282375
Use interpolation string
5 years ago
Luis von der Eltz
fa3f2c8932
Adding more ToString() overloads to support DevTools
5 years ago
Luis von der Eltz
5bea0e4791
Add "Star" static to GridLength
5 years ago
Giuseppe Lippolis
f94e4eb9e7
fixes(ComboBox): Closing window on Alt+F4 KeyDown when ComboBox is focused
5 years ago
FoggyFinder
87639cab8e
adjust checking
5 years ago
Giuseppe Lippolis
97882e3c76
fixes(Application): some nullable warnings
5 years ago
Giuseppe Lippolis
6e48959f10
fixes(MenuItem): nullable warnings
5 years ago
Giuseppe Lippolis
b51957f9d8
fixes: typo
5 years ago
Giuseppe Lippolis
b4e11b227d
fixes: code documentation
5 years ago
Max Katz
c81c97a19a
Use IsNullOrEmpty instead of IsNullOrWhiteSpace for :empty pseudoclass
5 years ago
Nikita Tsukanov
49014f43b3
Update FbdevOutput.cs
5 years ago
aguahombre
1739ed4138
Adds a pixel format parameter to Linux frame buffer platform setup. ( #6101 )
* Add pixel format parameter to Linux frame buffer platform setup.
Currently setup always changes the frame buffer pixel format to RGBA which results in the screen being cleared if the default pixel format is not RGBA (as on a Raspberry PI) . This clears any splash screen and leaves the screen blank for a period which is not a good UX. Now the frame buffer setup can select the correct pixel format or use null to leave the pixel format unchanged.
* Remove unnecessary formatting changes.
Add v0.10.x compatible constructor.
* Keep old StartLinuxFbDev extension method for v0.10.x binary compatibility
5 years ago
Max Katz
a49ba4b0e3
Add tests
5 years ago
Splitwirez
82d2ee175f
Add `Arc`...again...
5 years ago
amwx
7d863e877f
Let Data and Stretch be overridden
5 years ago
Giuseppe Lippolis
955fb1ffdb
fixes: Warnings CS0169
5 years ago
Dan Walmsley
eb3933b636
fix order of operations, set Offset before setting Extent
5 years ago
Steven Kirk
b37ddadf81
Implement measure pass in AdornerLayer.
Previously the `AdornerLayer` was falling back to the base class implementation of `MeasureOverride`, in `Canvas`. This meant that at times, adorner controls were being measured with a larger constraint than the final size given to them. `Grid` doesn't like it when this happens which causes problems with various controls.
Add a measure pass to `AdornerLayer` which passes the adorned control's bounds as the constraint (which is the value that the arrange pass will use).
5 years ago
Dan Walmsley
b78d2a0e06
use Pixel api types when working in screen coordinates.
5 years ago
Dan Walmsley
45299c1505
use renderscaling.
5 years ago
Dan Walmsley
b80ee86729
no need for toplevel.
5 years ago
Dan Walmsley
f10f546821
scale flyout transient area.
5 years ago
Nathan Garside
bccbf0570c
Make FrameSize nullable
5 years ago
Wiesław Šoltés
ab28847bc6
Fix
5 years ago
Wiesław Šoltés
76d8bcff56
Use IAnimationSetter instead of object to attached property
5 years ago
Wiesław Šoltés
43bfff83a0
Update IAnimationSetter.cs
5 years ago
Wiesław Šoltés
42a7c835fb
Delete ApiCompatBaseline.txt
5 years ago
Steven Kirk
038805bb26
Cache property changed delegate.
5 years ago
Nathan Garside
d5f1365de9
Revert unused addition
5 years ago
Nathan Garside
3c91183900
Fix when dwm disabled
5 years ago
Wiesław Šoltés
65b115c6e1
Add comments
5 years ago
Wiesław Šoltés
84dd710fc1
Use attached property
5 years ago
Nathan Garside
e652419927
Fix regression
5 years ago