Dan Walmsley
73e5472a5d
add nice animations with animated stacking.
7 years ago
Dariusz Komosinski
88d1f175d2
Remove geometry pages.
7 years ago
Jumar Macato
8283f3bca7
Add some bubble notification animations + make IsClosing a direct property.
7 years ago
Benedikt Schroeder
baa7c9da69
Makes ScrollBar Thumb stylable
7 years ago
Benedikt Schroeder
1bb3156950
Introduce StartupEventArgs and ExitEventArgs
7 years ago
Dariusz Komosiński
3f12e8e977
Merge branch 'master' into fix-treeview-selectionmode
7 years ago
Steven Kirk
e5b46a312e
Merge pull request #2439 from jp2masa/code-cleanup
XML comment fixes
7 years ago
Dan Walmsley
9ec7c7ce4b
sensible close delay.
7 years ago
Dan Walmsley
d80083f2f5
further progress on notifications ui
7 years ago
Dan Walmsley
4dac9fd1ad
port notification
7 years ago
Benedikt Schroeder
ff0228e85e
Rename AppBuilderBase<TAppBuilder>.SetExitMode
7 years ago
Benedikt Schroeder
5557829950
Initial
7 years ago
Steven Kirk
63da34f25a
Set `ProvideLineInfo` in XAML reader settings.
7 years ago
Steven Kirk
d448aad129
Update portable.xaml.
#2307 updated the portable.xaml submodule but the changes were then lost in a subsequent merge. Re-updates the submodule to target the `fixes/moar-line-info` branch.
7 years ago
Steven Kirk
354a4f8bdd
Merge branch 'master' into code-cleanup
7 years ago
Nikita Tsukanov
55458cf7af
Merge pull request #2437 from worldbeater/master
Add xmlns for ReactiveUI, move files to Avalonia.ReactiveUI namespace
7 years ago
José Pedro
129f8ca535
XML comment fixes.
7 years ago
Steven Kirk
9338e909f7
Merge branch 'master' into master
7 years ago
Steven Kirk
1cd900c856
Prevent leak when using TemplateBinding from a Setter.
When a `TemplateBinding` is used as a `Setter.Value`, then we need to make sure we don't use the `TemplateBinding` itself as the binding because this can cause a memory leak.
Replace `IRequiresTemplateInSetter` with `ISetterValue` which can be used to require a template in the setter for `Control` and can also be used to notify `TemplateBinding` that it's in a setter and so should always clone itself.
Fixes #2420
7 years ago
Dariusz Komosiński
6c4c2683aa
Merge branch 'master' into feature/skia-renderinterface
7 years ago
Dariusz Komosiński
24f648fea9
Merge branch 'master' into fix-treeview-selectionmode
7 years ago
Dan Walmsley
b31701d1ca
begin port of notification controls
7 years ago
Dan Walmsley
4f43898d19
make stackpanel reversable.
7 years ago
Dan Walmsley
aad6bf703e
bump version number and copyright year.
7 years ago
Dan Walmsley
1f9bf7fb92
Merge remote-tracking branch 'origin/release/0.8.0'
7 years ago
Dariusz Komosinski
12fc28e2d0
Add mocks for geometry impls.
7 years ago
Dariusz Komosinski
50b0421a1a
Merge remote-tracking branch 'upstream/master' into fixes/geometry-impls
7 years ago
Dariusz Komosinski
cf1401e5f2
Use ListBox properties for TreeView implementation.
7 years ago
artyom
a66a2d33aa
Add missing usings
7 years ago
artyom
0961cc122a
Add xmlns, move files to Avalonia.ReactiveUI namespace
7 years ago
Dariusz Komosinski
9209c9be42
Implement platform options for Skia.
7 years ago
Dariusz Komosinski
adf36981e3
Merge remote-tracking branch 'upstream/master' into skia-renderinterface2
7 years ago
Dariusz Komosinski
ebe92b6619
Make sure that property is registered on a correct type.
7 years ago
Dariusz Komosinski
fe5d5bca1b
Make TreeView.SelectionModeProperty public so it can be set from styles.
7 years ago
Nikita Tsukanov
1a668cf32a
Merge branch 'master' into expose-skcanvas
7 years ago
Steven Kirk
3992e0e855
Added failing test for #2420 .
7 years ago
Michael Bosschert
7c717688cf
Merge branch 'master' into fixes/select-all-unselecting-items
7 years ago
Steven Kirk
b6ee0d025b
Update version to 0.8.0.
7 years ago
danwalmsley
f8f4c23597
Merge pull request #2413 from AvaloniaUI/fixes/2390-command-leak
Prevent leaks due to subscriptions to commands
7 years ago
danwalmsley
fb6ffce908
Merge branch 'master' into fixes/2390-command-leak
7 years ago
danwalmsley
edfa04f164
Merge pull request #2416 from AvaloniaUI/fixes/context-menu-snap-inside-edges
fix popup root snap inside screen edges.
7 years ago
Steven Kirk
8305ebef97
Merge branch 'master' into fixes/2390-command-leak
7 years ago
Steven Kirk
6334314a90
Fix typo in calling base methods.
7 years ago
Dan Walmsley
b05d8b4271
fix popup root snap inside screen edges.
7 years ago
Steven Kirk
7ac3556983
Fixed StackPanel arrange pass.
Now follow's WPF's behavior better. In order to get the desired outcome, the `.Constrain(availableSize)` call in `Layoutable.Measure` had to be removed. Controls that relied on that (`Image` and `ViewBox`) have to now call `Constrain` themselves.
Fixes #2350
7 years ago
Michael Bosschert
de801ed27e
Fixed SynchronizeItems adding duplicate items.
7 years ago
Michael Bosschert
c23fdc92de
Added unittests for the Select All option of the TreeView.
7 years ago
Steven Kirk
86f7918d4d
Added failing tests for #2350 .
7 years ago
Steven Kirk
fab0a72294
Merge pull request #2393 from AvaloniaUI/refactor/combobox
Rename DropDown to ComboBox
7 years ago
Jumar Macato
c39c40dfc4
Merge branch 'master' into refactor/combobox
7 years ago