Nikita Tsukanov
cce1c7af60
Switched to nuget version of Portable.Xaml and updated to use netstandard1.3
9 years ago
Dan Walmsley
a1b5e43e18
add a context menu to the control catalog.
9 years ago
Wiesław Šoltés
f8097cc27d
Added msbuild props for package references
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
4c3ef0d9bf
Make portable ControlCatalog to target .NETStandard 1.1
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
e39f2ddd2a
Don't spawn 1KK treeview nodes immediately
9 years ago
Jeremy Koritzinsky
1a96efa8af
Update implementation and added test case to control catalog. Fixes #807 .
9 years ago
Steven Kirk
74c263ee8f
Handle detached visuals in dirty list.
9 years ago
Steven Kirk
6d3ca92a4c
WIP: Getting resizing working.
9 years ago
Steven Kirk
ec2998728e
Store layers in Scene.
Layers are now calculated by SceneBuilder and stored in Scene. This
means we are no longer accessing `visual.Opacity` from the render thread
(and `VerifyAccess` calls have been placed in AvaloniaObject.GetValue
and friends to ensure this cannot happen). ControlCatalog is now
rendering mostly fine.
9 years ago
Steven Kirk
59c49d259d
Renamed assembly SceneGraph -> Visuals.
To make way for low-level scene graph library.
10 years ago
Steven Kirk
750949233d
Removed bad code.
Committed I assume by accident.
10 years ago
Nikita Tsukanov
d1ac5a4002
Code cleanup
10 years ago
Wiesław Šoltés
9cdcf6cb02
Revert "Updated projects and packages"
This reverts commit 7cca79b435 .
10 years ago
Nikita Tsukanov
b89d334147
Implemented embedding to WPF and WinForms
10 years ago
Steven Kirk
2d8a125df8
Fix error in CanvasPage path markup.
10 years ago
Wiesław Šoltés
7cca79b435
Updated projects and packages
10 years ago
Steven Kirk
b029217048
Qualify icon assembly.
10 years ago
Steven Kirk
3df84e6cc9
Added TreeView to ControlCatalog.
10 years ago
Jeremy Koritzinsky
b2f6a6d409
Fixed icon support in win32 and added example icon to ControlCatalog.
10 years ago
Steven Kirk
e702043bf0
Added OpacityMask example to ControlCatalog.
10 years ago
Steven Kirk
5ce57ad029
Fix menu separators.
10 years ago
Nikita Tsukanov
e14ac5742f
RegisterServices should be called by AppBuilder
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
donandren
90c48ffa9e
Added sample usage of PathFigure in xaml in ControlCatalog
10 years ago
Jason Jarvis
c79c383450
Replaced the contents of ControlCatalog.csproj with that from ControlCatalog.PCL and swapped all references. Removed temporary PCL version.
10 years ago
Jason Jarvis
c961c8f975
Added iOS host for ControlCatalog PCL. Had to forcibly reference Themes.Default to get Xamarin runtime to load it properly.
10 years ago
Jason Jarvis
c755b17c41
Initial work to split ControlCatalog out into Portable implementation and Desktop wrapper.
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
Steven Kirk
3e3e3244e3
Updated SharpDX.
10 years ago
Jason Jarvis
874e350126
Fixed up tab and name styling issues.
10 years ago
Jason Jarvis
97388703b3
Adding various other runtime application configuration extensions to improve boilerplate main startup. Updated most Sample applications to use simpler bootstrapping extensions.
10 years ago
Steven Kirk
152b4000a8
Added Image to ControlCatalog.
10 years ago
Steven Kirk
85f1c3a5c7
Added Expander to ControlCatalog.
And fixed bug with CrossFade.
10 years ago
Steven Kirk
adf30e529d
Added RadioButton to ControlCatalog.
And added disabled style.
10 years ago
Steven Kirk
b43b5947b9
Make ControlCatalog SideBar scrollable.
10 years ago
Steven Kirk
ac3db6573b
Added Menu page to ControlCatalog.
10 years ago
Steven Kirk
364fe86e78
Allow designer to work again.
10 years ago
Wiesław Šoltés
ca31191e5a
Changed target framework to 4.5 for ControlCatalog
10 years ago
Steven Kirk
92452afc6f
Added ToolTip to ControlCatalog.
10 years ago
Steven Kirk
ea6b1d4cfd
Starting removing hard dependency on Serilog.
Instead log through a static Logger, and provide a Serilog consumer for
this.
10 years ago
Steven Kirk
a5f80f6180
Added TextBox wrapping examples to ControlCatalog.
10 years ago