summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [core] Introduce Scheduler::bindOnce() and use it in ImageManagerMikhail Pozdnyakov2019-10-101-0/+10
* [core] Introduce Scheduler::makeWeakPtr()Mikhail Pozdnyakov2019-10-092-0/+6
* [core] Decouple Scheduler interface from actor modelMikhail Pozdnyakov2019-10-043-12/+8
* [core] Enable move semantics for StylePropertyMikhail Pozdnyakov2019-09-271-3/+9
* [core] Return enum layer property values as stringAnder Conselvan de Oliveira2019-09-271-1/+1
* [core] Introduce Light::getProperty()Mikhail Pozdnyakov2019-09-273-0/+11
* [core] ValueFactory for `expression::formatted`, other improvementsMikhail Pozdnyakov2019-09-274-21/+39
* [core] Layer::getPaintProperty() -> Layer::getProperty()Mikhail Pozdnyakov2019-09-2612-12/+12
* [core] Separate header for StylePropertyMikhail Pozdnyakov2019-09-262-9/+21
* [core] LayerProperty -> StylePropertyMikhail Pozdnyakov2019-09-2613-25/+25
* [core] Introduce Layer::getPaintProperty() generic getterMikhail Pozdnyakov2019-09-2613-8/+67
* [core] type aliases and conversion traits for mapbox::base::ValueMikhail Pozdnyakov2019-09-262-6/+58
* [core][android][darwin] Move number format to i18nAlexander Shalamov2019-09-262-3/+15
* [core][android][darwin] Move platform specific Collator impls from expressionAlexander Shalamov2019-09-262-4/+26
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-257-22/+14
* [build] Disable clang-format on generated codeThiago Marcos P. Santos2019-09-2512-0/+48
* [build] Fix builds with -pedanticThiago Marcos P. Santos2019-09-201-2/+2
* [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