summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers
Commit message (Expand)AuthorAgeFilesLines
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-261-2/+0
* [core] split off render layersIvo van Dongen2017-04-2525-722/+312
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-196-53/+49
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-064-13/+9
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-061-2/+2
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-042-4/+9
* [core] Add DDS support for icon-imageJohn Firebaugh2017-03-312-4/+4
* [core] Add DDS support for text-rotateJohn Firebaugh2017-03-312-4/+4
* [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-312-4/+4
* [core] implement dds for text-offsetMolly Lloyd2017-03-282-4/+4
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-218-0/+236
|\
| * Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-108-0/+236
* | [node] Work around a link error on macOS release builds (#8409)John Firebaugh2017-03-151-0/+5
|/
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-284-84/+168
* [core] Render a circle if either the color or stroke color are visibleJesse Bounds2017-02-171-3/+6
* [core] Enable property functions for text-{field,transform} (#7944)Anand Thakker2017-02-172-8/+8
* [core] Restore support for *-transition propertiesJohn Firebaugh2017-02-098-0/+236
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-0230-211/+249
* [core] Move fill-outline special case to FillLayer::Impl::evaluateJohn Firebaugh2017-02-021-0/+4
* [core] Fix flickering caused by regression in #7586John Firebaugh2017-01-102-2/+2
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-0424-17/+99
* [core, ios] replace `altitude` with `fov`Ansis Brammanis2016-12-211-1/+1
* [core] Convert BucketParameters#layer to a separate parameterJohn Firebaugh2016-12-2116-23/+23
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-099-4/+338
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-1735-701/+768
* [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-112-5/+8
* [core] symbol layer - recalculate style on icon/text size changesIvo van Dongen2016-11-113-39/+39
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-282-0/+67
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-2/+2
* [core] No need for feature querying to support multipolygonsJohn Firebaugh2016-10-116-9/+9
* Better handling for undefined icon|text-rotation-alignment (#6253)Young Hahn2016-09-213-13/+23
* [core] Extract SymbolLayout from SymbolBucketJohn Firebaugh2016-09-142-40/+33
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-067-0/+269
* [core] Add missing classed paint property getterJohn Firebaugh2016-09-067-98/+98
* [core] Add static getters for property default values (#6124)John Firebaugh2016-08-238-8/+352
* [core] Update color layer properties code generatorBruno de Oliveira Abinader2016-07-141-1/+7
* [core] Prefer color aliases for default property valuesBruno de Oliveira Abinader2016-07-135-8/+8
* [core] Use PropertyValue<T> for Annotation line/fillBruno de Oliveira Abinader2016-07-131-1/+1
* [core] Add support for circle-pitch-scaleJohn Firebaugh2016-07-073-0/+11
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-2435-287/+164
* [core] Adjust layer source properties to better reflect realityJohn Firebaugh2016-06-246-42/+40
* [core] Include what you useJohn Firebaugh2016-06-247-0/+7
* Support for icon-text-fit, icon-text-fit-padding (#5334)Young Hahn2016-06-153-0/+20
* Color class (#5361)Young Hahn2016-06-1512-17/+15
* [core] Extract code templates to individual .ejs filesJohn Firebaugh2016-06-133-0/+192
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-132-0/+2
* text-pitch-alignment (#5288)Young Hahn2016-06-104-8/+23
* [core] Revert line-round-limit default to 1 (#5260)John Firebaugh2016-06-061-1/+1
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-0233-0/+2232