Steven Kirk
e096c849d9
Updated NuGet packages.
Closes #395 .
10 years ago
Steven Kirk
30e3b28c93
Started adding general purpose IValueConverters.
11 years ago
José Manuel Nieto Sánchez
7333b8c465
Improved XamlTestApplication + new GeometryConverter
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
Steven Kirk
e12a9e7615
Moved TestApplication to project root.
11 years ago
Steven Kirk
0202b55289
Remove cairo libs.
Rely on having GtkSharp installed.
11 years ago
Steven Kirk
7167f26c93
Trying to create a cairo renderer.
Not working. Nothing is drawn...
11 years ago
Steven Kirk
6644676b03
Moved stuff around a bit.
Windows specific stuff into Windows directory, Perspex.Windows ->
Perspex.Win32 as WinRT might be supported in the future and that is
still Windows.
11 years ago
Steven Kirk
9d8d9a59fa
Updated NuGet packages.
11 years ago
Steven Kirk
cedb55fcdc
Use ReactiveUI for DevTools.
Not sure we want a dep on ReactiveUI but for now works as a integration
test with it...
12 years ago
Steven Kirk
e25269be1c
Updated NuGet packages.
12 years ago
Steven Kirk
16be4a609f
Make app into a windows app.
And activate on show.
12 years ago
Steven Kirk
4a42a9e692
TabStrip rendering again now at least.
12 years ago