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
Steven Kirk
c33adc416f
Don't reference platform-specific assemblies.
Instead of referencing platform-specific targets in the sample
applications, copy the libs in a build task
(Shared\perspex.platform.targets) - the correct lib will then be loaded
dynamically at runtime.
11 years ago
Steven Kirk
214fb2b65f
Added Cairo and Gtk backends back in.
Added the to main Perspex.sln - there's no point having a separate Perspex-Mono.sln because things just get out of date immediately.
11 years ago
Steven Kirk
097d87926b
Perspex.Xaml -> Perspex.Markup.Xaml.
11 years ago
Steven Kirk
687f484c9a
Tidied up xaml stuff a bit.
11 years ago
Steven Kirk
6167bacf54
Moved to more standard filesystem layout.
Based on https://gist.github.com/davidfowl/ed7564297c61fe9ab814 and https://github.com/fsprojects/ProjectScaffold
11 years ago
Steven Kirk
cc04e9e6f0
Updated dependencies.
11 years ago
Steven Kirk
874b2636a9
Fix packages paths.
11 years ago
Steven Kirk
9d5dc37c2f
Moved demos to Demos directory.
11 years ago
Steven Kirk
b5df5a5610
Load xaml from resources rather than filesystem
11 years ago
Steven Kirk
a4b77729f3
Updated Serilog.
11 years ago
Steven Kirk
28c8547a80
Set the content property for TextBlock and TextBox.
11 years ago
Steven Kirk
4c4a939684
Enable DevTools in XamlTestApplication.
11 years ago
Steven Kirk
5a5fbf1e35
Make NGenerics a project reference.
11 years ago
José Manuel Nieto Sánchez
fc3cc76bd6
Added XAML feature
11 years ago
Steven Kirk
2763e59adb
Use serilog for logging.
11 years ago
Steven Kirk
363ad22438
Uninstalled Stylecop.MSBuild
It was causing problems and doesn't work properly with C#6 anyway.
11 years ago
Steven Kirk
83043a85fa
Updated NuGet pkgs.
11 years ago
Steven Kirk
fc4d5ce32a
Added simple property transition animation.
Animation's a bit choppy though!
11 years ago
Steven Kirk
949532db73
Make TestApplication use Win32/D2D again.
11 years ago
Steven Kirk
192e66179c
Initial implementation of GTK windowing system.
Displays a window. Doesn't do anything with it yet.
11 years ago