summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Align URL token replacement behavior with GL JSJohn Firebaugh2018-05-183-7/+17
* [core] Align match behavior with case/==John Firebaugh2018-05-181-2/+16
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-1735-882/+990
|\
| * [core] Convert null to empty string, not “null”Minh Nguyễn2018-05-141-0/+1
| * [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-1012-647/+434
| * [core] Don't crash when attribute count is exceededKonstantin Käfer2018-05-0323-237/+557
| * [core] Don't copy TileLayerIndexes on every frame.Chris Loer2018-05-021-1/+1
* | Fix bug (always true + incorrect calculation) in fill_extrusion_bucket edgedi...Lauren Budorick2018-05-161-2/+2
* | [qt] Fix build when building the Qt Location pluginThiago Marcos P. Santos2018-05-141-1/+1
* | [core] Only run placement for first layer per SymbolBucketChris Loer2018-05-038-14/+32
* | [core] Don't copy TileLayerIndexes on every frame.Chris Loer2018-05-011-1/+1
* | [core] Remove unused 'Throttler' class.Chris Loer2018-04-303-59/+0
* | [core] Port is-supported-script to native.Chris Loer2018-04-273-2/+42
* | [core] only index features within tile boundariesAnsis Brammanis2018-04-263-5/+11
* | [core] fix circle querying for scale and alignmentChris Loer2018-04-2639-68/+186
* | [core] fix querying circles across tile boundariesChris Loer2018-04-267-16/+30
* | [core] Streaming TileCover for polygonal regions (#11267)Asheem Mamoowala2018-04-265-25/+559
* | Review changes:Chris Loer2018-04-251-3/+5
* | Bump GL JS pin to get tests for global symbol querying.Chris Loer2018-04-251-0/+3
* | Port global symbol query from GL JS:Chris Loer2018-04-2534-196/+219
* | Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-2339-377/+411
|\ \ | |/
| * Don't crash on placing symbols with 0 renderable glyphsChris Loer2018-04-192-2/+8
| * Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-122-5/+29
| * Update layer immediately when changing its max/min zoom level (#11399)Łukasz Paczos2018-04-1210-0/+20
| * Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-111-0/+6
| * Fix style parsing bug for constant expressions (#11606)Anand Thakker2018-04-091-14/+27
| * [core] re-bind uniform locations after re-linking program (#11618)Łukasz Paczos2018-04-061-0/+5
| * [core] Add Projection matrix to CustomLayerRenderParameters to transform web ...Asheem Mamoowala2018-04-051-0/+4
| * Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-025-52/+22
| * [core] Make FeatureIndex own GeometryTileData.Chris Loer2018-04-025-30/+27
| * [core] Consolidate GeometryTile symbol/nonSymbolBucketsChris Loer2018-04-024-24/+11
| * [core] Convert GeometryTileWorker to "one-phase" loadingChris Loer2018-04-024-129/+141
| * [core] Fixed to-rgba with zero opacityMinh Nguyễn2018-03-303-14/+24
| * [core] Round-trip linear interpolatorsMinh Nguyễn2018-03-301-1/+5
| * [core] Fix potential race condition crash in symbol querying..Chris Loer2018-03-292-8/+25
| * [core] Fix potential race condition crash in symbol querying..Chris Loer2018-03-292-6/+8
| * [core] Don't resolve tokens after evaluating a text-field or icon-image expre...John Firebaugh2018-03-221-2/+2
| * [core] Double maximum label width by reducing glyph precision.Chris Loer2018-03-223-4/+4
| * [core] Avoid flashing on pitched overzoomed tiles.Chris Loer2018-03-213-3/+12
| * [core] don't hide icons if text is an empty stringAnsis Brammanis2018-03-191-3/+3
| * [core] Update mapbox-gl-jsJohn Firebaugh2018-03-141-2/+8
| * [core] Stringify expression syntax, not function syntaxJohn Firebaugh2018-03-141-125/+6
| * [core] TileJSON conversion clamps bounds longitude to [-180,180], per specAsheem Mamoowala2018-03-091-0/+2
| * [core] Add expression filter support (#11251)Lucas Wojciechowski2018-03-0910-12/+307
| * [android] calculating camera's LatLng for bounds without map padding (#11410)Łukasz Paczos2018-03-081-1/+0
| * Port fix for "at" expression off-by-1 error (#11375)Anand Thakker2018-03-021-4/+10
| * Relax type checking for "length"John Firebaugh2018-03-013-7/+68
| * Infer type assertions for objectJohn Firebaugh2018-03-011-1/+1
| * [core] blacklist vao usage on mali t720 (sapphire 650)Ivo van Dongen2018-03-011-2/+9
| * [core] check opengl error state after custom layer invocationsIvo van Dongen2018-03-011-3/+4