summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Initiate new placement only when a new bucket appearesMikhail Pozdnyakov2019-09-133-14/+23
* [core] Bitmask operations for enumsMikhail Pozdnyakov2019-09-135-49/+5
* [core] Fix placement for updated bucketsMikhail Pozdnyakov2019-09-132-16/+10
* [core] Fix compilation failure caused by compilation warning for gcc 8Ming Li2019-09-121-2/+7
* [core] Update MapObserver::onDidFinishRenderingFrame() APIMikhail Pozdnyakov2019-09-121-1/+1
* [core] Set fading tiles flag at TilePyramid::updateFadingTiles()Mikhail Pozdnyakov2019-09-121-3/+3
* [core] Use mbgl::underlying_type in style propertiesBruno de Oliveira Abinader2019-09-1112-216/+228
* [core] Expose mbgl::style::Light::setPropertyBruno de Oliveira Abinader2019-09-112-0/+196
* [core] Use mapbox::base::TypeWrapper instead of utils::peerMikhail Pozdnyakov2019-09-101-1/+0
* [core, ios, macos] SDK objects should hold weak pointers to the core style ob...Mikhail Pozdnyakov2019-09-091-1/+6
* [core] Fix Integer overflow when converting tileCoordinates to LatLon (#15560)zmiao2019-09-051-2/+2
* [core, ios] Call transitionFinishFn for jumpTo. (#15473)Julian Rex2019-09-051-0/+9
* Always call onSourceLoaded observers (#15548)Konstantin Käfer2019-09-034-3/+6
* [core] Enable `text-offset` with variable label placementMikhail Pozdnyakov2019-09-038-47/+110
* [core] DEMData: do decode on GPU (port mapbox/mapbox-gl-js#8694)Aleksandar Stojiljkovic2019-08-3015-519/+521
* [core] fix collisionBox alignment when Icon/text translation is enabled (#15467)zmiao2019-08-305-142/+195
* [core] make padding optional when camera position is requested.Łukasz Paczos2019-08-295-6/+6
* [core] Remove programCacheDir parameter from ProgramParametersAnder Conselvan de Oliveira2019-08-277-35/+9
* [core] fix mixed sdf + non-sdf icon rendering in one layer (#15456)zmiao2019-08-269-105/+186
* [core] Fix tileCover / TileCoordinate fromScreenCoordinate(#15442)Aleksandar Stojiljkovic2019-08-235-16/+27
* [core] Export symbol placement update status from MapObserverMikhail Pozdnyakov2019-08-235-9/+11
* [core] Fill layer pattern change must cause re-layoutMikhail Pozdnyakov2019-08-221-0/+1
* [core] Fix GeoJSON tiles updateMikhail Pozdnyakov2019-08-227-9/+10
* [core] Don't overwrite locally renderable glyphs with remote glyphsAsheem Mamoowala2019-08-211-2/+4
* speed up fading when zooming even moreAnsis Brammanis2019-08-201-1/+1
* [core] make symbols fade out faster while zooming outAnsis Brammanis2019-08-203-13/+24
* [core] Fix combination of icon-text-fit with text-variable-anchors and text-w...Alexander Shalamov2019-08-2013-112/+254