aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PSMTabBar/Styles/PSMMetalTabStyle.m
Commit message (Collapse)AuthorAgeFilesLines
* Update tab view drawing to match the style used by 10.12's automatic tabs ↵Stuart Connolly2017-03-261-654/+0
| | | | | | | | | and remove unused tab styles. Issues still to address: - Add tab button does not darken when moused over - The tab overflow button is being clipped and the image is not high res
* Remove a private API in PSMTabBarCellXu Jie2014-12-011-2/+2
| | | | | | Directly assigning to _controlView of a NSActionCell is private and not allowed by Mac App Store. An _customControlView is used to replace _controlView in PSMTabBarCell to avoid direct assigning to _controlView. This should be the last private API to remove before going to Mac App Store.
* Fix run-time warnings due to use of deprecated [NSImage ↵rowanbeentje2014-02-101-8/+5
| | | | compositeToPoint:...] operations
* • fixed several memory leaks in PSMTabBar for NSMutableParagraphStyle ↵Bibiko2011-01-201-2/+3
| | | | (thanks to report i957) and NSShadows
* - Replace the precompiled PSMTabBar framework with a build-from-source ↵rowanbeentje2010-06-071-0/+656
dependency, in preparation for future code and style changes