summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core
AgeCommit message (Expand)AuthorFilesLines
2017-02-15Add TabbedPageStyleWonYoung Choi1-0/+7
2017-02-14Remove unused TizenSpecific/Button.cs fileKangho Hur1-30/+0
2017-02-14Merge "Add NavigationPage.HasBreadCrumbsBar Property" into tizenKangho Hur3-0/+68
2017-02-14Add NavigationPage.HasBreadCrumbsBar PropertyWonYoung Choi3-0/+68
2017-02-14Modify FontWeight type for flexibilityKangho Hur3-25/+25
2017-02-10Add Style to VisualElement as TizenSpecificKangho Hur7-82/+56
2017-02-03Rebase Forms to upstream lastest (2.3.4-pre2)Kangho Hur1-1/+2
2017-02-03Add FontWeight for Label and EntryKangho Hur4-0/+81
2017-02-03Add default case under OnPlatformjh5.cho1-0/+1
2017-02-03Add Switch StyleSeunghyun Choi3-0/+41
2017-02-03Add Button StyleSeunghyun Choi3-1/+41
2017-02-03Support BlendColor to Image as a TizenSpecific APIKangho Hur2-1/+32
2017-02-03Tizen Extension for ProgressBarSungHyun Min2-2/+68
2017-02-03Add Tizen backend rendererKangho Hur1-1/+3
2017-02-02Add TV to TargetIdiom (#738)Kangho2-3/+8
2017-02-02Update RelativeLayout to make it respond to constraint changes (#425)Philippe Leybaert1-8/+54
2017-02-02Add pressed and released events to Button (#446)Kangho2-6/+17
2017-02-02[Core] Added RootPage to NavigationPage (#464)adrianknight891-16/+37
2017-02-01[C] throw meaningful exception on duplicate RD key (#716)Stephane Delcroix1-0/+2
2017-01-31[All] Basic Accessibility Support (#713)Samantha Houts2-0/+15
2017-01-31Make MessagingCenter testable (#723)E.Z. Hart1-20/+69
2017-01-30[iOS] Remove "Enabled" usage on AdjustsFontSizeToFitWidth (#696)Paul DiPietro1-3/+3
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