Steven Kirk
ae7cf4a6ef
Merge branch 'master' into scenegraph
Conflicts:
src/Avalonia.Visuals/Media/FormattedTextStyleSpan.cs
src/Avalonia.Visuals/Media/Typeface.cs
src/Avalonia.Visuals/Rendering/RendererMixin.cs
src/Gtk/Avalonia.Cairo/Media/StreamGeometryImpl.cs
src/Windows/Avalonia.Direct2D1/Direct2D1Platform.cs
tests/Avalonia.Input.UnitTests/InputElement_HitTesting.cs
tests/Avalonia.Layout.UnitTests/FullLayoutTests.cs
tests/Avalonia.UnitTests/TestServices.cs
tests/Avalonia.Visuals.UnitTests/Media/TypefaceTests.cs
9 years ago
Steven Kirk
efce48b604
Merge pull request #952 from AvaloniaUI/appveyor-vs-image
[WIP] Use image from appveyor settings
9 years ago
Steven Kirk
66cc4d59a5
Merge pull request #951 from AvaloniaUI/sharpdx-enable-release-on-finalizer
Enable SharpDX EnableReleaseOnFinalizer.
9 years ago
Steven Kirk
7b9f3acb02
Merge pull request #953 from prokopst/patch-1
Removed incorrect bracket from the readme file.
9 years ago
Steven Kirk
0cf75309a3
Merge pull request #954 from KvanTTT/master
Skip excess AppVeyor CI run if Pull Request opened from non default (master) branch.
9 years ago
Steven Kirk
f47519b41f
Merge branch 'master' into master
9 years ago
Steven Kirk
7425d6c793
Merge pull request #948 from AvaloniaUI/immutable-media-impls
Ported immutable media impls from scenegraph.
9 years ago
Ivan Kochurkin
a0fa312abf
Skip excess AppVeyor CI run if Pull Request opened from non default (master) branch.
9 years ago
Steven Kirk
7f630874b2
Merge branch 'master' into immutable-media-impls
9 years ago
Steven Kirk
1af559c52e
Fixed name of tests.
9 years ago
Stanislav Prokop
59f76152c4
Removed incorrect bracket from the readme file.
10 years ago
Nikita Tsukanov
a870111fd4
Update appveyor.yml
10 years ago
Nikita Tsukanov
0145b06eeb
Use image from appveyor settings
10 years ago
Steven Kirk
4a6deb7d8b
Added some doc comments.
And removed some tabs.
10 years ago
Steven Kirk
490bbc10ef
Merge branch 'master' into sharpdx-enable-release-on-finalizer
10 years ago
Steven Kirk
92331915b4
Enable SharpDX EnableReleaseOnFinalizer.
We need to enable to avoid memory leaks this as we're not doing cleanup
of SharpDX objects ourselves.
10 years ago
Steven Kirk
e888e26ff7
Merge pull request #949 from wieslawsoltes/UpdateNuGetCommandLine
Updated NuGet.CommandLine package version
10 years ago
Steven Kirk
a5fcfd2366
Merge branch 'master' into immutable-media-impls
10 years ago
Steven Kirk
ed72e72237
Merge pull request #947 from wieslawsoltes/FixFor946
Use different FromEventPattern method
10 years ago
Steven Kirk
fab20c42eb
Merge branch 'master' into FixFor946
10 years ago
Steven Kirk
5a31132c6d
Merge pull request #943 from Seeker1437/patch-1
Corrects gitter.im badges
10 years ago
Steven Kirk
bd7877518a
Merge pull request #945 from wieslawsoltes/FixOnPointerReleasedParam
Fixed OnPointerReleased parameter type
10 years ago
Wiesław Šoltés
457d7bccaa
Updated NuGet.CommandLine package version
10 years ago
Steven Kirk
477eba7e98
Merge branch 'master' into patch-1
10 years ago
Steven Kirk
e6cb529878
Ported immutable media impls from scenegraph.
The deferred renderer requires immutable objects for drawing as it
renders on a separate thread.
10 years ago
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