We need to update to a modern revision of PSMTabBarControl to fix VoiceOver support in 10.8.
I've committed the HiDPI resources Paul made to a fork (https://github.com/evands/PSMTabBarControl) of the most appropriate upstream repository (https://github.com/dorianj/PSMTabBarControl - there are a number of forks out there, but this as best I can tell is the one being actively maintained). However, there are 2 change sets on on the binary PSMTabBarControl which concern me: changeset: 4240:e8e7643c539b user: Stephen Holt <sh...@adium.im> date: Sun Oct 23 12:13:38 2011 -0700 summary: New PSMTabs. Fixes an issue where the shadows were rendering half a pixel off when running in 64 bit. changeset: 1526:be85c7245d96 user: Zachary West <z...@adiumx.com> date: Sat Apr 04 19:05:02 2009 +0000 summary: Checking in a modified version of PSMTabBarControl, which allows us to specify the NSColor of a counter's background. Neither of these commits are merged into dorianj's repository, and the commit messages don't indicate where the modified versions were built from nor what change set was involved. Steve made some changes in 2009 which were committed to MacCode (http://code.google.com/p/maccode/source/list) but none of them are e8e7643c539b. I'm not sure where Zac's modified version is at all. Could either of you help, or can anyone else help? Let's try to document such specifics in commit messages for external libraries :) -Evan