summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core
AgeCommit message (Expand)AuthorFilesLines
2017-03-24Add TabbedPageStyleWonYoung Choi1-0/+7
2017-03-24Remove unused TizenSpecific/Button.cs fileKangho Hur1-30/+0
2017-03-24Add NavigationPage.HasBreadCrumbsBar PropertyWonYoung Choi3-0/+68
2017-03-24Modify FontWeight type for flexibilityKangho Hur3-25/+25
2017-03-24Add Style to VisualElement as TizenSpecificKangho Hur7-82/+56
2017-03-24Rebase Forms to upstream lastest (2.3.4-pre2)Kangho Hur1-1/+2
2017-03-24Add FontWeight for Label and EntryKangho Hur4-0/+81
2017-03-24Add default case under OnPlatformjh5.cho1-0/+1
2017-03-24Add Switch StyleSeunghyun Choi3-0/+41
2017-03-24Add Button StyleSeunghyun Choi3-1/+41
2017-03-24Support BlendColor to Image as a TizenSpecific APIKangho Hur2-1/+32
2017-03-24Tizen Extension for ProgressBarSungHyun Min2-2/+68
2017-03-24Add Tizen backend rendererKangho Hur1-1/+3
2017-03-24Add TV to TargetIdiom (#738)Kangho2-3/+8
2017-03-24Update RelativeLayout to make it respond to constraint changes (#425)Philippe Leybaert1-8/+54
2017-03-24Add pressed and released events to Button (#446)Kangho2-6/+17
2017-03-24[Core] Added RootPage to NavigationPage (#464)adrianknight891-16/+37
2017-03-24[C] throw meaningful exception on duplicate RD key (#716)Stephane Delcroix1-0/+2
2017-03-24[All] Basic Accessibility Support (#713)Samantha Houts2-0/+15
2017-03-24Make MessagingCenter testable (#723)E.Z. Hart1-20/+69
2017-03-24MacOS (#650)Rui Marinho8-5/+77
2017-03-24Add default parameter value of zero to INavigationPageController.Peek() (#708)E.Z. Hart1-1/+1
2017-03-24Reduce overhead of pushing existing navigation stack (#672)E.Z. Hart2-7/+16
2017-03-24Move XF.ConcurrentDictionary to WP8 project (#685)E.Z. Hart3-925/+0
2017-03-24[XamlC] compile ListStringTypeConverter (#660)Stephane Delcroix1-0/+1
2017-03-22[C] Make sure all children are parented (#831)Stephane Delcroix1-0/+4
2017-03-10[C] Update SelectedItem prior to event invokePaul DiPietro1-1/+1
2017-03-10[UWP] connect the actual ObservableCollection to the ComboBox.ItemsSourceStephane Delcroix1-7/+16
2017-03-02Backport #793 (#796)Stephane Delcroix2-4/+8
2017-01-30[iOS] Remove "Enabled" usage on AdjustsFontSizeToFitWidth (#696)Paul DiPietro1-3/+3
2017-01-30Fix overeager subscription cleanup (#712)E.Z. Hart1-1/+1
2017-01-19Fix NullReferenceException in VisualElement finalize. (#701)Kevin Petit1-1/+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