summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Native
AgeCommit message (Expand)AuthorFilesLines
2017-07-10Fix Editor cursor position issueSungHyun Min1-3/+9
2017-07-10Initialize SearchBar with a single batch updatePawel Andruszkiewicz1-0/+10
2017-07-10Initialize Entry/Editor with a single batch updatePawel Andruszkiewicz1-2/+10
2017-07-10Initialize Button with single batch updatePawel Andruszkiewicz1-2/+10
2017-07-10Initialize Label with a single batch updatePawel Andruszkiewicz3-2/+81
2017-07-10fix Date/TimePicker crash and handle issuedarkleem1-0/+49
2017-07-10Fixed the LineBreakMode issuerina6350.you2-6/+9
2017-07-10Update Label internal implemnetsSeungkeun Lee3-50/+76
2017-07-10Update usage of GenList APIsSeungkeun Lee1-4/+4
2017-07-10Fix Native.Button default size issuedarkleem1-60/+9
2017-07-10Add temporary solution for Button.Image issueSungHyun Min1-0/+4
2017-07-10fix native.dialog unrealize issuedarkleem1-1/+3
2017-07-10Update BackButton handlingSeungkeun Lee2-49/+0
2017-07-10Fixed the crash issue for TimePickerrina6350.you1-1/+2
2017-07-10Use "popup" style for Dialog buttonsKangho Hur1-0/+5
2017-07-10Label: inform LineBreakMode to elm_labelSungtaek Hong1-1/+12
2017-07-10Unrealize dialog after it dissmissed.Kangho Hur1-0/+2
2017-07-10New way of layoutPiotr Bereza4-39/+27
2017-07-10Remove InternalsVissibleTo from Core to XF.Platforms.TizenKangho Hur2-0/+2
2017-07-10Refactor layout update codeSeungkeun Lee2-34/+5
2017-07-10Disable Layout on Resize callbackSeungkeun Lee1-1/+0
2017-07-10Remove VerticalTextAlignment functionality in LabelSeungkeun Lee2-39/+3
2017-07-10Fix Label layout issueSeungkeun Lee1-15/+1
2017-07-10Fixed Button resize when changing styleSeunghyun Choi1-23/+9
2017-07-10Destroy the drawer along with the MasterDetailPagePawel Andruszkiewicz1-0/+10
2017-07-10Support density independent pixelSeungkeun Lee2-3/+3
2017-07-10Modify FontWeight type for flexibilityKangho Hur4-59/+7
2017-07-10Fix Hiding Master Page on MasterDetailPagejh5.cho1-19/+5
2017-07-10Refactoring Label RendererSeungkeun Lee3-4/+23
2017-07-10Remove unnecessary resize of WindowSeungkeun Lee1-8/+0
2017-07-10Fix ampersand handling in Span classAdam Szczerbiak1-1/+2
2017-07-10Fix wrong Group Header handlingSeungkeun Lee1-6/+7
2017-07-10Add FontWeight for Label and EntryKangho Hur4-1/+114
2017-07-10Fix Span's markup text tagKangho Hur1-1/+1
2017-07-10Refactoring LabelRendererSeungkeun Lee2-3/+3
2017-07-10Fix Span's behavior about new line.Kangho Hur1-1/+3
2017-07-10Apply to default layout for the forms applicationKangho Hur1-1/+25
2017-07-10Change the type of ItemContextItem.Item for extensionSungHyun Min1-11/+11
2017-07-10Ensure that source is not null before accessing itPawel Andruszkiewicz1-3/+2
2017-07-10Set ElmSharp.Color only when image loading has completed.Juwon1-5/+28
2017-07-10Change Span's access modifier to publicsung-su.kim1-2/+2
2017-07-10Add Button StyleSeunghyun Choi1-1/+38
2017-07-10Fix Label wrap issueSeungkeun Lee1-1/+6
2017-07-10Revert "Homogenous mode should be set to false if grouping is enabled"Seungkeun Lee1-33/+2
2017-07-10Support Density Independent Pixel on FontSizeSeungkeun Lee1-1/+1
2017-07-10Ignore TableView.SectionTitle if title is not setKangho Hur1-1/+2
2017-07-10Apply initial value of Cell.IsEnabledSeungkeun Lee1-0/+2
2017-07-10Homogenous mode should be set to false if grouping is enabledPawel Andruszkiewicz1-2/+33
2017-07-10Remove horizontalPadding for Label to measure its width correctlyKangho Hur1-2/+0
2017-07-10Fix TextCell text color bugSeungkeun Lee1-9/+15