summaryrefslogtreecommitdiff
path: root/src/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* [core] Move TransformState::{un,}project() to ProjectionBruno de Oliveira Abinader2016-10-193-34/+14
* [core] Move TransformState::worldSize() to ProjectionBruno de Oliveira Abinader2016-10-193-19/+14
* [core] Skip redundant spherical mercator variable updates in {ease,fly}ToBruno de Oliveira Abinader2016-10-191-5/+0
* [core] Skip duplicated IDs when querying point annotationsBruno de Oliveira Abinader2016-10-121-3/+5
* [core] Fix Map::setLatLng behaviorBruno de Oliveira Abinader2016-10-071-1/+1
* [core] Refactor BufferJohn Firebaugh2016-10-051-0/+1
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-2/+2
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-271-11/+11
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-271-1/+1
* [core, qt] Generalized source change notificationMinh Nguyễn2016-09-262-2/+2
* [core] Removed map attribution APIMinh Nguyễn2016-09-261-4/+0
* [core] Source-driven attributionMinh Nguyễn2016-09-262-1/+11
* [core] Reuse Map::update()Bruno de Oliveira Abinader2016-09-261-4/+2
* [core] Add interface to add sprites to the styleThiago Marcos P. Santos2016-09-221-0/+24
* [core] add MapChangeDidFinishLoadingStyle signal (#6371)Ivo van Dongen2016-09-202-0/+6
* [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