summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Renderers
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Support to Image.BackgoundColor as expectedchungryeol lim1-5/+0
2016-12-09Merge "Fix an icon path resolving issue for TabbedPageRenderer" into devel/do...Hobum Kwon1-2/+28
2016-12-09Fix an icon path resolving issue for TabbedPageRendererHobum Kwon1-2/+28
2016-12-09Remove casting multiple timesRobert Zimnoch1-26/+37
2016-12-09Allow all widgets(Elmsharp.Widget) to apply BackgroundColorKangho Hur1-4/+1
2016-12-07Unregister ScrollRequestHandler when the renderer is being destroyedPawel Andruszkiewicz1-0/+10
2016-12-07Fix layout's minimum native sizePawel Andruszkiewicz2-11/+4
2016-12-07Replace SetPartColor with BackgroundColor propertyPawel Andruszkiewicz2-13/+6
2016-12-07Fix typo of StopPulse() after changing in ElmSharpSidharth Gupta1-1/+1
2016-12-06Fixed ScrollToAsync() method issue that animated parameter is ignoredrina6350.you1-1/+1
2016-12-05Interactive controls will not propagate events to the parent smart objectsPawel Andruszkiewicz5-3/+14
2016-12-01[VisualElement] InputTransparent property ImplementedPiotr Czaja1-0/+9
2016-11-30Modify invalid doumentation and namespace usageKangho Hur1-13/+13
2016-11-30Merge "Optimization of NavigationPageRenderer" into devel/dotnetSeungkeun Lee1-22/+26
2016-11-29Optimization of NavigationPageRendererPiotr Bereza1-22/+26
2016-11-28Revert "[ListView] Add IsPullToRefresh functionality:"Seungkeun Lee1-97/+1
2016-11-25Update GetRowHeight code of ListViewSeungkeun Lee2-2/+2
2016-11-25cleaning up the source codeKangho Hur28-228/+227
2016-11-23Apply Xamarin.Forms Coding StyleKangho Hur26-238/+242
2016-11-22Force Stepper's label to use the correct precisionAdam Szczerbiak1-2/+27
2016-11-22[ListView] Add IsPullToRefresh functionality:Witold Goralski1-0/+98
2016-11-22[Frame][ViewCell] Fix frame content visibility.Piotr Czaja1-2/+2
2016-11-22Fix Picker backbutton problemKonrad Lipner1-2/+5
2016-11-22Fix VS static analysis warningsRobert Zimnoch22-57/+27
2016-11-22Merge "Remove asynchronous call for updating toolbar" into devel/dotnetSeungkeun Lee1-12/+14
2016-11-21Add Image documentationPiotr Szydelko1-3/+3
2016-11-21Remove asynchronous call for updating toolbarSungHyun Min1-12/+14
2016-11-18ListView renderer documentationLukasz Foniok1-43/+107
2016-11-18Replace boolean flag with counterPawel Andruszkiewicz1-8/+28
2016-11-18Fix scrollTo issueKonrad Lipner1-1/+1
2016-11-16Fix ScrollView content size after reopen pageRobert Zimnoch1-11/+7
2016-11-16Add minimum size handling in search barPawel Andruszkiewicz1-6/+5
2016-11-14Fix ApplyTransformation issue when device orientationSeungkeun Lee1-0/+2
2016-11-14Update opacity layer after rendering Image asynchronouslyWonYoung Choi2-1/+7
2016-11-14Fix Transformation issue on LayoutingSeungkeun Lee1-2/+1
2016-11-14Merge "Fix ComputeAbsoluteX, Y methods to use Element.RealParent instead of P...Kangho Hur1-2/+2
2016-11-14Merge "Use Box.SetLayoutCallback to notify onLayout()" into devel/dotnetKangho Hur2-16/+7
2016-11-14Fix ComputeAbsoluteX, Y methods to use Element.RealParent instead of ParentWonYoung Choi1-2/+2
2016-11-14Fix task managing issue in NavigationPageSungHyun Min1-1/+2
2016-11-14Use Box.SetLayoutCallback to notify onLayout()Seungkeun Lee2-16/+7
2016-11-14Fix ComputeAbsoluteX, Y methodsWonYoung Choi1-2/+2
2016-11-11Fix unhandled excpetion on NavigationPageRenderer.Dispose()Kangho Hur1-5/+0
2016-11-11Merge "Fix NavigationPage InsertPageBefore and PopAsync issue" into devel/dotnetKangho Hur1-1/+9
2016-11-11Merge "Fix TCT issue that the result of Focus method is not changed" into dev...Kangho Hur1-0/+1
2016-11-11Fix TCT issue that the result of Focus method is not changedrina6350.you1-0/+1
2016-11-11Change the position of ToolbarItemOrderKangho Hur1-6/+6
2016-11-10Refactoring of the converters used in renderersPawel Andruszkiewicz14-28/+28
2016-11-10Fix layouting after change children reorderPiotr Bereza1-0/+6
2016-11-10Add a hit box for gesture recognizingPiotr Szydelko2-2/+4
2016-11-10Implement NavigationPage.Tint for backward compatibilityWitold Goralski1-2/+9