Steven Kirk
ad70cf874c
Make the TestApplication work again.
Expose the tab item content selector from TabControl, and make
FuncMemberSelector return default(T) if the parameter is of the wrong
type.
11 years ago
Nikita Tsukanov
d7f3778de6
New main loop system
11 years ago
Dan Walmsley
362f7e78c0
implemented UseFloatingWatermark
11 years ago
Dan Walmsley
7964321dd1
Implemented UseFloatingWaterMark property.
11 years ago
Dan Walmsley
fc76076c8a
Added implementation of Watermark for Textbox.
11 years ago
Jason Jarvis
d561910554
Updated TimeSpanTypeConverter (renamed) to support both full syntax as well as shorthand seconds only. Made CrossFade/PageSlide use simple Duration property, and removed PerspexObject base. Fixed some white space issues.
11 years ago
Jason Jarvis
8723790a04
Animations (PageSlide and CrossFade) can now be added in Xaml files. Added a TimeSpanTypeConverter to support that.
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
Amer Koleci
edcd2cbe46
Add Canvas under Layout tab
11 years ago
Nelson Carrillo
d8b95e8bc3
Finalizing Gallery work
11 years ago
Nelson Carrillo
49019c440a
More progress
11 years ago
Nelson Carrillo
b491c0ec25
WIP
11 years ago
Nelson Carrillo
13c3f00b87
Cleaning up TestApplication
11 years ago
Nelson Carrillo
2c7bacd4c9
Fixing PushOpacity for Cairo and landing TabStyle changes for Gallery
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
3aa9b7e60c
Accept RelativePoint in XAML.
11 years ago
Steven Kirk
fde9464816
Allow GradientBrushes in XAML.
11 years ago
Steven Kirk
4f7afbc63d
Updated OmniXAML with whitespace improvements.
And demonstrate this to full effect in XamlTestApplication.
11 years ago
Nikita Tsukanov
7df76d17ba
I accidentally the whole MainWindow.cs
11 years ago
Nikita Tsukanov
bec230211a
Now resolving xml namespaces via attributes
11 years ago
Steven Kirk
a3ea8eab16
Include OmniXAML as a submodule.
Compiling it directly into Perspex.Markup.Xaml for the moment.
11 years ago
Nikita Tsukanov
8564a74fc1
Changed default namespace
11 years ago
Steven Kirk
5a6cf2ca29
Added ClassesConverter.
11 years ago
Nikita Tsukanov
516152a728
Changed the namespace
11 years ago
Nikita Tsukanov
43bff94d01
Html: added missing css to demo
11 years ago
Nikita Tsukanov
6b5eb0c5de
Html: Fixed selection and changed demo
11 years ago
Nikita Tsukanov
18c0d3c655
Various html renderer improvements
11 years ago
Nikita Tsukanov
104b84ba76
Fixed HtmlLabel measure
11 years ago
Nikita Tsukanov
34dff255f5
HTML: Seems to be rendering more like reference implementation
11 years ago
Nikita Tsukanov
645d1d8792
WIP: Porting HTMLRenderer support from WPF
11 years ago
Nikita Tsukanov
3cd3579475
"field can be readonly"
11 years ago
Nikita Tsukanov
01e2c90bc5
Removed this.
11 years ago
Steven Kirk
145411020b
Ran .net core code formatter.
11 years ago
Steven Kirk
a98cc89730
Allow grid row/cols in XAML as strings.
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
e858d34b8f
Simplify basic XAML load syntax.
11 years ago
Steven Kirk
56b88d287c
Refactored loading assets into IAssetLoader.
11 years ago