summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] Remove shape layers from the style (fixes #2405)John Firebaugh2015-10-202-9/+22
* [core] Set fade/transition duration to 0 if map mode is stillBruno de Oliveira Abinader2015-10-141-4/+4
* Fix for style properties transition updatesBruno de Oliveira Abinader2015-10-062-1/+9
* [iOS] fix benchmarking app and update to style v8Konstantin Käfer2015-10-021-1/+1
* Install RapidJSON from masonJohn Firebaugh2015-10-012-2/+3
* mason variant@1.0Mike Morris2015-09-304-4/+6
* Rewrite annotation invalidation strategyJohn Firebaugh2015-09-283-54/+34
* map/annotation.* ⇢ annotation/annotation_manager.*John Firebaugh2015-09-281-1/+1
* fixes #1675: abstract annotation tile refresh check/render; trigger post-spri...Justin R. Miller2015-09-112-0/+5
* Style no longer requires mainloop accessBruno de Oliveira Abinader2015-09-022-5/+2
* Merge branch 'v8'John Firebaugh2015-08-247-93/+112
|\
| * remove text-max-size and icon-max-sizeAnsis Brammanis2015-08-205-9/+17
| * Remove constantsJohn Firebaugh2015-08-202-65/+24
| * Add circle render typeBruno de Oliveira Abinader2015-08-205-0/+37
| * Rename some style propertiesTom MacWright2015-08-204-7/+7
| * Font stacks as arraysTom MacWright2015-08-201-15/+21
| * Check for v8Lauren Budorick2015-08-202-0/+9
* | move RenderPass check to the StyleLayer objectKonstantin Käfer2015-08-202-2/+36
|/
* s/AppliedClassProperties/AppliedClassPropertyValues/Bruno de Oliveira Abinader2015-07-204-18/+18
* Make Glyph requests from the Map ThreadThiago Marcos P. Santos2015-07-161-2/+2
* Unify default transition values in MapDataBruno de Oliveira Abinader2015-07-146-30/+33
* Pass {Duration,TimePoint} by const ref if possibleBruno de Oliveira Abinader2015-07-147-31/+31
* s/properties/propertyValues/Bruno de Oliveira Abinader2015-07-143-12/+11
* Unify time point for Mapcontext::updateBruno de Oliveira Abinader2015-07-142-4/+2
* Micro-optimizations to StyleBruno de Oliveira Abinader2015-07-141-11/+4
* Report Sprite parsing errors to ObserversThiago Marcos P. Santos2015-07-102-4/+3
* Merge Sprite loading notificationsThiago Marcos P. Santos2015-07-102-6/+2
* replace Style object immediatelyKonstantin Käfer2015-07-082-7/+7
* make sure that Sprite isn't marked as loaded until we actually added everythi...Konstantin Käfer2015-07-082-2/+5
* don't restrict pixelRatio in SpriteStoreKonstantin Käfer2015-07-081-2/+2
* use SpriteStore from the SpriteAtlasKonstantin Käfer2015-07-082-16/+19
* move SpriteAtlas to the SpriteStore backendKonstantin Käfer2015-07-081-1/+1
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-081-4/+4
* Use unique_ptr for Source objects (fixes #904)John Firebaugh2015-07-024-19/+19
* Reduce number of arguments in Source::update pathwayJohn Firebaugh2015-07-011-2/+1
* Get rid of Environment et al.Thiago Marcos P. Santos2015-06-252-4/+3
* Introduce the ThreadContextThiago Marcos P. Santos2015-06-251-3/+3
* Cleaned up remaining bool function return valuesBruno de Oliveira Abinader2015-06-232-35/+35
* Improve readibility for style parser resultsBruno de Oliveira Abinader2015-06-232-96/+104
* Fix result value from parseProperty when T = std::array<float, 2>Bruno de Oliveira Abinader2015-06-221-2/+2
* Change StyleBucket::source to indirect referenceJohn Firebaugh2015-06-184-12/+26
* squash of #1655: shape annotations support for core & iOSJustin R. Miller2015-06-154-343/+29
* Fix race condition on error notificationThiago Marcos P. Santos2015-06-042-0/+7
* Remove references to ResourceLoaderThiago Marcos P. Santos2015-06-021-1/+1
* Remove unused; fix naming styleJohn Firebaugh2015-06-012-9/+5
* Merge ResourceLoader into Style and move atlas ownershipJohn Firebaugh2015-06-012-45/+204
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-262-3/+1
* Parse feature types in set filtersMinh Nguyễn2015-05-071-1/+5
* add Map::isFullyLoaded()Konstantin Käfer2015-05-052-3/+5
* build render order array once instead of recursing through lots of different ...Konstantin Käfer2015-05-042-0/+18