Dan Walmsley
6deff75c58
open about dialog modal
6 years ago
Dan Walmsley
da4a57eff8
display about dialog
6 years ago
Jumar Macato
5da9bcd723
Change to AboutAvaloniaDialog
6 years ago
Jumar Macato
48234ad3ab
Add a Avalonia about window default implementation.
6 years ago
Dan Walmsley
3e8138cfe4
Set a default Avalonia application name.
6 years ago
Benedikt Schroeder
876ecab433
Fix pre selection
6 years ago
Benedikt Schroeder
e2ff454085
Add failing tests
6 years ago
Dan Walmsley
f2e09fc091
begin implementing default app menu for osx.
6 years ago
Dan Walmsley
5b3e2320a8
remove unit tests, skia and direct2d behave differently and making them match is beyond the scope of this bug fix.
6 years ago
Dan Walmsley
86d21f27a7
fix empty text hit test. direct2d
6 years ago
Dan Walmsley
69c24dc99d
fix bug in skia empty formatted text hit test.
6 years ago
Dan Walmsley
eb1241eea3
fix skia formatted text unit tests.
6 years ago
Dan Walmsley
075aeecebf
fix skia formatted text impl hit testing.
6 years ago
Dan Walmsley
5921d359c8
fix hit testing skia formatted text.
6 years ago
Steven Kirk
e126874c80
Handle cross-root reparenting.
When updating the scene for a window, moving a control to a different root should be the same as just removing the control.
6 years ago
Benedikt Schroeder
872cef0176
Introduce abstract font manager
6 years ago
Dariusz Komosinski
75142ce5fa
Set grid splitter min width and height to avoid invisible splitters. Make splitter background lighter.
6 years ago
mstr2
533c17a181
TransitionInstance with zero duration is now completed on first tick
6 years ago
mstr2
e1df65c94b
Failing unit test for #3197
6 years ago
Andrey Kunchev
a612ee5a3e
fix WrapPanel issue #3165 item width/height should trigger new measure
6 years ago
Benedikt Schroeder
38ae0140c2
Remove special case that checks for AvaloniaList<object>
6 years ago
Benedikt Schroeder
9d105c7dbb
Introduce a static FontManager that uses a platform implementation under the hood.
6 years ago
Benedikt Schroeder
83bfb8ec70
Initial implementation of a font manager
6 years ago
Benedikt Schroeder
e9335d6a2c
Fix #2699
6 years ago
Andrey Kunchev
a3dbf72947
don't try open tooltip on detached control
6 years ago
Benedikt Schroeder
5df55e5c9f
Fix multiselection
6 years ago
Benedikt Schroeder
16f2bcdb9b
Remove redundant ParentTabControl property
7 years ago
Benedikt Schroeder
b20f3f4cdf
Update selected context when selected index changes
7 years ago
Steven Kirk
68b655b517
Add to logical children before notifying presenter.
This makes sure that newly added control items have the correct logical parent.
7 years ago
Steven Kirk
496fae20e5
Ensure Items are synchronised with Presenter.
Ensure that the `ItemsControl`'s presenter is notified of an `Items` change at the appropriate time.
7 years ago
Nikita Tsukanov
e27c7c0fff
Fixed parameter order in OnSelectionChanged in AutoCompleteBox
Apparently Silverlight has different constructor argument order
7 years ago
mstr2
e46cb67423
Fixed a bug where ValueStore.Changed could be called with pre-validation value
7 years ago
Steven Kirk
4f41a70455
Make sure ItemsPresenter is updated before selection change.
Having a separate subscription to `Items.CollectionChanged` in both `ItemsControl` and `ItemsPresenter` meant that the `ItemsPresenter` sometimes doesn't update itself in time for a selection change, resulting in #3148 . Make `ItemsControl` trigger `ItemsPresenter.ItemsChanged` rather than both controls listening to the event separately.
7 years ago
Steven Kirk
58b79a7724
Validate min/max in MathUtilities.Clamp.
7 years ago
Dariusz Komosinski
6dd6f336da
Restore original delta constraints algorithm.
7 years ago
Dariusz Komosinski
969166422e
Comment fix.
7 years ago
Dariusz Komosinski
9c5e688958
Fix Grid shared scope not being updated when resizing row/column definitions.
7 years ago
Dariusz Komosinski
b315d5024f
Move enums lower. Add workaround for thumb raising multiple started events.
7 years ago
José Pedro
14b3683127
Replaced obsolete API usages.
7 years ago
Dariusz Komosinski
bf04d22856
Comment fixes.
7 years ago
Dariusz Komosinski
00263f71e4
Port GridSplitter from WPF.
7 years ago
José Pedro
50acbfec9f
XML comment fixes.
7 years ago
Nikita Tsukanov
b9bd57e25b
Removed `Application` parameter from ClassicDesktopStyleApplicationLifetime since it wasn't used anyway
7 years ago
Nikita Tsukanov
d8ee7531ab
Properly raise PointerCaptureLost on capture transfer
7 years ago
Nikita Tsukanov
3054a513ee
Fix AppBuilderBase.Start<TMainWindow>
7 years ago
Nikita Tsukanov
3b1005f04e
Removed pointer global state that caused trouble
7 years ago
Andrey Kunchev
d478572e74
fix issue #3155 add/remove grid child runtime works properly
7 years ago
Andrey Kunchev
7f2b3261b4
fix grid to invalidate when columns/rows are replaced
7 years ago
Andrey Kunchev
4b275a8f29
fixed issue: #3141 when col/row are removed grid trigger layout update
7 years ago
Andrey Kunchev
acf0d42a81
fix issue: #3141 when col/row are added grid trigger layout update
7 years ago