summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-125-59/+44
* Fix style parsing bug for constant expressions (#11606)Anand Thakker2018-04-092-2/+3
* [core] Add Projection matrix to CustomLayerRenderParameters to transform web ...Asheem Mamoowala2018-04-051-0/+3
* Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-022-49/+43
* [core] Fixed to-rgba with zero opacityMinh Nguyễn2018-03-301-0/+2
* [core] Don't resolve tokens after evaluating a text-field or icon-image expre...John Firebaugh2018-03-224-22/+26
* [core] Add expression filter support (#11251)Lucas Wojciechowski2018-03-092-241/+40
* Relax type checking for "length"John Firebaugh2018-03-011-0/+32
* [core] Implement Expression::serialize()Chris Loer2018-02-2817-8/+60
* Correctly parse constant expressions in dds style properties (#11282)Anand Thakker2018-02-212-3/+22
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-156-0/+188
* [core] add support for mapzen terrarium (#11154)Molly Lloyd2018-02-141-2/+8
* [core] Rename "onLowMemory" to "reduceMemoryUse".Chris Loer2018-02-141-1/+1
* [core] Make RendererObserver a public interfaceThiago Marcos P. Santos2018-02-091-0/+35
* Add options for Custom Geometry Source types to enable clipping and wrapping ...Asheem Mamoowala2018-02-072-0/+22
* [core] prioritize Thread::pause() callsKonstantin Käfer2018-02-062-11/+34
* [core] change RunLoop processing to check queue on every iterationKonstantin Käfer2018-02-061-6/+7
* [core] factor out RunLoop::wake()Konstantin Käfer2018-02-061-4/+8
* [core] use the RunLoop's schedule call directlyKonstantin Käfer2018-02-061-18/+1
* Reimplement style values atop NSExpression (#10726)Minh Nguyễn2018-01-246-1/+26
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-238-4/+126
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-1022-22/+94
* [core] Handle NaN input to interpolate and stepJohn Firebaugh2018-01-101-3/+9
* [core] Omit inferred type annotations for 'coalesce' argumentsJohn Firebaugh2018-01-091-3/+10
* [core] Improve typing for !=, == expressionsJohn Firebaugh2018-01-091-0/+31
* [windows][core] Add std::tuple replacement for WindowsThiago Marcos P. Santos2018-01-082-5/+24
* [windows][core] Add missing != operator to TilesetThiago Marcos P. Santos2018-01-081-0/+4
* [windows][core] Include what you useThiago Marcos P. Santos2018-01-081-0/+1
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-053-79/+16
* [core] Fix copy in range-based for loopsJason Wray2017-12-152-2/+2
* [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer.Chris Loer2017-12-111-1/+2
* [core] Support wrapped bounds in LatLngBounds::contains and LatLngBounds::int...Asheem Mamoowala2017-12-071-15/+74
* [build] standardize on -fvisibility=hidden for all targetsKonstantin Käfer2017-11-291-5/+10
* [core] move HeadlessBackend extension initialization code into ImplKonstantin Käfer2017-11-291-1/+1
* [core, ios, macos] Implement unique_any and remove linb::anyAsheem Mamoowala2017-11-224-14/+279
* [core] Use Actors for CustomTileLoader invocation from bindings.Asheem Mamoowala2017-11-221-3/+3
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-224-1/+124
* [core] Cleanup in response to review comments.Chris Loer2017-11-171-3/+3
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-171-1/+2
* [build] Clang-3.8: Explicit mbgl::style::expression::Result default ctorBruno de Oliveira Abinader2017-11-141-0/+4
* [build] Clang-3.8: Default init of a const type requires user-provided ctorBruno de Oliveira Abinader2017-11-141-8/+8
* [core] Fix build on Android + GCC and Android + armeabiThiago Marcos P. Santos2017-11-123-3/+13
* Merge branch 'release-agua' into tvn-merge-releaseTobrun2017-11-101-0/+2
|\
| * [ios, macos] Add selection support to MGLMultiPoint annotations. (#9984)Fabian Guerra Soto2017-10-181-0/+2
| * [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-124-11/+55
| * [core] Add `cameraForLatLngs()` method with modified bearingAsheem Mamoowala2017-10-092-3/+11
* | Implement Expressions (#9439)Anand Thakker2017-11-0833-101/+2087
* | [core] Move GLContextMode to its own Renderer headerBruno de Oliveira Abinader2017-11-013-10/+19
* | [gcc4.9] Keep compatibility with GCC + AndroidThiago Marcos P. Santos2017-10-311-2/+2
* | [core] Add LatLngBounds::contains(const LatLngBounds&)Asheem Mamoowala2017-10-301-0/+7