Steven Kirk
e42bccd79b
Added TabIndex property.
And also added `IsTabStop` property to `InputElement`.
5 years ago
ShadowsInRain
35d0c688ca
Fix a memory leak in StreamNode.
5 years ago
Dariusz Komosinski
9d9cfbd37a
Various memory optimizations.
5 years ago
Dariusz Komosinski
183a20acb8
Avoid boxing nullable values in BindingValue.
5 years ago
Dan Walmsley
75a7e36547
restore code
5 years ago
Dan Walmsley
a194fc12e2
OSX backend initial sizing now has same behavior as windows.
When window is not shown, and Resize is called, it will trigger a Resize event, that updates ClientSize.
5 years ago
Dan Walmsley
99cdff2d70
fix screen centering on OSX before window has been shown.
5 years ago
Dan Walmsley
ad9519102e
always set the window startuplocation before show.
5 years ago
Max Katz
3984ba2ec5
Enable nullability for InputElement, Interactive, Visual
5 years ago
Max Katz
4f82d510c5
Enable AvaloniaObject nullablity
5 years ago
Dariusz Komosinski
f240af69d8
Add tooltips and reformat.
5 years ago
Dariusz Komosinski
bd90bd9675
Fix devtools selection highlight requiring direct hover over the control type or name.
5 years ago
Dan Walmsley
863961551c
fix implementation of ScalingChanged property.
there were 2x implementations, 1x implicit, 1x explicit... :face-palm:
5 years ago
Dariusz Komosinski
d85e47becb
Make layout visualizer text bold.
5 years ago
Dariusz Komosinski
329398e1e0
Cleanup devtools. Allow for changing alignment.
5 years ago
Dariusz Komosinski
9b48da09ca
Add at least basic class level docs for several controls.
5 years ago
Dmitry Zhelnin
fd656d29d8
TextBox: update command states on selection changes
5 years ago
Max Katz
c1e4685541
Update src/Avalonia.Visuals/Media/Imaging/WriteableBitmap.cs
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
5 years ago
Max Katz
1ac83f6693
Update src/Avalonia.Visuals/Media/Imaging/WriteableBitmap.cs
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
5 years ago
Deadpikle
e3bfb4f598
DataGrid SelectedIndex & SelectedItem -> TwoWay
Default `DataGrid` `SelectedIndex` and `SelectedItem` binding mode to `TwoWay`.
5 years ago
Max Katz
f29d050e73
Add BoxShadows transition
5 years ago
Max Katz
34505c4c8b
Reuse Animator.Interpolate in transitions code
5 years ago
Max Katz
08382e5bf5
Fix SolidColorBrushAnimator NRE
5 years ago
Dariusz Komosinski
4d4ca6806c
Avoid allocating lists in Classes.
5 years ago
Dariusz Komosinski
b059a8a178
Fix highlight disappearing over guidelines.
5 years ago
Dariusz Komosinski
7524129330
Cleanup layout visualizer and improve UX.
5 years ago
Dariusz Komosinski
4db1f41f72
Change Viewbox.Stretch to a styled property
5 years ago
mat1jaczyyy
8c25735533
ICustomSimpleHitTest: Clarify with XML comment that point is in global space
5 years ago
mat1jaczyyy
98e773ab8a
ICustomHitTest: Remove comment, expanding the hittable area is possible
5 years ago
mat1jaczyyy
ad14ece468
HitTestEnumerator: FilterAndClip don't transform point for ICustomHitTest
5 years ago
mat1jaczyyy
690a5dde92
HitTestEnumerator: Account for ICustomSimpleHitTest
5 years ago
Benedikt Stebner
d64a66d441
Fix fallback selection
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
b5d608e1c6
fixes from upstream, wraplayout.
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
Dan Walmsley
fec55f3f27
fix nits.
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
4340c69412
fix comment
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
Nikita Tsukanov
cb636c5021
Added support for single-touch screens directly via evdev
5 years ago
amwx
b06daeb9cd
Remove commented line
5 years ago