summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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-061-1/+1
* | [core] code style cleanupsKonstantin Käfer2016-07-011-1/+1
* | [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] 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] Introduce Map::getLayerJohn Firebaugh2016-06-131-0/+4
* | [core] rename onPlacementRedone -> onNeedsRepaintKonstantin Käfer2016-06-101-2/+2
* | Merge branch 'release-android-v4.1.0'Brad Leege2016-06-091-1/+1
|\ \ | |/ |/|
| * [android] #5254 - fix ARMv5 supportThiago Marcos P. Santos2016-06-061-1/+1
* | [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-021-20/+22
* | [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] 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] remove MockView and View dependency in TransformKonstantin Käfer2016-05-181-2/+9
* [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-111-5/+16
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-1/+1
* [core] Merge pull request #4914 from bwhtmn/camera-paddingBrent W2016-05-041-1/+1
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-2/+2
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-0/+34
* [core, ios, osx] cameraThatFitsCoordinateBoundsMinh Nguyễn2016-04-221-2/+6
* [core] Don't copy TransformState (#3501)Thiago Marcos P. Santos2016-04-151-8/+3
* [core] Eliminate MapDataJohn Firebaugh2016-04-151-38/+54
* [core] Remove MapData dependency from PainterJohn Firebaugh2016-04-151-12/+15
* [core] Remove MapData dependency from StyleJohn Firebaugh2016-04-151-6/+19
* [core] Convert MapContext to Map::Impl; eliminate indirectionJohn Firebaugh2016-04-151-110/+378
* [core] Render from the main threadJohn Firebaugh2016-04-141-51/+31