summaryrefslogtreecommitdiff
path: root/include/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
...
* [core] implement dds for text-offsetMolly Lloyd2017-03-282-4/+4
* [core] Avoid public geometry_tile_data.hpp includeJohn Firebaugh2017-03-282-3/+4
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-2313-317/+391
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-218-0/+59
|\
| * Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-108-0/+59
| * [core] query source featuresIvo van Dongen2017-03-102-0/+29
* | Make Source::getZoomRange return an optional rangeBruno de Oliveira Abinader2017-03-211-2/+1
* | [core] Expose Source::getZoomRangeBruno de Oliveira Abinader2017-03-201-1/+4
* | [node] Work around a link error on macOS release builds (#8409)John Firebaugh2017-03-151-3/+1
* | [core] query source featuresIvo van Dongen2017-03-092-0/+29
|/
* [core] Avoid using std::function in property_setter.hppJohn Firebaugh2017-03-083-198/+209
* For data-driven paint setters, transition immediately to target value (#8306)Anand Thakker2017-03-081-0/+1
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-042-0/+8
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-30/+30
* [core] Enable property functions for text-{field,transform} (#7944)Anand Thakker2017-02-171-6/+6
* Refactor: use conversion system to convert MGLStyleFunction to mbgl core type...Anand Thakker2017-02-151-1/+1
* [core] Introduce dedicated filter types for $type and $id special cases (#7971)John Firebaugh2017-02-093-50/+287
* [core] Restore support for *-transition propertiesJohn Firebaugh2017-02-0912-0/+198
* [core, ios, macos] Refactor composite stop types and conversionsJohn Firebaugh2017-02-095-71/+185
* [ios, macos] Add support for data-driven property functionsJesse Bounds2017-02-021-0/+5
* [core] default value support in categorical function conversionIvo van Dongen2017-02-028-31/+64
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-0223-159/+874
* [core] Include what you useThiago Marcos P. Santos2017-01-201-0/+1
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7Minh Nguyễn2017-01-164-2/+66
|\
| * [core] Filter operator==John Firebaugh2017-01-041-1/+59
| * [core] Added URL accessor for tile sourcesMinh Nguyễn2016-12-203-1/+7
* | [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-0/+2
* | [core] Use PropertyMap typedefJohn Firebaugh2017-01-041-2/+2
* | [core, ios] replace `altitude` with `fov`Ansis Brammanis2016-12-211-1/+1
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-masterMinh Nguyễn2016-12-201-3/+3
|\ \ | |/
| * [ios, macos] Migrate MGLCustomStyleLayerAdditions to style layer API (#7250)Minh Nguyễn2016-12-071-3/+3
* | [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-095-1/+102
* | [core] Move evaluation algorithm to FunctionJohn Firebaugh2016-12-061-1/+4
* | [core] Inline friend equality operatorsJohn Firebaugh2016-12-062-23/+15
* | [core] Functions must have at least one stopJohn Firebaugh2016-12-012-2/+8
* | [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-172-4/+16
|/
* [core] Removed map attribution APIMinh Nguyễn2016-09-261-0/+3
* Better handling for undefined icon|text-rotation-alignment (#6253)Young Hahn2016-09-211-1/+1
* [core] Trigger Source::Impl::reload when a filter or layout property is modifiedJohn Firebaugh2016-09-061-15/+55
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-062-0/+27
* [core] Add missing classed paint property getterJohn Firebaugh2016-09-067-49/+49
* update filter doc usage example (#6202)Dane Springmeyer2016-08-311-5/+2
* [core] Change GeoJSONSource::getURL() to return an optional<std::string>John Firebaugh2016-08-261-1/+2
* [core] Add static getters for property default values (#6124)John Firebaugh2016-08-237-0/+88
* [core] #6071 - extract GeoJSONOptions conversion from GeoJSONSource conversionIvo van Dongen2016-08-232-55/+83
* [core] set correct depth values for CustomLayer so compositing worksKonstantin Käfer2016-08-221-0/+2
* [core] added template instances for Source.is<>().Ivo van Dongen2016-08-183-0/+15
* [core] support "scheme": "tms" in TileJSON filesKonstantin Käfer2016-08-161-0/+8
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-272-17/+107
* [core] Add support for $id key to filtersJohn Firebaugh2016-07-182-6/+28