summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT
AgeCommit message (Expand)AuthorFilesLines
2017-07-10Make WinRT/UWP platform classes more maintainable (#652)E.Z. Hart1-1/+1
2017-06-28[UWP] Fixes for usage of XF with .net native toolchain (#1024)Rui Marinho1-0/+4
2017-06-26[UWP] Make sure to update HitTestVisible when IsEnable changes (#1015)Rui Marinho1-0/+4
2017-05-10[All] Rename Accessibility -> AutomationProperties (#912)Samantha Houts4-39/+39
2017-04-25Better error handling for image loading errors on iOS/Android (#849)E.Z. Hart1-13/+50
2017-04-11Implicit impl of controller ifaces (#807)kingces9513-96/+77
2017-04-07[Internal] Normalize Obsolete attributes (#860)Samantha Houts1-1/+1
2017-03-29Align iOS, Android, Windows handling of tap gesture event bubbling (#842)E.Z. Hart8-2/+64
2017-03-27[WinRT/UWP] Enable selection in password entry (#677)Paul DiPietro1-10/+54
2017-03-23UI tests for InputTransparent and fixes for Android/Windows (#808)E.Z. Hart1-0/+2
2017-03-22[iOS/Win] Label will not unnecessarily expand (#827)Samantha Houts1-5/+21
2017-03-20Make Entry completed behavior on UWP/WinRT match Android/iOS (#747)E.Z. Hart2-3/+44
2017-03-20[WinRT/UWP] Open Picker dropdown when calling Focus (#762)Paul DiPietro1-0/+19
2017-03-15Bug 53224; Disable Cell if Command IsEnabled false (#812)kingces951-1/+2
2017-03-14[WinRT/UWP] Fix Opacity behavior with ProgressBar (#695)Paul DiPietro3-4/+27
2017-03-14[Win] Labels will now wrap when inside horizontally infinite layouts (#639)Samantha Houts1-0/+35
2017-03-09Fixed a redundant check that caused a massive slowdown on UWP. (#788)BradChase20111-0/+1
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces9519-30/+46
2017-03-06[UWP] Improve toolbar consistency on MasterDetailPage (#744)Jimmy Garrido1-5/+5
2017-03-06[C] ITextElement and TextElement (#789)Stephane Delcroix1-1/+1
2017-03-03[WinRT/UWP] Do not allow IsPresented use in Split mode on desktop (#707)Paul DiPietro1-0/+8
2017-02-23[UWP] connect the actual ObservableCollection to the ComboBox.ItemsSourceStephane Delcroix1-1/+1
2017-02-21update IEditorController callsitesChris King1-2/+4
2017-02-17Split Windows RuntimePlatform into UWP and WinRT (#748)E.Z. Hart1-1/+5
2017-02-17[WinRT/UWP] Insert missing SendScrollFinished call (#751)Paul DiPietro1-0/+1
2017-02-17Fixed Title not updating on parent page (#743)Jimmy Garrido1-0/+2
2017-02-06Revert "[*] ScaleX and ScaleY"Stephane Delcroix1-2/+3
2017-02-06[*] ScaleX and ScaleYStephane Delcroix1-3/+2
2017-02-03Fix disappearing ListView text when changing color settings on Windows (#731)E.Z. Hart7-229/+9
2017-02-02Add pressed and released events to Button (#446)Kangho1-5/+11
2017-01-31[All] Basic Accessibility Support (#713)Samantha Houts7-15/+220
2017-01-31Fix crash in UWP design mode (#735)Jason Smith1-2/+5
2017-01-31[WinRT/UWP] Fix Slider binding value incorrectly (#729)Paul DiPietro1-6/+6
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