Benedikt Schroeder
|
f6c9aa88b9
|
Naming fixes
|
8 years ago |
Benedikt Schroeder
|
4d525aac6c
|
Code style
|
8 years ago |
Benedikt Schroeder
|
881069fd5d
|
Introduce RenderOptions
|
8 years ago |
Nelson Carrillo
|
2666161d94
|
Cache GridLayouts from the last Measure
|
8 years ago |
Benedikt Schroeder
|
b108ffcab4
|
Initial implementation of BitmapScaleMode
|
8 years ago |
Dan Walmsley
|
09892554c4
|
dont clear textbox selection when right clicking.
|
8 years ago |
Luis Silva
|
7039b32a79
|
add/sub gap behaviour based on visibility
Only adding and subtracting the gap value if child is visible.
Arranged height/width adds and subs gap only if at least one child is visible.
|
8 years ago |
Jeremy Koritzinsky
|
5f31c3589c
|
Move CreateLayoutManager to be next to other methods.
|
8 years ago |
José Pedro
|
f32e71c977
|
Fixed Window.Close, so that Closing is only invoked once.
|
8 years ago |
Jeremy Koritzinsky
|
0d3d138499
|
Make AdornerLayer hit-test visible
Fix #1463
|
8 years ago |
Sannan Khan
|
2a14f4d6a5
|
Moved SetWindowStartupLocation() to end of Show() function
|
8 years ago |
Steven Kirk
|
2f7a578c38
|
Added null check for panel.
Problem reared its head when #1709 was fixed.
|
8 years ago |
Steven Kirk
|
cf14976dcc
|
Fix #1709.
|
8 years ago |
Steven Kirk
|
95fe6f4cdf
|
Clear templated child's parent when template detached.
|
8 years ago |
Steven Kirk
|
3150d3f10a
|
Added GetPropertyChangedObservable.
Replaced `GetObservableWithHistory` with `GetPropertyChangedObservable`.
|
9 years ago |
Benedikt Schroeder
|
90fdfae3bd
|
Remove invoke call on Application.Run
|
8 years ago |
Benedikt Schroeder
|
7e8f9fbf61
|
Add NullArgumentException for Run with main window
|
8 years ago |
Benedikt Schroeder
|
42dadae3ec
|
Merge fix
|
8 years ago |
Benedikt Schroeder
|
fca102655e
|
Add ExitMode comments
|
8 years ago |
Jeremy Koritzinsky
|
4a151edb63
|
Use local LayoutManager instance for OffscreenTopLevel.
|
8 years ago |
sdoroff
|
3d092b9fcf
|
Added a Scroll event to ScrollBar
The event is fired when the ScrollBar's value is changed through
interaction with the ScrollBar's Track
|
8 years ago |
Dan Walmsley
|
c29a21afc2
|
ensure tooltips fit inside screen edges.
|
8 years ago |
CommonGuy
|
835fbe251c
|
Implement Topmost property on Popup
|
8 years ago |
CommonGuy
|
42121ec2c1
|
Move topmost to WindowBase
|
8 years ago |
Dan Walmsley
|
9911fff84d
|
fix carousel presenter and add unit test for condition.
|
8 years ago |
Jeremy Koritzinsky
|
4ec647b870
|
Make our unit tests support library (Avalonia.UnitTests) target netstandard2.0 so we don't have to worry about targetting .NET Framework on linux.
|
8 years ago |
Benedikt Schroeder
|
e576ec178c
|
Initial
|
8 years ago |
Jeremy Koritzinsky
|
18f436a2c3
|
Clean up unused code warnings and malformed doc comments.
|
8 years ago |
Dan Walmsley
|
f06fa98819
|
fix exception when carousel items set to null.
|
8 years ago |
Jeremy Koritzinsky
|
1f0e173e95
|
Fix the inspection errors. Also clean up some Calendar code in the meantime since most of the warnings were there.
|
8 years ago |
Dan Walmsley
|
15bb5cf88f
|
fix bug introduced in dropdownitem the clears :selected psuedo class
from any control that has IsFocusedProperty.
|
8 years ago |
CommonGuy
|
0af6dd2c0a
|
Implement topmost on window
|
8 years ago |
Dan Walmsley
|
3536496f21
|
Add test for when carousel Items is reset and virtualized.
|
8 years ago |
Dan Walmsley
|
2a78b5e9c2
|
Add unit test and Fix for case where TemplateApplied when SelectedIndex is already set.
|
8 years ago |
Dan Walmsley
|
2900333f69
|
Add test to ensure SelectedIndex / SelectedItem is maintained when
items are removed mid-list.
|
8 years ago |
Dan Walmsley
|
511e308bf3
|
fix whitespace.
|
8 years ago |
Dan Walmsley
|
055f7b216e
|
Add correct fixes for Carousel issue.
|
8 years ago |
Dan Walmsley
|
d2735eea8d
|
regenerate containers.
|
8 years ago |
Dan Walmsley
|
bd3bbb0381
|
fix tests again.
|
8 years ago |
Dan Walmsley
|
9c3bf3231a
|
fix unit tests.
|
8 years ago |
Dan Walmsley
|
efb8fde1bb
|
remove handling add case.
|
8 years ago |
Dan Walmsley
|
29f3a72adf
|
handle all CollectionChanged cases in carousel.
|
8 years ago |
Steven Kirk
|
2f64e0f952
|
Removed functionality implemented by #1190.
|
8 years ago |
CommonGuy
|
ab36f86325
|
Add the NewLine property to TextBox
|
8 years ago |
Jeremy Koritzinsky
|
1bbc155303
|
Use a concrete type for the host type to avoid #959.
|
8 years ago |
Jeremy Koritzinsky
|
4eec8b4271
|
Fix #1531 by making IStyle an IAvaloniaObject.
|
8 years ago |
Jeremy Koritzinsky
|
4b8c6df9eb
|
Implement animation setters using the Avalonia.Styling.Setter class. Enable custom animators through a static method on Animation that can be called from the a static constructor (example in Transform.cs).
|
8 years ago |
Jeremy Koritzinsky
|
72a4889435
|
Move Control static constructor statements to more accurate layers.
|
8 years ago |
Jeremy Koritzinsky
|
b448b64bdd
|
Fixed broken doc comment.
|
8 years ago |
Jeremy Koritzinsky
|
da0ab8b681
|
Move the styling system up the stack to live right below Avalonia.Animation since it has no dependencies on anything further down the dependency chain
|
8 years ago |