summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updates to labels along linesNicki Dlugash2015-07-096-23/+65
* Merge pull request #1868 from mapbox/xcode-6.4Justin R. Miller2015-07-093-7/+4
|\
| * abbreviate syntax for unused parametersJustin R. Miller2015-07-081-4/+1
| * test on Xcode 6.4 / iOS 8.4Justin R. Miller2015-07-082-3/+3
* | Merge pull request #1866 from mapbox/1858-fix-shape-orderJustin R. Miller2015-07-091-1/+1
|\ \
| * | fixes #1858: proper shape placement in style layersJustin R. Miller2015-07-091-1/+1
| |/
* | Merge pull request #1865 from mapbox/traditionalize-edge-insetsJustin R. Miller2015-07-091-4/+7
|\ \ | |/ |/|
| * refs #1859: use traditional struct declarationJustin R. Miller2015-07-091-4/+7
|/
* Defer initialization until app enters foregroundMinh Nguyễn2015-07-081-41/+64
* Merge pull request #1854 from mapbox/1ec5-symbol-exception-1851Justin R. Miller2015-07-082-4/+8
|\
| * Removed documentation for unavailable methodMinh Nguyễn2015-07-081-4/+0
| * Assert if -mapView:symbolNameForAnnotation: is implementedMinh Nguyễn2015-07-081-0/+8
* | Make FixtureLogObserver thread-safeThiago Marcos P. Santos2015-07-082-1/+11
* | Make MockFileSource behave more like the real oneThiago Marcos P. Santos2015-07-081-3/+5
|/
* Merge pull request #1852 from mapbox/update-user-dot-onceJustin R. Miller2015-07-081-6/+2
|\
| * refs #1125, 1813: update user dot tracking in one placeJustin R. Miller2015-07-081-6/+2
|/
* clean up remainder of sprite removal for nowJustin R. Miller2015-07-081-19/+0
* remove loggingJustin R. Miller2015-07-082-12/+0
* runtime imagery based on annotation titleJustin R. Miller2015-07-081-14/+26
* explicitly bring in headerJustin R. Miller2015-07-081-0/+2
* fix nullabilityJustin R. Miller2015-07-081-1/+1
* fixes for runtime Cocoa imageryJustin R. Miller2015-07-082-32/+19
* nullability for MGLAnnotationImageJustin R. Miller2015-07-081-0/+4
* stub annotation symbol cleanupJustin R. Miller2015-07-081-2/+22
* Cocoa custom marker imagery APIJustin R. Miller2015-07-087-13/+179
* add custom imagery visual testKonstantin Käfer2015-07-086-1/+93
* show info message when Sprite does not existKonstantin Käfer2015-07-085-1/+44
* move crc64() to test fixtureKonstantin Käfer2015-07-084-46/+31
* test SpriteAtlas updates when SpriteStore was updatedKonstantin Käfer2015-07-081-1/+50
* test for sprite image that doesn't existKonstantin Käfer2015-07-081-1/+12
* make sure that the SpriteStore object correctly replaces the SpriteImagesKonstantin Käfer2015-07-082-6/+32
* add image to odd pixelRatio atlasKonstantin Käfer2015-07-083-14/+27
* add test for fractional pixel ratiosKonstantin Käfer2015-07-083-25/+34
* add basic SpriteAtlas testKonstantin Käfer2015-07-083-0/+86
* fix sprite debug window codeKonstantin Käfer2015-07-081-1/+1
* explicitly name the sprite that couldn't be changedKonstantin Käfer2015-07-082-2/+2
* add ability to add random custom markers to test appKonstantin Käfer2015-07-083-0/+51
* replace Style object immediatelyKonstantin Käfer2015-07-084-11/+18
* add ability to set custom sprites on the Map objectKonstantin Käfer2015-07-086-0/+60
* key sprites in sprite atlas by name and wrap valueKonstantin Käfer2015-07-082-3/+5
* make sure that Sprite isn't marked as loaded until we actually added everythi...Konstantin Käfer2015-07-084-47/+65
* mark Image constructor as explicit to avoid accidental implicit argument conv...Konstantin Käfer2015-07-083-6/+6
* don't restrict pixelRatio in SpriteStoreKonstantin Käfer2015-07-086-34/+11
* we're no longer throwing exceptions when loading invalid sprite resourcesKonstantin Käfer2015-07-081-2/+0
* use SpriteStore from the SpriteAtlasKonstantin Käfer2015-07-0814-227/+91
* move SpriteAtlas to the SpriteStore backendKonstantin Käfer2015-07-083-55/+62
* disallow changing an existing Sprite's sizeKonstantin Käfer2015-07-082-7/+38
* use a 64 bit CRC value instead of std::hashKonstantin Käfer2015-07-081-7/+23
* add missing headersKonstantin Käfer2015-07-082-0/+3
* add API for adding multiple sprites at onceKonstantin Käfer2015-07-083-11/+39