aboutsummaryrefslogtreecommitdiff
path: root/iPhone/GTMRoundedRectPath.m
Commit message (Collapse)AuthorAge
* Remove trailing whitespacesGravatar Sergio Campama2017-03-29
|
* Turn on three warnings that were on in Pulse but not on for local ↵Gravatar gtm.daemon2013-06-26
| | | | | | | | | development. Resolve a large collection of warnings generated by turning on SUSPICIOUS_IMPLICIT_CONVERSIONS which included the three warnings but also apparently extras. QA: No change should be observed. TESTED=tests still pass DELTA=155 (48 added, 61 deleted, 46 changed)
* [Author: aracelic]Gravatar gtm.daemon2010-06-28
| | | | | | Adds necessary imports in case somebody wants to use GTM without precompiled headers. R=dmaclach DELTA=5 (5 added, 0 deleted, 0 changed)
* [Author: dmaclach]Gravatar gtm.daemon2010-05-25
| | | | | Makes the rounded rect calls fit the CG calling conventions. R=thomasvl
* [Author: altse]Gravatar gtm.daemon2010-04-23
Add GTMRoundedRectPath to draw rounded rectangles on iPhone. R=thomasvl DELTA=72 (72 added, 0 deleted, 0 changed)