Steven Kirk
e71e6714f0
Added link to VS extension.
10 years ago
Steven Kirk
f7d98ed366
Updated "Getting Started".
Removed OSX/Linux instructions for now as they were out of date and
didn't say much anyway.
10 years ago
Steven Kirk
5fe215a18d
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia
10 years ago
Steven Kirk
6b6d74f216
Updated version to 0.4.1
As 0.4.0 is released.
10 years ago
Steven Kirk
1ff2e005dd
Updated link to VS extension.
10 years ago
Steven Kirk
ffb96cf6bd
Updated add dialog image.
10 years ago
Steven Kirk
f78267d1cd
Updated version to 0.4.0.
10 years ago
Steven Kirk
e392ceae85
Added {x:Type} and {x:Static}
They were already available as {Type} and {Static} but these are
non-standard and should be removed in future.
10 years ago
Steven Kirk
b029217048
Qualify icon assembly.
10 years ago
Steven Kirk
14155e8088
Merge pull request #664 from jkoritzinsky/Direct2D-Debug
Recreate render target when SharpDX throws an exception
10 years ago
Jeremy Koritzinsky
e29f554b9b
Fixed disposable resources tracking.
10 years ago
Jeremy Koritzinsky
c3fb89ee73
Add code to re-create a render target and re-render the frame when the render target gets corrupted. Should fix #521
10 years ago
Jeremy Koritzinsky
5f404638ae
Enabled debug support for our direct2d factory in debug builds.
10 years ago
danwalmsley
95ed8b0365
Merge pull request #663 from wieslawsoltes/FixCairoPath
Fix multiple figure cairo path
10 years ago
Wiesław Šoltés
ff8ac16e23
Fix multiple figure cairo path
10 years ago
Steven Kirk
5b76f6e46b
Merge pull request #662 from AvaloniaUI/fixes/267-gtk-popup-size
Implement GTK window sizing.
10 years ago
Steven Kirk
e82c34b010
Implement GTK window sizing.
`Avalonia.Gtk.WindowImpl.ClientSize` was previously not implemented.
Fixes #267 . Fixes #269 .
10 years ago
Steven Kirk
12b6395105
Merge pull request #661 from AvaloniaUI/mono-build
Improve mono build experience.
10 years ago
Steven Kirk
87fb978dfd
Use .net 4.5 for all samples.
10 years ago
Steven Kirk
acac68cf22
More updates of build instructions.
10 years ago
Steven Kirk
0d6fcab2c7
Remove travis-mono solution.
Instead use the Mono solution platform.
10 years ago
Steven Kirk
fc13889599
Removed leak tests from mono configuration.
10 years ago
Steven Kirk
3c164547ed
Added mono solution platform.
And removed the projects that don't apply/dont build on mono from it.
10 years ago
Steven Kirk
78f032842b
Merge branch 'master' into mono-build
10 years ago
Steven Kirk
ca7002b5b9
Added missing using.
10 years ago
Steven Kirk
29f75c7ea8
Started updating build instuctions.
10 years ago
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