Jeremy Koritzinsky
16c4d536ed
Merge branch 'master' into RXUI8
9 years ago
Jeremy Koritzinsky
8169851d7c
Fix Rx version and clean up build warnings. Enable ReactiveUI in ControlCatalog.NetCore to ensure that everything works in the .NET Core build.
9 years ago
Jeremy Koritzinsky
48b5d8f593
Update ReactiveUI version to a version available in NuGet
9 years ago
Nikita Tsukanov
151bfb9cec
Merge remote-tracking branch 'origin/master' into remote2
9 years ago
Jurjen Biewenga
9042d324e9
Merge branch 'master' into ShowTaskbarIcon
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
Jurjen Biewenga
a8a7973f00
Merge branch 'master' into ShowTaskbarIcon
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
Jurjen Biewenga
b888cbb865
Fixed windowplacement failing due to incorrect length
9 years ago
Jurjen Biewenga
29dc3202bd
Merge branch 'ShowTaskbarIcon' of https://github.com/JurjenBiewenga/Avalonia into ShowTaskbarIcon
9 years ago
Jurjen Biewenga
34e82c19fb
Win32 implementation now checks the previous ShowWindowCommand and sets it back to that after hiding.
9 years ago
Jurjen Biewenga
c9fa06637f
Cleaned up Native
9 years ago
Jurjen Biewenga
9bd2356855
Merge branch 'master' into ShowTaskbarIcon
9 years ago
Nikita Tsukanov
c68e2fa7bc
Merge pull request #1145 from kekekeks/netstandard2.0-migration
Switched to .NET Standard 2.0
9 years ago
Jurjen Biewenga
284f0a75c7
Uncommented DrawDirtyRects/DrawFps
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
Jurjen Biewenga
a12c4649cb
Cleaned up implementation of ShowTaskbarIcon
Created property in Window to enable/disable the taskbar icon
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
Jurjen Biewenga
e6eedb80a1
Merge branch 'master' into ShowTaskbarIcon
9 years ago
Jurjen Biewenga
8621abc724
Fixed potential null reference
9 years ago
Nikita Tsukanov
39d5389b1f
Fixed build issues
9 years ago
Nikita Tsukanov
913149d093
Switched to .NET Standard 2.0
9 years ago
Jurjen Biewenga
d278c5ddeb
Added ShowTaskbarIcon implementation
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
e069eb8014
PR comments
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
Matthijs ter Woord
981cf5a2f1
Now we have .IsPressed property, have the PseudoClass method handle that for us.
9 years ago
Matthijs ter Woord
57ad36b01c
Merge branch 'master' into feature/button-ispressed
9 years ago
Matthijs ter Woord
e3fd83bfb6
Merge pull request #4 from AvaloniaUI/master
Update fork
9 years ago
Eli Arbel
aee42bad6c
Add scroll bar & slider buttons
9 years ago
Eli Arbel
5eada2b122
Fix mouse wheel coordinates
9 years ago
Eli Arbel
106146460d
Add RepeatButton
9 years ago
Jeremy Koritzinsky
c1ad9b36d8
Create Avalonia.ReactiveUI package.
PR feedback
Update ReactiveUI version to version that supports .NET Core
9 years ago
Jeremy Koritzinsky
dff3031e20
Upgrade ReactiveUI to the v8 alpha nuget package so we don't need to maintain our own fork. Avalonia.ReactiveUI only registers the MainScheduler, and it does so via a call to UseReactiveUI on AppBuilder.
Update Rx.Net dependency to match reactiveui's dependency on Rx.
Removed ReactiveUI dependeny in BindingTests.
Updated BindingTest sample to use the new reactiveui APIs.
Update samples to use current ReactiveUI APIs.
Fixed bug I introduced into tests.
Remove RxUI submodule info from .gitmodules
9 years ago