summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-121-1/+1
* [core] Add minzoom to GeoJSONOptionsKonstantin Käfer2017-09-281-1/+1
* [core] custom layer - add contextLost callbackIvo van Dongen2017-09-223-1/+14
* [core] remove map update enumIvo van Dongen2017-08-312-9/+8
* [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width`Asheem Mamoowala2017-08-302-8/+8
* [core] Set Style::Impl::loaded only when finishing parsing styleBruno de Oliveira Abinader2017-08-301-1/+2
* Implement icon-anchor propertyLauren Budorick2017-08-285-18/+40
* [core] Added GeometryTileWorker-owned image correlation IDBruno de Oliveira Abinader2017-08-251-0/+1
* [core] Added Style::getDefaultCamera()Bruno de Oliveira Abinader2017-08-113-40/+13
* [core][android][macos][ios] Implement property functions for line-join, text-...Lauren Budorick2017-07-266-13/+43
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-262-2/+6
* [node] Reset Style::Impl::lastError when loading a new styleJohn Firebaugh2017-07-241-0/+2
* [core] Correctly track sprite loaded state through smart setStyleJohn Firebaugh2017-07-201-0/+1
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-173-9/+8
* [core] Use shared pointer to manage Image source raster data and speed up cha...Asheem Mamoowala2017-07-172-7/+7
* [core] Update shaders.Chris Loer2017-07-122-0/+22
* [core] Implement circle-pitch-alignment propertyChris Loer2017-07-062-0/+32
* [core] Don't transition new layers on a setStyle operationJohn Firebaugh2017-06-261-4/+23
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-224-18/+97
* [all] Promote Style to public APIJohn Firebaugh2017-06-223-252/+400
* [core] Refactor CustomLayer internalsJohn Firebaugh2017-06-223-52/+1
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-193-5/+16
* [core] Trigger repaint on source changesAsheem Mamoowala2017-06-193-2/+4
* [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima...Asheem Mamoowala2017-06-191-2/+2
* [core] add DataDrivenPaintProperty uniform template class to generation scrip...Lauren Budorick2017-06-163-0/+3
* [core] Obey "transition" property from style and its default valueJohn Firebaugh2017-06-153-0/+18
* [core] rename a_gap_width => a_gapwidth, u_gap_width => u_gapwidth to reflect...Konstantin Käfer2017-06-141-1/+1
* [core] add uniforms to DataDrivenPaintPropertysKonstantin Käfer2017-06-136-29/+35
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-132-8/+9
* [core] Collection-level immutabilityJohn Firebaugh2017-06-054-103/+193
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-052-523/+44
* [core] Simplify LayerObserver APIJohn Firebaugh2017-06-0512-260/+116
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-0521-96/+128
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-051-2/+2
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-013-21/+16
* [core] Render Image SourceAsheem Mamoowala2017-06-013-3/+3
* [core] Offline support for Image SourcesAsheem Mamoowala2017-06-011-1/+1
* [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinatesAsheem Mamoowala2017-06-011-0/+7
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-015-4/+166
* [core] Replace inline SpriteAtlas updates with diffingJohn Firebaugh2017-05-302-7/+37
* [core] check source usage before removeIvo van Dongen2017-05-301-0/+23
* Revert "[core] Factor timePoint initialization"Bruno de Oliveira Abinader2017-05-301-2/+2
* Refactor RenderLayer and RenderSource to be more friendly for Non-tiled sourc...Asheem Mamoowala2017-05-261-8/+8
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-263-14/+18
* [core] Auto-growable SpriteAtlas using shelf-packJohn Firebaugh2017-05-261-1/+1
* [core] cleanup debug loggingIvo van Dongen2017-05-241-2/+0
* [core] Make destructor virtual to avoid object splicing during destructionKonstantin Käfer2017-05-181-0/+1
* [core] Remove ambiguous get{Width,Height} accessors from style::ImageJohn Firebaugh2017-05-172-11/+0
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-165-24/+25
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-1514-741/+536