summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml/CreateValuesVisitor.cs
AgeCommit message (Collapse)AuthorFilesLines
2016-12-04[Xaml] support arrays as x:Arguments (#545)Stephane Delcroix1-1/+8
* [Xaml] port some FactoryMethod tests to XamlC * [Xaml] support array parameters in factory ctors * [XamlC] support arrays as x:Arguments * fix build
2016-09-27[Xaml] more primitive types (#385)Stephane Delcroix1-47/+61
* [Xaml] more builtin conversion, and more type primitives * [XamlC] more builtin conversion, more type primitives
2016-09-26[Xaml] allow compatible arguments for x:Factory (#382)Stephane Delcroix1-6/+21
2016-09-26[XamlC] Compiled converters (#358)Stephane Delcroix1-2/+1
2016-08-15Refix mc ignorable (#302)Stephane Delcroix1-17/+0
* Revert "Fix mc ignorable (#298)" This reverts commit 31c2be29d5982338ae178d1b0f107e23e7749782. * [Xaml] fix mc:Ignorable
2016-08-15[Xaml] x:Static in x:Arguments (#288)Stephane Delcroix1-3/+3
* [Xaml] Support x:Static as x:Arguments * [XamlC] allow x:Static in x:Arguments * fix typo, remove commented code
2016-08-11Fix mc ignorable (#298)Stephane Delcroix1-1/+4
* [Xaml] when ignoring nodes, ignore children as well * [XamlC] ignore on xamlc too
2016-04-17Merged ResourceDictionary (#97)Stephane Delcroix1-1/+3
* [X] Support Merged RD * [X] Support RD as xaml roots * [XamlC] I have no idea how that used to work before * [C] Remove debugging statements * fix docs
2016-04-12[X] internal CreateFromXaml () (#77)Stephane Delcroix1-1/+1
2016-03-22Initial importJason Smith1-0/+369