aboutsummaryrefslogtreecommitdiff
path: root/iPhone/GTMFadeTruncatingLabel.m
Commit message (Collapse)AuthorAge
* Add missing awakeFromNib to GTMFadeTruncatingLabel and GTMUILocalizerGravatar Justin Cohen2016-06-13
|
* 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.
* CGSizeZero is a constant, not a function.Gravatar gtm.daemon2014-08-27
| | | | DELTA=1 (0 added, 0 deleted, 1 changed) DELTA_BY_EXTENSION=m=1
* Protect against inserting nil into dictionaries.Gravatar gtm.daemon2014-08-27
| | | | | | | | The iOS 7 APIs for drawing strings require NSDictionary parameters so make sure there's no way to insert a nil value when creating the dictionaries or the app will crash. DELTA=35 (10 added, 0 deleted, 25 changed) DELTA_BY_EXTENSION=m=35
* Restore GTMFadeTruncatingLabel's ability to render text in any color other thanGravatar gtm.daemon2014-08-26
| | | | | | black. DELTA=16 (14 added, 1 deleted, 1 changed) DELTA_BY_EXTENSION=m=15
* Fix compilation against iOS 7 deployment target.Gravatar gtm.daemon2014-08-20
| | | | DELTA=35 (34 added, 0 deleted, 1 changed) DELTA_BY_EXTENSION=m=35
* Update the line break mode to use the updated constant, ↵Gravatar gtm.daemon2013-08-23
| | | | | NSLineBreakByClipping, instead of UILineBreakModeClip. DELTA=1 (0 added, 0 deleted, 1 changed)
* Fix up some compiler warnings.Gravatar gtm.daemon2013-07-02
| | | DELTA=7 (0 added, 0 deleted, 7 changed)
* [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: stuartmorgan]Gravatar gtm.daemon2011-09-01
| | | | | | Add text shadow support to GTMFadeTruncatingLabel R=thomasvl APPROVED=thomasvl
* [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)