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
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
Nikita Tsukanov
70abfca7d0
Implemented support for running on top of fbdev and libevdev2
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
Steven Kirk
e9968a7606
Make WindowBase.IsVisible show/hide window.
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
f8097cc27d
Added msbuild props for package references
10 years ago
Steven Kirk
a56ca5f319
Ported IDispatcher from scenegraph branch.
10 years ago
Nikita Tsukanov
6754bda125
Switched back to using DependencyContext (we might even want to use it for net451 later)
10 years ago
Steven Kirk
04b35fef62
Removed unused field.
10 years ago
Steven Kirk
8e6b6258ed
Fix re-enabling windows when dialog is closed.
10 years ago
Steven Kirk
ef6486ac9e
Removed unused member.
10 years ago
Steven Kirk
42239d4498
Moved IDrawingContextImpl to Avalonia.Platform.
So it can be alongside its impl brethren.
10 years ago
Wiesław Šoltés
38bc75b5ab
Updated NuGet packages to fix package downgrades
10 years ago
Wiesław Šoltés
7146b91303
Removed unnecessary project.json
10 years ago
Andrey Kunchev
1f530c20f4
minor refactorings
10 years ago
Steven Kirk
a2fe941e2e
Added more comments on workaround.
10 years ago
Andrey Kunchev
fabc91bacd
Xaml parser handle in more generic way collection properties in avalonia
10 years ago
Andrey Kunchev
895cdb4b14
ensure style include is built from Markup extension
10 years ago
Andrey Kunchev
92ec7d4e3f
set wellknown extensions without completely replace original type
10 years ago
Andrey Kunchev
9090421a20
support of relative uri's for icons and bitmaps
10 years ago
Andrey Kunchev
3e23c0d05f
Get rid of AvaloniaXamlLoader.UriContext, now context is passed to Extensions and Type converters so it can be used
10 years ago
Steven Kirk
96d9cfa2fc
Use the default compile items in core libs.
Now we're using the new project system, we don't have to have a
`<Compile Include="..."/>` element for each file.
10 years ago
Nikita Tsukanov
6cf037ad7c
One liners
10 years ago
Nikita Tsukanov
66ac05b2c2
Removed <Name> elements from new projects
10 years ago
Nikita Tsukanov
d1caaaca3e
Removed <Project>
10 years ago
Nikita Tsukanov
25c7be5b7a
Removed packages.config from csproj.files
10 years ago
Andrey Kunchev
74f53cf12b
implement Setter.Value <-> Setter.Property relation without dependsOn logic
10 years ago
Andrey Kunchev
8dc172387a
switch to original develop Portable.xaml branch
10 years ago
Steven Kirk
65f9fe67f7
Added a set of immutable brushes.
Make `SolidColorBrush` immutable, but make the static `Brushes`
properties return immutable brushes. The immutable brushes will be
needed by the deferred renderer.
10 years ago
Steven Kirk
7dabcf4144
Moved StyleResources to its own file.
And don't inherit from Dictionary, instead implement `IDictionary<,>`.
10 years ago
Andrey Kunchev
55d1bf10d2
portable.xaml parses well avalonia properties without getters/setters
10 years ago
Nikita Tsukanov
42c68debf9
Disable default items
10 years ago
Nikita Tsukanov
beda69a2e6
Special hack to keep VS happy
10 years ago
Nikita Tsukanov
f6cad5f10c
use msbuild for package restore
10 years ago
Nikita Tsukanov
4bb5ebf070
Fixed build script for windows
10 years ago
Nikita Tsukanov
88ef461d53
Reference native linux binaries
10 years ago
Nikita Tsukanov
d7c48e17f4
Exclude resources from submodules
10 years ago
Nikita Tsukanov
8b8a9b99d9
Fixed vs build
10 years ago
Nikita Tsukanov
485fe1364e
Everything is buildable via MSBuild
10 years ago
Nikita Tsukanov
7a6dd834fa
Make sure that everything is buildable
10 years ago
Nikita Tsukanov
e35b2af5b2
Don't use multitargeting (we are using only one target anyway)
10 years ago
Andrey Kunchev
69cd5f7561
fix binding to IList property
10 years ago
Nikita Tsukanov
e780c4201a
Switched to .NETStandard (mostly 1.1)
10 years ago