summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] fix icon-text-fitupstream/fix-icon-text-fitKonstantin Käfer2019-10-144-45/+72
* [core] map image type to string until we have a dedicated implementationKonstantin Käfer2019-10-143-36/+38
* Add iOS bindings for cluster properties (#15515)Jordan Kiley2019-10-111-0/+1
* [core] Introduce Scheduler::bindOnce() and use it in ImageManagerMikhail Pozdnyakov2019-10-102-6/+11
* [core] Disallow coalesced requests for patternsMikhail Pozdnyakov2019-10-101-6/+14
* [core] Coalesce requests for the same missing imageMikhail Pozdnyakov2019-10-102-29/+43
* [core] Introduce Scheduler::makeWeakPtr()Mikhail Pozdnyakov2019-10-091-0/+3
* [core] Introduce SequencedScheduler and ParallelSchedulerMikhail Pozdnyakov2019-10-073-43/+74
* [core] Decouple Scheduler interface from actor modelMikhail Pozdnyakov2019-10-043-10/+15
* [core] Orchestration performance for styles with multiple sourcesMikhail Pozdnyakov2019-10-042-26/+39
* [core] fix opacity interpolation for composition expressions (#15738)Ansis Brammanis2019-10-021-5/+4
* [core] Suppress network requests for invisible tilesMikhail Pozdnyakov2019-10-021-0/+4
* [core] Introduce Light::getProperty()Mikhail Pozdnyakov2019-09-272-39/+93
* [core] Layer::getProperty supports layout propertiesMikhail Pozdnyakov2019-09-2710-208/+262
* [core] ValueFactory for `expression::formatted`, other improvementsMikhail Pozdnyakov2019-09-271-0/+29
* [core] Layer::getPaintProperty() -> Layer::getProperty()Mikhail Pozdnyakov2019-09-2611-11/+11
* [core] Separate header for StylePropertyMikhail Pozdnyakov2019-09-261-0/+1
* [core] LayerProperty -> StylePropertyMikhail Pozdnyakov2019-09-2611-169/+169
* [core] Fix clang format errorsMikhail Pozdnyakov2019-09-2610-401/+441
* [core] Introduce Layer::getPaintProperty() generic getterMikhail Pozdnyakov2019-09-2612-379/+820
* [core] type aliases and conversion traits for mapbox::base::ValueMikhail Pozdnyakov2019-09-261-4/+4
* [core][android][darwin] Move number format to i18nAlexander Shalamov2019-09-262-2/+4
* [core][android][darwin] Move platform specific Collator impls from expressionAlexander Shalamov2019-09-262-0/+25
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-2544-127/+88
* [core] Fix bugprone-use-after-moveThiago Marcos P. Santos2019-09-251-15/+14
* [build] Disable clang-format on generated codeThiago Marcos P. Santos2019-09-2532-0/+128
* [build] Move compression to platformThiago Marcos P. Santos2019-09-202-105/+0
* [core] Clang format fixandroid-v8.3.2Mikhail Pozdnyakov2019-09-198-68/+89
* [core] Immutable/Mutable pattern for PlacementMikhail Pozdnyakov2019-09-194-80/+109
* [core] Update buckets in RendererMikhail Pozdnyakov2019-09-196-18/+35
* [core] Fix Placement constnessMikhail Pozdnyakov2019-09-197-16/+20
* [core] Fix formattingMikhail Pozdnyakov2019-09-1812-99/+81
* [core] Use LayerInfo::tileKind in sourcesMikhail Pozdnyakov2019-09-186-12/+12
* [core] Add LayerTypeInfo::TileKindMikhail Pozdnyakov2019-09-1812-18/+47
* [core] Check layer compatibility with sourceMikhail Pozdnyakov2019-09-189-43/+94
* [build] Fix clang format and tidy checksJuha Alanen2019-09-1845-491/+348
* [core] Add removeFeatureState APIJuha Alanen2019-09-188-0/+91
* [core] Feature state support to RenderLayer classesJuha Alanen2019-09-1812-20/+31
* [core] Add feature state support to queryRenderedFeatures APIJuha Alanen2019-09-1810-17/+43
* [core] Add support for set/getFeatureState APIsJuha Alanen2019-09-186-0/+73
* [core] Add SourceFeatureState class to handle feature statesJuha Alanen2019-09-183-0/+97
* [core] Add setFeatureState API to Tile classesJuha Alanen2019-09-185-1/+35
* [core] Add feature state support to bucket classesJuha Alanen2019-09-1816-42/+208
* [core] Add feature-state compound expressionJuha Alanen2019-09-181-0/+15
* [core] Add feature state support to isFeatureConstant expressionJuha Alanen2019-09-181-1/+2
* [core] Add feature state support to expressionJuha Alanen2019-09-182-0/+27
* [Core] Fix wrong `maxzoom` setting of tileSet when using URL source (#15581)zmiao2019-09-172-6/+30
* [build] Make the default styles part of GL NativeThiago Marcos P. Santos2019-09-171-0/+1
* [core] Fix for FormatSectionOverrides::hasOverrideAlexander Shalamov2019-09-171-11/+4
* [core] Coalesce buckets updates from several tilesMikhail Pozdnyakov2019-09-133-6/+24