Steven Kirk
26cb0e62b9
Merge remote-tracking branch 'origin/master' into control-resources
9 years ago
Steven Kirk
23308a61ff
Merge branch 'control-resources' of https://github.com/AvaloniaUI/Avalonia into control-resources
9 years ago
Steven Kirk
d1c85d7a3a
Prevent possible null ref warnings.
9 years ago
Nikita Tsukanov
b013caee69
Add .idea to .gitignore
9 years ago
Nikita Tsukanov
d4048de994
Don't try to load library with path == null
9 years ago
Nikita Tsukanov
0a77519906
Update build.md
9 years ago
Nikita Tsukanov
f330132dc3
Use CoCreateInstance for .NET Core compatibility
9 years ago
Nikita Tsukanov
61e4e50d31
Enable win32 file dialog functionality for .NET Standard build
9 years ago
Nikita Tsukanov
c68e2fa7bc
Merge pull request #1145 from kekekeks/netstandard2.0-migration
Switched to .NET Standard 2.0
9 years ago
Nikita Tsukanov
cc04dc7c78
Removed commented code
9 years ago
Nikita Tsukanov
abd23cce8d
Merge branch 'master' into netstandard2.0-migration
9 years ago
Nikita Tsukanov
017f8ee8b0
Specify osx_image
9 years ago
Nikita Tsukanov
a9ef43f179
Fixed paths
9 years ago
Nikita Tsukanov
4722e636c6
Use dotnet 2.0.0 for travis
9 years ago
Nikita Tsukanov
3ce69edb24
fixed framework version
9 years ago
Nikita Tsukanov
65b4cfb6ba
Use new SDK for DotNetFrameworkRuntime
9 years ago
Nikita Tsukanov
39d5389b1f
Fixed build issues
9 years ago
Nikita Tsukanov
913149d093
Switched to .NET Standard 2.0
9 years ago
Jeremy Koritzinsky
97e7d5fdb1
Merge pull request #1144 from JurjenBiewenga/Set/GetWindowLongPtr
Replaced Set/GetWindowLong with Set/GetWindowLongPtr for 64 bit support
9 years ago
Jurjen Biewenga
7605909c79
Made the pinvoke calls private
Changed SetWindowLongPtr calls to SetWindowLong in Win32/WindowImpl
9 years ago
Jurjen Biewenga
8f006ff655
Added utility functions to pinvoke the correct function based on bitness
9 years ago
Jurjen Biewenga
1d4aabb739
Replaced Set/GetWindowLong with Set/GetWindowLongPtr for 64 bit support
9 years ago
Eli Arbel
8b107abf08
Merge pull request #1133 from aelij/tooltips
ToolTip: IsOpen, Placement, Offset
9 years ago
Eli Arbel
31c9446429
Improve demo
9 years ago
Steven Kirk
dddf1ebd40
Merge branch 'master' into control-resources
9 years ago
Steven Kirk
bf4bb7d54c
Added TryFindResource extension method.
`FindResource` can be ambiguous because it returns `AvaloniaProperty.UnsetValue` in the case of a resource not being found, which is a valid resource value. `TryFindResource` removes this ambiguity. `FindResource` has been left in for API compatibility with other frameworks.
9 years ago
Steven Kirk
814a3a5ee6
Make `IDictionary` members explicit.
And use expression bodied members where possible.
9 years ago
Steven Kirk
1cf3e6bfc6
Use discard in TryGetResource.
9 years ago
Steven Kirk
416c79298c
Merge pull request #1123 from jkoritzinsky/CleanUpBuildWarnings
Clean up build warnings
9 years ago
Steven Kirk
5827f3c284
Missed file from merge
9 years ago
Steven Kirk
e06cdd8810
Merge remote-tracking branch 'origin/master' into pr/1123-clean-up-build-warnings
9 years ago
Steven Kirk
23a672ef6e
Merge pull request #1127 from mterwoord/fixes/improved-error-handling
Improved error messages
9 years ago
Steven Kirk
d4d6412666
Merge branch 'master' into control-resources
9 years ago
Steven Kirk
f4b708c654
Merge branch 'master' into fixes/improved-error-handling
9 years ago
Nikita Tsukanov
9c999ec221
Merge pull request #1137 from AvaloniaUI/update-moq
Update moq to 4.7.99.
9 years ago
Steven Kirk
068bae9022
Merge branch 'master' into fixes/improved-error-handling
9 years ago
Steven Kirk
7f28c3de23
Merge branch 'master' into tooltips
9 years ago
Steven Kirk
fd526514f8
Merge branch 'master' into control-resources
Conflicts:
src/Avalonia.Controls/Application.cs
src/Avalonia.Controls/Control.cs
src/Avalonia.Controls/IControl.cs
src/Avalonia.Styling/Styling/StyleExtensions.cs
tests/Avalonia.Styling.UnitTests/ResourceTests.cs
9 years ago
Nikita Tsukanov
87b0db4679
Merge branch 'master' into update-moq
9 years ago
Nikita Tsukanov
fde9aec5f3
Merge pull request #1138 from AvaloniaUI/input-unit-tests-csproj
Fix Avalonia.Input.UnitTests.csproj
9 years ago
Nikita Tsukanov
c53f0e9786
Merge pull request #1135 from AvaloniaUI/lazy-initialize
Lazily initialize some things
9 years ago
Nikita Tsukanov
e9ce9d5b27
Merge branch 'master' into lazy-initialize
9 years ago
Steven Kirk
3b030f19d1
Fix Avalonia.Input.UnitTests.csproj
Previously this project was spewing loads of
```
Severity Code Description Project File Line Suppression State
Warning CS1701 Assuming assembly reference 'System.Runtime, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' used by 'Avalonia.Controls' matches identity 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' of 'System.Runtime', you may need to supply runtime policy Avalonia.Input.UnitTests(net461) D:\projects\Avalonia\tests\Avalonia.Input.UnitTests\CSC 1 Active`
```
Warnings. Not sure why this was, but updating the `csproj` to be in the same format as the other unit tests stops these warnings and reduces the warnings for a solution build from 5755(!) to 238.
9 years ago
Nikita Tsukanov
668de008ff
Fixed Utf8Buffer and downgraded JetBrains.ReSharper.CommandLineTools
9 years ago
Steven Kirk
8c9dd5c81e
Update moq to 4.7.99.
This fixes a bunch of build warnings.
9 years ago
Steven Kirk
fe957d8093
Fix compile error.
9 years ago
Steven Kirk
c244ac809d
Fixed malformed doc comment.
9 years ago
Steven Kirk
c47e44192b
Make resource dictionary keys objects.
For parity with other XAML frameworks.
9 years ago
Steven Kirk
e54f48b63c
React to application resources changing.
9 years ago
Steven Kirk
a72ce3671d
Added ResourceInclude.
9 years ago