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
Steven Kirk
45004daa76
Use theme colors in ControlCatalog sidebar.
10 years ago
Steven Kirk
2a44e707f5
Use theme colors in ControlCatalog.
And demonstrate changing theme colors for a single button.
10 years ago
Steven Kirk
b397e5f89e
Re-enable carousel transition dropdown.
10 years ago
Steven Kirk
d582eecf28
Fix TestApplication.
10 years ago
Steven Kirk
ab2d7571e1
Include default theme and base color in App.paml.
10 years ago
Artsiom Herasimchuk
89fac7c1ea
Added Slider to control catalog
10 years ago
Steven Kirk
44a50eb51c
Removed one way to source binding from BindingTest.
As it was clearing the binding value when the program was run. Not sure
why it didn't do that before as it is correct behavior.
10 years ago
Steven Kirk
80ecc8002b
Implemented delayed bindings.
10 years ago
danwalmsley
b845680b2e
Font scaling on linux, and FolderBrowse implementation for linux.
10 years ago
danwalmsley
dc3c4d79d6
Added open file and open folder dialogs to test app.
10 years ago
Steven Kirk
8375a155e9
Added disabled state to CheckBox.
10 years ago
Steven Kirk
f6c7513490
Added CheckBox page to ControlCatalog.
10 years ago
Wiesław Šoltés
c8a6b43009
Updat app.config
10 years ago
Steven Kirk
e096c849d9
Updated NuGet packages.
Closes #395 .
10 years ago
Steven Kirk
5e1a2a3e5d
Ouput XamlTestApplication startup time.
10 years ago
Steven Kirk
956f3ddc51
Fixed ContextMenu test code in test app.
10 years ago
José Manuel Nieto Sánchez
077825cf93
Adaptation to newest changes in OmniXAML
10 years ago
danwalmsley
f32f293f30
Added implementation of ContextMenus.
10 years ago
danwalmsley
d2a6b89434
Added initial ContextMenu attachedProperty.
10 years ago
Ivan Kochurkin
7667d9d510
Added Binding to Polygon and Polyline.
10 years ago