summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [core] Add LayerTypeInfo::TileKindMikhail Pozdnyakov2019-09-181-0/+6
* [core] Check layer compatibility with sourceMikhail Pozdnyakov2019-09-187-1/+13
* [build] Fix clang format and tidy checksJuha Alanen2019-09-183-31/+12
* [core] Add removeFeatureState APIJuha Alanen2019-09-181-1/+4
* [core] Add support for set/getFeatureState APIsJuha Alanen2019-09-181-0/+12
* [core] Add feature state support to bucket classesJuha Alanen2019-09-181-0/+24
* [core] Add feature state support to expressionJuha Alanen2019-09-182-0/+13
* [core] Add new types for feature statesJuha Alanen2019-09-181-0/+3
* [Core] Fix wrong `maxzoom` setting of tileSet when using URL source (#15581)zmiao2019-09-171-1/+4
* [build] Fix clang format and tidy checksThiago Marcos P. Santos2019-09-172-5/+10
* [build] Mark explicitly visible symbolsThiago Marcos P. Santos2019-09-171-0/+21
* [build] Make the default styles part of GL NativeThiago Marcos P. Santos2019-09-171-0/+30
* [core] Bitmask operations for enumsMikhail Pozdnyakov2019-09-132-16/+35
* [core] Update MapObserver::onDidFinishRenderingFrame() APIMikhail Pozdnyakov2019-09-121-1/+7
* [core] Expose mbgl::style::Light::setPropertyBruno de Oliveira Abinader2019-09-112-0/+8
* [core] Use mapbox::base::TypeWrapper instead of utils::peerMikhail Pozdnyakov2019-09-103-38/+4
* [core, ios, macos] SDK objects should hold weak pointers to the core style ob...Mikhail Pozdnyakov2019-09-097-4/+39
* [core] Add requiredTileCount to OfflineRegionStatusBruno de Oliveira Abinader2019-08-291-0/+5
* [core] make padding optional when camera position is requested.Łukasz Paczos2019-08-291-1/+1
* [core] Remove programCacheDir parameter from ProgramParametersAnder Conselvan de Oliveira2019-08-271-1/+0
* [core] Export symbol placement update status from MapObserverMikhail Pozdnyakov2019-08-232-3/+3
* Indroduce clusterProperty option for aggregation (#15287)zmiao2019-08-164-19/+30
* [core][node] Serialize formatted expression's text-color optionAlexander Shalamov2019-08-151-0/+2
* [core] Add style bindings for "text-writing-mode" layout propertyAlexander Shalamov2019-08-132-0/+9
* [core] Limit pitch based on edge insets. Fix max Z calculation in getProjMatrix.Aleksandar Stojiljkovic2019-08-011-1/+1
* [docs] Remove references to increasing offline tile limitHeather Stenson2019-07-181-2/+1
* [core] Synchronize render passes and render tilesMikhail Pozdnyakov2019-07-111-0/+2
* [core] Introduce LayerProperties::constantsMask()Mikhail Pozdnyakov2019-07-021-1/+2
* [core] Minor change to silence documentation warning on iOS.Julian Rex2019-07-021-2/+2
* [core] Add number-format expressionJuha Alanen2019-06-273-1/+45
* [core] DefaultFileSource dynamic support for cache-only requestsBruno de Oliveira Abinader2019-06-252-12/+20
* [core] Add method for setting a maximum size for the ambient cacheThiago Marcos P. Santos2019-06-181-6/+24
* [core] Clear/Invalidate should also work on non-tile resourcesThiago Marcos P. Santos2019-06-181-7/+13
* [core] Rename resetCache to resetDatabaseThiago Marcos P. Santos2019-06-181-1/+1
* [core] Surface cache management APIsThiago Marcos P. Santos2019-06-131-0/+28
* [build] remove roundtrip through <experimental/optional> when using optionalKonstantin Käfer2019-06-121-1/+1
* [core] Make tile id unwrapTo() constMikhail Pozdnyakov2019-06-101-4/+4
* [core] remove platform::show(Color)?DebugImageKonstantin Käfer2019-05-281-6/+0
* [core] refactor program object creationKonstantin Käfer2019-05-283-3/+49
* [core] Remove priority from the constructorThiago Marcos P. Santos2019-05-281-11/+7
* [core] Introduce usage tag for resourcesThiago Marcos P. Santos2019-05-281-0/+7
* [core] Offset viewport center when edge insets are specifiedAleksandar Stojiljkovic2019-05-281-2/+2
* [core] invoke optional resource path change completion listenerŁukasz Paczos2019-05-241-1/+4
* [core] limit thread's scope to release the Object before detaching the threadŁukasz Paczos2019-05-241-11/+15
* [core] option to perform platform specific operations when creating/destroyin...Łukasz Paczos2019-05-222-0/+16
* [core] RenderLayer::render(PaintParameters, RenderSource*) -> render(PaintPar...Mikhail Pozdnyakov2019-05-221-0/+2
* [core] Forward ImageManagerObserver::onRemoveUnusedStyleImages to MapObserver...Alexander Shalamov2019-05-212-0/+4
* [core] Define max cache size for ImageManagerAlexander Shalamov2019-05-211-0/+4
* [core] Don't use optional unique_ptr in function coversion codeAnder Conselvan de Oliveira2019-05-211-7/+7
* [core] Fix most identity function with default legacy expression testsAnder Conselvan de Oliveira2019-05-211-8/+15