Steven Kirk
ac7e224c3c
Use ItemTemplates in test app.
10 years ago
Nikita Tsukanov
e14ac5742f
RegisterServices should be called by AppBuilder
10 years ago
Nikita Tsukanov
40b9447bb3
Fixed DesignerAssist and added test for it
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
5c33fbc6ee
Reimplemented property validation.
As far as it was in `property-validation-grokys` branch. Things were
messed up on master so had to merge this manually so may be problems.
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
Steven Kirk
cb98a09548
Supply a base URI when loading assets.
This allows assets to be loaded relative to the URI which loaded them,
e.g. a bitmap will now be loaded from the same assembly as the XAML file
that loads the bitmap rather than the entry assembly.
10 years ago
Wiesław Šoltés
a3d2cc400d
Updated BindingTest sample view model
10 years ago
Wiesław Šoltés
557fda7f45
Updated BindingTest sample
10 years ago
Wiesław Šoltés
764d5fd0ce
Updated BindingTest sample
10 years ago
Wiesław Šoltés
b25125108a
Added Commands tab
10 years ago
Wiesław Šoltés
b4d486f45d
Added StringValueCommand
10 years ago
Dan Walmsley
8595eb58b3
updated repro design.
10 years ago
Dan Walmsley
ab3237a923
repro commit for itemscontrol causing memory leak.
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
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
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
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
Steven Kirk
a40f0be1d9
Make SolidColorBrush properly immutable.
Previous its color was immutable but because it inherited from Brush, its Opacity was mutable. This wasn't good, as it meant that e.g. Brushes.Red could be changed. Make it properly immutable by using the IBrush interface everywhere and not inheriting from Brush.
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
af9e5e6336
Removed unused usings
10 years ago
Wiesław Šoltés
17313a05ba
Changed target framework to 4.5 for BindingTest
10 years ago
Wiesław Šoltés
ca31191e5a
Changed target framework to 4.5 for ControlCatalog
10 years ago
Wiesław Šoltés
90705d0c86
Added logging to XamlTestApplication
10 years ago
Steven Kirk
92452afc6f
Added ToolTip to ControlCatalog.
10 years ago
Steven Kirk
3f5f21e6ad
Removed logging to normal in BindingTest.
10 years ago
Steven Kirk
46df444cda
Logging documentation.
10 years ago
Steven Kirk
3bf4182007
Log binding errors.
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
Steven Kirk
8f0d63db73
Added TextBox to ControlCatalog.
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
c7ae87af3c
Added LayoutTransformControl to ControlCatalog.
10 years ago
danwalmsley
8e9cf40ead
implemented ScrollSize from IScrollable.
10 years ago
Steven Kirk
81d7d76659
Renamed paml => xaml in files.
10 years ago
Steven Kirk
94ea1dc6c3
Renamed .paml files to .xaml.
10 years ago
Steven Kirk
913c647bcb
Think I've managed to repro Core2D leak.
10 years ago
Steven Kirk
e09495749f
Update BindingTest to display data template.
Based on selected list item. Trying to reproduce the leak seen in
Core2D.
10 years ago