summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml
AgeCommit message (Collapse)AuthorFilesLines
2016-09-26[Xaml] allow compatible arguments for x:FactoryStephane Delcroix1-6/+21
2016-09-26[XamlC] Compiled convertersStephane 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:StaticStephane Delcroix1-3/+3
2016-09-08[Xaml] support native views and native bindings (#266)Stephane Delcroix4-204/+264
Allows including Native views directly in xaml. Support for ios, android, UWP
2016-09-08Native Bindings (#278)Stephane Delcroix1-1/+3
* [C, I, A, W] Support Native Bindings * fix tabs
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
* Revert "Fix mc ignorable (#298)" This reverts commit 31c2be29d5982338ae178d1b0f107e23e7749782. * [Xaml] fix mc:Ignorable
2016-08-15[Xaml] x:Static in x:Arguments (#288)Stephane Delcroix3-4/+15
* [Xaml] Support x:Static as x:Arguments * [XamlC] allow x:Static in x:Arguments * fix typo, remove commented code
2016-08-11Fix mc ignorable (#298)Stephane Delcroix2-2/+5
* [Xaml] when ignoring nodes, ignore children as well * [XamlC] ignore on xamlc too
2016-08-02Xaml convert on add (#273)Stephane Delcroix1-1/+1
* [Xaml] add test for conversion on Set and Add * [Xaml] Fix conversion on Add() * [XamlC] use op_implicit before Add()
2016-07-18[Xaml] allow the Previewer to provide their own Xaml files for any type (#262)Stephane Delcroix1-2/+20
* [Xaml] allow the Previewer to provide their own Xaml files for any type * [Xaml] use a Func instead of an interface, easier to use by reflection. Add tests * [XamlC] move the InitializeComponent duplication to XamlC task * [XamlC] generate branching code * [XamlC] fix the XamlC issue * [XamlC] make the API public * [docs] fix docs
2016-07-18Revert "[Xaml] allow the Previewer to provide their own Xaml files for any type"Stephane Delcroix3-23/+2
This reverts commit 962c8fd352e32309c9dcb7f8c2f07a335f18fc75.
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
* [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