Nikita Tsukanov
13171c4be3
Implemented `--session-id` and `--method win32` for previewer
8 years ago
Steven Kirk
8a80a724d7
Implement disabling of ListBox scrollbars.
Fixes #1344 .
8 years ago
Steven Kirk
7e5e9c468b
Make VirtualizationTest items word-wrap.
8 years ago
Steven Kirk
1be39b8f71
Select scrollbar visibility in VirtualizationTest.
Does not currently work.
8 years ago
Steven Kirk
64ed0761c7
Rename Dispatcher invoke methods.
`InvokeAsync` -> `Post`
`InvokeTaskAsync` -> `InvokeAsync`
8 years ago
Jeremy Koritzinsky
eb7c010462
Retarget .Net Framework projects to 4.7
Works around dotnet/standard#567 .
8 years ago
Steven Kirk
c02514f162
Removed imports of deleted .props file.
8 years ago
Steven Kirk
03621a8664
Added AppBuilder methods for logging.
You can now set up serilog logging to `Debug` or `Trace` by calling e.g.:
```
AppBuilder.Configure<App()
.LogToDebug()
.UsePlatformDetect();
```
The methods accept an optional `level` parameter to control the minimum log level.
8 years ago
José Pedro
3f9a79d82d
Requested change.
8 years ago
José Pedro
755531631e
Implemented three states on ToggleButton, CheckBox and RadioButton.
8 years ago
John Stevans
57ab463743
Add option for vertical PageSlide to Carousel test page in ControlCatalog
8 years ago
sdoroff
d91b8f8f84
Adds a Calendar control ported from Silverlight
8 years ago
Nikita Tsukanov
7affba4763
Cleaning splat
8 years ago
Jeremy Koritzinsky
a38dfada10
Fix malformed XAML
8 years ago
Steven Kirk
7f16137f90
Fix RenderTest default orientation.
7cb4485d changed the order of the `Orientation` enum members to match WPF but didn't change the default in `RenderTest` which caused it to display horizontal by default. Fix this.
8 years ago
Jeremy Koritzinsky
745517f68e
Updated usage of Static and Type to be x:Static and x:Type.
8 years ago
Nikita Tsukanov
2b8953c7ab
Fixed merge issues and made new previewer to work with desktop .net
8 years ago
Nikita Tsukanov
3ef7418b23
Updated icon
8 years ago
José Pedro
7cb4485dfb
Added Orientation and IsIndeterminate properties to ProgressBar.
Moved the Orientation enum to a separate file.
8 years ago
Nikita Tsukanov
3d3d4528f6
Burn, baby, BURN!
8 years ago
Nikita Tsukanov
70c24908a9
Various fixes for GTK and DeferredRenderer support
8 years ago
Wiesław Šoltés
79535609b6
Use DynamicResource instead of StyleResource
Fixes #1165
8 years ago
Nikita Tsukanov
9a1348b37b
Initial remote XAML previewer implementation
8 years ago
Jurjen Biewenga
e25f949d98
Screen information API implementation
8 years ago
Nikita Tsukanov
d3390ac553
Added managed BeginResizeDrag implementation
9 years ago
Steven Kirk
5607404e6c
Added IDrawingContextImpl.CreateLayer
9 years ago
Steven Kirk
e7247a2c12
Added methods for creating D2D render layers.
Craetes a compatible render target depending on the type of `IRenderTargetBitmapImpl`.
9 years ago
Nikita Tsukanov
c954a86607
[MONOMAC] Implemented maximize/unmaximize for borderless windows
9 years ago
Nikita Tsukanov
7cfe495817
[MONOMAC] Implemented system dialogs
9 years ago
Nikita Tsukanov
eddabf7d54
Added "System dialogs" page for ControlCatalog
9 years ago
Nikita Tsukanov
b3f3c010c7
[MONOMAC] Updated code to new APIs and added it to solution
9 years ago
Jeremy Koritzinsky
8aa95d403e
Fix compile error.
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
Jurjen Biewenga
284f0a75c7
Uncommented DrawDirtyRects/DrawFps
9 years ago
Jurjen Biewenga
8621abc724
Fixed potential null reference
9 years ago
Nikita Tsukanov
913149d093
Switched to .NET Standard 2.0
9 years ago
Jurjen Biewenga
d278c5ddeb
Added ShowTaskbarIcon implementation
9 years ago
Eli Arbel
31c9446429
Improve demo
9 years ago
Steven Kirk
1cf3e6bfc6
Use discard in TryGetResource.
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
Steven Kirk
f6ed69be28
StyleResource -> DynamicResource
9 years ago
Eli Arbel
426cd8c9dd
ToolTip: IsOpen, Placement, Offset
9 years ago
Steven Kirk
51f9cbe49d
Fix build failure.
9 years ago
Steven Kirk
84aa27162f
Made a start adding Control/Application.Resources.
9 years ago
Eli Arbel
7bbbb185de
Typo
9 years ago
Eli Arbel
b9aa086f03
Adding Drawing classes & render test
9 years ago
Nikita Tsukanov
646db5b914
Initial working version of remoting
9 years ago
Nikita Tsukanov
a2551d505b
Initial effort on Remote
9 years ago
Jeremy Koritzinsky
5ec7b33a1a
Revert "Upgrade ReactiveUI to the v8 alpha"
9 years ago
Jeremy Koritzinsky
9f8336c733
Update samples to use current ReactiveUI APIs.
9 years ago