summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump podspec to 0.5.0-rc.1 w/ symbolsv0.5.0-rc.1Justin R. Miller2015-07-081-1/+1
* Defer initialization until app enters foregroundMinh Nguyễn2015-07-081-41/+64
* Removed documentation for unavailable methodMinh Nguyễn2015-07-081-4/+0
* Assert if -mapView:symbolNameForAnnotation: is implementedMinh Nguyễn2015-07-081-0/+8
* refs #1125, 1813: update user dot tracking in one placeJustin R. Miller2015-07-081-6/+3
* split renderSync and transition nudging to allow client view syncingJustin R. Miller2015-07-083-4/+12
* 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
* add test for trying to add mismatched SpriteImageKonstantin Käfer2015-07-083-8/+43
* check for presence of Sprite creation warningsKonstantin Käfer2015-07-081-1/+9
* add a separate SpriteParser objectKonstantin Käfer2015-07-088-0/+498
* ratio => pixelRatioKonstantin Käfer2015-07-085-12/+13
* compress_png: void* => const void*Konstantin Käfer2015-07-083-3/+3
* add RAII-style FixtureLogKonstantin Käfer2015-07-082-31/+76
* Sprite store APIKonstantin Käfer2015-07-089-0/+280
* increase simplification for line annotationsAnsis Brammanis2015-07-081-1/+1
* improve round line joins for semi-transparent linesAnsis Brammanis2015-07-083-9/+64
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-0840-214/+308