Steven Kirk
|
bb0d6f4475
|
Merge pull request #804 from dlemstra/magick
Added missing using statements.
|
10 years ago |
Steven Kirk
|
41fc010ef8
|
Merge branch 'master' into magick
|
10 years ago |
danwalmsley
|
ef3a90df0d
|
Merge pull request #799 from VitalElement/fixes/failing-unit-test
Fixes for Carousel Logical Tree
|
10 years ago |
Dirk Lemstra
|
98408d54e4
|
Added missing using statements.
|
10 years ago |
Dan Walmsley
|
d3e66eac58
|
Fix null check around adding Container.Child to logical children.
|
10 years ago |
Dan Walmsley
|
0b3db9af23
|
Remove allocation of list that is not neccesary
|
10 years ago |
Dan Walmsley
|
67a99dc09a
|
No longer type checking as not necessary.
|
10 years ago |
Dan Walmsley
|
225148fd04
|
Removed unused using.
|
10 years ago |
Dan Walmsley
|
2004bdb329
|
more whitespace changes.
|
10 years ago |
Dan Walmsley
|
ed05f842c0
|
Corrected order of Assert arguments.
|
10 years ago |
Dan Walmsley
|
525d1369a5
|
Removed casting that was not needed.
|
10 years ago |
Dan Walmsley
|
28ddbb2159
|
Removed whitespace.
|
10 years ago |
Dan Walmsley
|
5b54116507
|
Add missing inheritdoc comment.
|
10 years ago |
Dan Walmsley
|
d3f4dacdbc
|
whitespace
|
10 years ago |
Dan Walmsley
|
9a0fead203
|
Added unit test to assert new behavior.
|
10 years ago |
Dan Walmsley
|
8a3acecf25
|
Removed comments
|
10 years ago |
Dan Walmsley
|
bcc6cc196c
|
Set TemplatedParentProperty null before calling update child
so it doesnt end up seting the ItemsControls parent as the container.childs parent.
Preventing it being removed from logical tree.
|
10 years ago |
Dan Walmsley
|
d398766c57
|
remove excessive null check, is also serves for null check.
|
10 years ago |
Dan Walmsley
|
dac0da2cac
|
Corrected logic for materialize methods.
|
10 years ago |
Dan Walmsley
|
59fd92dcfb
|
Null check in ItemsControl on Materialized and Dematerialized, to prevent
exceptions being thrown, trying to do is check on null.
|
10 years ago |
Dan Walmsley
|
03afec5596
|
fix bug checking wrong property for is ILogical
|
10 years ago |
Dan Walmsley
|
3af1cff1ca
|
Fix ItemsControl preventing DataTemplates getting applied.
|
10 years ago |
Dan Walmsley
|
59d499fee4
|
ItemsControl ensure Containers Templated parent is null.
|
10 years ago |
Dan Walmsley
|
5a43816db5
|
whitespace
|
10 years ago |
Dan Walmsley
|
cf13ae3425
|
removed excessive casting.
|
10 years ago |
Dan Walmsley
|
4a17d2d32f
|
ContainerType property implementations using improved syntax.
|
10 years ago |
Dan Walmsley
|
261b63dd4c
|
fix whitespace
|
10 years ago |
Dan Walmsley
|
f3d2520f6c
|
Fix ItemsControl tests.
|
10 years ago |
Dan Walmsley
|
ba89e646c4
|
ItemsControl uses the ContainerType property to check if its a typed container.
|
10 years ago |
Dan Walmsley
|
21f97ac108
|
Add implementation of ContainerType property
|
10 years ago |
Dan Walmsley
|
ce224fd743
|
Add ContainerType property to IItemContainerGenerator
|
10 years ago |
Dan Walmsley
|
a5a59c3e8c
|
Updated ItemsControl test for new behaviour.
|
10 years ago |
Dan Walmsley
|
c5c09275b5
|
Items control removes the logical child correctly.
|
10 years ago |
Dan Walmsley
|
2c3c73edac
|
Items control adds the content presenters child as its logical child.
|
10 years ago |
danwalmsley
|
72a85a2fbb
|
Merge branch 'master' into fixes/failing-unit-test
|
10 years ago |
danwalmsley
|
759a8a845d
|
initial attempt to set logical children correctly.
|
10 years ago |
Jeremy Koritzinsky
|
be01ef104c
|
Merge pull request #800 from jkoritzinsky/CI-Tests-Fix
Fixed Test running in CI
|
10 years ago |
Dan Walmsley
|
d4c4f3ab63
|
Fix skia text measure on EmptyString
|
10 years ago |
danwalmsley
|
5ced1db770
|
Removed hack for Skia render tests.
|
10 years ago |
Jeremy Koritzinsky
|
8f2c55fb04
|
Changed render tests and designer support test to always output to the artifacts/tests folder and modify the relative paths within so they don't fail on CI. Fixed CI to fail if tests fail (got turned off when OpenCover was added accidentally).
|
10 years ago |
danwalmsley
|
e53cbd13f9
|
Added failing unit test for Carousel
|
10 years ago |
Steven Kirk
|
f177a19946
|
Merge pull request #794 from AvaloniaUI/code-coverage-in-README
Update readme to include code coverage.
|
10 years ago |
Steven Kirk
|
c19d85789c
|
Merge branch 'master' into code-coverage-in-README
|
10 years ago |
Jeremy Koritzinsky
|
3f5d29101d
|
Merge pull request #790 from jkoritzinsky/UIThread-Scheduling
Schedule all binding updates on Dispatcher/UI thread
|
10 years ago |
Jeremy Koritzinsky
|
d27a999f75
|
Update readme to include code coverage.
Update readme to include code coverage. Move Gitter and build status into a table so it can show in the short preview.
|
10 years ago |
Jeremy Koritzinsky
|
ba2432d182
|
Merge branch 'master' into UIThread-Scheduling
|
10 years ago |
Jeremy Koritzinsky
|
104e0eb078
|
Removed the priority condition for using the scheduler.
|
10 years ago |
Steven Kirk
|
4c179634c1
|
Added a test for scheduler bindings.
Added a property which is updated on a b/g thead to BindingTest.
|
10 years ago |
Steven Kirk
|
db28cd621c
|
Merge pull request #793 from donandren/issues/screentoclient
Fixed PointToClient and added TranslatePoint
|
10 years ago |
donandren
|
80ce8412c0
|
added usefull TransalePoint extension method to IVisual
|
10 years ago |