Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove a private API in PSMTabBarCell | Xu Jie | 2014-12-01 | 1 | -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 ↵ | rowanbeentje | 2014-02-10 | 1 | -11/+4 |
| | | | | compositeToPoint:...] operations | ||||
* | • fixed several memory leaks in PSMTabBar for NSMutableParagraphStyle ↵ | Bibiko | 2011-01-20 | 1 | -3/+4 |
| | | | | (thanks to report i957) and NSShadows | ||||
* | - Replace the precompiled PSMTabBar framework with a build-from-source ↵ | rowanbeentje | 2010-06-07 | 1 | -0/+579 |
dependency, in preparation for future code and style changes |