summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core
AgeCommit message (Expand)AuthorFilesLines
2017-07-10rebase to tags/beta-2.3.5-pre1Kangho Hur2-8/+1
2017-07-10Add ToolTip based on Tizen Specificrina6350.you1-0/+23
2017-07-10Fix FocusDirection to string typeWonYoung Choi2-14/+14
2017-07-10Add Focus related properties for VEKangho Hur3-1/+250
2017-07-10Add TabbedPageStyleWonYoung Choi1-0/+7
2017-07-10Remove unused TizenSpecific/Button.cs fileKangho Hur1-30/+0
2017-07-10Add NavigationPage.HasBreadCrumbsBar PropertyWonYoung Choi3-0/+68
2017-07-10Modify FontWeight type for flexibilityKangho Hur3-25/+25
2017-07-10Add Style to VisualElement as TizenSpecificKangho Hur7-82/+56
2017-07-10Rebase Forms to upstream lastest (2.3.4-pre2)Kangho Hur1-1/+2
2017-07-10Add FontWeight for Label and EntryKangho Hur4-0/+81
2017-07-10Add default case under OnPlatformjh5.cho1-0/+1
2017-07-10Add Switch StyleSeunghyun Choi3-0/+41
2017-07-10Add Button StyleSeunghyun Choi3-1/+41
2017-07-10Support BlendColor to Image as a TizenSpecific APIKangho Hur2-1/+32
2017-07-10Tizen Extension for ProgressBarSungHyun Min2-1/+67
2017-07-10Add Tizen backend rendererKangho Hur1-1/+2
2017-07-10[Core] Added RootPage to NavigationPage (#464)adrianknight891-0/+6
2017-05-16Remove VisualElement finalizer (#918)E.Z. Hart1-13/+0
2017-05-10[C] fix BP declaring Types for A11y (#913)Stephane Delcroix1-6/+5
2017-05-10[All] Rename Accessibility -> AutomationProperties (#912)Samantha Houts2-7/+7
2017-05-10[Core] Accessibility works with XamlC (#911)Samantha Houts1-1/+41
2017-05-04Fix bugzilla55542 (#898)Rui Marinho1-1/+4
2017-05-03[Xaml] move ValueConverterProvider to Core (#890)Stephane Delcroix3-0/+238
2017-04-25Better error handling for image loading errors on iOS/Android (#849)E.Z. Hart2-0/+10
2017-04-25[Xaml] OnPlatform.Default value (#873)Stephane Delcroix1-1/+13
2017-04-11[C] Lookup in RD also lookup in merged RDs (#861)Stephane Delcroix1-6/+4
2017-04-11Implicit impl of controller ifaces (#807)kingces9525-239/+234
2017-04-07[Internal] Normalize Obsolete attributes (#860)Samantha Houts28-53/+55
2017-04-06Fix 54334 (#855)Stephane Delcroix2-4/+5
2017-03-24[iOS] Platform specifics to control ScrollView content touch delay (#563)adrianknight892-0/+31
2017-03-24Setup a ConditionalWeakTable in ListProxy to hold weak references so that a L...Shane Neuville1-2/+10
2017-03-22[C] Make sure all children are parented (#831)Stephane Delcroix1-0/+4
2017-03-21[C] fix NIE in Span (#828)Stephane Delcroix1-101/+64
2017-03-21[C] fix BP DeclaringType in TextElement[CStephane Delcroix1-1/+1
2017-03-20[Core] Fix internal children clear logic (#820)wplong111-4/+4
2017-03-17null check effects before clearing (#821)kingces951-1/+1
2017-03-16Resource loading (#815)Stephane Delcroix2-1/+11
2017-03-16Add internal XF.Registrar.RegisterAll b/c previewer needs it (#816)kingces953-4/+11
2017-03-09[C] move the Font proxying into FontElement (#799)Stephane Delcroix1-0/+1
2017-03-09Fixed a redundant check that caused a massive slowdown on UWP. (#788)BradChase20111-2/+1
2017-03-09Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interface...kingces9553-94/+99
2017-03-08[Android] Small performance fixes to ListViewRenderer, PlatformSpecific IsFas...Rui Marinho2-0/+31
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces95108-319/+647
2017-03-06[C] ITextElement and TextElement (#789)Stephane Delcroix11-36/+96
2017-03-03[C] move the Font proxying into FontElementStephane Delcroix8-157/+133
2017-03-03[Core] Share BP across IFontElement implementors (#783)Stephane Delcroix9-113/+193
2017-03-02[Xaml] Fallback to App.Current for DynResources (Previewer) (#793)Stephane Delcroix2-4/+8
2017-03-01[C] support more color format in ColorTypeConverter (#784)Stephane Delcroix2-158/+244
2017-02-27[Xaml] no longer require a ServiceProvider for Trigger and PropertyCo… (#771)Stephane Delcroix2-13/+22