Steven Kirk
|
a6c9086782
|
Fix flaky XAML tests.
Make tests that load XAML inherit from `XamlTestBase` which ensures that `Avalonia.Markup` is loaded.
|
7 years ago |
Steven Kirk
|
7c0b35b65e
|
Merge pull request #2787 from MarchingCube/calendar-event-spam
Do not spam with collection changed events in Calendar.
|
7 years ago |
Steven Kirk
|
8fd9003bf3
|
Merge branch 'master' into calendar-event-spam
|
7 years ago |
Steven Kirk
|
5beccaad96
|
Merge pull request #2786 from MarchingCube/textblock-textpresenter-ctor-perf
Do not allocate as much in TextBlock and TextPresenter constructors.
|
7 years ago |
Dariusz Komosiński
|
c5932489be
|
Merge branch 'master' into textblock-textpresenter-ctor-perf
|
7 years ago |
Dariusz Komosiński
|
f65498645a
|
Merge branch 'master' into calendar-event-spam
|
7 years ago |
Steven Kirk
|
7cb20d7837
|
Merge pull request #2776 from AvaloniaUI/fixes/2714-zindex-fix
Fix ZIndex rendering.
|
7 years ago |
Steven Kirk
|
cb98af506c
|
Merge branch 'master' into fixes/2714-zindex-fix
|
7 years ago |
Steven Kirk
|
8011125af8
|
Merge pull request #2779 from AvaloniaUI/fixes/2730-gestures-handled
Fix Tapped and DoubleTapped gestures
|
7 years ago |
Steven Kirk
|
616884ee30
|
Merge branch 'master' into fixes/2730-gestures-handled
|
7 years ago |
Jumar Macato
|
37e7e9395a
|
Merge pull request #2783 from AvaloniaUI/revert-2662-ImproveButtonStyle
Revert "Improve Button and ToggleButton styling"
|
7 years ago |
Jumar Macato
|
96d4e34c72
|
Merge branch 'master' into revert-2662-ImproveButtonStyle
|
7 years ago |
Dariusz Komosiński
|
3985e176cd
|
Merge branch 'master' into calendar-event-spam
|
7 years ago |
Dariusz Komosiński
|
61a2e709f2
|
Merge branch 'master' into textblock-textpresenter-ctor-perf
|
7 years ago |
Dariusz Komosinski
|
9b1dd5de17
|
Do not spam with collection changed events.
|
7 years ago |
Dariusz Komosinski
|
961bade055
|
Do not allocate as much in TextBlock and TextPresenter constructors.
|
7 years ago |
Steven Kirk
|
142ead4d39
|
Make tests compile on CI.
|
7 years ago |
Nikita Tsukanov
|
fabd4cbe7e
|
Merge pull request #2785 from AvaloniaUI/fixes/2758-hittest-nullref
Prevent NRE in VisualNode.HitTest.
|
7 years ago |
Steven Kirk
|
e82d67f664
|
Prevent NRE in VisualNode.HitTest.
Not sure how this is happening but judging by #2758, it can happen. Defensively check for a null `Item` to prevent this.
Fixes #2758.
|
7 years ago |
Steven Kirk
|
4b34f4770a
|
Revert "Improve Button and ToggleButton styling"
|
7 years ago |
Nikita Tsukanov
|
8b35465a5f
|
Merge pull request #2771 from AvaloniaUI/fixes/2754-always-select-on-reset
Make SelectingItemsControl.AlwaysSelect work with Reset.
|
7 years ago |
Nikita Tsukanov
|
474362b01e
|
Merge pull request #2766 from AvaloniaUI/prevent-equals
Disallow overriding Equals and GetHashCode on AvaloniaObjects.
|
7 years ago |
Nikita Tsukanov
|
7480f1a4f3
|
Debug symbol magic
|
7 years ago |
Nikita Tsukanov
|
08a57e89b3
|
Merge pull request #2603 from AvaloniaUI/experimental/itemsrepeater
Porting ItemsRepeater from WinUI
|
7 years ago |
Nikita Tsukanov
|
f75437499c
|
Merge branch 'master' into experimental/itemsrepeater
|
7 years ago |
Steven Kirk
|
d0a6f48015
|
Added `Gestures.RightTapped`.
|
7 years ago |
Steven Kirk
|
6809fe11d2
|
Raise tap gestures even if press/release were handled.
Also don't raised tapped events for right button clicks.
Fixes #2730.
|
7 years ago |
Steven Kirk
|
5e2b3c56e6
|
Update tests for #2730.
|
7 years ago |
Steven Kirk
|
2c9114d2a2
|
Moved gesture tests to Avalonia.Input.
As `Gestures` is defined here, not in Avalonia.Interactivity.
|
7 years ago |
Steven Kirk
|
41e9999ae7
|
Move MouseTestHelper to Avalonia.UnitTests.
|
7 years ago |
Steven Kirk
|
c15fb443b9
|
Merge pull request #2757 from MarchingCube/diagnostics-cleanup
Avalonia.Diagnostics cleanup and formatting
|
7 years ago |
Steven Kirk
|
0e7f4cac81
|
Ensure control is invalidated on ZIndex change.
|
7 years ago |
Steven Kirk
|
bc5a101faf
|
Render changes to child order/zindex.
Fixes #2714.
|
7 years ago |
Steven Kirk
|
32d7938c7c
|
Added failing tests for #2714.
|
7 years ago |
Steven Kirk
|
397d972db8
|
Auto-select first item on `Reset`.
When a reset is received by `SelectingItemsControl` which has `AlwaysSelect == true`, select the first item if present.
Fixes #2754
|
7 years ago |
Steven Kirk
|
835cc6e051
|
Added failing test for #2754.
|
7 years ago |
Steven Kirk
|
9fc71a7d96
|
Merge branch 'master' into experimental/itemsrepeater
|
7 years ago |
Steven Kirk
|
f09683cf93
|
Hack around problem with Item 0 being shown...
...when switching to a scrolled UniformGridLayout.
|
7 years ago |
Steven Kirk
|
7ece91f9b7
|
Merge branch 'master' into diagnostics-cleanup
|
7 years ago |
Nikita Tsukanov
|
8fc29d96ee
|
Merge pull request #2764 from AvaloniaUI/libinput
Improvements for fbdev backend
|
7 years ago |
Nikita Tsukanov
|
3fd2dec7e5
|
Merge branch 'master' into libinput
|
7 years ago |
Nikita Tsukanov
|
53d060d707
|
Bump skia linux binaries version
|
7 years ago |
Nikita Tsukanov
|
567defb825
|
Basic support for absolute pointing libinput devices
|
7 years ago |
Nikita Tsukanov
|
6f74b568b2
|
Implemented libdrm backend with OpenGL acceleration support
|
7 years ago |
Steven Kirk
|
4f40082fad
|
Disallow overriding Equals and GetHashCode.
On `AvaloniaObject`s.
|
7 years ago |
Steven Kirk
|
643495fba7
|
Undo unrelated change to StackPanel.
|
7 years ago |
Dariusz Komosiński
|
6587609c7a
|
Merge branch 'master' into diagnostics-cleanup
|
7 years ago |
Steven Kirk
|
06ecb20e84
|
Realize a single element even if the repeater is outside the realized…
… range but still being measured.
Ported from 9371dea6cc
|
7 years ago |
Steven Kirk
|
cbe7cb5e50
|
Merge branch 'master' into experimental/itemsrepeater
|
7 years ago |
Steven Kirk
|
ee5ca02e7c
|
Merge pull request #2362 from MarchingCube/perf-setandraise
[perf] Improve performance of AvaloniaObject SetAndRaise method.
|
7 years ago |