summaryrefslogtreecommitdiff
path: root/include/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* [core] Added Map::latLngBoundsForCameraBruno de Oliveira Abinader2017-03-242-0/+14
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-231-0/+11
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-1/+14
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-221-1/+2
* [core] s/onSourceDidChange/onSourceChanged/ + source refBruno de Oliveira Abinader2017-03-211-1/+4
* [core] Pass std::exception_ptr in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-171-1/+2
* [core] Replace MapChange enum with MapObserverBruno de Oliveira Abinader2017-03-153-5/+41
* [core] query source featuresIvo van Dongen2017-03-091-1/+4
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-092-5/+5
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-042-4/+23
* [core] [android] - allow zooming/scaling to use AnimationOptions (#8181)Tobrun2017-02-281-18/+18
* [core] - allow moveBy to use AnimationOptionsTobrun2017-02-201-1/+2
* [core] Link BackendScopes in a list for additional assertionsJohn Firebaugh2017-02-201-1/+2
* [core] Ensure that context resources are destroyed before context is destroyedJohn Firebaugh2017-02-201-2/+1
* [core] Nestable BackendScopeJohn Firebaugh2017-02-202-14/+17
* [core] Expose Map::setZoom with anchor parameterJason Wray2017-02-131-0/+1
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-masterMinh Nguyễn2016-12-201-0/+1
|\
| * [core] use raii to guard backend deactivationIvo van Dongen2016-12-131-6/+25
| * [core, ios, macos] Add image accessor to MGLStyle (#7096)Roman Blum2016-12-051-0/+1
* | [core] use raii to guard backend deactivationIvo van Dongen2016-12-121-6/+25
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.4-masterMinh Nguyễn2016-12-031-0/+2
|\ \ | |/
| * [core, ios, macos] Added layers and sources properties to MGLStyleMinh Nguyễn2016-11-281-0/+2
| * [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-131-2/+2
* | [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-111-2/+2
* | [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-4/+4
|/
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-254-66/+25
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-253-32/+48
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-2/+3
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-2/+2
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-271-1/+1
* [core] Removed map attribution APIMinh Nguyễn2016-09-261-1/+0
* [core] Source-driven attributionMinh Nguyễn2016-09-261-0/+1
* [core] Add interface to add sprites to the styleThiago Marcos P. Santos2016-09-221-0/+4
* [core] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-131-3/+6
* [core] Batch source updatesJohn Firebaugh2016-09-061-3/+2
* [core] add ability show visualize the depth buffer to the GLFW and macOS appKonstantin Käfer2016-08-191-1/+10
* [core] parse more Style JSON propertiesKonstantin Käfer2016-08-191-0/+7
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo...Minh Nguyễn2016-08-121-2/+1
* [core] code style cleanupsKonstantin Käfer2016-07-011-13/+13
* [core] s/Wireframe/Overdraw/gBruno de Oliveira Abinader2016-06-201-1/+1
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-181-2/+2
* [core] Cleaned up enum classesBruno de Oliveira Abinader2016-06-182-12/+12
* [core] Avoid unnecessary work when a symbol annotation is updatedJohn Firebaugh2016-06-171-1/+2
* [core] Runtime source API: Map methodsJohn Firebaugh2016-06-161-0/+7
* [core, node] Implement setPaintProperty for color properties (#5380)John Firebaugh2016-06-161-0/+1
* [core] Introduce Map::getLayerJohn Firebaugh2016-06-131-0/+1
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-021-2/+2
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-6/+9
* [core] Generalize Map::{add,remove}CustomLayerJohn Firebaugh2016-06-022-10/+5