Dan Walmsley
e931bcf79c
correctly scale offsets for pointer placement mode.
10 years ago
Dan Walmsley
5c42995679
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into popup-offset-properties
10 years ago
Steven Kirk
df834cec22
Merge pull request #550 from donandren/renametransformorigin
renamed Visual.TransformOrigin -> RenderTransformOrigin
10 years ago
Steven Kirk
c8d34daff8
Merge pull request #549 from donandren/hittestingfix
Fixes memory leak in hit testing
10 years ago
donandren
31147af9d3
renamed Visual.TransformOrigin -> RenderTransformOrigin
10 years ago
donandren
3eada7eb20
Fixes memory leak in hit testing
simplifies hit testing not to use geometry, but simple transforms
10 years ago
Dan Walmsley
0c2060c07f
added horizontal and vertical offset properties to popup.
10 years ago
Jeremy Koritzinsky
01766e2710
Merge pull request #544 from jkoritzinsky/Path-Clipping
Add support for clipping to a Geometry. Fixes #359 .
10 years ago
Jeremy Koritzinsky
f75399a7b8
Minor fix in TransformedBounds.
10 years ago
Jeremy Koritzinsky
33bd33e38c
Added render tests for geometry clipping.
10 years ago
Jeremy Koritzinsky
200984c46b
Merged master into Path-Clipping.
10 years ago
Jeremy Koritzinsky
a574f0a377
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia
10 years ago
Jeremy Koritzinsky
eca0527f28
Refactored render tests to use a shared project since they share source files.
10 years ago
Jeremy Koritzinsky
8f96486b86
Added support for path/geometry clipping and fix bug in Cairo StreamGeometryContextImpl.FillContains.
10 years ago
Steven Kirk
cd46281ad7
Merge pull request #541 from donandren/memberselectorbugfix
make sure member selector is evaluating target value every time
10 years ago
Jeremy Koritzinsky
7969504431
Added path clipping infrastructure. Got Skia implementation working.
10 years ago
Jeremy Koritzinsky
4fef640371
Updated adorners and hit testing to account for RenderTransforms ( #538 )
Updated adorners and hit testing to account for RenderTransforms. Fixes #433 .
10 years ago
Steven Kirk
05d6d6415b
Removed ContentTemplate binding in DropDown
DropDown.ContentTemplate doesn't exist.
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
donandren
92a2f25de4
make sure member selector is evaluating target value every time select is made
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
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