summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core
AgeCommit message (Expand)AuthorFilesLines
2017-01-26MacOS (#650)Rui Marinho8-5/+77
2017-01-24Fix overeager subscription cleanup (#712)E.Z. Hart1-1/+1
2017-01-23Add default parameter value of zero to INavigationPageController.Peek() (#708)E.Z. Hart1-1/+1
2017-01-23Reduce overhead of pushing existing navigation stack (#672)E.Z. Hart2-7/+16
2017-01-23Move XF.ConcurrentDictionary to WP8 project (#685)E.Z. Hart3-925/+0
2017-01-19Fix NullReferenceException in VisualElement finalize. (#701)Kevin Petit1-1/+1
2017-01-18[XamlC] compile ListStringTypeConverter (#660)Stephane Delcroix1-0/+1
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix6-23/+97
2017-01-12Improve registry startup and lookup performance (#674)E.Z. Hart2-19/+42
2017-01-12Don't set up the properties task until it's requested (#671)E.Z. Hart1-3/+10
2017-01-10iOS and Android timers should be runnable from any thread and execute… (#374)adrianknight892-14/+0
2017-01-09[iOS] Register effects for ScrollView and WebView (#641)adrianknight892-1/+18
2017-01-04[iOS] Platform specifics for controlling Picker SelectedIndex change behavior...adrianknight893-0/+40
2017-01-03Allow subscriber to be collected if MessagingCenter is the only reference to ...E.Z. Hart1-41/+123
2017-01-03Return group instead of internal class (#461)adrianknight891-2/+2
2016-12-30[XamlC] detect duplicate x:Name at compile time (#655)Stephane Delcroix3-1/+4
2016-12-23Xamlc compile data triggers (#648)Stephane Delcroix2-12/+8
2016-12-23[Xaml] support short Properties for PropertyCondition (#645)Stephane Delcroix4-5/+7
2016-12-22Avoid duplicating code in OmPlatform (#591)Stephane Delcroix1-17/+2
2016-12-15Remove overload causing backwards compatibility issuesJason Smith1-15/+0
2016-12-14Add Tizen to TargetPlatform (#590)Kangho4-3/+36
2016-12-14Xamlc compiled trigger (#629)Stephane Delcroix2-1/+2
2016-12-14[XamlC] Allow compilation of IValueProviders (#622)Stephane Delcroix1-0/+1
2016-12-12[XamlC] Compile TypeTypeConverter (#615)Stephane Delcroix1-0/+1
2016-12-12[XamlC] compile ThicknessTypeConverter (#603)Stephane Delcroix1-1/+2
2016-12-06[C] detach Behaviors and Triggers on VE finalization (#555)Stephane Delcroix2-0/+21
2016-12-06[iOS] Fix crash when pushing page on stack on orientation change (#607)adrianknight891-5/+2
2016-12-06ResourceDictionary fixes (#536)Stephane Delcroix2-26/+28
2016-12-05[XamlC] Compile ContraintTypeConverters (#592)Stephane Delcroix1-0/+1
2016-12-05[Xaml] revert namespace change for XmlnsDefAttr (#610)Stephane Delcroix2-3/+3
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