summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml
AgeCommit message (Collapse)AuthorFilesLines
2016-05-27[Xaml] Fix MarkupExtension not found in default namespace (#183)Christian Schwarz1-1/+1
* [Xaml] Fix MarkupExtension not found in default namespace * Fixed indentation * Added XamlC unit test
2016-04-26Prepare Preserve attribute usage for removal of InternalsVisibleTo (#121)E.Z. Hart1-1/+2
* Move PreserveAttribute to Internals to prep for removal of InternalsVisibleTo * Update docs
2016-04-18Make sure StaticResources can be looked up in ResourceDictionaries directly ↵Jason Smith1-4/+3
(#106)
2016-04-17Merged ResourceDictionary (#97)Stephane Delcroix7-20/+47
* [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 Delcroix5-23/+64
2016-04-06Force conversion to target type when Static Resource returns OnPlatform<T>E.Z. Hart1-3/+26
2016-04-06Enable warnings as errors in XAMLkingces951-0/+1
2016-03-25Reformat using statementsChris King1-3/+3
2016-03-22Initial importJason Smith34-0/+3647