summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] Tweak conversions to reduce binary sizeJohn Firebaugh2018-07-3014-292/+409
* [core] Simplify CompoundExpression implementationJohn Firebaugh2018-07-304-55/+110
* [core] Avoid unnecessary template instantiationsJohn Firebaugh2018-07-301-32/+23
* Fix compilation errors with libc++ on QNX 7Sudarsana Babu Nagineni2018-07-303-15/+15
* [core] Replace expressions RTTI with enums + static castBruno de Oliveira Abinader2018-07-2414-37/+70
* [core] Add `symbol-placement: line-center`Chris Loer2018-07-231-0/+1
* Keep original input for filters using legacy syntax.Asheem Mamoowala2018-07-231-1/+20
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-206-34/+93
* [core] Move expression.cpp to expression directoryJohn Firebaugh2018-07-201-0/+0
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-204-185/+143
* fixed typo in error messageJustyna Janczyszyn2018-07-191-1/+1
* [core] Convert legacy functions directly to expressionsJohn Firebaugh2018-07-135-170/+708
* [core] Simplify Value conversionsJohn Firebaugh2018-07-121-66/+19
* [core] Comparison expressions can have 4th memberMinh Nguyễn2018-07-091-1/+1
* Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue`Mikhail Pozdnyakov2018-07-057-16/+21
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-031-3/+3
* [core] Introduce "collator" expressionsChris Loer2018-07-037-14/+199
* [core] Add assertions to expression constructorsJohn Firebaugh2018-06-295-7/+39
* [core] Remove stops-based *Function constructorsJohn Firebaugh2018-06-291-0/+40
* [darwin] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-291-0/+27
* [core] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-293-92/+208
* [core] A filter expression that errors should be treated as false, not trueJohn Firebaugh2018-06-291-1/+1
* [core] fix crash when trying to parse legacy filtersKonstantin Käfer2018-06-291-0/+5
* [core] InterpolateBase → Interpolate; Interpolate → InterpolateImplJohn Firebaugh2018-06-283-16/+16
* [core] Privatize Interpolate<T>John Firebaugh2018-06-281-7/+88
* [core] Move non-polymorphic Interpolate methods to baseJohn Firebaugh2018-06-281-2/+1
* [core] Split Interpolator into a separate fileJohn Firebaugh2018-06-281-3/+0
* [core] Simplify parseInterpolateJohn Firebaugh2018-06-271-38/+14
* [core] Fix GCC8's new -Wcatch-value warningsZsolt Bölöny2018-06-251-1/+1
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-215-0/+43
* [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