summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml
AgeCommit message (Expand)AuthorFilesLines
2017-03-24Clean sync with 2.3.4-2Kangho Hur12-132/+187
2017-03-24[Xaml] do not set properties with private setters (#717)Stephane Delcroix1-2/+18
2017-03-24[Xaml[C]] check for compatible types on op_implicit (#715)Stephane Delcroix1-2/+2
2017-03-24[Xaml[C]] throw meaningful exception while trying to set the content … (#714)Stephane Delcroix1-2/+3
2017-03-24[Xaml[C]] cast to BindingBase before SetBinding() (#709)Stephane Delcroix1-1/+1
2017-03-24[Xaml] support CDATA (#698)Stephane Delcroix1-1/+5
2017-03-24[Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683)Stephane Delcroix10-179/+103
2017-03-01Xamlc ppdb backport (#792)Stephane Delcroix1-1/+1
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
2016-07-18Revert "[Xaml] allow the Previewer to provide their own Xaml files for any type"Stephane Delcroix3-23/+2
2016-07-18[Xaml] allow the Previewer to provide their own Xaml files for any typeStephane Delcroix3-2/+23
2016-05-27[Xaml] Fix MarkupExtension not found in default namespace (#183)Christian Schwarz1-1/+1
2016-04-26Prepare Preserve attribute usage for removal of InternalsVisibleTo (#121)E.Z. Hart1-1/+2
2016-04-18Make sure StaticResources can be looked up in ResourceDictionaries directly (...Jason Smith1-4/+3
2016-04-17Merged ResourceDictionary (#97)Stephane Delcroix7-20/+47
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