Steven Kirk
cc6629f313
Merge pull request #660 from AvaloniaUI/fixes/659-use-platformdetect
Removed obsolete platform detection code in ControlCatalog.
10 years ago
Steven Kirk
3bc3d5805a
Don't run layout tests in parallel.
10 years ago
Steven Kirk
e058215085
Removed obsolete platform detection code in ControlCatalog.
Fixes #659 .
10 years ago
Steven Kirk
b3b8a44c75
Merge pull request #657 from AvaloniaUI/fixes/656-travis-test-failures
Fix travis test failures
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
55b553f5be
Revert "Run leak tests."
This reverts commit 238f4ca9fa .
10 years ago
Steven Kirk
238f4ca9fa
Run leak tests.
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
e0f1512f1b
Try passing -parallel none option to xunit.
10 years ago
Steven Kirk
12a956d29b
And forgot another...
10 years ago
Steven Kirk
e535724282
Missed a rename.
10 years ago
Steven Kirk
e582838b88
Avalonia.Mono.sln -> Avalonis.travis-mono.sln
People were getting confused thinking the sln was for building on mono -
it's not, it's just for travis.
10 years ago
Steven Kirk
cecbe8fefe
Move WeakReference setup to separate method.
Trying to fix #655 .
10 years ago
Steven Kirk
e894df344c
Added DropDown.MaxDropDownHeight.
Fixes #654 .
10 years ago
Steven Kirk
7dbc27aff8
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia
10 years ago
Steven Kirk
c8f175474e
Merge PR #643
Conflicts:
tests/Avalonia.Controls.UnitTests/Presenters/ItemsPresenterTests_Virtualization_Simple.cs
10 years ago
Steven Kirk
47beb2725c
Don't reset available space on Arrange.
This fixes the failing `Should_Add_Containers_For_Items_After_Clear`
however I'm unsure if it's the correct fix. May need to revisit if it
seems to be causing other problems.
10 years ago
Steven Kirk
7b23b6eab5
Moved test to correct file.
10 years ago
Steven Kirk
d078a4dc05
Merge pull request #653 from donandren/issues/weirdon64bit
fixed some weird issues with 64 bit application
10 years ago
donandren
a8aeae275f
fixed some weird issues with 64 bit application
10 years ago
Steven Kirk
90460bce37
Merge pull request #652 from donandren/issues/651
added failing unit test for #651
10 years ago
donandren
ba8829399d
fixed problem when Removing range items from virtualized ItemsPresenter related to #651
10 years ago
donandren
1ed45e8d43
added failing unit test related to #651 for RemoveRange from items
10 years ago
donandren
1aaea1dd2a
fixes #651
10 years ago
donandren
cd3d002cc9
added failing unit test for #651
10 years ago
Jeremy Koritzinsky
126c28862d
Merge pull request #649 from wieslawsoltes/FixSkiaLoadBitmap
Fixed bitmap loading tests
10 years ago
Wiesław Šoltés
e5c8b7c46d
Fixed bitmap loading tests
10 years ago
Jeremy Koritzinsky
edf3807aaa
Merge pull request #638 from wieslawsoltes/SkiaSharpUpdate
Update to SkiaSharp version 1.53.0
10 years ago
Steven Kirk
1c52cc05f2
Merge pull request #644 from AvaloniaUI/fixes/501-textbox-newlines
Correctly handle \r\n in TextBox.
10 years ago
Steven Kirk
fb6ff13194
Cast wParam to long not int.
As in some rare cases it was overflowing. Fixes #607 .
10 years ago
Steven Kirk
d4f24402c5
Check for null VirtualizingPanel.
The panel may not have been created when the virtualization mode is changed - handle that. Fixes #634 .
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
Steven Kirk
2d8a54ac62
Handle \r\n newlines in TextBox.
Fixes #501 .
10 years ago
donandren
af8fbba51b
added failing unit test for ItemsPresenter
10 years ago
donandren
0dddd8e317
fix of issue #637
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
Steven Kirk
eb4280a7c1
Merge pull request #639 from cloudRoutine/patch-1
added syntax highlighting
10 years ago
Jared Hester
a30a175d6d
added syntax highlighting
10 years ago
Wiesław Šoltés
8af935cb0a
Implemented DashStyle support for Skia
10 years ago
Wiesław Šoltés
0b5eb69cdf
Use skia ArcTo method
10 years ago
Wiesław Šoltés
241f8c01e7
Use latest SkiaSharp api
10 years ago
Wiesław Šoltés
6169f7d9f7
Updated SkiaSharp to version 1.53.0
10 years ago
Steven Kirk
280bb5c820
Merge pull request #628 from wieslawsoltes/ProjectCleanup
Project Cleanup
10 years ago
danwalmsley
1c4228b17f
Merge pull request #627 from AvaloniaUI/fixes/610-treeview-scrolling
Deafult ItemsPresenter virtualization to None
10 years ago
Wiesław Šoltés
7282744b70
Removed outdated binding redirects and app.config
10 years ago