Wiesław Šoltés
0e6f48e8a0
Use different FromEventPattern method
Fixes #946
10 years ago
Steven Kirk
e93e262f22
FormattedText spans can be null.
10 years ago
Wiesław Šoltés
a26c261aad
Fixed OnPointerReleased parameter type
10 years ago
Steven Kirk
be20562426
Added some docs.
And a few missing child scene properties.
10 years ago
Steven Kirk
376535b198
Make IFormattedTextImpl immutable.
Previously `IFormattedTextImpl` had `SetForegroundBrush` which set
mutable state. Make `FormattedText` fully mutable (before it was kinda
mutable, kinda immutable) and create immutable `IFormattedTextImpl`s on
demand.
10 years ago
Nikita Tsukanov
5af27d9d60
Merge pull request #944 from wieslawsoltes/AvaloniaLinuxFramebufferNuGetPackage
Added Avalonia.LinuxFramebuffer NuGet package
10 years ago
Wiesław Šoltés
cc4150db28
Removed duplicate dependencies
10 years ago
Wiesław Šoltés
bd2b35cc42
Remove unnecessary package dependencies
10 years ago
Wiesław Šoltés
7966e8c0c7
Added Avalonia.LinuxFramebuffer NuGet package
10 years ago
Nikita Tsukanov
4fb2fa15d5
Merge pull request #939 from kekekeks/linux-framebuffer
fbdev/evdev support
10 years ago
Darnell Williams
f73a560559
Corrects gitter.im badges
Url was missing it's encoding.
10 years ago
Nikita Tsukanov
c179060ab2
Merge branch 'master' into linux-framebuffer
10 years ago
Steven Kirk
961987253c
Merge pull request #942 from AvaloniaUI/imutablebrush
Make all mutable brushes implement IMutableBrush.
10 years ago
Steven Kirk
a39d84b955
Use correct namespace for IDrawingContextImpl.
10 years ago
Steven Kirk
5be8f17eb1
Make all mutable brushes implement IMutableBrush.
10 years ago
Steven Kirk
b7c83e77dd
Remove IsVisible changes from Window/Popup.
These were from a previous attempt to do what #935 does.
10 years ago
Steven Kirk
2aa912c12b
Merge remote-tracking branch 'origin/master' into scenegraph
10 years ago
Steven Kirk
03cc93224e
Merge pull request #940 from AvaloniaUI/appveyor-image-update
Update appveyor.yml to use the VS2017 image
10 years ago
Steven Kirk
d0bb03e672
Remove .vscode dir.
10 years ago
Steven Kirk
5cee53402c
Merge branch 'master' into scenegraph
Conflicts:
src/Avalonia.Controls/Primitives/PopupRoot.cs
src/Avalonia.Controls/TopLevel.cs
tests/Avalonia.Controls.UnitTests/WindowTests.cs
tests/Avalonia.UnitTests/TestServices.cs
10 years ago
Jeremy Koritzinsky
6ecefda001
Trying suggestion from wieslawsoltes
10 years ago
Nikita Tsukanov
b8611b8a05
Merge branch 'master' into linux-framebuffer
10 years ago
Jeremy Koritzinsky
8684a18181
Update appveyor.yml to use the VS2017 image
Update appveyor.yml to use the VS2017 image since the VS2017 RC image no longer exists.
10 years ago
Steven Kirk
ea8ac9c483
Merge pull request #935 from AvaloniaUI/window-isvisible
Make setting WindowBase.IsVisible track window visibility.
10 years ago
Nikita Tsukanov
93b96038c3
intercept
10 years ago
Steven Kirk
d4df5b0f25
Merge branch 'master' into window-isvisible
10 years ago
Nikita Tsukanov
fdcc4be654
Handle console input in fbdev mode
10 years ago
Nikita Tsukanov
70abfca7d0
Implemented support for running on top of fbdev and libevdev2
10 years ago
Steven Kirk
42400f52be
Merge pull request #937 from AvaloniaUI/fix-mouseover
Ported changes to Avalonia.Input from scenegraph.
10 years ago
Steven Kirk
0200d98242
Merge branch 'master' into fix-mouseover
10 years ago
Wiesław Šoltés
6d139b5ba5
Merge pull request #934 from wieslawsoltes/MSBuildProps
Added msbuild props for package references
10 years ago
Wiesław Šoltés
9864abe937
Updated solution
10 years ago
Wiesław Šoltés
e31d8f3bca
Renamed SkiaSharp.Linux.props to SkiaSharp.Desktop.props
10 years ago
Wiesław Šoltés
d0fbbc9182
Removed nuget libraries for Android and iOS targets
They are part of Xamarin bcl.
10 years ago
Steven Kirk
d61d95af19
Ported changes to Avalonia.Input from scenegraph.
Fixed some doc comments, and updated the mouse-over algorithm.
10 years ago
Wiesław Šoltés
3c78a4af05
Disable .NET Core markup unit tests
10 years ago
Wiesław Šoltés
e85fb8b8f2
Enable markup unit tests
10 years ago
Wiesław Šoltés
45112f6690
Fix netcoreapp1.1 target framework build
10 years ago
Steven Kirk
e9968a7606
Make WindowBase.IsVisible show/hide window.
10 years ago
Wiesław Šoltés
fda6a892fb
Removed unused cs file
File was not included in old csproj project
10 years ago
Steven Kirk
4e719262c4
Make WindowBase.IsVisible return correct value.
`WindowBase.IsVisible` now tracks the visibility of the window. Still
needs to call `Show` and `Hide` when changed.
10 years ago
Wiesław Šoltés
c317191148
Added System.Threading.Thread package reference needed for Markup tests
10 years ago
Wiesław Šoltés
29045f85c5
Disable for now markup unit tests for dotnet
10 years ago
Wiesław Šoltés
e9d108a506
Fixed xml tags
10 years ago
Wiesław Šoltés
3b3266cc7c
Converted Avalonia.Visuals.UnitTests to a new project system
10 years ago
Wiesław Šoltés
105580de35
Fixed xml tag
10 years ago
Wiesław Šoltés
6b0a5c0449
Converted Avalonia.Styling.UnitTests to a new project system
10 years ago
Wiesław Šoltés
86a54ec60d
Converted Avalonia.Markup.Xaml.UnitTests to a new project system
10 years ago
Wiesław Šoltés
19f0f1d407
Removed unused files
10 years ago
Wiesław Šoltés
3495017a07
Removed project guid
10 years ago