summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Renderers/VisualElementRenderer.cs
AgeCommit message (Expand)AuthorFilesLines
2017-07-10Revert "Move registration of property handles to static constructors"Kangho Hur1-40/+34
2017-07-10Move registration of property handles to static constructorsKangho Hur1-34/+40
2017-07-10Use bool? for VisualElement.IsFocusAllowed property (Specific)Kangho Hur1-2/+2
2017-07-10Fix Layout issueSeungkeun Lee1-11/+20
2017-07-10Refactoring RenderersSeungkeun Lee1-30/+14
2017-07-10Remove unnecessary update at initializeSeungkeun Lee1-6/+18
2017-07-10Apply TizenSpecifics only if availableKangho Hur1-10/+15
2017-07-10New way of layoutPiotr Bereza1-45/+8
2017-07-10Optimize updating state of control propertiesPiotr Czaja1-4/+5
2017-07-10Remove InternalsVissibleTo from Core to XF.Platforms.TizenKangho Hur1-4/+4
2017-07-10Add ToolTip based on Tizen Specificrina6350.you1-0/+14
2017-07-10Optimize Moved event handlerSeungkeun Lee1-2/+22
2017-07-10Refactor layout update codeSeungkeun Lee1-35/+32
2017-07-10Fix VisualElementRenderer IsDisposed check conditionSeungkeun Lee1-2/+2
2017-07-10Fix FocusDirection to string typeWonYoung Choi1-3/+15
2017-07-10Add Focus related properties for VEKangho Hur1-3/+132
2017-07-10Refactoring GestureHandler for extensionSungHyun Min1-8/+5
2017-07-10Renew the VisualElement.OpacityKangho Hur1-61/+13
2017-07-10Support density independent pixelSeungkeun Lee1-23/+18
2017-07-10Add Style to VisualElement as TizenSpecificKangho Hur1-2/+5
2017-07-10Add Tizen backend rendererKangho Hur1-0/+946