summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Export default transition delay in Map public APIBruno de Oliveira Abinader2015-07-212-2/+11
* Revert "Revert "split renderSync and transition nudging to allow client view ...Bruno de Oliveira Abinader2015-07-201-2/+6
* s/AppliedClassProperties/AppliedClassPropertyValues/Bruno de Oliveira Abinader2015-07-204-18/+18
* Cleaned up FrameHistoryBruno de Oliveira Abinader2015-07-201-3/+3
* Revert "split renderSync and transition nudging to allow client view syncing"Bruno de Oliveira Abinader2015-07-201-6/+2
* Check for pending animations or transitions when scheduling another render passBruno de Oliveira Abinader2015-07-201-1/+1
* Use the observer pattern for GlyphPBF loadingThiago Marcos P. Santos2015-07-174-139/+135
* Add docs to WorkQueue and GlyphStoreThiago Marcos P. Santos2015-07-173-3/+21
* Only print Sprite warnings if we have Sprites setThiago Marcos P. Santos2015-07-161-1/+3
* Remove hacks because of Glyph requests could not be canceledThiago Marcos P. Santos2015-07-161-6/+2
* Make Glyph requests from the Map ThreadThiago Marcos P. Santos2015-07-164-76/+68
* Keep updating until all the tiles are State::parsedThiago Marcos P. Santos2015-07-165-19/+2
* Introduce the WorkQueueThiago Marcos P. Santos2015-07-162-0/+73
* Add an interface for invoking cancellable tasks on the RunLoopThiago Marcos P. Santos2015-07-152-5/+28
* Merge branch 'release-v0.5.0'Minh Nguyễn2015-07-141-2/+6
|\
| * fixes #1858: proper shape placement in style layersJustin R. Miller2015-07-091-1/+1
| * split renderSync and transition nudging to allow client view syncingJustin R. Miller2015-07-081-2/+6
* | Force style cascade in MapContext::loadStyleJSONBruno de Oliveira Abinader2015-07-141-0/+3
* | Unify default transition values in MapDataBruno de Oliveira Abinader2015-07-1413-57/+80
* | Pass {Duration,TimePoint} by const ref if possibleBruno de Oliveira Abinader2015-07-1418-94/+95
* | s/properties/propertyValues/Bruno de Oliveira Abinader2015-07-143-12/+11
* | Unify time point for Mapcontext::updateBruno de Oliveira Abinader2015-07-144-32/+25
* | Micro-optimizations to StyleBruno de Oliveira Abinader2015-07-141-11/+4
* | Do not return a value on a "[]() -> void"Thiago Marcos P. Santos2015-07-131-1/+1
* | Make one arg ctors explicitThiago Marcos P. Santos2015-07-113-3/+3
* | Remove unused variableThiago Marcos P. Santos2015-07-111-3/+0
* | Remove unused function: cwd()Thiago Marcos P. Santos2015-07-111-19/+0
* | Deffer updateAnnotationTiles() if Source is not availableThiago Marcos P. Santos2015-07-101-2/+11
* | Merge pull request #1840 from mapbox/repeat-distanceNicki Dlugash2015-07-106-23/+65
|\ \
| * | Updates to labels along linesNicki Dlugash2015-07-096-23/+65
* | | Do not report isLoaded() if loading failedThiago Marcos P. Santos2015-07-102-1/+5
* | | Report Sprite parsing errors to ObserversThiago Marcos P. Santos2015-07-106-18/+31
* | | Merge Sprite loading notificationsThiago Marcos P. Santos2015-07-104-10/+6
|/ /
* | fixes #1858: proper shape placement in style layersJustin R. Miller2015-07-091-1/+1
|/
* show info message when Sprite does not existKonstantin Käfer2015-07-081-1/+6
* make sure that the SpriteStore object correctly replaces the SpriteImagesKonstantin Käfer2015-07-081-6/+16
* add image to odd pixelRatio atlasKonstantin Käfer2015-07-082-11/+3
* add test for fractional pixel ratiosKonstantin Käfer2015-07-082-25/+23
* add basic SpriteAtlas testKonstantin Käfer2015-07-081-0/+1
* fix sprite debug window codeKonstantin Käfer2015-07-081-1/+1
* explicitly name the sprite that couldn't be changedKonstantin Käfer2015-07-081-1/+1
* add ability to add random custom markers to test appKonstantin Käfer2015-07-081-40/+0
* replace Style object immediatelyKonstantin Käfer2015-07-083-10/+16
* add ability to set custom sprites on the Map objectKonstantin Käfer2015-07-085-0/+55
* 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-081-1/+1
* don't restrict pixelRatio in SpriteStoreKonstantin Käfer2015-07-085-21/+5
* use SpriteStore from the SpriteAtlasKonstantin Käfer2015-07-0813-225/+89
* move SpriteAtlas to the SpriteStore backendKonstantin Käfer2015-07-083-55/+62