Steven Kirk
|
ce920d1d18
|
Commented out TreeView for now.
|
11 years ago |
Steven Kirk
|
5cd27f7e8f
|
Started implementing TreeDataTemplate.
Binding system needs to be updated first.
|
11 years ago |
Steven Kirk
|
d581a1785d
|
Fixed test DataTemplate.
|
11 years ago |
Steven Kirk
|
a0509caede
|
Renamed TreeDataTemplate -> FuncTreeDataTemplate.
|
11 years ago |
Steven Kirk
|
d143b7fcee
|
Make initial DropDown selection work
Fixes #110
|
11 years ago |
Steven Kirk
|
1b4c7787d1
|
Enable DevTools on TestApplication.
|
11 years ago |
Steven Kirk
|
328f4c95d6
|
Trying to define DataTemplates in XAML.
Getting a crash from OmniXAML.
|
11 years ago |
Steven Kirk
|
292a04d973
|
Renamed DataTemplate -> FuncDataTemplate.
|
11 years ago |
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
|
b3af361686
|
Still trying to get property dependencies working.
SelectedIndex isn't being set.
|
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 |