summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT.Tablet/TabbedPageRenderer.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-04-11Implicit impl of controller ifaces (#807)kingces951-5/+3
* Simplify ICtrl callsites * Rebase fix
2017-01-31[All] Basic Accessibility Support (#713)Samantha Houts1-0/+5
* [Core] Add accessibility properties * [Controls] Add accessibility gallery * [iOS] Implement accessibility properties * [Android] Implement accessibilty properties * [Win] Implement accessibility properties * [Win] Select ListView item on selected for a11y * Update docs * TODO: macOS accessibility * [iOS] Fix failing UI Tests
2016-10-11[WinRT] Fix MDP and TabbedPage Appearing/Disappearing (#387)Paul DiPietro1-0/+2
2016-07-18[Win] Setting TabbedPage.BarTextColor works (#244)Samantha Houts1-10/+60
[Win] TabbedPage BarBG takes precedence
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts1-0/+1
* Prep Cell & friends for removal of InternalsVisibleTo Includes: - Cell - EntryCell - ListView - MenuItem - TableView - ViewCell - Toolbar Moved extensions to Internal & removed TPH * Update docs * [Controls] Ignore Issue2411 on iOS <9 * [Controls] Formatting for Issue2411
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart1-3/+4
2016-04-18BarBackgroundColor and BarTextColor on TabbedPage (#96)Samantha Houts1-1/+34
* [Core] Add properties to TabbedPage * [Controls] Add properties to test page * [iOS] Added BarBackgroundColor & BarTextColor to TabbedPage * [A] Added BarBackgroundColor & BarTextColor to TabbedPage * [UWP] Added BarBackgroundColor & BarTextColor to TabbedPage * [WinRT] Format file * [WinRT] Added BarBackgroundColor & BarTextColor to TabbedPage * [Docs] Updated docs
2016-03-22Initial importJason Smith1-0/+236