Nikita Tsukanov
07fea3befa
Added RuntimePlatformInfo
10 years ago
Nikita Tsukanov
8d21c8069d
Moved project
10 years ago
Nikita Tsukanov
3af869f49f
Moved IPclPlatformWrapper and IAssetLoader to a separate assembly
10 years ago
Nikita Tsukanov
4a25b33cea
Sync package versions
10 years ago
Wiesław Šoltés
9cdcf6cb02
Revert "Updated projects and packages"
This reverts commit 7cca79b435 .
10 years ago
Nikita Tsukanov
8ee9d17ff6
Fixed some focus issues
10 years ago
Steven Kirk
06cd5c15f1
Don't run markup unit tests in parallel.
See if fixes intermittently failing test.
10 years ago
Wiesław Šoltés
7cca79b435
Updated projects and packages
10 years ago
yusuf-gunaydin
f86d90613b
Implemented Ctrl+Backspace and Ctrl+Delete for TextBox.
Fixes #609
10 years ago
Steven Kirk
ca7002b5b9
Added missing using.
10 years ago
Steven Kirk
3bc3d5805a
Don't run layout tests in parallel.
10 years ago
Steven Kirk
35a8ee1139
Link dotMemory Unit with xUnit.
10 years ago
Steven Kirk
07ea2692c8
Don't run leak tests in parallel.
10 years ago
Steven Kirk
173352d109
Moved AvaloniaObject leak tests.
From Avalonia.Base.UnitTests to Avalonia.LeakTests - the test was
failing on mono on OSX and I can't work out why. Leak tests don't
currently get run on mono CI.
10 years ago
Steven Kirk
3bee859be6
Excluded D2D test from bash test runner.
10 years ago
Steven Kirk
bc16abc257
Set return value from run-tests.sh script.
10 years ago
Steven Kirk
018e70cac5
Added bash script for running tests.
10 years ago
Steven Kirk
cecbe8fefe
Move WeakReference setup to separate method.
Trying to fix #655 .
10 years ago
Steven Kirk
7b23b6eab5
Moved test to correct file.
10 years ago
donandren
1ed45e8d43
added failing unit test related to #651 for RemoveRange from items
10 years ago
donandren
cd3d002cc9
added failing unit test for #651
10 years ago
Steven Kirk
209713e820
Moved tests to correct place.
@donandren correctly identified a problem with the `ItemsPresenter` but
he put the tests in the `ListBox` tests. Moved them to the correct
place. Also tweak formatting in `ItemContainerGenerator.InsertSpace`.
10 years ago
donandren
af8fbba51b
added failing unit test for ItemsPresenter
10 years ago
donandren
a3552bc20a
added another failing unit test for Listbox items not in sync with the bound collection
10 years ago
donandren
f764d46674
added failing unit test for issue #637 : ListBox not in sync with items after inserted/removed from items
10 years ago
Wiesław Šoltés
7282744b70
Removed outdated binding redirects and app.config
10 years ago
Steven Kirk
0bf9404e00
Deafult ItemsPresenter virtualization to None
And override it in ListBox. This prevents ItemsPresenter thinking it's virtualized in a TreeView. Fixes #610 .
10 years ago
Steven Kirk
6b80d51fe6
Fix TransformedBounds for invisible controls.
Previously the BoundsTracker.TransformedBounds attached property wasn't
being cleared for controls that were invisible, resulting in incorrect
hit testing in certain situations (the newly added TreeView page in
ControlCatalog demonstrated the behavior when fully expanding the first
node and its children).
10 years ago
Steven Kirk
b74c0d316b
Fix off-by-one error in ItemContainerGenerator
Fixes #604 .
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
yusuf-gunaydin
282082a05e
Setter does not build the template if the target property derives from ITemplate.
10 years ago
Steven Kirk
5a42f99025
Added this operator binding test.
10 years ago
Steven Kirk
3ee83263c8
Make indexer produce/consume IBinding.
10 years ago
donandren
cfd6524031
added failing unit test for issue #589 and #591
10 years ago
Jeremy Koritzinsky
7bbcd90e7f
Fixed designer support tests to be able to load assets. Fixed Cairo bitmaps to correctly construct with new design.
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
Jeremy Koritzinsky
3c5848bc2c
Updated Rx to 3.0 and fixed a failing test from a not fully set up mock.
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
72cb1cf311
Don't reapply templates unnecessarily.
When detaching and re-attaching to the same logical tree.
10 years ago
Steven Kirk
9f009eb4f2
Fixed failing namespace registry test.
10 years ago
donandren
b049a5787f
added failing test for PathMarkupParser
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
Wiesław Šoltés
15264a974a
Added initial support for Travis CI
10 years ago
donandren
aba9f1b01e
WIP: added new tests for HitTestPosition in FormattedTextImplTests
10 years ago
donandren
5b0bc5417a
WIP: added some tests for Different Font Sizes in FormattedTextImpl
10 years ago