aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PSMTabBar/Styles/PSMMetalTabStyle.m
Commit message (Collapse)AuthorAgeFilesLines
* 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