summaryrefslogtreecommitdiff
path: root/test/style
Commit message (Expand)AuthorAgeFilesLines
* [core] Rework spec function/expression taxonomyLauren Budorick2018-05-141-3/+3
* [core] Port is-supported-script to native.Chris Loer2018-04-271-1/+1
* Bump GL JS pin to get tests for global symbol querying.Chris Loer2018-04-251-0/+4
* Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-122-3/+13
* [core] Round-trip linear interpolatorsMinh Nguyễn2018-03-301-1/+3
* [core] Stringify expression syntax, not function syntaxJohn Firebaugh2018-03-141-12/+13
* [core] TileJSON conversion clamps bounds longitude to [-180,180], per specAsheem Mamoowala2018-03-091-0/+10
* [core] Add expression filter support (#11251)Lucas Wojciechowski2018-03-091-76/+64
* TileJSON Bounds allows values inclusive of world extentsAsheem Mamoowala2018-02-121-0/+10
* [core] don't force downloading of Open Sans fontsKonstantin Käfer2018-01-251-0/+21
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-0/+194
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-0/+75
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-051-0/+72
* [core] Use Actors for CustomTileLoader invocation from bindings.Asheem Mamoowala2017-11-221-2/+2
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-221-0/+37
* Implement Expressions (#9439)Anand Thakker2017-11-083-0/+142
* [core] Use convertJSON instead of RapidJSON directlyJohn Firebaugh2017-10-165-50/+23
* [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-161-0/+1
* [core] Add minzoom to GeoJSONOptionsKonstantin Käfer2017-09-281-0/+2
* [core] Added Style::getDefaultCamera()Bruno de Oliveira Abinader2017-08-111-9/+9
* [core] mutate style on annotation mutations immediatelyIvo van Dongen2017-07-181-1/+3
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-1/+1
* [core] Use shared pointer to manage Image source raster data and speed up cha...Asheem Mamoowala2017-07-171-1/+1
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-121-3/+6
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-121-1/+2
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-222-9/+9
* [all] Promote Style to public APIJohn Firebaugh2017-06-222-6/+6
* [core] Trigger repaint on source changesAsheem Mamoowala2017-06-191-1/+1
* [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima...Asheem Mamoowala2017-06-191-1/+1
* [core] Fix composite function approximation for non-integer stopsJohn Firebaugh2017-06-161-0/+25
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-3/+3
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-3/+3
* [core] Simplify LayerObserver APIJohn Firebaugh2017-06-051-4/+16
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-051-19/+87
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-011-1/+1
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-011-0/+40
* [core] check source usage before removeIvo van Dongen2017-05-301-0/+32
* [core] Auto-growable SpriteAtlas using shelf-packJohn Firebaugh2017-05-261-1/+1
* [core] Make ExponentialStops behavior consistent; add testsJohn Firebaugh2017-05-192-0/+40
* [core] Remove ambiguous get{Width,Height} accessors from style::ImageJohn Firebaugh2017-05-171-4/+0
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-161-5/+5
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-12/+2
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-152-26/+34
* [core] *LayerImpl::cascading ⇢ paintJohn Firebaugh2017-05-151-4/+4
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-121-6/+6
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-121-9/+9
* [core] Immutable ImplsJohn Firebaugh2017-05-123-72/+53
* [tidy] modernize-raw-string-literalBruno de Oliveira Abinader2017-05-124-19/+19
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-121-2/+2
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-081-37/+0