summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core
AgeCommit message (Expand)AuthorFilesLines
2016-12-04[Xaml] change namespace for [XmlnsDef] and make it internal (#557)Stephane Delcroix2-5/+5
2016-12-01[XamlC] use op_implicit where we should (#580)Stephane Delcroix1-1/+1
2016-12-01Don't run Command CanExecute on incorrect inherited binding context type (#572)E.Z. Hart1-13/+49
2016-11-24fix weakreferences (#558)adrianknight891-1/+1
2016-11-18Platform specifics naming adjustments (#526)Paul DiPietro2-8/+8
2016-11-17[Xaml] cleanup xmlns usage, add XmlnsDefinition (#531)Stephane Delcroix3-2/+30
2016-11-16Run multiple UI tests without restarting ControlGallery (#539)E.Z. Hart1-0/+1
2016-11-16[W] Support 0 as valid BorderWidth (#537)Stephane Delcroix1-1/+1
2016-11-16[iOS] Add Platform Specific option to not adjust the status bar text color ba...Samantha Houts3-1/+40
2016-11-16[C] Use a Binding for ItemsSource object selectionStephane Delcroix1-186/+226
2016-11-16Squashed commit of the following:Joakim Carselind1-9/+232
2016-11-16[iOS] Add Platform Specific features for PrefersStatusBarHidden/UIStatusBarAn...Paul DiPietro4-0/+81
2016-11-16BindingContext changes are called multiple times on app start (#470)adrianknight891-3/+4
2016-11-15[C] Add cornerRadius validation, docsStephane Delcroix1-1/+3
2016-11-15Added CornerRadius property To Frame controlAndrei N1-0/+8
2016-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix9-67/+350
2016-11-15[Android] Show keyboard on app resume if control has focus (#480)adrianknight891-6/+25
2016-10-26[Win] Toolbar placement works with initial value (#488)Samantha Houts1-1/+1
2016-10-25ScrollView should account for Content margin (#392)adrianknight891-2/+2
2016-10-20[iOS] Add Platform Specific feature for setting AdjustsFontSizeToFitWidth on ...Paul DiPietro2-0/+47
2016-10-20[Android] Add Platform Specific features for setting TabbedPage swipe paging ...Paul DiPietro2-0/+70
2016-10-20[C] fix TranslateTo for easing going outside of (0,1) (#414)Stephane Delcroix1-1/+1
2016-10-20Remove unnecessary string replace in Color.FromHex (#477)Philippe Leybaert1-1/+1
2016-10-12[Android App Compat] Can opt out of sending Appearing/Disappearing events on ...Samantha Houts2-1/+59
2016-10-11OnIdiom support for Desktop (UWP) (#420)Philippe Leybaert1-1/+5
2016-10-11Full feature compatibility with WPF's Colors class (#393)adrianknight892-4/+249
2016-10-10[Core] Set IVT to MacOSRui Marinho1-0/+1
2016-09-30[iOS] Keep our native property listener around the same time we keep our prox...Rui Marinho1-3/+6
2016-09-27Don't unsubscribe/resubscribe the listener to the same INPC (#384)E.Z. Hart1-1/+8
2016-09-27[UWP/WinRT] ListView UI virtualization works without explicit height on Cell/...Samantha Houts1-1/+2
2016-09-26[C] specify type and default value for native bindings (#376)Stephane Delcroix1-11/+16
2016-09-26[XamlC] Compiled converters (#358)Stephane Delcroix10-66/+72
2016-09-23[XamlC] Implement IValueProvider.PropertyType (#345)Stephane Delcroix1-1/+0
2016-09-13Revert "[C] Prevent enabling a Button via setting a Command (#308)"Rui Marinho1-1/+3
2016-09-12[C] Prevent enabling a Button via setting a Command (#308)Paul DiPietro1-3/+1
2016-09-08[XamlC] replace the runtime type check by compiletime (#334)Stephane Delcroix1-2/+7
2016-09-08[Xaml] support native views and native bindings (#266)Stephane Delcroix4-2/+23
2016-09-08Native Bindings (#278)Stephane Delcroix3-1/+202
2016-08-30Use character truncation in Windows (#321)E.Z. Hart1-1/+1
2016-08-30Fix for ListView BindingContext for Header/Footer (#312)Jonathan Peppers1-0/+19
2016-08-30Platform Specifics (#301)Samantha Houts46-32/+745
2016-08-16Fix for BindingExpression memory leak (#279)Jonathan Peppers1-9/+69
2016-08-16Invalidate measure of Label when FormattedText changes (#303)Akihiko Odaki1-0/+1
2016-08-11Add Orange color to Color (#290)Kangho2-0/+3
2016-08-10Unit tests for the PCL WeakEventManager (#280)E.Z. Hart1-15/+32
2016-08-09Add the key in the message on throwing a KeyNotFoundException (#282)Rogier van der Hee1-1/+1
2016-08-02Change SourceChanged event on ImageSource to weak event to allow Images (#268)E.Z. Hart4-7/+174
2016-07-18Add workaround for bugzilla 37792 (#181)Vincent Costel1-1/+8
2016-07-18Windows image loader error handling (#260)E.Z. Hart2-8/+10
2016-07-11Restore incorrectly renamed InvalidateMeasure method (#251)E.Z. Hart1-1/+1