summaryrefslogtreecommitdiff
path: root/include/mbgl/style/image.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix performance-unnecessary-value-param errors in header filesThiago Marcos P. Santos2020-04-171-8/+3
* [core] Fix performance-move-const-arg errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-1/+1
* style::Style::getImage() returns optional<style::Image>Mikhail Pozdnyakov2020-02-111-0/+1
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-151-1/+1
* [core] Add stretches and content to style::ImageKonstantin Käfer2020-01-151-1/+45
* [core] Collection-level immutabilityJohn Firebaugh2017-06-051-1/+1
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-261-0/+1
* [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-161-1/+5
* [core] Immutable<Impl> for ImageJohn Firebaugh2017-05-151-6/+3
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-121-5/+12
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-0/+25