Steven Kirk
8d6de2d383
Merge branch 'pr/592'
10 years ago
Steven Kirk
6eaa5b74dc
Test has been refactored into 2 tests.
Removed test that has been refactored into 2 separate tests. Thanks
@donandren for finding those bugs!
10 years ago
Steven Kirk
1c88b3bd85
Fix scrolling to item when size == 0,0
When virtualized presenter size == 0,0 no containers will be
materialized so no container will be found.
Fixes #591 .
10 years ago
Steven Kirk
dd728dae5b
Fix measuring to infinity when scrolled to end.
When a virtualized list was scrolled to the bottom and then the list was
measured with a size larger than needed to fit all items (in this case
we use infinity) then the virtualizer tries to go backwards to add items
at the top of the currently visible items by setting `step = -1`;
however it didn't check whether the current index was < 0.
Fixes #589 .
10 years ago
Steven Kirk
1d61713e51
Merge pull request #603 from wieslawsoltes/SwitchTravisToMonoLatestBranch
Switch TravisCI to use mono latest instead of nightly
10 years ago
Wiesław Šoltés
5ffdcf73da
Switch TravisCI to use mono latest instead of nightly
This is related to this issue https://github.com/travis-ci/travis-ci/issues/6319 , which is causing CI to fail installing mono runtime.
10 years ago
Steven Kirk
ba63c2964f
Merge pull request #597 from yusuf-gunaydin/Issue-596
Fixes #596
10 years ago
yusuf-gunaydin
282082a05e
Setter does not build the template if the target property derives from ITemplate.
10 years ago
Steven Kirk
2b7ed4eeb7
Merge pull request #595 from wieslawsoltes/TraisCISupportForMacOSX
Added initial osx support to TravisCI build matrix
10 years ago
Wiesław Šoltés
2e272ec4f5
Added initial osx support to TravisCI build matrix
10 years ago
Steven Kirk
6fece5737d
Merge pull request #584 from wieslawsoltes/FixSkiaSetFillRule
Fix Skia SetFillRule
10 years ago
donandren
cfd6524031
added failing unit test for issue #589 and #591
10 years ago
Steven Kirk
2a614326e3
Remove skia initialization.
No longer needed as we now use a nuget. Also there are >1 submodules now.
10 years ago
Jeremy Koritzinsky
9d2ef79432
Merge pull request #586 from wieslawsoltes/UpdateNugetPackagesAndReferences
Update nuget packages and references
10 years ago
Wiesław Šoltés
8eebf738f3
Move border object initialization
10 years ago
Wiesław Šoltés
2681340e9c
Added missing NuGet packages to fix TravisCI builds
10 years ago
Wiesław Šoltés
36414687fc
Added missing NuGet packages to fix TravisCI builds
10 years ago
Wiesław Šoltés
a1496e6e58
Update nuget templates
10 years ago
Wiesław Šoltés
0d7628516c
Update Skia projects
10 years ago
Wiesław Šoltés
768fd0e79f
Update iOS projects
10 years ago
Wiesław Šoltés
aad802a156
Update Android projects
10 years ago
Jeremy Koritzinsky
3c5848bc2c
Updated Rx to 3.0 and fixed a failing test from a not fully set up mock.
10 years ago
Wiesław Šoltés
238a4914d9
Fix Skia SetFillRule
Fixes #583
10 years ago
Steven Kirk
de2916e03c
Fix DevTools hit testing.
Filter out invisible controls.
10 years ago
Steven Kirk
3c4b8cdf90
Implement input hit testing on top of visual layer.
10 years ago
Steven Kirk
1824175e6b
Use render bounds in visual hit testing.
It was previously used in input hit testing but not in visual hit
testing.
10 years ago
Steven Kirk
dc60d4bfb3
Allow overriding ContentPresenter control creation.
10 years ago
Steven Kirk
72cb1cf311
Don't reapply templates unnecessarily.
When detaching and re-attaching to the same logical tree.
10 years ago
Steven Kirk
4961a2eb1d
Merge pull request #582 from Seeker1437/master
Adds DateTimeTypeConverter
10 years ago
Seeker1437
9ba1df75a5
Adjusts Namespace Ordering [skip-ci]
10 years ago
Seeker1437
0941ba7afa
Adds DateTimeTypeConverter
10 years ago
Steven Kirk
f35b5cb029
Merge branch 'pr/574'
10 years ago
Steven Kirk
9f009eb4f2
Fixed failing namespace registry test.
10 years ago
Steven Kirk
34a6bb7f26
Merge branch 'master' into pr/558
10 years ago
Steven Kirk
e429031173
Merge pull request #579 from donandren/pathparser
Path parser fixes
10 years ago
donandren
0be9f0e648
fixed PathMarkupParser now parsing negative values without separator
10 years ago
donandren
b049a5787f
added failing test for PathMarkupParser
10 years ago
Steven Kirk
c3220b92f1
Don't try to show non-materialized item.
Also added null checks for all ControlExtension methods. Fixes #578 .
10 years ago
Steven Kirk
7e3082dcec
Prevent stack overflow in focus code.
When a focus scope had null as its focused element, a stack overflow was
occurring. Fixes #577 .
10 years ago
Steven Kirk
c554467d13
Invalidate measure when control removed
When a control's parent changes, invalidate its measure and the measure
of all descendents.
10 years ago
Steven Kirk
5a72ed8586
Don't add virt items when attached to visual tree.
Don't add virtualized items before the virtualizing panel is attached to
the visual tree, as bindings etc won't be set and so measurement will
produce 0,0 causing all items to be materialized.
10 years ago
Steven Kirk
f8f6e8d079
Clarified documentation.
10 years ago
Nikita Tsukanov
4be6633d0a
Changed travis notification settings
10 years ago
Nikita Tsukanov
1adc5f3e9d
Added travis build status
10 years ago
Nikita Tsukanov
f94378bd08
Merge pull request #576 from wieslawsoltes/TravisCI
Initial support for Travis CI
10 years ago
Wiesław Šoltés
15264a974a
Added initial support for Travis CI
10 years ago
Steven Kirk
d581bfe69e
Limit initial measure of virtualized list.
Prevents all items being materialized when virtualized control is
measured with infinity.
10 years ago
Steven Kirk
ca305adea0
Don't send resize message on minimize.
Fixes #571 .
10 years ago
Steven Kirk
169ffca591
Merge branch 'master' into pr/553
Conflicts:
tests/Avalonia.RenderTests/Avalonia.RenderTests.projitems
10 years ago
Steven Kirk
e702043bf0
Added OpacityMask example to ControlCatalog.
10 years ago