summaryrefslogtreecommitdiff
path: root/src/mbgl/sprite/sprite_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [build] Fix undefined behavour sanitizer (#16375)zmiao2020-04-071-10/+12
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-13/+4
* [core] Fix sprite sheet merging in Style::Impl::onSpriteLoadedAlexander Shalamov2020-02-171-6/+12
* [core] Loading images to style optimizationMikhail Pozdnyakov2020-02-111-34/+38
* [core] parse stretchX, stretchX, and content from sprite JSON filesKonstantin Käfer2020-01-151-27/+105
* [core] Add stretches and content to style::ImageKonstantin Käfer2020-01-151-1/+1
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-4/+1
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-161-12/+13
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-10/+10
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-241-14/+6
* [core] Make Image saferJohn Firebaugh2017-02-141-10/+1
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
* [core] add more detail to invalid metrics error in createSpriteImageMike Morris2016-11-041-1/+5
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-9/+10
* [core] upgrade RapidJSON to 1.1.0Konstantin Käfer2016-09-151-3/+3
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-181-3/+3
* [core] make sprite metrics checking stricterAnsis Brammanis2016-03-311-10/+6
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-191-3/+3
* [core][ios][osx][android] fix icons with non-integer width/heightAnsis Brammanis2016-01-191-15/+8
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-231-3/+3
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-141-11/+7
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-10/+11
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-121-0/+148