donandren
4c0a026949
MemberSelector UnitTests
10 years ago
donandren
65cac33549
member selector support member path
10 years ago
Steven Kirk
f67a31da1c
Removed debug message.
10 years ago
Steven Kirk
b1988af4e7
Documented AppBuilder.
And made `Start` method private: clients should use
`SetupWithoutStarting`.
10 years ago
Nikita Tsukanov
e14ac5742f
RegisterServices should be called by AppBuilder
10 years ago
Nikita Tsukanov
40b9447bb3
Fixed DesignerAssist and added test for it
10 years ago
Steven Kirk
2f42688919
Correctly handle WM_DPICHANGED
We need to set the window position to the position in the message in
order to avoid #491 . Fixes #491 .
10 years ago
Steven Kirk
d79fc6bbd8
Added AppBuilder
Use AppBuilder to configure the Application and make sure that
everything is set up in the correct order.
10 years ago
Steven Kirk
5c33fbc6ee
Reimplemented property validation.
As far as it was in `property-validation-grokys` branch. Things were
messed up on master so had to merge this manually so may be problems.
10 years ago
Steven Kirk
d97c276b52
Added ncrunch project files.
10 years ago
Steven Kirk
5be41985c3
Renamed Perspex -> Avalonia
10 years ago
Steven Kirk
c704589512
Removed .bak files.
10 years ago
Wiesław Šoltés
325b5a0747
Added missing Glass.Core using
10 years ago
Wiesław Šoltés
0da8ca24cd
Removed Glass package dependency
10 years ago
Steven Kirk
e54694cfae
Typo
10 years ago
Steven Kirk
90efeeeb18
Added TODO doc.
10 years ago
donandren
424d29e3ee
fixed some build errors if SharpDX StreamGeometryContextImpl with class names
10 years ago
donandren
2fe35aacf9
Support for Size in xaml
10 years ago
donandren
1679041211
added Size.Parse
10 years ago
donandren
11f2b702de
Added support for path figures definition in xaml
10 years ago
Jason Jarvis
5d8e339744
Fixed up Skia's StreamGeometryImpl now that SkiaSharp contains SKPath cloning and transforming.
10 years ago
Jason Jarvis
ef28479b93
Use DrawRoundRect on Skia now that SkiaSharp provides it.
10 years ago
Jason Jarvis
c15199b814
Upgraded to latest SkiaSharp nuget.
10 years ago
Steven Kirk
cb98a09548
Supply a base URI when loading assets.
This allows assets to be loaded relative to the URI which loaded them,
e.g. a bitmap will now be loaded from the same assembly as the XAML file
that loads the bitmap rather than the entry assembly.
10 years ago
Steven Kirk
58305ca59f
Update OmniXAML
10 years ago
Steven Kirk
33052270d4
Target specific android version.
As VS was changing the version depending on the VS installed.
10 years ago
Wiesław Šoltés
13580100a6
Fixed ToggleButton OnClick behavior when using IsChecked OneWay binding and Command together
10 years ago
Wiesław Šoltés
2fa336a4c7
Call ToggleButton OnClick base method
10 years ago
Dan Walmsley
09d4f61db2
fixed remove range, not taking into account if a container yet existed or not.
10 years ago
Dan Walmsley
1292d237ce
fixed carousel presnter not removing last container, was not recalculating indexes when items are removed.
10 years ago
Dan Walmsley
068a94259e
fixed dematerializing when container was never generated.
10 years ago
Jeremy Koritzinsky
287cc3c22e
Fixes failing tests for when an ExpressionSubject/ExpressionObserver is never subscribed to.
10 years ago
Steven Kirk
d31efbe4cf
Use weak reference in for Gesture last press.
10 years ago
Steven Kirk
d8cf474274
Clear TabOnceActiveElement on removed container.
10 years ago
Steven Kirk
ca301280e8
Correctly clear focus when control removed.
Focus was staying on removed element.
10 years ago
Steven Kirk
06d37b85d0
Fix memory leaks.
Holding a static set of IDisposables for direct bindings wasn't a good
idea - it caused leaks. Use a per-instance list.
10 years ago
Jeremy Koritzinsky
aab4331a52
Changed validation on controls to allow notifications from multiple types of validation and correctly report if it is valid. Changed initalization of validation plugins to nest within each other so there can be multiple active at once.
10 years ago
Jeremy Koritzinsky
da5fd06fcd
Moved validation filtering into ExpressionObserver and out of InstancedBinding, PerspexObject, and the Priority* system. Renamed some methods in this system to be more descriptive.
10 years ago
danwalmsley
9940464fa1
fix for carousel presenter in isvirtualized = false
10 years ago
Nikita Tsukanov
36515e05d7
Fixed d2d RenderTargetBitmap leak
10 years ago
Jason Jarvis
309dabe0c2
Fix Asset DLL loading on non-iOS platforms that I broke.
10 years ago
Wiesław Šoltés
5f61fecd57
Fixed NRE in SystemDialogImpl
10 years ago
Nikita Tsukanov
dd67d49960
Fixed Size::operator -
10 years ago
Nikita Tsukanov
ad6805f860
Fixed build
10 years ago
Nikita Tsukanov
a49e2c15f1
Use ArcToHelper for new skia backend
10 years ago
Nikita Tsukanov
dfe9665be5
More fixes for skia backend
10 years ago
Nikita Tsukanov
38251d3307
Implemented tile brushes for new skia backend
10 years ago
Nikita Tsukanov
1cf9c6815f
Clear SkCanvas before drawing
10 years ago
Nikita Tsukanov
8355892d49
Implemented bitmap render target for new skia backend
10 years ago
Jeremy Koritzinsky
6714806dc0
Added a missing documentation comment.
10 years ago