summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml
AgeCommit message (Expand)AuthorFilesLines
2017-07-10rebase to tags/beta-2.3.5-pre1Kangho Hur1-1/+1
2017-07-10[Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683)Stephane Delcroix1-1/+1
2017-06-01[previewer] make sure we do not crash even if the previewer doesn't s… (#946)Stephane Delcroix1-1/+11
2017-05-03[Xaml] move ValueConverterProvider to Core (#890)Stephane Delcroix3-236/+0
2017-04-11[C] Lookup in RD also lookup in merged RDs (#861)Stephane Delcroix1-2/+2
2017-04-07[Xaml] Set the TargetProperty on ServiceProvider (#847)Stephane Delcroix2-16/+53
2017-04-07[Internal] Normalize Obsolete attributes (#860)Samantha Houts1-1/+1
2017-04-06More Xaml generic support (#857)Stephane Delcroix1-1/+3
2017-04-06[Xaml[C]] supports 'using:' xmlns declarations (#851)Stephane Delcroix1-0/+25
2017-03-16Resource loading (#815)Stephane Delcroix4-13/+22
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces953-0/+4
2017-02-24[Xaml] decorate markup and value providers to speed up inflating (#770)Stephane Delcroix4-1/+5
2017-02-17Split Windows RuntimePlatform into UWP and WinRT (#748)E.Z. Hart1-0/+7
2017-02-17[XamlC] compile NullExtension markup (#750)Stephane Delcroix1-0/+1
2017-02-13[XamlC] compiled TypeExtension (#739)Stephane Delcroix3-6/+17
2017-02-10Xaml empty service provider (#736)Stephane Delcroix1-2/+2
2017-02-02[Xaml] do not set properties with private setters (#717)Stephane Delcroix1-2/+18
2017-02-02[Xaml[C]] check for compatible types on op_implicit (#715)Stephane Delcroix1-2/+2
2017-02-02[Xaml[C]] throw meaningful exception while trying to set the content … (#714)Stephane Delcroix1-2/+3
2017-02-02[XamlC] Produce correct mdb files (#699)Stephane Delcroix1-1/+1
2017-02-01[Xaml[C]] cast to BindingBase before SetBinding() (#709)Stephane Delcroix1-1/+1
2017-01-26[Xaml] support CDATA (#698)Stephane Delcroix1-1/+5
2017-01-25[Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683)Stephane Delcroix10-179/+103
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix2-3/+6
2016-12-30[XamlC] detect duplicate x:Name at compile time (#655)Stephane Delcroix1-2/+1
2016-12-23Xamlc compile data triggers (#648)Stephane Delcroix1-0/+5
2016-12-23[Xaml] support short Properties for PropertyCondition (#645)Stephane Delcroix1-1/+1
2016-12-07[Xaml[C]] support op_implicit declared on Target (#585)Stephane Delcroix1-5/+28
2016-12-06ResourceDictionary fixes (#536)Stephane Delcroix1-7/+4
2016-12-05[Xaml] revert namespace change for XmlnsDefAttr (#610)Stephane Delcroix2-2/+1
2016-12-04[Xaml] change namespace for [XmlnsDef] and make it internal (#557)Stephane Delcroix2-0/+3
2016-12-04[Xaml] support arrays as x:Arguments (#545)Stephane Delcroix1-1/+8
2016-12-01[XamlC] provide backward compat for ProvideValueTarget without Target… (#583)Stephane Delcroix2-10/+18
2016-11-17[Xaml] cleanup xmlns usage, add XmlnsDefinition (#531)Stephane Delcroix5-38/+70
2016-11-16[XamlC] use correct filePath for XamlC error reporting (#513)Stephane Delcroix3-0/+15
2016-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix7-42/+57
2016-09-27[Xaml] more primitive types (#385)Stephane Delcroix2-54/+88
2016-09-26[Xaml] allow compatible arguments for x:Factory (#382)Stephane Delcroix1-6/+21
2016-09-26[XamlC] Compiled converters (#358)Stephane Delcroix2-4/+2
2016-09-23[XamlC] Implement IValueProvider.PropertyType (#345)Stephane Delcroix2-40/+29
2016-09-22[XamlC] supports enum and consts in x:Static (#369)Stephane Delcroix1-3/+3
2016-09-08[Xaml] support native views and native bindings (#266)Stephane Delcroix4-204/+264
2016-09-08Native Bindings (#278)Stephane Delcroix1-1/+3
2016-08-16[Xaml] Clone node tree on DT, allow markup to be evaluated multiple times (#295)Stephane Delcroix2-7/+51
2016-08-15[Xaml] Simplify listnodes with single elements (#304)Stephane Delcroix2-5/+14
2016-08-15Refix mc ignorable (#302)Stephane Delcroix6-35/+90
2016-08-15[Xaml] x:Static in x:Arguments (#288)Stephane Delcroix3-4/+15
2016-08-11Fix mc ignorable (#298)Stephane Delcroix2-2/+5
2016-08-02Xaml convert on add (#273)Stephane Delcroix1-1/+1
2016-07-18[Xaml] allow the Previewer to provide their own Xaml files for any type (#262)Stephane Delcroix1-2/+20