Steven Kirk
850dfdea48
Dematerialize items when removed.
10 years ago
Steven Kirk
38afaf1aca
More WIP on adding virtualization to ItemsPresenter.
10 years ago
Steven Kirk
f9b3d2ac03
WIP: Adding virtualization to ItemsPresenter.
10 years ago
Steven Kirk
47d33ee5b0
Merge branch 'master' into item-virtualization-avalonia
10 years ago
Steven Kirk
7db353e742
Added IScrollable.IsLogicalScrollEnabled.
10 years ago
Steven Kirk
362745a55e
Fix scrolling algorithm
10 years ago
Steven Kirk
05d6d6415b
Removed ContentTemplate binding in DropDown
DropDown.ContentTemplate doesn't exist.
10 years ago
Steven Kirk
4568024c2f
Leave one container materialized.
10 years ago
Steven Kirk
1b9c184c86
Removed ContentTemplate bindings in MenuItem
As ContentTemplate doesn't exist on MenuItem.
10 years ago
Steven Kirk
8132aea634
Merge pull request #543 from AvaloniaUI/simple-grid-devtools
Simple grid devtools
10 years ago
Steven Kirk
ec35cdde79
Fixed TextBlock text wrapping.
And added render test (so far only to D2D backend)
10 years ago
Steven Kirk
1f185f0701
Added a SimpleGrid to use in DevTools.
As our `Grid` performance is currently terrible :(
10 years ago
Steven Kirk
39ca1c2d6c
Merge pull request #540 from AvaloniaUI/issue-524
Add ContentTemplate and ItemTemplate
10 years ago
Steven Kirk
91567c9935
Updated screenshot.
10 years ago
Steven Kirk
ac7e224c3c
Use ItemTemplates in test app.
10 years ago
Steven Kirk
57a0122549
Make ItemTemplate work for TreeView.
10 years ago
Steven Kirk
a1f3558145
Added ContentTemplate binding to control templates.
10 years ago
Steven Kirk
5cd9b98057
Added ItemsControl.ItemTemplate property.
10 years ago
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
63a688817e
Added pixel offset to virtualizing panel.
10 years ago
Steven Kirk
9253e71eea
Removed IScrollable from VirtualizingStackPanel
10 years ago
Steven Kirk
03e37f8f69
WIP: More work on primitive virtualization.
10 years ago
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