Steven Kirk
52dcd41cd9
Don't dispose geometry impls.
We can't do this until we have ref counting infrastructure in, as the impls may still be in use by the deferred renderer.
8 years ago
Steven Kirk
244fa9b02a
Merge branch 'master' into fixes/1343-rectanglegeometry-transform
8 years ago
Steven Kirk
d2e1eba876
Refactored geometry.
There were a number of problems with `Geometry` and its subclasses and platform implementations. Fix these, for more details see the PR that this commit is a part of.
8 years ago
Steven Kirk
38f550576c
Merge pull request #1342 from AvaloniaUI/fixes/1341-transformed-geometry
Preserve Shape's defining geometry transform.
8 years ago
Steven Kirk
42f0f6a23f
Added failing test for #1343 .
8 years ago
Steven Kirk
062f67cd18
Added expected test output.
8 years ago
Steven Kirk
438bc89a90
Preserve defining geometry transform.
Previous logic was overwriting `DefiningGeometry`'s transform with the transform calculated by the layout pass. Be sure to apply both transforms to the `RenderedGeometry`.
8 years ago
Steven Kirk
7a60b790b0
Added failing test for #1341 .
8 years ago
Steven Kirk
15594d4e6e
Merge pull request #1336 from jp2masa/togglebutton-ischecked-default-value
Fixed ToggleButton.IsChecked default value
8 years ago
jp2masa
46fa428c96
Merge branch 'master' into togglebutton-ischecked-default-value
8 years ago
Steven Kirk
40dd5309e1
Merge pull request #1337 from jp2masa/dropdown-item-selection
Use nameof where possible
8 years ago
José Pedro
7cccc6bda0
Use nameof where possible.
8 years ago
jp2masa
9dc7b6fe62
Merge branch 'master' into togglebutton-ischecked-default-value
8 years ago
José Pedro
60a04fbd24
Fixed ToggleButton.IsChecked default value.
8 years ago
Jeremy Koritzinsky
cedd7da995
Merge pull request #1331 from jkoritzinsky/net471-bugfix
Fix broken Appveyor builds
8 years ago
Jeremy Koritzinsky
e462e06193
Use memcpy instead of System.Runtime.CompilerServices.Unsafe
8 years ago
Jeremy Koritzinsky
fca2762d36
Merge pull request #1251 from AvaloniaUI/appbuilder-setup-run
Appbuilder setup run
8 years ago
Jeremy Koritzinsky
a1eee28803
Merge branch 'master' into appbuilder-setup-run
8 years ago
Jeremy Koritzinsky
1c12cd4bd6
Fix x64 builds of Avaloina.Direct2D1. Refactor build scripts to reduce time and fix issues.
8 years ago
Jeremy Koritzinsky
fb8d2daa8a
Add back toolPath.
8 years ago
Jeremy Koritzinsky
b502f48ff8
Make sure Direct2D1 Unit tests (non-render tests) run in the build.
8 years ago
Jeremy Koritzinsky
5b8f906b1e
Add back xunit settings.
8 years ago
Jeremy Koritzinsky
ba95a9398d
Add missing close paren in build script.
8 years ago
Jeremy Koritzinsky
4d9b354d1c
Fix cleaned tests-dir.
8 years ago
Jeremy Koritzinsky
f72577cf92
Clean up test scripts
8 years ago
Jeremy Koritzinsky
ee433f741e
Update appveyor.yml
8 years ago
Jeremy Koritzinsky
abe1afbb01
Retarget base unit tests library (that is just included in tests) back to net461.
8 years ago
Jeremy Koritzinsky
bc3e3cb25d
Update project file for Avalonia.UnitTests to use net47 instead of net461
8 years ago
Jeremy Koritzinsky
e3ba779355
Merge pull request #1330 from AvaloniaUI/fixes/809-skia-formatted-text
Fixes/809 skia formatted text
8 years ago
Jeremy Koritzinsky
eb7c010462
Retarget .Net Framework projects to 4.7
Works around dotnet/standard#567 .
8 years ago
Dan Walmsley
16b99ae3aa
add skia to replace scripts so skia issues can be debugged from user apps.
8 years ago
Dan Walmsley
b944783c1b
fix Skia SetForegroundBrush when length = 1.
8 years ago
Jeremy Koritzinsky
19770a2eec
Merge pull request #1322 from mterwoord/add-uri-to-error-when-loading
Add the uri to the error message of the xaml loader
8 years ago
M. ter Woord
09c7c32e19
Add the missing file.
8 years ago
M. ter Woord
ad02c53a46
- Add XamlLoadException
- Use it for the new load exception info.
8 years ago
Jeremy Koritzinsky
ba481365f6
Enable turning off the setup check for appbuilder tests.
8 years ago
Jeremy Koritzinsky
f9d392466e
Merge pull request #1317 from AvaloniaUI/fixes/1182
Fix propogating resource changes to parented (but not children'd) nodes.
8 years ago
Jeremy Koritzinsky
b0d013ad25
Fix tests.
8 years ago
Jeremy Koritzinsky
3805c613f4
Merge pull request #1319 from jkoritzinsky/fixes/225-numpad-hotkey
Make KeyGestures with +,-,. in them match with both the non-numpad keys and the matching numpad keys.
8 years ago
Jeremy Koritzinsky
c94b666884
Merge pull request #1318 from jkoritzinsky/fixes/424-selectionstart
Move CaretIndex to SelectionStart/End when SelectionStart equals SelectionEnd
8 years ago
M. ter Woord
381cd64b1f
Add the uri to the error message, that way nested load errors can be diagnosed much quicker.
8 years ago
Jeremy Koritzinsky
23af42e423
Fix explicit StylingParent definition.
8 years ago
Jeremy Koritzinsky
b463d04e9f
Make KeyGestures with +,-,. in them match with both the non-numpad keys and the matching numpad keys.
Fixes #225
8 years ago
Jeremy Koritzinsky
6d075ad27b
Fix #424 .
8 years ago
Jeremy Koritzinsky
8bcd07730a
Change StylingParent for Popup to be PopupRoot so local styles flow to it.
8 years ago
Jeremy Koritzinsky
bdaf4a2046
Fix #1182 .
8 years ago
Nikita Tsukanov
6328b4cdad
Merge pull request #1316 from AvaloniaUI/fixes/use-lower-case-extension-for-avalonia-documentation-files
use lower case extensions for avalonia documentation files.
8 years ago
Unknown
ea65626a46
use lower case extensions for avalonia documentation files.
8 years ago
Jeremy Koritzinsky
93f8e12a4a
Merge pull request #1315 from AvaloniaUI/fixes/1275-trim-whitespace
Correctly trim whitespace in XAML elements. Fix #1275 .
8 years ago
Jeremy Koritzinsky
b61356c3da
Merge pull request #1295 from AvaloniaUI/fixes/1247-data-validation-popup-crash
Handle `PopupRoot.Content` being set to null.
8 years ago