aboutsummaryrefslogtreecommitdiff
path: root/iPhone/GTMFadeTruncatingLabel.h
Commit message (Collapse)AuthorAge
* Update the project for github migrationGravatar Thomas Van Lenten2015-08-18
| | | | | | - Update URL - Add README.md/License/Contributing info to be up to spec. - Remove a bunch of executable bits on sources.
* [Author: noyau]Gravatar gtm.daemon2012-02-22
| | | | | | | | | | | | This CL changes two things on the GTMFadeTruncatingLabel: * The class now respects the linebreak mode set on the superclass property (but still defaults to UILineBreakModeClip). * The API to create the fading mask is exposed as a class method so it can be reused outside in other contexts with the same display. R=thomasvl APPROVED=thomasvl DELTA=22 (13 added, 1 deleted, 8 changed)
* [Author: justincohen]Gravatar gtm.daemon2011-08-24
Fade to translucent mask used by chrome instead of an ellipses or just truncating the string. R=dmaclach APPROVED=dmaclach DELTA=249 (249 added, 0 deleted, 0 changed)