Steven Kirk
2af5a03c2d
Make DashStyle mutable.
7 years ago
Steven Kirk
3c1dfcfcf5
Added equality test.
And fix bug in `DashStyle`.
7 years ago
Steven Kirk
afa594cd48
Implemented equality for Pens.
7 years ago
Steven Kirk
21093cac31
Make sure immutable pen has immutable brush.
7 years ago
Steven Kirk
cad119ebfb
Invalidate Pen when properties change.
7 years ago
Steven Kirk
ec45084e6a
Make Pen mutable.
And add `IPen` interface and `ImmutablePen` class.
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
Nikita Tsukanov
fa55755b71
Manually handle name scope registrations
7 years ago
José Pedro
ae0feb21e0
Fixed XML comment references.
7 years ago
artyom
009f39ae74
Update AutoSuspendHelper to use IControlledApplicationLifetime
7 years ago
Nikita Tsukanov
9c56a4ba84
[X11] Fixed NumLock
7 years ago
Nikita Tsukanov
1e115b89c8
Fixed Start<TMainWindow>() + obsoleted Start()
7 years ago
Steven Kirk
336086a588
Make ItemCount a direct property.
Fixes #2658
7 years ago
Steven Kirk
2b11ca12dd
Don't clear selection on right click.
Fixes #2660 .
7 years ago
Steven Kirk
bf767c2c73
Fix clearing selection when clicking on selected item.
7 years ago
Steven Kirk
8f318ef75b
Make some fields readonly.
7 years ago
Steven Kirk
440af46235
Don't coerce values until initialized.
Fixes #2372 .
7 years ago
Steven Kirk
4242c882b4
Added StyledElement.OnInitialized.
So that a control can easily react to its own initialization.
7 years ago
wieslawsoltes
710215ddb2
Revert StackPanel
7 years ago
Jumar Macato
561ae7f185
Invalidate parent grid measure when Row/Col definition's height/width props change. Fixes #2664
7 years ago
Nikita Tsukanov
998ef86a68
[GTK3] FÜER
7 years ago
Nikita Tsukanov
3e071fc366
Naming
7 years ago
Nikita Tsukanov
3655b6eea1
Move Application.Windows to IClassicDesktopStyleApplicationLifetime
7 years ago
Nikita Tsukanov
c161d4e07c
AppBuilderBase cleanup
7 years ago
Nikita Tsukanov
b33601ee9b
Refactored lifetime control into separate lifetime classes
7 years ago
Nikita Tsukanov
425edab298
Move Screens property to WindowBase since they are in IWindowBaseImpl anyway
7 years ago
Nikita Tsukanov
ebdb66048d
Fixed fbdev
7 years ago
Nikita Tsukanov
d2f7905262
Updated XamlIl
7 years ago
Steven Kirk
b3dce20c4e
Remove unused usings.
The reference to `Avalonia.Markup.Xaml.PortableXaml` was causing a compile error in ncrunch but not in a normal build for some reason.
7 years ago
Steven Kirk
1066f57c9e
Move SynchronizeItems to TreeView.
As it's no longer used in `SelectingItemsControl`.
7 years ago
Steven Kirk
94d71fb12f
More work on updating selection...
...when source items change.
7 years ago
Steven Kirk
ca23d03f98
Update SelectedIndex when items removed before selection.
7 years ago
Steven Kirk
1c85f409b3
Set SelectedIndex/Item on (Un)SelectAll().
7 years ago
Steven Kirk
6926f605f5
Update SelectedIndex when item added before selection.
Fixes #2574 .
7 years ago
Steven Kirk
ac59468ddc
Add SelectAll and UnselectAll to ListBox.
7 years ago
Steven Kirk
2e9fbe238b
Refactor selection in SelectingItemsControl.
Instead of using `SelectedItems` as the canonical source of selection information, use an internal `Selection` class which keeps track of the selection in terms of item indexes.
Fixes #2004
7 years ago