summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT
AgeCommit message (Expand)AuthorFilesLines
2016-09-30[WinRT] Fix regression on ListView selection with enter key (#402)Paul DiPietro1-8/+6
2016-09-27[Win] Will arrange native children of custom renderers (opt-in) (#322)Samantha Houts1-1/+31
2016-09-27Fix potential NRE accessing current application via Page.RealParent (#330)E.Z. Hart1-1/+1
2016-09-27[UWP/WinRT] ListView UI virtualization works without explicit height on Cell/...Samantha Houts1-1/+3
2016-09-23do not compile winrt stuffs on macStephane Delcroix1-8/+8
2016-09-23[Xaml] Xaml native views and bindings for WP8.1 (#363)Stephane Delcroix1-1/+7
2016-09-21Implement dispose pattern correctly to support derived classes (#364)E.Z. Hart1-0/+6
2016-09-12After Label.FormattedText property changed need invoke UpdateText method (#335)Mikhail1-1/+1
2016-09-08Native Bindings (#278)Stephane Delcroix6-1/+178
2016-08-30[Win] Fix FontAttributes unexpectedly changing a label's size (#325)Paul DiPietro1-1/+4
2016-08-30Use character truncation in Windows (#321)E.Z. Hart2-11/+22
2016-08-30Platform Specifics (#301)Samantha Houts5-27/+95
2016-08-25Fix regression by adding null check in Windows ListView selection (#314)Paul DiPietro1-1/+1
2016-08-16[WinRT] Remove preemptive setting of null upon action sheet closure (#305)Paul DiPietro1-1/+0
2016-08-16[Windows] Correct enter/esc keypress behaviors for MessageDialog (#292)Paul DiPietro1-2/+2
2016-08-16Fix Entry/SearchBar color issues (#306)E.Z. Hart4-48/+74
2016-08-11[Win] Set BindingContext for default cell (#289)Samantha Houts1-5/+7
2016-08-03Enable WebView to render local HTML files on WinRT platforms (#277)E.Z. Hart1-7/+52
2016-08-02[UWP/8.1] ListView respects keyboard selection (#182)Paul DiPietro1-22/+13
2016-08-02Change SourceChanged event on ImageSource to weak event to allow Images (#268)E.Z. Hart1-2/+6
2016-07-18[8.1/UWP] ListView allows selection with enter key (#241)Paul DiPietro1-0/+11
2016-07-18[Win] Setting TabbedPage.BarTextColor works (#244)Samantha Houts1-0/+18
2016-07-18Windows image loader error handling (#260)E.Z. Hart8-22/+47
2016-07-18Ensure BindingContext is properly passed to CreateDefault in UWP ListView (#259)Jason Smith1-4/+3
2016-07-01[All] Crash fixes for ListViews (#243)Samantha Houts1-1/+1
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts8-79/+70
2016-06-16[WinRT] Add base platform as inner proxy navigation to Application, Fix back ...Rui Marinho2-0/+8
2016-06-16[UWP] Escape key returns ActionSheet result (#208)Paul DiPietro1-0/+15
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart7-44/+44
2016-06-08[Win 8.1] Initial ListView selection not shown (#174)Paul DiPietro1-0/+6
2016-06-08Remove hard-coded image sizes for button images (#202)E.Z. Hart1-9/+19
2016-05-27WinRT/UWP center crop image on AspectFill (#190)Adam1-0/+10
2016-05-26[8.1/UWP] Fix PopToRootAsync functioning incorrectly (#185)Paul DiPietro1-0/+7
2016-05-26Fix margins on ViewCell (#189)Rui Marinho1-1/+1
2016-05-04Add IMasterDetailPageController and update renderers (#146)E.Z. Hart1-3/+5
2016-05-04Prep StreamImageSource for removal of InternalsVisibleToE.Z. Hart1-2/+2
2016-05-04Add INavigationPageController (#149)E.Z. Hart1-6/+7
2016-05-02Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141)E.Z. Hart6-11/+17
2016-05-02Prep Image for removal of InternalsVisibleTo (#140)E.Z. Hart1-2/+2
2016-04-27Removed hard reference to StatusBar, changed to type name to prevent crash wh...Nick Gamroth1-2/+3
2016-04-27Prep Entry for removal of InternalsVisibleTo (#139)E.Z. Hart1-1/+1
2016-04-26Carousel clean (#135)Jason Smith4-253/+22
2016-04-25Make core Ticker abstract and public (#116)E.Z. Hart2-25/+6
2016-04-25Prep WebView and renderers for removal of InternalsVisibleTo (#120)E.Z. Hart1-3/+4
2016-04-19Add TextColor Property to Picker, TimePicker, DatePicker (#84)E.Z. Hart4-3/+71
2016-04-18Whitespace fixes (#110)kingces951-2/+5
2016-04-18[UWP] Unhook Entry and Editor event handlers during Dispose (#114)E.Z. Hart2-6/+29
2016-04-18CarouselView Fixes (#101)kingces951-2/+6
2016-04-15[WinRT] Fix WebView.Eval (#87)Jason Smith1-3/+1
2016-04-13Suppress translation if scale is zero (#82)kingces951-2/+2