Nikita Tsukanov
dd28488218
Implemented icons
9 years ago
Nikita Tsukanov
cc60c6e5dd
Implemented clipboard
9 years ago
Nikita Tsukanov
88e2dac3bf
Added popup impl
9 years ago
Nikita Tsukanov
c277909e43
Implemented text input, activation/deactivation and window drags
9 years ago
Dan Walmsley
bb63d61b70
added connect before attribute, to receive all events.
9 years ago
Nikita Tsukanov
65686fc002
Use ImageSurface instead of Pixbuf
9 years ago
Nikita Tsukanov
7ad30a564c
Cairo surface format seems to be always Rgba8888 for some reason
9 years ago
Steven Kirk
d4a967d062
Missed a nit.
9 years ago
Steven Kirk
8f3e56963a
Picked some style nits.
9 years ago
Nikita Tsukanov
480801864a
Mono support
9 years ago
Nikita Tsukanov
5bb9e6913e
Implemented framebuffer and smarter dll search logic
9 years ago
Nikita Tsukanov
f55a497298
Implemented motion and scroll events
9 years ago
Nikita Tsukanov
04359041d7
Implemented click support
9 years ago
Nikita Tsukanov
f8e392a520
Updated to the recent code base, implemented threading, resize and invalidate handling
9 years ago
Dan Walmsley
80e42b5882
Remove SetCoverTaskbarWhenMaximized from other backends.
9 years ago
Nikita Tsukanov
e35677081a
Initial commit of GTK3 backend that shows something on screen
10 years ago
Nikita Tsukanov
55eb55dc88
Removed INativeWindowPlatformSurface and added some docs
9 years ago
Nikita Tsukanov
374d600275
Added support for multiple drawing methods for window implementations. Added framebuffer support
9 years ago
Jeremy Koritzinsky
1a96efa8af
Update implementation and added test case to control catalog. Fixes #807 .
9 years ago
Dan Walmsley
43cac2c562
Renamed property to CoverTaskbarWhenMaximized.
10 years ago
Dan Walmsley
4b33c02008
Completed Gtk Window implementation.
10 years ago
Jeremy Koritzinsky
746ac78e98
Added a method to save an icon to a stream. This enables the scenario described in #779 via an IValueConverter.
10 years ago
Steven Kirk
3308863eb7
Register an IRendererFactory on GTK.
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
81d31a4e20
Rename RenderLoop -> DefaultRenderLoop.
Make it overridable and register it in the windowing subsystem, so that
windowing subsystems can provide custom implementations.
10 years ago
Dan Walmsley
0d8a82c07a
fixes Cairo.Pattern leaks. Courtest of nc4rrillo
10 years ago
Steven Kirk
ca17c50bf4
Treat warnings as errors.
In Release build in main Avalonia assemblies (couldn't do it in
Avalonia.Markup.Xaml due to warnings in OmniXaml). To do this, fixed a
number of warnings.
10 years ago
Steven Kirk
52438d64db
Don't try to invalidate an already closed window.
And make sure the window is hidden before `_window.Dispose` is called.
Fixes #729 .
10 years ago
Steven Kirk
85e025da6b
Fixed spacing.
10 years ago
OronDF343
26f1f0b884
Fixed bad diff tool errors
10 years ago
Jeremy Koritzinsky
1ae9b07764
Updated AppBuilder and added a documentation block about Avalonia Modules.
10 years ago
Jeremy Koritzinsky
22ed332c70
Made UsePlatformDetect more modular and updated our platform assemblies to use this feature.
Implemented feedback and fixed iOS build.
10 years ago
Jeremy Koritzinsky
397f0ad38b
Updated AppBuilder to have a way to track names of the windowing and rendering subsystems.
10 years ago
Nikita Tsukanov
fa2c3ab4a8
Fixed keyboard focus for gtk
10 years ago
Nikita Tsukanov
d1ac5a4002
Code cleanup
10 years ago
Nikita Tsukanov
3af869f49f
Moved IPclPlatformWrapper and IAssetLoader to a separate assembly
10 years ago
Nikita Tsukanov
d9607a5fca
Initial (with bugs) gtk embedding implementation
10 years ago
Nikita Tsukanov
8ee9d17ff6
Fixed some focus issues
10 years ago
Steven Kirk
3633e201d0
Revert "Merge pull request #674 from nc4rrillo/img-rz"
This reverts commit d892ac393e , reversing
changes made to 06bacaa7ee .
10 years ago
OronDF343
5e0243cfba
Added PositionChanged event in TopLevel
Implements #629
10 years ago
nc4rrillo
83e6a773d9
Use dest rect X,Y for GDK image resizing
10 years ago
nc4rrillo
1c15d5f0aa
Use GDK to scale images instead of cairo
10 years ago
Wiesław Šoltés
ff8ac16e23
Fix multiple figure cairo path
10 years ago
Steven Kirk
e82c34b010
Implement GTK window sizing.
`Avalonia.Gtk.WindowImpl.ClientSize` was previously not implemented.
Fixes #267 . Fixes #269 .
10 years ago
Steven Kirk
ebdea7dc15
Renamed IIconImpl -> IWindowIconImpl
10 years ago
Jeremy Koritzinsky
7bbcd90e7f
Fixed designer support tests to be able to load assets. Fixed Cairo bitmaps to correctly construct with new design.
10 years ago
Jeremy Koritzinsky
d211c54aca
Added support for saving a bitmap to a stream, initializing an icon from a stream, and added in a special-casing shortcut for Gtk when using Cairo as a rendering backend to make icons more efficient.
10 years ago
Jeremy Koritzinsky
75b1d7fbf1
Implemented icons for the Win32 and GTK.
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