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
|
eb7c010462
|
Retarget .Net Framework projects to 4.7
Works around dotnet/standard#567.
|
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
|
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 |
Steven Kirk
|
05da271376
|
Updated Portable.Xaml
Merged `fixes/76-trim-whitespace` into `avalonia` branch (https://github.com/cwensley/Portable.Xaml/pull/77). Fixes whitespace trimming in Xaml reader.
Fixes #1275
|
8 years ago |
Steven Kirk
|
0193437e79
|
Merge branch 'master' into fixes/1247-data-validation-popup-crash
|
8 years ago |
Steven Kirk
|
d01e19e3f4
|
Added failing test for #1275.
|
8 years ago |
danwalmsley
|
7c236eaa24
|
Merge pull request #1285 from AvaloniaUI/fixes/1271-contenttemplate-before-content
Make Content depend on ContentTemplate.
|
8 years ago |
danwalmsley
|
5f1837b5b9
|
Merge branch 'master' into fixes/1271-contenttemplate-before-content
|
8 years ago |
danwalmsley
|
2801cd21bf
|
Merge pull request #1284 from AvaloniaUI/fixes/1271-orphaned-textblock
Fix ContentPresenter logical parent logic.
|
8 years ago |
Steven Kirk
|
cdc590f1a8
|
Merge branch 'master' into fixes/1271-orphaned-textblock
|
8 years ago |
danwalmsley
|
3c229fef02
|
Merge pull request #1298 from AvaloniaUI/fixes/1297-track-arrange-bug
Fix Track Arrange Problem
|
8 years ago |
danwalmsley
|
a0afa26b65
|
Merge branch 'master' into fixes/1297-track-arrange-bug
|
8 years ago |
Steven Kirk
|
5e2a32e1f2
|
Merge pull request #1309 from AvaloniaUI/remove-observeon-from-bindings
Don't use ObserveOn in Bindings.
|
8 years ago |
Steven Kirk
|
bf2ca5da72
|
Removed unneeded code.
|
8 years ago |
Steven Kirk
|
e49e682f9c
|
This Max shouldn't be needed.
|
8 years ago |
Dan Walmsley
|
45f8f1e2a7
|
Merge remote-tracking branch 'origin/master' into remove-observeon-from-bindings
|
8 years ago |
danwalmsley
|
3377218405
|
Merge branch 'master' into fixes/1271-orphaned-textblock
|
8 years ago |
Steven Kirk
|
c1dfb8de90
|
Merge pull request #1311 from jkoritzinsky/slider-value-twoway
Make RangeBase.Value bind TwoWay by default
|
8 years ago |
Jeremy Koritzinsky
|
8733547cae
|
Make RangeBase.Value bind TwoWay by default. Fixes #841.
|
8 years ago |
Steven Kirk
|
53283aa36e
|
Merge branch 'master' into fixes/1297-track-arrange-bug
|
8 years ago |
Steven Kirk
|
7405cd7952
|
Match formatting of other block.
|
8 years ago |
Steven Kirk
|
88ad423541
|
Merge pull request #1310 from AvaloniaUI/fixes/1302-collection-properties-getonly
Make Collection Properties get-only
|
8 years ago |
Jeremy Koritzinsky
|
be39d97a13
|
Merge branch 'master' into fixes/1302-collection-properties-getonly
|
8 years ago |
Jeremy Koritzinsky
|
33f6dde459
|
Merge pull request #856 from donandren/issues/855_test
Unit tests and fixes for binding StackOverflowExceptions
|
8 years ago |
Steven Kirk
|
222ded0c33
|
Removed remaining collection set.
|
8 years ago |
Steven Kirk
|
78cbaee3a0
|
FIx collection comparisons.
|
8 years ago |