summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests
AgeCommit message (Expand)AuthorFilesLines
2017-07-10Fix buildRui Marinho1-6/+0
2017-07-10Fix buildRui Marinho1-49/+0
2017-06-01[previewer] make sure we do not crash even if the previewer doesn't s… (#946)Stephane Delcroix1-1/+0
2017-05-16[XamlC] fix buildStephane Delcroix1-1/+1
2017-05-10[All] Rename Accessibility -> AutomationProperties (#912)Samantha Houts4-34/+34
2017-05-10Fix buildRui Marinho1-3/+0
2017-05-10[Core] Accessibility works with XamlC (#911)Samantha Houts3-10/+112
2017-04-27[XamlC] support valueTypes x:Arrays (#875)Stephane Delcroix3-1/+75
2017-04-25[XamlC] Check param type in op_Implicit (#876)Stephane Delcroix3-0/+58
2017-04-25[Xaml] OnPlatform.Default value (#873)Stephane Delcroix2-1/+9
2017-04-20[XamlC] support nested types type declarations (#872)Stephane Delcroix2-0/+15
2017-04-20[XamlC] allow namespaces in {x:Type} markups (#867)Stephane Delcroix2-13/+30
2017-04-19[Xaml][test] Passing test for Bz55343Stephane Delcroix3-0/+83
2017-04-07[Xaml] Set the TargetProperty on ServiceProvider (#847)Stephane Delcroix4-0/+84
2017-04-06More Xaml generic support (#857)Stephane Delcroix2-2/+17
2017-04-06[Xaml[C]] supports 'using:' xmlns declarations (#851)Stephane Delcroix3-0/+62
2017-04-06Fix 54334 (#855)Stephane Delcroix6-4/+195
2017-04-05[Xaml] updating the unittests project to cecil .10-b5 tooStephane Delcroix2-5/+5
2017-03-22[XamlC] accept assignment of Object from unboxed value types in SetValue (#832)Stephane Delcroix3-0/+92
2017-03-22[C] Make sure all children are parented (#831)Stephane Delcroix5-0/+109
2017-03-16Resource loading (#815)Stephane Delcroix2-0/+10
2017-03-15[test] passing test for 53318 (#818)Stephane Delcroix3-0/+67
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces952-0/+3
2017-03-01[XamlC] update to cecil 0.10.0-b4 to better symbol detection (#791)Stephane Delcroix2-5/+5
2017-02-13[XamlC] complete the Setter/Trigger fix (#737)Stephane Delcroix3-0/+67
2017-02-10Xaml empty service provider (#736)Stephane Delcroix3-0/+74
2017-02-02[Xaml] do not set properties with private setters (#717)Stephane Delcroix3-0/+73
2017-02-02[Xaml[C]] check for compatible types on op_implicit (#715)Stephane Delcroix4-0/+78
2017-02-02[Xaml[C]] throw meaningful exception while trying to set the content … (#714)Stephane Delcroix3-0/+75
2017-02-02[XamlC] Produce correct mdb files (#699)Stephane Delcroix14-25/+206
2017-02-01[Xaml[C]] cast to BindingBase before SetBinding() (#709)Stephane Delcroix3-0/+66
2017-01-27[XamlC] skip static .cctor while looking for default .ctor (#718)Stephane Delcroix3-0/+160
2017-01-26[X] passing test for 43733Stephane Delcroix3-0/+68
2017-01-26[Xaml] support CDATA (#698)Stephane Delcroix3-0/+61
2017-01-25[XamlC] use TypeRefComparer to compare TypeRef from different assemblies (#710)Stephane Delcroix2-0/+12
2017-01-25[Xaml] passing test for bz42531Stephane Delcroix3-0/+81
2017-01-25[XamlC] allow xml-elements as Setter/Trigger Values (#684)Stephane Delcroix3-0/+66
2017-01-25[Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683)Stephane Delcroix5-0/+101
2017-01-18[XamlC] compile ListStringTypeConverter (#660)Stephane Delcroix2-2/+10
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix10-34/+124
2016-12-30[XamlC] detect duplicate x:Name at compile time (#655)Stephane Delcroix4-47/+8
2016-12-23Xamlc compile data triggers (#648)Stephane Delcroix1-4/+14
2016-12-23[Xaml] support short Properties for PropertyCondition (#645)Stephane Delcroix2-8/+36
2016-12-23[XamlC] import members on x:Static and factories (#642)Stephane Delcroix4-6/+101
2016-12-14Xamlc compiled trigger (#629)Stephane Delcroix1-0/+13
2016-12-12[XamlC] Compile TypeTypeConverter (#615)Stephane Delcroix2-11/+26
2016-12-12[XamlC] Box valueTypes on Add() (#624)Stephane Delcroix3-0/+60
2016-12-12[XamlC] fix loading ulongs, optimize bytecode for ulongs (#611)Stephane Delcroix4-0/+106
2016-12-12[XamlC] compile ThicknessTypeConverter (#603)Stephane Delcroix2-3/+4
2016-12-12[XamlC] support setting values on ValueTypes (#596)Stephane Delcroix3-0/+91