Steven Kirk
68f5cd6dd6
Move DnD classes to Avalonia.Input.
Fixes #1506 .
8 years ago
Wiesław Šoltés
0561ee2cb2
Fix DragAndDropPage file name
8 years ago
ahopper
cea86f3647
removed popup from control catalog
8 years ago
boombuler
36186b3107
added Drag+Drop sample
8 years ago
Dan Walmsley
5cba2f4aac
auto generate assembly info for control catalog.
8 years ago
Dan Walmsley
85339e4585
remove other unnecesary stuff from ControlCatalog project file.
8 years ago
ahopper
a0b1ad62b3
Fix #1484
8 years ago
Dan Walmsley
15fed263fd
tidy ControlCatalog.cspoj
8 years ago
David Maas
a139ce0116
Fixed Direct3DInteropSample.
8 years ago
dzhelnin
7c0f1f9374
Use "double" instead of "double?" for Value. DefaultValue removed.
8 years ago
dzhelnin
d6b5e04f0c
Reworked to provide common NumericUpDown control which values are doubles.
8 years ago
dzhelnin
89cfa644ae
Added NumbersPage to ControlCatalog.
8 years ago
sdoroff
242b9251df
Added async population feature
8 years ago
sdoroff
3e73046098
Ported the AutoCompleteBox control from Silverlight
8 years ago
sdoroff
427a634b21
Added async population feature
8 years ago
dzhelnin
93cbec56af
Ability to place spinner buttons on the left side
8 years ago
dzhelnin
c2cecbb85a
ButtonSpinner control is ported from ExtendedWFPToolkit
8 years ago
boombuler
c1abc05355
Modified the ControlCatalog examples to run in STA ApartmentState
8 years ago
sdoroff
ee8ae91f72
Ported the AutoCompleteBox control from Silverlight
8 years ago
Nikita Tsukanov
604700e9e7
Fixed iOS
8 years ago
sdoroff
6e774349f8
Added a DatePicker control ported from Silverlight
8 years ago
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.
9 years ago
José Pedro
755531631e
Implemented three states on ToggleButton, CheckBox and RadioButton.
9 years ago
John Stevans
57ab463743
Add option for vertical PageSlide to Carousel test page in ControlCatalog
9 years ago
sdoroff
d91b8f8f84
Adds a Calendar control ported from Silverlight
9 years ago
Nikita Tsukanov
7affba4763
Cleaning splat
9 years ago
Jeremy Koritzinsky
a38dfada10
Fix malformed XAML
9 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.
9 years ago
Jeremy Koritzinsky
745517f68e
Updated usage of Static and Type to be x:Static and x:Type.
9 years ago
Nikita Tsukanov
2b8953c7ab
Fixed merge issues and made new previewer to work with desktop .net
9 years ago
Nikita Tsukanov
3ef7418b23
Updated icon
9 years ago
José Pedro
7cb4485dfb
Added Orientation and IsIndeterminate properties to ProgressBar.
Moved the Orientation enum to a separate file.
9 years ago
Nikita Tsukanov
3d3d4528f6
Burn, baby, BURN!
9 years ago
Nikita Tsukanov
70c24908a9
Various fixes for GTK and DeferredRenderer support
9 years ago
Wiesław Šoltés
79535609b6
Use DynamicResource instead of StyleResource
Fixes #1165
9 years ago
Nikita Tsukanov
9a1348b37b
Initial remote XAML previewer implementation
9 years ago
Jurjen Biewenga
e25f949d98
Screen information API implementation
9 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