summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] also remove version info in ImageManager when removing an image (#15397)Konstantin Käfer2019-08-191-0/+1
* [core] Fix use after std::move detected by clang-tidyThiago Marcos P. Santos2019-08-193-3/+5
* [core] Fix layer impl cast in render layer implementationsMikhail Pozdnyakov2019-08-1610-0/+46
* Indroduce clusterProperty option for aggregation (#15287)zmiao2019-08-168-27/+162
* [core] Check type of a convertible value when constructing legacy filterupstream/node-releaseAlexander Shalamov2019-08-161-1/+6
* [core][node] Serialize formatted expression's text-color optionAlexander Shalamov2019-08-151-0/+7
* [core] Clear collision text boxes between symbol placement iterationsAlexander Shalamov2019-08-141-0/+1
* [core] Enable variable placement with allowed text overlapMikhail Pozdnyakov2019-08-131-2/+6
* [core] Simplifications to variable text placement code pathMikhail Pozdnyakov2019-08-132-12/+10
* [core] Render half-width glyphs in upright orientationAlexander Shalamov2019-08-136-8/+31
* [core] Use constexpr map for verticalized punctiationAlexander Shalamov2019-08-131-2/+4
* [core] Break lines for vertical writing modeAlexander Shalamov2019-08-131-4/+3
* [core] Rotate text collision box based on text-rotation valueAlexander Shalamov2019-08-132-5/+7
* [core] Implement support for "text-writing-mode" layout propertyAlexander Shalamov2019-08-1316-107/+343
* [core] Add style bindings for "text-writing-mode" layout propertyAlexander Shalamov2019-08-137-2/+50
* Changelog entries and a nit for #15281Aleksandar Stojiljkovic2019-08-081-1/+1
* [core] Reuse flyTo constant screen velocity calculation for easeTo implementa...Aleksandar Stojiljkovic2019-08-082-18/+26
* [core] easeTo: linear interpolation over zoom instead of scaleAleksandar Stojiljkovic2019-08-081-6/+5
* [core] Enable opaque pass for background layer. fix heatmap+background test.Aleksandar Stojiljkovic2019-08-052-12/+21
* [core] Remove ProjectedCollisionBox from CollisionBoxMikhail Pozdnyakov2019-08-057-64/+91
* [core] Introduce ProjectedCollisionBox typeMikhail Pozdnyakov2019-08-055-60/+83
* [core] Remove unused CollisionBox::offsetMikhail Pozdnyakov2019-08-052-8/+9
* [core] Fix using of uninitialized circle in collision indexMikhail Pozdnyakov2019-08-051-3/+6
* [core] Increase round join approximation precisionAlexander Shalamov2019-08-051-1/+1
* [core] A more accurate algorithm for approximating round line joinsAlexander Shalamov2019-08-051-17/+25
* [core] Fix render tile set source updateMikhail Pozdnyakov2019-08-011-1/+1
* [core] Limit pitch based on edge insets. Fix max Z calculation in getProjMatrix.Aleksandar Stojiljkovic2019-08-013-16/+38
* [core] Fix int overflow issue in GridIndexAlexander Shalamov2019-07-302-16/+18
* [build] Use mapbox-base optionalBruno de Oliveira Abinader2019-07-292-6/+4