summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests
AgeCommit message (Expand)AuthorFilesLines
2016-09-27[Xaml] more primitive types (#385)Stephane Delcroix4-16/+86
2016-09-26[XamlC] Compiled converters (#358)Stephane Delcroix4-1/+65
2016-09-23[Xaml] fix buildStephane Delcroix1-0/+1
2016-09-23[XamlC] Implement IValueProvider.PropertyType (#345)Stephane Delcroix3-13/+83
2016-09-22[XamlC] supports enum and consts in x:Static (#369)Stephane Delcroix6-81/+125
2016-09-08[XamlC] throw exception on missing property (#336)Stephane Delcroix4-1/+87
2016-09-08[XamlC] replace the runtime type check by compiletime (#334)Stephane Delcroix3-7/+12
2016-09-08[Xaml] support native views and native bindings (#266)Stephane Delcroix5-2/+339
2016-08-30Platform Specifics (#301)Samantha Houts3-0/+64
2016-08-16[Xaml] Clone node tree on DT, allow markup to be evaluated multiple times (#295)Stephane Delcroix5-0/+93
2016-08-15[Xaml] Simplify listnodes with single elements (#304)Stephane Delcroix2-0/+17
2016-08-15Refix mc ignorable (#302)Stephane Delcroix1-0/+1
2016-08-15[Xaml] x:Static in x:Arguments (#288)Stephane Delcroix3-2/+44
2016-08-11Fix mc ignorable (#298)Stephane Delcroix1-0/+5
2016-08-02Xaml convert on add (#273)Stephane Delcroix7-30/+55
2016-07-21[XamlC] Fix the getter of getters (#263)Stephane Delcroix3-0/+66
2016-07-18[XamlC] correctly resolve override of virtual event handlers (#247)Stephane Delcroix2-0/+39
2016-07-18[Xaml] allow the Previewer to provide their own Xaml files for any type (#262)Stephane Delcroix4-0/+70
2016-05-27[Xaml] Fix MarkupExtension not found in default namespace (#183)Christian Schwarz4-1/+64
2016-04-25Make core Ticker abstract and public (#116)E.Z. Hart1-1/+1
2016-04-18Make sure StaticResources can be looked up in ResourceDictionaries directly (...Jason Smith2-1/+3
2016-04-18[C] Allow implicit styles and DynamicResources in shared RD (#104)Stephane Delcroix2-5/+13
2016-04-18[C] Allow Multiple Shared RD. (#103)Stephane Delcroix5-5/+51
2016-04-17Merged ResourceDictionary (#97)Stephane Delcroix5-0/+102
2016-04-12Enable CS1998 warnings as errors (#65)Paul DiPietro2-3/+5
2016-04-12[X] internal CreateFromXaml () (#77)Stephane Delcroix3-6/+45
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro8-3/+21
2016-04-06Enable warnings as errors in XAMLkingces952-1/+7
2016-03-22Initial importJason Smith183-0/+9688