Deadpikle
4fe29b0f9e
UndoLimit now uses property properly
5 years ago
Deadpikle
c6eb57c535
Add TextBox UndoLimit
5 years ago
Deadpikle
6763337e25
Add IsUndoEnabled to TextBox
5 years ago
Steven Kirk
7d608a33ee
Implemented ImageDrawing.
5 years ago
Wiesław Šoltés
86b9a60a4c
Fix custom hit testing ( #5968 )
* Fix custom hit testing
* Use ICustomHitTest as it's intended to be used in defered renderer
Co-authored-by: Dan Walmsley <dan@walms.co.uk>
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
Co-authored-by: Steven Kirk <grokys@gmail.com>
5 years ago
Dariusz Komosinski
f2e93ecb87
Optimize shape rendering (pen creation mostly).
5 years ago
Max Katz
67812f4e90
Changes after review
5 years ago
Max Katz
f83d8e55ea
Improve events filter
5 years ago
Max Katz
92cd193237
Improve setters filter
5 years ago
Max Katz
0efda32774
Create FilterTextBox
5 years ago
Max Katz
81fd48a2f7
Create FilterViewModel and move abstract filtering to it
5 years ago
Steven Kirk
78f7726289
Don't activate window when extending client area.
Fixes #5988
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
Dariusz Komosinski
21b7b88b0f
Cleanup and refactor leftover transition types.
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
Dariusz Komosinski
60ad7eae12
More cleanup.
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
54090bc1f7
Apply easing.
5 years ago
Dariusz Komosinski
82ca716cca
Remove ref counting from ClockBase.
5 years ago
Dariusz Komosinski
9bf33631ab
Make base transition abstract.
5 years ago
Dariusz Komosinski
5765007ecd
Avoid closures and extra allocations caused by transition observables.
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