summaryrefslogtreecommitdiff
path: root/src/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-2/+4
* [core] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-131-6/+19
* [core] Check if style exists prior to accessing via Map functionsBruno de Oliveira Abinader2016-09-131-20/+58
* [core] Batch source updatesJohn Firebaugh2016-09-061-0/+4
* [core] Prepare style observer interfaces for source reloadingJohn Firebaugh2016-09-061-9/+8
* [core] remove unused TimePoint during Source updateKonstantin Käfer2016-09-051-1/+0
* [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l...Konstantin Käfer2016-09-051-1/+1
* [core] Emit MapChangeDidFailLoadingMap when the style cannot be loaded or parsedThiago Marcos P. Santos2016-08-241-1/+8
* [core] Don't allow style mutations to be overwritten by revalidationJohn Firebaugh2016-08-231-0/+20
* [core] parse more Style JSON propertiesKonstantin Käfer2016-08-191-0/+22
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo...Minh Nguyễn2016-08-121-4/+12
* Merge branch 'release-ios-v3.3.0'Minh Nguyễn2016-07-191-6/+9
|\
| * [core] Guard against camera's `minScale` being NaNJason Wray2016-07-151-6/+9
| * [core] log2 polyfill for ARMv5Thiago Marcos P. Santos2016-06-062-2/+2
* | [core] Fix matrix when panning around the worldBruno de Oliveira Abinader2016-07-121-1/+1
* | [core] code style cleanupsKonstantin Käfer2016-07-015-43/+45
* | [core] Use the right types for zoom scale logicBruno de Oliveira Abinader2016-06-281-3/+3
* | [core] Merge TexturePool into ObjectStore; pool all textures (#5477)John Firebaugh2016-06-271-9/+4
* | [core] Remove TexturePool from style::UpdateParameters (#5442)John Firebaugh2016-06-221-1/+0
* | [core] remove TexturePool dependency from Raster constructorKonstantin Käfer2016-06-221-1/+1
* | [core] s/Wireframe/Overdraw/gBruno de Oliveira Abinader2016-06-201-3/+3
* | [core] Refactor wireframe to match JS overdraw modeBruno de Oliveira Abinader2016-06-201-1/+1
* | [core] Added mbgl::util::DEFAULT_TRANSITION_EASEBruno de Oliveira Abinader2016-06-201-1/+1
* | [core] Avoid unnecessary work when a symbol annotation is updatedJohn Firebaugh2016-06-171-6/+9
* | [core] Runtime source API: Map methodsJohn Firebaugh2016-06-161-0/+13
* | [core] Separate pattern size from draw-time variablesBruno de Oliveira Abinader2016-06-151-2/+3
* | [core] Introduce Map::getLayerJohn Firebaugh2016-06-131-0/+4
* | [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-1/+0
* | [core] rename onPlacementRedone -> onNeedsRepaintKonstantin Käfer2016-06-101-2/+2
* | Merge branch 'release-android-v4.1.0'Brad Leege2016-06-092-2/+2
|\ \ | |/ |/|
| * [android] #5254 - fix ARMv5 supportThiago Marcos P. Santos2016-06-062-2/+2
* | [core] code style and remove unused codeKonstantin Käfer2016-06-061-9/+9
* | [core] Perform GL object store cleanup on low memoryBruno de Oliveira Abinader2016-06-031-0/+1
* | [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-021-13/+7
* | [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-022-20/+58
* | [core] Generalize Map::{add,remove}CustomLayerJohn Firebaugh2016-06-021-10/+3
* | [core] Runtime style layer APIJohn Firebaugh2016-06-021-1/+0
* | [all] Rationalize annotation APIJohn Firebaugh2016-06-011-25/+5
* | [core] Use geometry.hpp types for shape annotationsJohn Firebaugh2016-06-011-3/+2
* | [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-011-6/+6
|/
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-253-12/+3
* [core] Move GLFW stencil clip debug to coreBruno de Oliveira Abinader2016-05-241-0/+7
* [core] move *Observers to their own filesKonstantin Käfer2016-05-231-1/+2
* [core] Implement MapDebugOptions::WireframeBruno de Oliveira Abinader2016-05-231-1/+3
* [core] Avoid NaNs in TransformState unit conversionsBruno de Oliveira Abinader2016-05-202-14/+21
* [core] remove MockView and View dependency in TransformKonstantin Käfer2016-05-184-16/+61
* [core] Rewrite TileCoordinate in terms of geometry.hpp pointJohn Firebaugh2016-05-173-69/+39
* [core] Introduce StyleQueryParameters; push coordinate calculations into SourceJohn Firebaugh2016-05-171-27/+17
* [core] Use mapbox::geometry::box in queryRenderedFeaturesJohn Firebaugh2016-05-131-10/+16
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-115-13/+50