Nikita Tsukanov
6be4062fba
Fixed step into
7 years ago
Nikita Tsukanov
47fab37f11
Updated XamlIl
7 years ago
Nikita Tsukanov
c952d15b7e
Fixed debug info
7 years ago
Nikita Tsukanov
c1160247f0
Write directly to a file so it has associated pdb path
7 years ago
Nikita Tsukanov
8ffde81adb
Attempt to generate debug info
7 years ago
Nikita Tsukanov
c478e66d42
Fixed tasks project file
7 years ago
Nikita Tsukanov
1b62667f2d
Fixed PDB
7 years ago
Nikita Tsukanov
7563f8548f
Probably fixed ILRepack issue
7 years ago
Nikita Tsukanov
dbf6c3a148
Entire control catalog is now loaded from precompiled xaml
7 years ago
Nikita Tsukanov
870e591f99
Use regular assembly names for resource uris
7 years ago
Nikita Tsukanov
6d83479d0d
Naming and a bit of cleanup
7 years ago
Nikita Tsukanov
a25a3922fa
Generate Build for xaml files without x:Class
7 years ago
Nikita Tsukanov
6ab1fbd432
Inject the call to compiled xaml to x:Class-type
7 years ago
Nikita Tsukanov
6fd810f0dc
Disable Cecil backend in runtime compiler based on a property
7 years ago
Nikita Tsukanov
6c58b6889c
PEVerify: All Classes and Methods in ControlCatalog.dll Verified.
7 years ago
Nikita Tsukanov
cd93624f3e
Now somewhat compiling control catalog, PEVerify complains about assigning null to Nullable<T>
7 years ago
Nikita Tsukanov
5b7e18544b
PEVerify: All Classes and Methods in Avalonia.Themes.Default.dll Verified.
7 years ago
Nikita Tsukanov
a3f3a06478
Emit compiled XAML from msbuild task
7 years ago
Robbie Knuth
1fa653350e
do not fire key drag event before any drag has happened
7 years ago
Jumar Macato
29746bbed1
Add "UseRenderTransform" property for LayoutTransformControl. Wire up the style animation to use that property.
7 years ago
Nikita Tsukanov
ea0c26045f
Updated compiler to the recent master
7 years ago
Nikita Tsukanov
6bf7ebd721
Updated xamlil
7 years ago
Dan Walmsley
d0a8da1e8c
fix animating height
7 years ago
Dan Walmsley
b6fc0d7857
NotificationContent template works
7 years ago
Dan Walmsley
f1cc462abc
implement MVVM style notifications. (Managed only)
7 years ago
Benedikt Schroeder
4413de463e
Remove unsupported line caps
7 years ago
Steven Kirk
53e666ac90
Added exception details to XML docs.
7 years ago
Steven Kirk
30e006ac78
Throw an exception when trying to re-show closed window.
7 years ago
Jumar Macato
ff3101de8a
Quadratic easing + negative slide-in effect.
7 years ago
Jumar Macato
6fbe1c2180
More animations shenanigans.
7 years ago
Benedikt Schroeder
55e64e4c74
Move Thumb style outside the control template
7 years ago
Dariusz Komosinski
1b869ff27b
Get rid of not needed interfaces.
7 years ago
Dan Walmsley
73e5472a5d
add nice animations with animated stacking.
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
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
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
José Pedro
129f8ca535
XML comment fixes.
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
Dan Walmsley
b31701d1ca
begin port of notification controls
7 years ago
Dan Walmsley
4f43898d19
make stackpanel reversable.
7 years ago
Dariusz Komosinski
cf1401e5f2
Use ListBox properties for TreeView implementation.
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
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
Steven Kirk
6334314a90
Fix typo in calling base methods.
7 years ago