summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT
AgeCommit message (Expand)AuthorFilesLines
2017-01-28Make WinRT/UWP platform classes more maintainable (#652)E.Z. Hart5-558/+322
2017-01-23Reduce overhead of pushing existing navigation stack (#672)E.Z. Hart1-3/+5
2017-01-23Move XF.ConcurrentDictionary to WP8 project (#685)E.Z. Hart1-0/+1
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix1-0/+2
2017-01-10iOS and Android timers should be runnable from any thread and execute… (#374)adrianknight891-35/+4
2017-01-03[WinRT/UWP] Apply BackgroundColor to Stepper buttons (#581)Paul DiPietro2-0/+29
2017-01-03Make UWP toolbar display rules consistent with other platforms (#638)E.Z. Hart2-0/+13
2016-12-19[UWP] Use toolbar foreground color on primary items (#640)Paul DiPietro1-3/+6
2016-12-17[Windows] Fix modal pages being laid out below soft buttons (#395)Jimmy Garrido1-25/+5
2016-12-16[WinRT] Use a queue to prevent multiple MessageDialogs from causing a crash (...Paul DiPietro1-2/+35
2016-12-06[WinRT] Do not store previous page when popping (#565)Paul DiPietro1-1/+3
2016-12-05[WinRT/UWP] Adjust margin for centered Slider (#604)Paul DiPietro1-0/+20
2016-12-02Allow CommandBar to expand and show command labels (#594)E.Z. Hart1-20/+5
2016-11-16[W] Support 0 as valid BorderWidth (#537)Stephane Delcroix1-2/+2
2016-11-15Added CornerRadius property To Frame controlAndrei N1-1/+15
2016-11-15[UWP] Explicitly set mobile StatusBar colors to white Background/black Foregr...Samantha Houts1-6/+22
2016-11-15[WinRT] Fix ModalPushed/ModalPopped not firing (#490)Paul DiPietro1-2/+0
2016-11-15[WinRT] Setting ActivityIdicator color works now (#479)Jimmy Garrido1-1/+19
2016-11-08[UWP] Fix Transparent Default Button (#468)Jimmy Garrido1-1/+4
2016-10-26[Win] Toolbar placement works with initial value (#488)Samantha Houts1-1/+7
2016-10-20Make Editor focused background color behavior consistent with Entry on Window...E.Z. Hart2-5/+26
2016-10-20[WinRT] Fix back button not showing if current page has no title (#438)Jimmy Garrido1-1/+1
2016-10-12Modified type cast to appropriate type (#447)ckrempp911-2/+2
2016-10-11[Windows] Fix crash when toggling IsPassword on multiple Entry controls (#405)Jimmy Garrido1-7/+7
2016-10-11[WinRT] Fix MDP and TabbedPage Appearing/Disappearing (#387)Paul DiPietro1-0/+1
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