summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core
AgeCommit message (Collapse)AuthorFilesLines
2016-04-06Warnings as Errors in product projectskingces951-0/+2
2016-04-05[iOS] Fix WeakNotifyCollectionChanged on CarouselViewRui Marinho1-14/+17
Make some changes on WeakNotifyCollectionChanged to make it work ok in IOS, following the ListProxy approach.
2016-04-04Merge pull request #39 from xamarin/unformatkingces951-32/+43
Unformat CarouselViewRenderer, recombine files; no code changes
2016-04-01Unformat CarouselViewRenderer, recombine files; no code changesChris King1-32/+43
/*privat*/ -> #region Unformat CarouselView.cs More unformat work Remove offending /*privates*/
2016-03-31Merge pull request #11 from xamarin/fix-bugzilla27417Samantha Houts1-0/+80
Add options for specifying layout of button text/image content
2016-03-31Merge pull request #32 from xamarin/fix-bugzilla39378Samantha Houts1-0/+11
[Controls,Core]Allow well known type conversions on the binding system
2016-03-30Add options for specifying layout of button text/image contentE.Z. Hart1-0/+80
Also make the layout and layout defaults consistent across platforms
2016-03-29Make spacing in lock statement consistent with code styleE.Z. Hart5-18/+18
2016-03-29[Controls,Core]Allow well known type conversions on the binding systemRui Marinho1-0/+11
2016-03-29Merge pull request #27 from xamarin/fix-bugzilla39566Rui Marinho1-1/+1
Ignore hidden fields when reflecting for FieldInfo's.
2016-03-28Fix for bugzilla 39566Chris King1-1/+1
2016-03-27[C]Remove view from previous parent when added to new parent layoutJason Smith1-0/+3
Technically this could be considered a breaking change if someone was depending on the old behavior, however the old behavior resulted in layouts that were not predictable to the user. So while yes someone could have built something that works, it would have been via trial and error and generally breaking the rule of one parent to each view. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=39509
2016-03-22Initial importJason Smith349-0/+27299