summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8
AgeCommit message (Expand)AuthorFilesLines
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces9517-23/+38
2017-03-06[C] ITextElement and TextElement (#789)Stephane Delcroix1-1/+1
2017-02-21update IEditorController callsitesChris King1-2/+4
2017-02-06Revert "[*] ScaleX and ScaleY"Stephane Delcroix1-2/+3
2017-02-06[*] ScaleX and ScaleYStephane Delcroix1-3/+2
2017-02-02Add pressed and released events to Button (#446)Kangho1-3/+10
2017-01-23Reduce overhead of pushing existing navigation stack (#672)E.Z. Hart1-1/+1
2017-01-23Move XF.ConcurrentDictionary to WP8 project (#685)E.Z. Hart3-0/+925
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix2-1/+2
2017-01-10iOS and Android timers should be runnable from any thread and execute… (#374)adrianknight891-30/+0
2016-11-24fix weakreferences (#558)adrianknight891-2/+3
2016-11-16[W] Support 0 as valid BorderWidth (#537)Stephane Delcroix1-2/+2
2016-11-16[C] Use a Binding for ItemsSource object selectionStephane Delcroix1-2/+2
2016-11-15Added CornerRadius property To Frame controlAndrei N1-1/+13
2016-09-27Fix potential NRE accessing current application via Page.RealParent (#330)E.Z. Hart1-1/+1
2016-09-21Implement dispose pattern correctly to support derived classes (#364)E.Z. Hart1-15/+29
2016-08-30KeyboardExtensions is now public (#326)adrianknight891-1/+1
2016-08-30Use character truncation in Windows (#321)E.Z. Hart1-2/+9
2016-08-16Fix Entry/SearchBar color issues (#306)E.Z. Hart4-64/+55
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts8-39/+53
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart12-38/+56
2016-06-08Remove hard-coded image sizes for button images (#202)E.Z. Hart1-10/+25
2016-05-23ixed bug with app resume for windows phone silverlight. Bug 41076 in bugzilla...Daniel Hindrikes1-4/+4
2016-05-04Add IMasterDetailPageController and update renderers (#146)E.Z. Hart1-4/+6
2016-05-04Prep StreamImageSource for removal of InternalsVisibleToE.Z. Hart1-2/+2
2016-05-04Add INavigationPageController (#149)E.Z. Hart1-6/+9
2016-05-02Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141)E.Z. Hart3-3/+6
2016-05-02Prep Image for removal of InternalsVisibleTo (#140)E.Z. Hart1-2/+2
2016-05-02Prep SearchBar for removal of InternalsVisibleTo (#137)E.Z. Hart1-1/+1
2016-04-27Prep Entry for removal of InternalsVisibleTo (#139)E.Z. Hart1-1/+1
2016-04-26Carousel clean (#135)Jason Smith3-15/+0
2016-04-25Make core Ticker abstract and public (#116)E.Z. Hart3-22/+5
2016-04-25Prep WebView and renderers for removal of InternalsVisibleTo (#120)E.Z. Hart1-4/+5
2016-04-19Add TextColor Property to Picker, TimePicker, DatePicker (#84)E.Z. Hart3-10/+77
2016-04-13Suppress translation if scale is zero (#82)kingces951-2/+2
2016-04-11Fix warnings 0219 and 0618 in WP8 Platform (#63)E.Z. Hart6-16/+9
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro4-10/+23
2016-04-07Merge pull request #60 from xamarin/warnings-WP8-4014E.Z. Hart3-2/+36
2016-04-07Un-suppress CS0067 in Platform.WP8; (#57)E.Z. Hart2-1/+6
2016-04-06Merge pull request #55 from xamarin/warnings-WP8-0114E.Z. Hart2-2/+2
2016-04-06Warnings as Errors in product projectskingces951-0/+18
2016-03-30Add options for specifying layout of button text/image contentE.Z. Hart1-12/+64
2016-03-29Merge pull request #23 from xamarin/fix-bugzilla25234kingces951-0/+10
2016-03-28[WP8] CustomMessageBox dismissal no longer causes black SystemTrayPaul DiPietro1-0/+10
2016-03-25Reformat using statementsChris King3-10/+10
2016-03-22Initial importJason Smith86-0/+8834