summaryrefslogtreecommitdiff
path: root/src/style
Commit message (Expand)AuthorAgeFilesLines
* drawing lines with trianglesKonstantin Käfer2014-02-111-3/+3
* c++ - prefer switch over long-ish if/else (be nice to compiler)artemp2014-02-101-10/+13
* revert back to 32767Konstantin Käfer2014-02-061-0/+1
* c++artemp2014-02-062-4/+4
* c++artemp2014-02-061-4/+4
* add textured waterKonstantin Käfer2014-02-041-18/+19
* fix sprite.cpp compile on linux - refs #27Dane Springmeyer2014-02-031-2/+2
* textured fillsKonstantin Käfer2014-02-032-22/+25
* allow binding the sprite objectKonstantin Käfer2014-02-031-0/+25
* add sprite object and parse imageKonstantin Käfer2014-02-031-40/+172
* first part of loading JSON stylesheetsKonstantin Käfer2014-02-031-0/+280
* add rapidjson for parsing sprite json filesKonstantin Käfer2014-02-032-0/+94
* fix errors from rename of style.hpp to resources.hppKonstantin Käfer2014-01-302-3/+1
* Merge branch 'master' of github.com:mapbox/llmr-native into unique-cpp-namesDane Springmeyer2014-01-294-41/+117
|\
| * linear fadesKonstantin Käfer2014-01-292-10/+34
| * parse line width function and call tile destructor from main threadKonstantin Käfer2014-01-292-3/+49
| * make line drawing workKonstantin Käfer2014-01-292-9/+9
* | avoid two cpp files named style.cppDane Springmeyer2014-01-291-0/+67
|/
* create line geometryKonstantin Käfer2014-01-281-0/+5
* rename stroke=>line, add line painter classesKonstantin Käfer2014-01-281-8/+8
* cascade stylesKonstantin Käfer2014-01-272-41/+122
* draw fills according to the styleKonstantin Käfer2014-01-274-2/+217
* add style objectKonstantin Käfer2014-01-231-0/+15