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 |
Wiesław Šoltés
|
7cca79b435
|
Updated projects and packages
|
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
|
5be41985c3
|
Renamed Perspex -> Avalonia
|
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
|
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
|
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
|
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
|
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 |
Steven Kirk
|
81d7d76659
|
Renamed paml => xaml in files.
|
10 years ago |
Artsiom Herasimchuk
|
89fac7c1ea
|
Added Slider to control catalog
|
10 years ago |
Steven Kirk
|
f6c7513490
|
Added CheckBox page to ControlCatalog.
|
10 years ago |
Steven Kirk
|
e096c849d9
|
Updated NuGet packages.
Closes #395.
|
10 years ago |
Steven Kirk
|
5773704f2d
|
Started updating DevTools to use XAML.
|
10 years ago |
Steven Kirk
|
1f96e59985
|
Added DropDown to control catalog.
Seems that second DropDown in the page doesn't get SelectedIndex set
correctly: doesn't matter which DropDown, the first works, the second
doesn't.
|
10 years ago |
Steven Kirk
|
bbe0f5a7a7
|
Added control catalog.
Ported from old branch to incorporate latest master.
|
10 years ago |
Steven Kirk
|
8fb9c5c8e7
|
Fixed problem with binding DataContext.
Bindings such as <Foo DataContext="{Binding Bar}"/> were not working.
|
10 years ago |
Steven Kirk
|
0c837f87a8
|
Add demo of binding to array index.
Tried to add a button to shuffle ObservableCollection, but Command binding doesn't seem to work.
|
11 years ago |
Steven Kirk
|
907505f194
|
Get simple two-way bindings working.
|
11 years ago |
Steven Kirk
|
4d5abf80e7
|
Added a binding test application.
|
11 years ago |
Steven Kirk
|
52975c8432
|
Basic binding using ExpressionObserver.
|
11 years ago |
Nikita Tsukanov
|
b016c8d34d
|
Moved some stuff from XamlTestApplication to XamlTestApplicationPcl
|
11 years ago |
Steven Kirk
|
5cd27f7e8f
|
Started implementing TreeDataTemplate.
Binding system needs to be updated first.
|
11 years ago |
Steven Kirk
|
328f4c95d6
|
Trying to define DataTemplates in XAML.
Getting a crash from OmniXAML.
|
11 years ago |
Nikita Tsukanov
|
323c1a49c1
|
Removed core dependency on Splat
|
11 years ago |
Steven Kirk
|
1b745ab62c
|
Removed NGenerics.
Closes #7.
|
11 years ago |
Nikita Tsukanov
|
2fd1234b49
|
Renamed MainWindow.xaml to MainWindow.paml
|
11 years ago |
Steven Kirk
|
6b19582945
|
Store XAML in embedded resources.
Instead of "Build Action: Resource" as xbuild on mono doesn't support
this. We may change back later if we can get it supported.
|
11 years ago |
Steven Kirk
|
cf4be0f3ff
|
Use .net 4.5 for XamlTestApplication.
|
11 years ago |
Steven Kirk
|
cc1c2c0313
|
Fixes #147.
|
11 years ago |
Steven Kirk
|
a941a57168
|
Make Perspex.Markup.Xaml target PCL Profile7.
Same as other libs. Also can use standard Sprache lib now.
|
11 years ago |
Steven Kirk
|
a3ea8eab16
|
Include OmniXAML as a submodule.
Compiling it directly into Perspex.Markup.Xaml for the moment.
|
11 years ago |
Steven Kirk
|
171195bb17
|
Directly reference win32 libs from test apps.
The MSBuild targets were failing to copy them consistently.
|
11 years ago |
Steven Kirk
|
9a2dbef228
|
Updated OmniXAML.
Well, downgraded in terms of version number, as OmniXAML has moved to a
proper semantic versioning scheme and restarted at 0.1.0.
|
11 years ago |
Nikita Tsukanov
|
10bac32190
|
Use ReactiveUI built via submodule
|
11 years ago |
Steven Kirk
|
13b12ad19f
|
Make xaml test app use 4.5.1 fx.
|
11 years ago |
Steven Kirk
|
241cd04c07
|
Updated OmniXaml.
|
11 years ago |
Steven Kirk
|
7b234aefb9
|
Remove unneeded OmniXaml libs.
|
11 years ago |