summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix crash due to mixing legacy filters and expressions (#12065)Anand Thakker2018-06-061-33/+51
* [core] fix bogus unused variable with GCC 7Konstantin Käfer2018-06-041-3/+3
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-06-041-1/+1
* Clamp TileJSON.bounds latitudes to [-90, 90] (#11964)Asheem Mamoowala2018-05-211-8/+9
* [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-176-639/+433
|\
| * [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-106-641/+434
* | [qt] Fix build when building the Qt Location pluginThiago Marcos P. Santos2018-05-141-1/+1
* | [core] Port is-supported-script to native.Chris Loer2018-04-271-0/+5
|/
* 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
* Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-023-34/+8
* [core] Fixed to-rgba with zero opacityMinh Nguyễn2018-03-302-10/+6
* [core] Round-trip linear interpolatorsMinh Nguyễn2018-03-301-1/+5
* [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-094-6/+301
* 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] Implement Expression::serialize()Chris Loer2018-02-2810-23/+177
* [core] continue loading style even if we mutate itKonstantin Käfer2018-02-231-5/+0
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-1512-0/+378
* [core] add support for mapzen terrarium (#11154)Molly Lloyd2018-02-141-0/+10
* TileJSON Bounds allows values inclusive of world extentsAsheem Mamoowala2018-02-121-1/+1
* [core] don't force downloading of Open Sans fontsKonstantin Käfer2018-01-251-1/+1
* Reimplement style values atop NSExpression (#10726)Minh Nguyễn2018-01-241-0/+6
* [core] fix style parsing crash when a layer's paint property is not an objectKonstantin Käfer2018-01-231-0/+3
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-2316-7/+424
* [core] Add warning for invalid text-font valuesJohn Firebaugh2018-01-101-0/+6
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-1014-19/+117
* [core] Handle NaN input to interpolate and stepJohn Firebaugh2018-01-102-8/+11
* [core] Omit inferred type annotations for 'coalesce' argumentsJohn Firebaugh2018-01-092-31/+50
* [core] Fix alpha handling in rgba and to-rgba operatorsJohn Firebaugh2018-01-092-4/+7
* [core] Enable implicit type assertions for array typesJohn Firebaugh2018-01-091-0/+2
* [core] Improve typing for !=, == expressionsJohn Firebaugh2018-01-093-16/+86
* [windows][qt] Remove std:: namespace of some functionsThiago Marcos P. Santos2018-01-081-1/+1
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-052-2/+40
* [core] Migrated upcase, downcase to platform codeMinh Nguyễn2017-12-141-8/+3
* [core] Use wrapped bounds check for CustomTileLoaderAsheem Mamoowala2017-12-071-1/+1
* [core] Mark custom geometry tiles stale without clearing dataAsheem Mamoowala2017-12-063-15/+17
* [core] Use Actors for CustomTileLoader invocation from bindings.Asheem Mamoowala2017-11-223-17/+8
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-226-0/+276
* [core] Fix build on Android + GCC and Android + armeabiThiago Marcos P. Santos2017-11-1211-20/+31
* Implement Expressions (#9439)Anand Thakker2017-11-0824-0/+2881
* [core] Add layer before notifying observerJohn Firebaugh2017-10-251-1/+2
* Replace compile-time polymorphism with runtime polymorphism in the conversion...John Firebaugh2017-10-2317-82/+1508