Steven Kirk
0e8995e303
Added ContentControl.ContentTemplate.
10 years ago
Steven Kirk
710de1f85a
Fix an edge case in visual parenting.
If a child that already has a parent was added as a visual child of
another control and the exception caught, the control would still be
present in the VisualChildren collection.
10 years ago
Steven Kirk
64af3e2bcf
Fix minor style issues.
10 years ago
Steven Kirk
f4c7cc3f15
Merge pull request #537 from donandren/memberselectorpath
member selector support complex member path
10 years ago
Steven Kirk
af7521f484
Updated GTK# info in build doc.
10 years ago
donandren
4c0a026949
MemberSelector UnitTests
10 years ago
Steven Kirk
ab60beaa54
Check visual parent is not already set.
When setting the visual parent of a control, make sure that it's not
already set. The code in issue #513 was trying to reparent an already
parented control, causing problems - this makes sure that this can't
happen.
10 years ago
donandren
65cac33549
member selector support member path
10 years ago
Steven Kirk
f67a31da1c
Removed debug message.
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