Dan Walmsley
|
07b06aa148
|
Completed Ios AvaloniaView 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
|
e72759c954
|
Removed test applications.
They're out of date and other samples do what they're triyng to do
better.
|
10 years ago |
Steven Kirk
|
59c49d259d
|
Renamed assembly SceneGraph -> Visuals.
To make way for low-level scene graph library.
|
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
|
07fea3befa
|
Added RuntimePlatformInfo
|
10 years ago |
Nikita Tsukanov
|
3af869f49f
|
Moved IPclPlatformWrapper and IAssetLoader to a separate assembly
|
10 years ago |
Nikita Tsukanov
|
8ee9d17ff6
|
Fixed some focus issues
|
10 years ago |
OronDF343
|
5e0243cfba
|
Added PositionChanged event in TopLevel
Implements #629
|
10 years ago |
Steven Kirk
|
ebdea7dc15
|
Renamed IIconImpl -> IWindowIconImpl
|
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
|
c2a783e2ca
|
Added do-nothing iOS and Android window icon support.
|
10 years ago |
Wiesław Šoltés
|
768fd0e79f
|
Update iOS projects
|
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 |
Steven Kirk
|
d79fc6bbd8
|
Added AppBuilder
Use AppBuilder to configure the Application and make sure that
everything is set up in the correct order.
|
10 years ago |
Steven Kirk
|
d97c276b52
|
Added ncrunch project files.
|
10 years ago |
Steven Kirk
|
5be41985c3
|
Renamed Perspex -> Avalonia
|
10 years ago |
Jason Jarvis
|
2c7d457057
|
Deleted a bunch of obsolete files, addressed all of the code styling comments, etc.
|
10 years ago |
Jason Jarvis
|
b566401602
|
More iOS platform related improvements. Code style reformatting for PR. ControlCatalog can now run on Skia! AssetLoader hack for iOS to get us running.
|
10 years ago |
Jason Jarvis
|
2acc80df33
|
Fixed issues with SkiaSharp text layout and rendering.
|
10 years ago |
Jason Jarvis
|
1a791a02b3
|
Got OS X compiling/running again. Fixed Render update issues on iOS, including accounting for iOS Status Bar at the top. Input works again!
|
10 years ago |
Jason Jarvis
|
3bb58a2031
|
First pass at SkiaSharp rendering back end. Lot's left to do still - see Skia/Perspex.Skia/readme.md.
|
10 years ago |
Jeremy Koritzinsky
|
44b1b4d9cd
|
Moved Application and Design into Perspex.Controls. Moved designer support classes into new Perspex.DesignerSupport assembly.
|
10 years ago |
Steven Kirk
|
3fde7f979c
|
Added VisualExtensions.PointToClient.
In addition moved PointToScreen to VisualExtensions, and renamed
IRenderRoot.TranslatePointToScreen to IRenderRoot.PointToScreen.
|
10 years ago |
Steven Kirk
|
b984e7bb7f
|
Added WindowState for mobile platforms.
They always return Normal.
|
10 years ago |
Nikita Tsukanov
|
84af63ce1e
|
Added Position property, moved Hide/Show to ITopLevelImpl
|
10 years ago |
Nikita Tsukanov
|
ec2a319049
|
Implemented BeginResizeDrag
|
10 years ago |
Nikita Tsukanov
|
0b0875970c
|
Added TopLevel::BeginMoveDrag()
|
10 years ago |
Nikita Tsukanov
|
8f24ccf441
|
Added Window::HasSystemDecorations property
|
10 years ago |
donandren
|
2248a4b5a8
|
no need for layout scale to be taken into account because touch events are already scaled
|
10 years ago |
donandren
|
fcf79c45eb
|
enhanced emulation of mouse scroll event from touch in iOS
|
10 years ago |
donandren
|
5ac1f7c0c5
|
ios keyboard support
|
10 years ago |
Nikita Tsukanov
|
6e33686ff6
|
CreateDesignerFriendlyWindow -> CreateEmbeddableWindow
|
10 years ago |
Nikita Tsukanov
|
991e421437
|
Now using built-in designer API instead of dynamic calls
|
10 years ago |
Nikita Tsukanov
|
40b3765916
|
Use single CFDisplayLink for everything
|
10 years ago |
Nikita Tsukanov
|
85b530e363
|
New ios backend
|
10 years ago |