summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-03Ignore TableView.SectionTitle if title is not setKangho Hur1-1/+2
2017-02-03Remove ColorExtensions.ToNative() debug messageKangho Hur1-1/+1
2017-02-03Apply initial value of Cell.IsEnabledSeungkeun Lee1-0/+2
2017-02-03implement ExpressionSearch for RelativeLayout.FromExpressionchungryeol lim1-3/+33
2017-02-03Fix Scrolling to Specific Element in ScrollViewjh5.cho1-1/+10
2017-02-03Fix TabbedPageRenderer's toolbar heightKangho Hur1-10/+0
2017-02-03Homogenous mode should be set to false if grouping is enabledPawel Andruszkiewicz1-2/+33
2017-02-03Unregister ScrollRequestHandler when the renderer is being destroyedJongHeon Choi1-2/+2
2017-02-03Change Text HorizontalTextAlignment of TitleBar to CenterSeungkeun Lee1-4/+6
2017-02-03Refactoring EntryCell SwitchCell renderer with Reusable featureSeungkeun Lee3-145/+96
2017-02-03Remove horizontalPadding for Label to measure its width correctlyKangho Hur1-2/+0
2017-02-03Fix TextCell text color bugSeungkeun Lee4-19/+24
2017-02-03Add Tizen backend rendererKangho Hur111-1/+13347
2017-02-02Add TV to TargetIdiom (#738)Kangho4-3/+39
2017-02-02Update RelativeLayout to make it respond to constraint changes (#425)Philippe Leybaert3-8/+179
2017-02-02Add pressed and released events to Button (#446)Kangho10-22/+234
2017-02-02[Core] Added RootPage to NavigationPage (#464)adrianknight893-22/+170
2017-02-02[Xaml] do not set properties with private setters (#717)Stephane Delcroix4-2/+91
2017-02-02[Xaml[C]] check for compatible types on op_implicit (#715)Stephane Delcroix6-6/+82
2017-02-02[Xaml[C]] throw meaningful exception while trying to set the content … (#714)Stephane Delcroix5-4/+81
2017-02-02[XamlC] Produce correct mdb files (#699)Stephane Delcroix47-532/+746
2017-02-01[iOS,macOS] Use NS constructor from string to parse correctly the string (#734)Rui Marinho1-2/+3
2017-02-01[C] throw meaningful exception on duplicate RD key (#716)Stephane Delcroix2-0/+16
2017-02-01[Xaml[C]] cast to BindingBase before SetBinding() (#709)Stephane Delcroix5-2/+76
2017-01-31[All] Basic Accessibility Support (#713)Samantha Houts30-375/+1215
2017-01-31Fix crash in UWP design mode (#735)Jason Smith1-2/+5
2017-01-31Make MessagingCenter testable (#723)E.Z. Hart4-28/+570
2017-01-31[WinRT/UWP] Fix Slider binding value incorrectly (#729)Paul DiPietro3-6/+69
2017-01-31[Nuget] Fix nuspec for macOS (#732)Rui Marinho1-2/+2
2017-01-30[iOS] Remove "Enabled" usage on AdjustsFontSizeToFitWidth (#696)Paul DiPietro4-28/+28
2017-01-30[MacOS] Fixes to ToolbarItems (#728)Rui Marinho4-64/+166
2017-01-28Make WinRT/UWP platform classes more maintainable (#652)E.Z. Hart8-558/+678
2017-01-27[XamlC] skip static .cctor while looking for default .ctor (#718)Stephane Delcroix4-1/+161
2017-01-27Moving verify-nuspecs.ps1E.Z. Hart1-130/+0
2017-01-27Add MacOS gallery and UITest (#721)Rui Marinho59-194/+2607
2017-01-27[MacOS] Context actions (#727)Rui Marinho4-31/+98
2017-01-26Use a prototype TextBlock to resolve theme resources on Windows (#703)E.Z. Hart4-119/+87
2017-01-26[Android] Keyboard should not change layout while dismissing on Entry and Edi...adrianknight894-14/+62
2017-01-26MacOS (#650)Rui Marinho124-164/+9298
2017-01-26[iOS/Critical] Fix ListView memory leaks (#524)adrianknight896-49/+414
2017-01-26[X] passing test for 43733Stephane Delcroix3-0/+68
2017-01-26[Xaml] support CDATA (#698)Stephane Delcroix4-1/+66
2017-01-25[XamlC] use TypeRefComparer to compare TypeRef from different assemblies (#710)Stephane Delcroix3-9/+21
2017-01-25[Xaml] passing test for bz42531Stephane Delcroix3-0/+81
2017-01-25[XamlC] allow xml-elements as Setter/Trigger Values (#684)Stephane Delcroix5-2/+80
2017-01-25[Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683)Stephane Delcroix21-258/+235
2017-01-24Fix overeager subscription cleanup (#712)E.Z. Hart2-1/+19
2017-01-24Add check for disposed gesture detector on VisualElementRenderer (#706)E.Z. Hart3-0/+126
2017-01-23Add default parameter value of zero to INavigationPageController.Peek() (#708)E.Z. Hart2-1/+2
2017-01-23Reduce overhead of pushing existing navigation stack (#672)E.Z. Hart10-65/+181