Steven Kirk
|
580bf42afa
|
Call ArrangeChild in StackPanel.
So that derived classes can override the arrangement (needed for `VirtualizingStackPanel`).
|
7 years ago |
Steven Kirk
|
c99f553c18
|
Fix merge error.
`Orientation` was moved to `Avalonia.Layout`.
|
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
|
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
|
7480f1a4f3
|
Debug symbol magic
|
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
|
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
|
f09683cf93
|
Hack around problem with Item 0 being shown...
...when switching to a scrolled UniformGridLayout.
|
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 |
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 |
Dariusz Komosinski
|
8570944304
|
Rename Debug to VisualTreeDebug. Replace linq-fu indent creation with just plain string ctor.
|
7 years ago |
Nikita Tsukanov
|
e9baedcbfc
|
Fixed platform threading for fbdev
|
7 years ago |
Nikita Tsukanov
|
a48bc262af
|
Support touch input for fbdev via libinput
|
7 years ago |
José Pedro
|
0680f20128
|
XML comment fixes.
|
7 years ago |
Dariusz Komosinski
|
ad994a685c
|
Fix PriorityValue usage of DeferredSetter. Implement slower path in DeferredSetter that deals with callbacks.
|
7 years ago |
Dariusz Komosinski
|
48be9dc260
|
Remove old DeferredSetter implementation. Cleanup code, add license info.
|
7 years ago |
Dariusz Komosinski
|
812c5f30c9
|
Remove SetAndRaise callback handling. Move event raising to setter.
|
7 years ago |
Dariusz Komosinski
|
4f83c4e8c7
|
Reformat Avalonia.Diagnostics.
|
7 years ago |
Dariusz Komosinski
|
689781f24e
|
Make ViewModelBase and ViewLocator internal.
|
7 years ago |
JaggerJo
|
bc1ddc31ab
|
remove duplicate setter for "HeadersVisibility".
|
7 years ago |
Dariusz Komosinski
|
d721373836
|
Improve DevTools UX and code.
|
7 years ago |
Dariusz Komosinski
|
dfe853e24a
|
Cleanup usings.
|
7 years ago |
Dariusz Komosinski
|
3c787b3d4d
|
Fix events for ContextMenu and Popup.
|
7 years ago |
Dariusz Komosinski
|
e4ee2c3a6a
|
Clear _inner collection in RenderLayers.Clear
|
7 years ago |
Nikita Tsukanov
|
9118872498
|
Android -> 8.0
|
7 years ago |
Steven Kirk
|
35bc1b37da
|
Call TryGetResource instead of TryGetValue.
So that merged dictionaries are searched.
Fixes #2584
|
7 years ago |
Nikita Tsukanov
|
89b4f30a5c
|
Removed duplicate import
|
7 years ago |
Yatao Li
|
94da3aec92
|
mute system beep on alt+key press
|
7 years ago |
Nikita Tsukanov
|
c61644721e
|
Actually use parent name scope for templates
|
7 years ago |
Nikita Tsukanov
|
e72d6e3924
|
Updated NameScopeLocator
|
7 years ago |
Nikita Tsukanov
|
6a90251654
|
Use custom synchronous task-like awaitable
|
7 years ago |
Nikita Tsukanov
|
ce28364545
|
Added comments regarding name scope task completions
|
7 years ago |
Nikita Tsukanov
|
bb142a6282
|
Names for tuple returned by BuildWithNameScope
|
7 years ago |
Nikita Tsukanov
|
4c81d44b68
|
Remove found `tcs` from _pendingSearches
|
7 years ago |
Nikita Tsukanov
|
ac1a8d9c4e
|
Android?
|
7 years ago |
Nikita Tsukanov
|
1ab923c02e
|
Removed WithNameScope
|
7 years ago |
Nikita Tsukanov
|
3169f59da8
|
Introduced name scope chains
|
7 years ago |
Nikita Tsukanov
|
fe5c1cec76
|
Use INameScope from IServiceProvider
|
7 years ago |
Nikita Tsukanov
|
2136f5e2c8
|
[X11] Blacklist llvmpipe
|
7 years ago |
Nikita Tsukanov
|
89c359bd10
|
Expose GRContext from ISkiaDrawingContextImpl
|
7 years ago |
Steven Kirk
|
b26ec44374
|
Removed non-working code.
And replace it with a TODO.
|
7 years ago |