Jeremy Koritzinsky
e0949b8796
Project file fixes.
8 years ago
Jeremy Koritzinsky
17ec885e15
Remove SharedAssemblyInfo and unused avalonia.platform.targets
8 years ago
Jeremy Koritzinsky
e7fab78d04
Use MSBuild.Sdk.Extras to switch the rest of our library projects to the new project format.
8 years ago
Jeremy Koritzinsky
af86085537
Fix build warning.
8 years ago
Jeremy Koritzinsky
065d6d01d8
Switch Cake to use a dirs.proj traversal project to simplify the solution.
8 years ago
Jeremy Koritzinsky
7faf079961
Fix tests and fix ControlCatalog.iOS to not reference Sprache.
8 years ago
Jeremy Koritzinsky
066e73ce84
Fix struct == null comparison.
8 years ago
WojciechKrysiak
dbe8f748c9
Single menu context menus working. ( #1808 )
8 years ago
Dan Walmsley
7d28d1b2ab
fix failing unit test.
8 years ago
Dan Walmsley
9c6e69914d
fixes an occasional crash with popup root "SnapInsideScreenEdges"
8 years ago
Wiesław Šoltés
c5a2159021
Add support for Direct2D1 for Avalonia.DotNetCoreRuntime
8 years ago
WojciechKrysiak
5aa219be00
Fix windows for Mono.Mac ( #1804 )
- handle closing
- handle showing dialogs
8 years ago
WojciechKrysiak
ec57b63908
Implemented cancelling ContextMenu opening/closing. ( #1781 )
8 years ago
MonkAlex
c7d565fd0c
#1798 Fix binding checkbox with three state.
8 years ago
danwalmsley
4e49c89664
Revert "dont highlight selected menuitems."
8 years ago
Jeremy Koritzinsky
5e4555e366
Add conditional access to satisfy our inspector.
8 years ago
Jeremy Koritzinsky
7d1b7593a5
Dispose subscriptions on completed code-behind run of animation.
8 years ago
Jeremy Koritzinsky
2345818aab
Change completion to be notified via a callback. Only notify that an animation is complete if all animators used in the animation are complete.
8 years ago
Jeremy Koritzinsky
079302a123
Fix bug in AnimatorKeyFrame.ValueProperty registration.
8 years ago
Dan Walmsley
14ed0191af
Dont freeze if someone implements window close cancellation.
8 years ago
Dan Walmsley
ca7204ad9a
freeze designer support assembly version.
8 years ago
Dan Walmsley
5062f823b3
rename stackpanel Gap property to Spacing property.
8 years ago
Benedikt Schroeder
fb30bcd9bd
Some minor issues fixed
8 years ago
Dan Walmsley
23fdfe51df
fix bug that was preventing user from cancelling window close.
8 years ago
Benedikt Schroeder
7e59520aaf
Set default render quality to medium
8 years ago
wojciech krysiak
cdf8d1f8b4
Fix For incorrect handling of NotifyCollectionChangedAction.Reset from IReactiveDerivedList<>
8 years ago
Kevin Smith
70f3ba800e
Added more linux keys & added VS code config to .gitignore
8 years ago
Benedikt Schroeder
f4b0e22963
Set default to high quality
8 years ago
Benedikt Schroeder
4c63eb37d2
Namespace fixes
8 years ago
Benedikt Schroeder
81008bd5f7
Naming fixes
8 years ago
Benedikt Schroeder
5b5971aff3
Comment fixes
8 years ago
Jeremy Koritzinsky
a87c90086a
Re-implement PageSlide.
8 years ago
Jeremy Koritzinsky
1cda0ba30e
Reimplement CrossFade.
8 years ago
Jeremy Koritzinsky
8464a480e0
Remove callback on animation completion.
8 years ago
Jeremy Koritzinsky
a098bf2d6f
Dispose state machine on animation completion.
8 years ago
Jeremy Koritzinsky
4ce176cd11
Null check calling the Done callback.
8 years ago
Jumar Macato
6642eb49cb
Fix wrongly placed SetCanceled call
8 years ago
Jumar Macato
25808ea5d9
Change Run to RunAsync for convention's sake.
8 years ago
Jumar Macato
728d5ae588
Check if sender is equal to the argument. Cancel if it doesn't match.
8 years ago
Steven Kirk
dc6f14e775
Reader -> CharacterReader
And moved `CharacterReader` and `IdentifierParser` into Avalonia.Utilities.
8 years ago
Steven Kirk
62526bef35
Don't disallow setting unregistered properties.
The changes made to the animation system in #1768 currently needs to be able to set any property on any object in order for animations on transforms to work.
8 years ago
Jumar Macato
83347b453f
Add Animation.Done event and a awaitable Run() method.
8 years ago
Steven Kirk
5210926c03
Disallow setting unregistered properties.
8 years ago
Steven Kirk
0b796adc53
Fix a few issues with AvaloniaPropertyTypeConverter
- Don't use regex to parse property strings, use `PropertyParser`
- Handle XAML namespaces on attached properties
Fixes #1764
8 years ago
Steven Kirk
ffcaa545bb
Added PropertyParser.
So we don't need to use a regex to parse property strings.
8 years ago
Jeremy Koritzinsky
3b5a2ecb01
Move binding syntax sugar parsing into the regular binding path parsing instead of being XAML-only.
8 years ago
Steven Kirk
48b3fd85b1
Show logical tree when devtools shown.
8 years ago
Steven Kirk
ca416f433e
Make GetDiagnostic work again.
I'd stubbed it out with a `NotImplementedException` and then forgot to reimplement.
8 years ago
Benedikt Schroeder
c0dd75bcce
Refactoring
Add interpolation to TileBrush
8 years ago
Jeremy Koritzinsky
37a22abb16
Add Avalonia.Animation assembly to the pre-scanned assemblies to fix unit tests.
8 years ago