summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Prefetch low resolution tilesThiago Marcos P. Santos2017-07-072-0/+11
* [core] Implement circle-pitch-alignment propertyChris Loer2017-07-062-0/+8
* [core] remove tile cache size setterIvo van Dongen2017-06-271-1/+0
* [core] Removed unused methodsThiago Marcos P. Santos2017-06-263-56/+0
* [core] Use the ResourceTransform instead of callbacksThiago Marcos P. Santos2017-06-262-4/+10
* [core] Store pointer instead of referect to the Object in ActorRefThiago Marcos P. Santos2017-06-261-3/+3
* [core] Introduce the ResourceTransformThiago Marcos P. Santos2017-06-261-0/+26
* [core] Make the mbgl/actor headers publicThiago Marcos P. Santos2017-06-263-0/+168
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-222-6/+8
* [all] Promote Style to public APIJohn Firebaugh2017-06-222-36/+80
* [core] Rename ThreadedObject to ThreadThiago Marcos P. Santos2017-06-211-2/+2
* [core] Convert DefaultFileSource to ThreadedObjectThiago Marcos P. Santos2017-06-211-2/+2
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-197-6/+9
* [core] Fix composite function approximation for non-integer stopsJohn Firebaugh2017-06-161-22/+53
* [core] Obey "transition" property from style and its default valueJohn Firebaugh2017-06-151-1/+1
* [core] Dynamic program compilation for data-driven propertiesJohn Firebaugh2017-06-131-1/+1
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-0/+17
* [core] Added Backend::{assume,set}ScissorTestBruno de Oliveira Abinader2017-06-131-0/+2
* [core] Added Backend::{assume,set}ViewportBruno de Oliveira Abinader2017-06-131-2/+2
* Fix undefined memory access in getCoveringRanges() (#9227)Anand Thakker2017-06-091-1/+1
* [core] Collection-level immutabilityJohn Firebaugh2017-06-052-1/+16
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-052-0/+8
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-013-12/+11
* [core] Render Image SourceAsheem Mamoowala2017-06-011-1/+1
* [core] Offline support for Image SourcesAsheem Mamoowala2017-06-011-2/+4
* [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinatesAsheem Mamoowala2017-06-012-5/+6
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-014-1/+128
* [core] Make TransformState LatLngBounds optionalBruno de Oliveira Abinader2017-06-011-2/+2
* [core] ensure layer::accept works with non-void return values on gccIvo van Dongen2017-05-301-0/+7
* [core] default file source - ensure thread safety for cached valuesIvo van Dongen2017-05-271-2/+7
* [core] default file source - ensure thread safety for local file and asset re...Ivo van Dongen2017-05-271-2/+2
* [core] allow self closing mailbox/actorIvo van Dongen2017-05-271-1/+1
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-261-0/+1
* [core] Block in Mailbox::close() until neither receive nor push are in progressJohn Firebaugh2017-05-241-2/+4
* [core] forward visitor in layer::acceptIvo van Dongen2017-05-231-8/+8
* [core] Make ExponentialStops behavior consistent; add testsJohn Firebaugh2017-05-192-4/+2
* [core] Eliminate round-trip through Value in CameraFunction::evaluateJohn Firebaugh2017-05-193-16/+22
* [core] add error for non-virtual destructor deletes + add virtual dtorsKonstantin Käfer2017-05-181-0/+2
* [core] Remove ambiguous get{Width,Height} accessors from style::ImageJohn Firebaugh2017-05-171-3/+0
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-162-3/+7
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-1513-386/+352
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-152-2/+2
* [core] Immutable<Impl> for ImageJohn Firebaugh2017-05-151-6/+3
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-121-5/+12
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-121-9/+0
* [core] Return {Source,Layer}::getID by valueJohn Firebaugh2017-05-122-2/+2
* [core] Immutable ImplsJohn Firebaugh2017-05-1218-79/+336
* [tidy] modernize-raw-string-literalBruno de Oliveira Abinader2017-05-122-2/+2
* [tidy] modernize-pass-by-valueBruno de Oliveira Abinader2017-05-121-2/+4
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-122-2/+2