Steven Kirk
b91d8781d8
WIP
10 years ago
Steven Kirk
35d6513a88
Merge branch 'appbuilder-avalonia'
10 years ago
Steven Kirk
bb82a4ade6
Added .ncrunchproject for new test projects.
Currently disabled in ncrunch as there's a dependency between the two
projects and not sure how to get that working with ncrunch.
10 years ago
Steven Kirk
b1988af4e7
Documented AppBuilder.
And made `Start` method private: clients should use
`SetupWithoutStarting`.
10 years ago
Steven Kirk
55a99684c7
Handle locales with ',' decimal separator.
Fixes #535 .
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
01398f70db
Removed unneeded file.
10 years ago
Steven Kirk
7e03217a15
Updated submodule URLs.
10 years ago
Steven Kirk
a9659a9eaa
Merge pull request #534 from wieslawsoltes/UpdateSkiaPackage
Updated SkiaSharp nuget package version
10 years ago
Wiesław Šoltés
0b6edebf3b
Updated SkiaSharp nuget package version
10 years ago
Steven Kirk
0f05a255f6
Fix rename script.
It had replaced Perspex with Avalonia on itself.
10 years ago
Steven Kirk
dd2e5721a6
Removed "nightly" postfix.
10 years ago
Steven Kirk
db1bd5df4f
Added alpha postfix to version number
10 years ago
Steven Kirk
1f221302f0
Modify ci build versioning scheme
10 years ago
Steven Kirk
21bcedb8d0
Updated MyGet URL
10 years ago
Steven Kirk
857026c4c5
Update AppVeyor URL.
10 years ago
Steven Kirk
30d9331e55
Update gitter URL.
10 years ago
Steven Kirk
5be41985c3
Renamed Perspex -> Avalonia
10 years ago
Steven Kirk
455c860924
Correctly update URLs.
10 years ago
Steven Kirk
2135a2bfa0
More filetypes to rename script.
10 years ago
Steven Kirk
4ccc4ae789
Added "*.targets" to rename script.
10 years ago
Steven Kirk
c704589512
Removed .bak files.
10 years ago
Steven Kirk
8c56f0cffb
Added some more file types to rename script.
10 years ago
Steven Kirk
63a7958dbc
Removed hardcoded path.
10 years ago
Steven Kirk
a68ec74f79
Merge remote-tracking branch 'origin/avalonia-rename'
10 years ago
Steven Kirk
a8e3b70a26
Merge branch 'master' of https://github.com/Perspex/Perspex
10 years ago
Steven Kirk
0356b2be7e
Added script for rename to Avalonia.
10 years ago
Steven Kirk
49916db399
Merge pull request #532 from wieslawsoltes/GlassCoreFix
Remove Glass nuget package dependency
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
Wiesław Šoltés
3cc4a91bd2
Merge remote-tracking branch 'Perspex/master'
10 years ago
Steven Kirk
aeba2db8c0
Merge branch 'omnixaml-update'
10 years ago
Steven Kirk
e54694cfae
Typo
10 years ago
Steven Kirk
90efeeeb18
Added TODO doc.
10 years ago
Steven Kirk
2de83715e3
Merge pull request #531 from donandren/XamlPathShapes
Xaml path shapes
10 years ago
Steven Kirk
35022b285d
Merge pull request #530 from jazzay/skia-dev
Update to latest SkiaSharp and fix some Perspex-Skia functionality that was waiting on this.
10 years ago
donandren
90c48ffa9e
Added sample usage of PathFigure in xaml in ControlCatalog
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