Nikita Tsukanov
64f3a880b6
Workaround for popups
10 years ago
Nikita Tsukanov
e158f848fb
Fixed namespace
10 years ago
Nikita Tsukanov
3b3633ad26
Ignore duplicated scroll events
10 years ago
Nikita Tsukanov
f7ebaf4c8a
Various fixes
10 years ago
Nikita Tsukanov
cbc401b565
Implemented system dialogs
10 years ago
Nikita Tsukanov
bcd2fdfccf
Implemented cursors
10 years ago
Nikita Tsukanov
2561901fd1
Proper closing/disposing handling
10 years ago
Nikita Tsukanov
dd28488218
Implemented icons
10 years ago
Nikita Tsukanov
a5467c31e5
Downgrade to .NETStandard1.5
10 years ago
Nikita Tsukanov
424c21fab4
Added Avalonia.DotNetCoreRuntime
10 years ago
Nikita Tsukanov
cc60c6e5dd
Implemented clipboard
10 years ago
Nikita Tsukanov
88e2dac3bf
Added popup impl
10 years ago
Nikita Tsukanov
c277909e43
Implemented text input, activation/deactivation and window drags
10 years ago
Nikita Tsukanov
823fda9e5a
Merge pull request #876 from VitalElement/fixes/gtk-system-dialog-nullref-exception
fixes null reference exception on gtk backend.
10 years ago
Dan Walmsley
2be97bad85
fixes null reference exception on gtk backend.
10 years ago
Nikita Tsukanov
3e237a2fdc
Prepare separate solution for XBuild
10 years ago
Nikita Tsukanov
471acf0662
Random message window class name
10 years ago
Nikita Tsukanov
a7bd6ff192
AppDerpor
10 years ago
Nikita Tsukanov
e9554554c1
Avalonia.Win32 for .NETStandard 1.1
10 years ago
Nikita Tsukanov
6e1fc14938
Merge remote-tracking branch 'upstream/master' into gtk-pinvoke
10 years ago
Steven Kirk
051be916e4
WIP: Draw visual brush from DeferredRenderer.
It's not drawing the correct thing though, as we need to create a new
scene for the visual brush visual.
10 years ago
Steven Kirk
6f07978361
Updated test output.
ImageMagick couldn't tell that the deferred renderer was failing the
test previously!!?!?
10 years ago
Steven Kirk
5261ab303f
WIP: More work on VisualBrush
Laying the foundations for getting `VisualBrush` working with
`DeferredRenderer`.
10 years ago
Steven Kirk
24635ea218
Added in-tree visual brush test.
Expected output is slightly wonky - need to investigate that once
stuff's working in general.
10 years ago
Steven Kirk
40c5337de7
Don't throw here.
It makes Direct2D hang for some reason.
10 years ago
danwalmsley
89a11eaf2b
Merge pull request #873 from kekekeks/skia-linux-workaround
Workaround for invalid SKImageInfo.PlatformColorType on Linux
10 years ago
Nikita Tsukanov
8014026a6c
Workaround for invalid SKImageInfo.PlatformColorType on Linux
10 years ago
Nikita Tsukanov
7cf5040930
Merge pull request #872 from VitalElement/fixes/870-gtk-unable-to-enter-whitespace
Fix for 870 whitepsace keys not accepted in gtk
10 years ago
Dan Walmsley
bb63d61b70
added connect before attribute, to receive all events.
10 years ago
Steven Kirk
ab9cf03eff
WIP: Delegate back to render for VisualBrushes.
`VisualBrush`es need to get delegated back to the renderer for
rendering, so added an `IVisualBrushRenderer` interface which is
implemented by the renderers, and pass this when creating drawing
contexts. Only currently implemented/tested for D2D and
`ImmediateRenderer`.
10 years ago
Steven Kirk
2be56cde1d
Merge pull request #868 from kekekeks/droid-fixes
Make android support great-ish again
10 years ago
Steven Kirk
8a0cf63535
Merge branch 'master' into droid-fixes
10 years ago
Steven Kirk
9edd4e8310
Merge pull request #867 from kekekeks/surface-framebuffer
Use ImageSurface instead of Pixbuf
10 years ago
Nikita Tsukanov
b96f8b5fef
Rollback some changes made by visual studio
10 years ago
Nikita Tsukanov
87de571925
Use IFramebufferSurface for android.
10 years ago
Nikita Tsukanov
c446aaf5a6
Removed IWindowImpl which was a lie, removed initialization hack, fixed rendering
10 years ago
Nikita Tsukanov
65686fc002
Use ImageSurface instead of Pixbuf
10 years ago
Steven Kirk
e79a144c14
WIP: Working on getting VisualBrush working
Don't try to render `VisualBrush`es in TileBrushImpl - visual brushes
need first to be transformed into images and then rendered as an
`ImageBrush`. To this end, renamed `TileBrushImpl` as `ImageBrushImpl`
(in D2D backend only for now as that's what I'll get working first).
Actual visual brush implementation not yet done.
10 years ago
Steven Kirk
63f5dfb319
Added ncrunch 3 solution.
10 years ago
Nikita Tsukanov
7ad30a564c
Cairo surface format seems to be always Rgba8888 for some reason
10 years ago
Steven Kirk
0a89f6c36e
Merge pull request #861 from kekekeks/multi-render-target
Added support for multiple drawing methods for window implementations and "framebuffer"
10 years ago
Steven Kirk
9a6a18a58a
Merge branch 'master' into multi-render-target
10 years ago
Steven Kirk
a4b3377b13
Merge pull request #866 from KvanTTT/master
TwoWay binding by default for IsExpanded property in Expander control
10 years ago
Steven Kirk
da01a7804a
Merge branch 'master' into multi-render-target
10 years ago
Ivan Kochurkin
6fcf2db24f
Merge branch 'master' into master
10 years ago
Ivan Kochurkin
54721a6941
TwoWay binding by default for IsExpanded property in Expander control. fixes #865 .
10 years ago
Steven Kirk
8b2bc2cdab
Merge pull request #864 from AvaloniaUI/fixes/direct3d11-nuspec
Added Direct3D11 to nuspec.
10 years ago
Steven Kirk
714145b13d
Added SharpDX.Direct3D11 to nuspec.
10 years ago
Steven Kirk
d4a967d062
Missed a nit.
10 years ago
Steven Kirk
8f3e56963a
Picked some style nits.
10 years ago