José Pedro
|
2af15cbee4
|
Make WindowState bindable.
Requested changes.
|
9 years ago |
Steven Kirk
|
3f617a9081
|
FIx failing designer support test.
`Assembly.LoadFile` doesn't like relative paths.
|
8 years ago |
Jumar Macato
|
7ae90eb7c5
|
Cleanup all the csproj's that can be cleaned. Ported RenderTest and VirtualizationTest samples to .NET Core.
|
8 years ago |
CommonGuy
|
a50a8a3314
|
Add CanResize to Window
|
8 years ago |
Stano Turza
|
586e8654f3
|
replace Min Max properties with function
|
8 years ago |
Stano Turza
|
b89b72f0ba
|
Fix Win32 window size constraints
fixes + revert testing changes
|
8 years ago |
Stano Turza
|
bd33b3076b
|
Fix Win32 window size constraints
fixes + revert testing changes
|
8 years ago |
Manuel Allenspach
|
b2461f4b1f
|
Implement Closing event
|
8 years ago |
Nikita Tsukanov
|
6e1c7e37a8
|
Fixed Styles preview substitute
|
8 years ago |
Nikita Tsukanov
|
fee5b4e594
|
Support default clr-namespace when loading XAML from Uri or previewer
|
8 years ago |
Nikita Tsukanov
|
3a42ef3463
|
Fixed designer focus issue
|
8 years ago |
Nikita Tsukanov
|
13171c4be3
|
Implemented `--session-id` and `--method win32` for previewer
|
8 years ago |
Steven Kirk
|
64ed0761c7
|
Rename Dispatcher invoke methods.
`InvokeAsync` -> `Post`
`InvokeTaskAsync` -> `InvokeAsync`
|
8 years ago |
Nikita Tsukanov
|
2b8953c7ab
|
Fixed merge issues and made new previewer to work with desktop .net
|
9 years ago |
Nikita Tsukanov
|
d7e7422999
|
Moved remote previewer entry point to DesignSupport.dll
|
9 years ago |
Nikita Tsukanov
|
9a1348b37b
|
Initial remote XAML previewer implementation
|
9 years ago |
Nikita Tsukanov
|
913149d093
|
Switched to .NET Standard 2.0
|
9 years ago |
Nikita Tsukanov
|
9134723eef
|
Dead code elimination
|
9 years ago |
Nikita Tsukanov
|
cce1c7af60
|
Switched to nuget version of Portable.Xaml and updated to use netstandard1.3
|
9 years ago |
Nikita Tsukanov
|
e883107ca3
|
Make PlatformImpl nullable and always check for null value
|
9 years ago |
Wiesław Šoltés
|
f8097cc27d
|
Added msbuild props for package references
|
9 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.
|
9 years ago |
Nikita Tsukanov
|
6cf037ad7c
|
One liners
|
9 years ago |
Nikita Tsukanov
|
66ac05b2c2
|
Removed <Name> elements from new projects
|
9 years ago |
Nikita Tsukanov
|
d1caaaca3e
|
Removed <Project>
|
9 years ago |
Nikita Tsukanov
|
e35b2af5b2
|
Don't use multitargeting (we are using only one target anyway)
|
9 years ago |
Nikita Tsukanov
|
e780c4201a
|
Switched to .NETStandard (mostly 1.1)
|
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
|
f21212e76a
|
Refactored out WindowBase from TopLevel
|
9 years ago |
Nikita Tsukanov
|
a7bd6ff192
|
AppDerpor
|
9 years ago |
Steven Kirk
|
59c49d259d
|
Renamed assembly SceneGraph -> Visuals.
To make way for low-level scene graph library.
|
10 years ago |
Nikita Tsukanov
|
3af869f49f
|
Moved IPclPlatformWrapper and IAssetLoader to a separate assembly
|
10 years ago |
Wiesław Šoltés
|
7282744b70
|
Removed outdated binding redirects and app.config
|
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 |
Nikita Tsukanov
|
f439c141db
|
Don't try to preview App.xaml
|
10 years ago |
Nikita Tsukanov
|
b296bb764c
|
Added `Styles` preview support
|
10 years ago |
Nikita Tsukanov
|
2ec8ba3e12
|
Added source assembly information to designer
|
10 years ago |
Nikita Tsukanov
|
ee37ab8df4
|
Added UsePlatformDetect
|
10 years ago |
Steven Kirk
|
b1988af4e7
|
Documented AppBuilder.
And made `Start` method private: clients should use
`SetupWithoutStarting`.
|
10 years ago |
Nikita Tsukanov
|
40b9447bb3
|
Fixed DesignerAssist and added test for it
|
10 years ago |
Steven Kirk
|
d97c276b52
|
Added ncrunch project files.
|
10 years ago |
Steven Kirk
|
5be41985c3
|
Renamed Perspex -> Avalonia
|
10 years ago |