summaryrefslogtreecommitdiff
path: root/test/style/style_image.test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | More like Source and Layer.
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-121-6/+6
|
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-0/+52
A style has a collection of images, just as it has collections of sources and layers. * Name things appropriately * Use std::unique_ptr