summaryrefslogtreecommitdiff
path: root/include/llmr/style/style.hpp
Commit message (Expand)AuthorAgeFilesLines
* rename llmr => mbglKonstantin Käfer2014-07-161-68/+0
* break out StyleSource from Source, move getActiveSources andMike Morris2014-07-101-11/+2
* move to per-map access tokenJustin R. Miller2014-07-091-1/+3
* fix applied classes symbolsKonstantin Käfer2014-07-071-1/+1
* Merge branch 'master' of https://github.com/mapbox/mapbox-gl-nativeKonstantin Käfer2014-07-071-0/+1
|\
| * re-add setAppliedClasses() to styleJustin R. Miller2014-07-031-0/+1
* | add applied classes apiKonstantin Käfer2014-07-031-0/+1
|/
* tuple is explicit in gcc's stlKonstantin Käfer2014-07-031-1/+1
* fix background paintingKonstantin Käfer2014-07-021-1/+3
* load glyphset url from stylesheetKonstantin Käfer2014-07-021-0/+1
* read sprite image from styleKonstantin Käfer2014-07-021-0/+1
* add interpolationKonstantin Käfer2014-06-301-0/+2
* refactor functionsKonstantin Käfer2014-06-301-3/+4
* move StyleLayerGroup and PropertyTransition to their own filesKonstantin Käfer2014-06-301-15/+12
* even more refactoringKonstantin Käfer2014-06-271-33/+2
* reorganize propertiesKonstantin Käfer2014-06-271-0/+3
* use class ids rather than names for storing stylesKonstantin Käfer2014-06-271-1/+2
* rename time => timestamp to avoid naming conflictsKonstantin Käfer2014-06-271-1/+1
* cleanupKonstantin Käfer2014-06-261-3/+1
* fix fill outline colorKonstantin Käfer2014-06-261-1/+0
* cleanupKonstantin Käfer2014-06-261-70/+2
* get applied classesKonstantin Käfer2014-06-241-0/+1
* saving current stateKonstantin Käfer2014-06-231-54/+102
* move to std::map for classesKonstantin Käfer2014-06-161-1/+8
* programmatic styling APIJustin R. Miller2014-05-311-2/+2
* a few preliminary speed improvementsKonstantin Käfer2014-05-271-5/+5
* used unordered_mapsKonstantin Käfer2014-05-271-4/+4
* use unordered map, don't make copies (auto usage!) and swap mapsKonstantin Käfer2014-05-261-18/+19
* consolidate stylesheet cascadingKonstantin Käfer2014-05-261-0/+2
* support for style transitionsJustin R. Miller2014-05-221-2/+49
* first shot at composited blendingKonstantin Käfer2014-05-211-0/+1
* use sprite atlasKonstantin Käfer2014-05-191-0/+1
* rename point => iconKonstantin Käfer2014-05-151-1/+1
* don't try to render layers that do not produce anyting during the current ren...Konstantin Käfer2014-05-121-0/+1
* refs #101: data sources with stylingJustin R. Miller2014-04-041-0/+1
* add min/max functions and refactor FunctionPropertyKonstantin Käfer2014-03-261-10/+0
* extract label shapingKonstantin Käfer2014-03-141-0/+1
* respect style background colorKonstantin Käfer2014-03-121-0/+1
* parse the json stylesheetKonstantin Käfer2014-03-121-4/+4
* make implicit type conversions explicitKonstantin Käfer2014-02-211-1/+1
* refs #60: first cut of POI renderingJustin R. Miller2014-02-141-0/+2
* add <memory>Konstantin Käfer2014-02-041-0/+1
* refactor header includesKonstantin Käfer2014-02-041-8/+9
* textured fillsKonstantin Käfer2014-02-031-0/+3
* add comment about json stylesheetsKonstantin Käfer2014-02-031-0/+2
* first part of loading JSON stylesheetsKonstantin Käfer2014-02-031-0/+2
* rename stroke=>line, add line painter classesKonstantin Käfer2014-01-281-2/+2
* cascade stylesKonstantin Käfer2014-01-271-6/+8
* draw fills according to the styleKonstantin Käfer2014-01-271-34/+32
* pass style into painterKonstantin Käfer2014-01-231-2/+4