Steven Kirk
316da842bd
Merge pull request #1358 from sdoroff/data-validation-error
Created a shared DataValidationErrors framework
8 years ago
Steven Kirk
85059a36e9
Merge branch 'master' into data-validation-error
8 years ago
Steven Kirk
fe317ea61e
Merge pull request #1277 from AvaloniaUI/ref-bitmaps
Ref-counting infrastructure for bitmaps
8 years ago
Steven Kirk
4cace359b5
Merge branch 'master' into ref-bitmaps
8 years ago
Jeremy Koritzinsky
74f8930277
Fixed bug in TrimDrawOperations that wasn't disposing draw operations correctly.
8 years ago
sdoroff
5dce65f7b6
Created a shared DataValidationErrors framework
Moved Validation Error tracking to attached an attached property
Created an shared error indicator that can be simply added to control
templates and re-styled across all controls
This should reduce the need for code and markup duplication while
allowing for a consistent visual interface
8 years ago
Jeremy Koritzinsky
6b3946abec
Merge pull request #1357 from sdoroff/text-box-key-down-change
Altered OnKeyDown to accurately set handled
8 years ago
sdoroff
883c39ed6d
Merge branch 'text-box-key-down-change' of https://github.com/sdoroff/Avalonia into text-box-key-down-change
8 years ago
sdoroff
267aab12ef
Altered OnKeyDown to accurately set handled
8 years ago
sdoroff
0a6da2cbfa
Altered OnKeyDown to accurately set handled
8 years ago
Jeremy Koritzinsky
85966d3ecf
Ref-count the draw operations collection in VisualNode so it correctly keeps the elements alive when only the collection is cloned (aka no changes are made by a cloned VisualNode) and the original VisualNode is disposed.
8 years ago
Jeremy Koritzinsky
ae7e7829d4
Fixed incorrect cast in DeferredRenderer's IVisualBrushRenderer implementation.
8 years ago
Jeremy Koritzinsky
d905721c46
Add more null short-circuiting checks in DeferredRenderer related to scene disposal.
8 years ago
Jeremy Koritzinsky
ebfa79ef64
Add null check for scene in DeferredRenderer disposal.
8 years ago
Jeremy Koritzinsky
7e174a79e0
Refactored refcounting and added tests for refcount tracking in the DeferredRenderer and friends.
8 years ago
Jeremy Koritzinsky
8b97174735
Fix tests to correctly access the item of the ref-counted instance.
8 years ago
Jeremy Koritzinsky
952f89883d
Fix build errors in SceneGraph and DeferredRenderer tests.
8 years ago
Jeremy Koritzinsky
be1fab69de
Merge pull request #1350 from AvaloniaUI/fixes/337-focus-adorner-clipping
Clip Focus Adorners
8 years ago
Jeremy Koritzinsky
c1b93d4da2
Merge pull request #1338 from AvaloniaUI/fixes/1065-canscrollhorizontally
Fix ScrollContentPresenter arrange when ScrollViewer.HorizontalScrollBarVisibility is Disabled.
8 years ago
Steven Kirk
2c2c099ad1
Merge branch 'master' into fixes/337-focus-adorner-clipping
8 years ago
Steven Kirk
4a556fd047
Merge pull request #1349 from AvaloniaUI/fixes/1343-rectanglegeometry-transform
Fix Geometries
8 years ago
Jeremy Koritzinsky
617f35ce53
Add ref-counting checks throughout the SceneGraph nodes. Because IDrawOperations can be shared between IVisualNodes, they are now also ref-counted.
8 years ago
Jeremy Koritzinsky
1036f5c541
Merge branch 'master' into ref-bitmaps
8 years ago
Steven Kirk
b9fdee8d01
Merge branch 'master' into fixes/1065-canscrollhorizontally
8 years ago
Steven Kirk
eb0e6650ca
Remove debug code.
8 years ago
Steven Kirk
a8637a6249
Merge branch 'fixes/1343-rectanglegeometry-transform' into fixes/337-focus-adorner-clipping
8 years ago
Steven Kirk
e64b4fb0e8
Merge branch 'master' into fixes/1343-rectanglegeometry-transform
8 years ago
Steven Kirk
6fff6f73fe
Merge pull request #1353 from AvaloniaUI/dont-build-core-tests
Don't rebuild when running .NET Core tests.
8 years ago
Steven Kirk
2c14b70d0a
Renamed Mono sln Config to NetCoreOnly.
8 years ago
Steven Kirk
bdb585deef
Merge branch 'master' into dont-build-core-tests
8 years ago
Steven Kirk
c4a5d3722b
Don't build RenderTest in mono config.
8 years ago
Steven Kirk
9cb871e901
Don't run tests on net47 in build.cake.
8 years ago
Steven Kirk
30e78dc5b6
Only run unit tests on .net core.
This allows us to run them on linux.
8 years ago
Steven Kirk
b9ebff3fb2
Fixed malformed doc comment.
8 years ago
Steven Kirk
6b9e93d267
Fix window child constraint.
Instead of measuring the child and then clipping the child's desired size based on `SizeToContent`, instead pass a constraint based on `SizeToContent` to the child.
8 years ago
Steven Kirk
a718e23b9d
Merge branch 'master' into fixes/1065-canscrollhorizontally
Conflicts:
src/Avalonia.Controls/Presenters/ScrollContentPresenter.cs
8 years ago
Steven Kirk
5a5f25012f
Merge branch 'fixes/1343-rectanglegeometry-transform' into fixes/337-focus-adorner-clipping
8 years ago
Steven Kirk
2e108483df
Merge branch 'master' into fixes/1343-rectanglegeometry-transform
8 years ago
Jeremy Koritzinsky
9378d6266b
Merge pull request #1348 from AvaloniaUI/fixes/1344-listbox-horizontal-scrollbar
Allow disabling of scrollbars in ListBox.
8 years ago
Steven Kirk
8bacf38524
Do a proper .NET core build.
8 years ago
Steven Kirk
9b099de4a4
Addressed PR feedback.
8 years ago
Jeremy Koritzinsky
e8d18f52b6
Merge branch 'master' into fixes/1344-listbox-horizontal-scrollbar
8 years ago
Steven Kirk
31c5cc1847
Merge pull request #1312 from jkoritzinsky/EfficientTransformedBounds
Change TransformedBounds to a direct property on Visual/IVisual
8 years ago
Steven Kirk
d6bfabec43
Merge branch 'master' into EfficientTransformedBounds
8 years ago
Steven Kirk
a7e01228a5
Merge pull request #1340 from AvaloniaUI/fixes/816-dispatcher-invoke-naming
Rename Dispatcher invoke methods.
8 years ago
Steven Kirk
6c81b0e668
Merge branch 'master' into fixes/816-dispatcher-invoke-naming
8 years ago
Jeremy Koritzinsky
0902845f0d
Merge pull request #1351 from AvaloniaUI/fix-intermittently-failing-test
Fix intermittently failing tests.
8 years ago
Steven Kirk
1d9e4fdbe5
Don't pass platform to build.ps1.
8 years ago
Steven Kirk
51a47b3a94
Instance can be null here.
Was causing intermittently failing test: https://ci.appveyor.com/project/AvaloniaUI/Avalonia/build/0.1.4468
8 years ago
Steven Kirk
5cdaf0a32f
Removed platform from appveyor.yaml.
As suggested in https://help.appveyor.com/discussions/problems/10117-dotnet-test-with-xunit-fails-because-of-the-wrongly-resolved-path
8 years ago