timthedevguy / BGHUDAppKit

* BGHUDAPPKIT is no longer under development by me, I hope that the community will keep it alive and going as I no longer have time to dedicate to the project** The missing HUD controls. Please scroll down to read the readme file for an important notice concerning the future of BGHUDAppKit. Note that there are multiple versions available, 10.5+, 10.6.7, and now 10.7. As soon as I learn how I'll make these all one code base if possible.
http://www.binarymethod.com/
312 stars 57 forks source link

Modifications from Artlantis group #47

Closed CocoaBob closed 13 years ago

CocoaBob commented 13 years ago

Hi, I'm one of the members in Artlantis group, we are still using BGHUDAppKit in our product.(www.artlantis.com, not released yet)

Here are all the modifications until now.

These two additions may be not so useful for others, I think. -(BOOL)isOverrideFillColor; -(NSColor *)highlightTextColor;

But this one is really useful. Especially when people want to realize some gradient effect which is not only vertical. -(CGFloat)gradientAngle;

And the following additions are important for stable reasons. ![[[[self controlView] superclass] className] isEqualToString: @"BGHUDTableView"] && ![[[[self controlView] superclass] className] isEqualToString: @"BGHUDOutlineView"] &&

timthedevguy commented 13 years ago

Thank you very much for sharing your work! I'll review these and get them added to the repo.

timthedevguy commented 13 years ago

These have been added, thanks again!