Steven Kirk
|
2edcdb8656
|
MouseDevice now exposed on TopLevel.
|
9 years ago |
Steven Kirk
|
c4aa2197b2
|
Fixed TreeView navigation.
Fixes #277.
|
9 years ago |
Wiesław Šoltés
|
872575b9b7
|
Set project OutputType
|
9 years ago |
Steven Kirk
|
1b9d61416f
|
Ported ImmediateRenderer from scenegraph branch.
|
9 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.
|
9 years ago |
Wiesław Šoltés
|
19f0f1d407
|
Removed unused files
|
9 years ago |
Wiesław Šoltés
|
8601a3e71e
|
Converted Avalonia.Input.UnitTests to a new project system
|
9 years ago |
Wiesław Šoltés
|
f8097cc27d
|
Added msbuild props for package references
|
9 years ago |
Nikita Tsukanov
|
25c7be5b7a
|
Removed packages.config from csproj.files
|
9 years ago |
Nikita Tsukanov
|
dc8a32d1b1
|
Run Avalonia.Base.UnitTests using `dotnet test`
|
9 years ago |
Nikita Tsukanov
|
485fe1364e
|
Everything is buildable via MSBuild
|
9 years ago |
Nikita Tsukanov
|
b6b5b9de88
|
Test now compile and can be run from visual studio
|
9 years ago |
Nikita Tsukanov
|
b0a063838f
|
Migrated to PackageReference
|
9 years ago |
Steven Kirk
|
71c6c572ac
|
Moved ncrunch files to their own dir.
Also deleted v2 ncrunch files and update .gitignore.
|
9 years ago |
Steven Kirk
|
6036bd5998
|
Moved ncrunch files to their own dir.
Also deleted v2 ncrunch files and update .gitignore.
|
9 years ago |
Nikita Tsukanov
|
90a4915549
|
Implemented WritableBitmap
|
9 years ago |
Nikita Tsukanov
|
7013033a1b
|
Added `Bitmap(PixelFormat format, IntPtr data, int width, int height, int stride)` constructor
|
9 years ago |
Nikita Tsukanov
|
374d600275
|
Added support for multiple drawing methods for window implementations. Added framebuffer support
|
9 years ago |
Steven Kirk
|
349ba78931
|
Fixed pointerover state.
And added a test for it.
|
10 years ago |
Steven Kirk
|
d91d1829ac
|
Initial implementation of scenegraph hit testing.
Based solely on control bounds as before.
|
10 years ago |
Steven Kirk
|
59c49d259d
|
Renamed assembly SceneGraph -> Visuals.
To make way for low-level scene graph library.
|
10 years ago |
Steven Kirk
|
e54ac6b5bf
|
Fixed name of method.
It's creating a render target, not a renderer.
|
10 years ago |
Steven Kirk
|
61393d8b22
|
Removed some more unused variables.
|
10 years ago |
Wiesław Šoltés
|
9cdcf6cb02
|
Revert "Updated projects and packages"
This reverts commit 7cca79b435.
|
10 years ago |
Wiesław Šoltés
|
7cca79b435
|
Updated projects and packages
|
10 years ago |
Wiesław Šoltés
|
2681340e9c
|
Added missing NuGet packages to fix TravisCI builds
|
10 years ago |
Jeremy Koritzinsky
|
3c5848bc2c
|
Updated Rx to 3.0 and fixed a failing test from a not fully set up mock.
|
10 years ago |
Wiesław Šoltés
|
15264a974a
|
Added initial support for Travis CI
|
10 years ago |
donandren
|
b5a9f8ae8a
|
Added failing unit tests for hit testing outside parent bounds when parent has ClipToBounds=true
|
10 years ago |
Steven Kirk
|
d0942f84a9
|
FocusNavigationDirection => NavigationDirection
And added page up/down.
|
10 years ago |
Jeremy Koritzinsky
|
4fef640371
|
Updated adorners and hit testing to account for RenderTransforms (#538)
Updated adorners and hit testing to account for RenderTransforms. Fixes #433.
|
10 years ago |
Steven Kirk
|
d97c276b52
|
Added ncrunch project files.
|
10 years ago |
Steven Kirk
|
5be41985c3
|
Renamed Perspex -> Avalonia
|
10 years ago |