summaryrefslogtreecommitdiff
path: root/src/style/style.cpp
Commit message (Collapse)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-041-107/+0
|
* add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-031-1/+1
|
* Remove unnecessary castJohn Firebaugh2014-12-021-1/+1
|
* gcc fixesKonstantin Käfer2014-10-231-0/+1
|
* Render background with plain shaderJohn Firebaugh2014-08-271-11/+0
|
* explicitly define destructor to avoid destructing with forward declarationKonstantin Käfer2014-08-121-0/+5
|
* remove uv.h dependency from header filesKonstantin Käfer2014-08-121-1/+4
|
* don't require the background layer to be named "background"Konstantin Käfer2014-08-051-1/+1
|
* move sprite to a use future loadingKonstantin Käfer2014-07-311-0/+5
|
* rename llmr => mbglKonstantin Käfer2014-07-161-8/+8
|
* break out StyleSource from Source, move getActiveSources andMike Morris2014-07-101-31/+2
| | | | | | | | | | updateSources into Map::Map, move getAccessToken from Style to Map Conflicts: include/llmr/style/style.hpp src/map/source.cpp src/style/style_layer.cpp src/style/style_parser.cpp
* move to per-map access tokenJustin R. Miller2014-07-091-2/+4
|
* update headless testing to be configurableKonstantin Käfer2014-07-081-0/+4
|
* fix applied classes symbolsKonstantin Käfer2014-07-071-2/+2
|
* re-add setAppliedClasses() to styleJustin R. Miller2014-07-031-0/+5
|
* fix background paintingKonstantin Käfer2014-07-021-0/+11
|
* load glyphset url from stylesheetKonstantin Käfer2014-07-021-0/+1
|
* read sprite image from styleKonstantin Käfer2014-07-021-0/+1
|
* add remaining propertiesKonstantin Käfer2014-07-011-2/+2
|
* make transitions work properlyKonstantin Käfer2014-07-011-1/+1
|
* add interpolationKonstantin Käfer2014-06-301-1/+12
|
* refactor functionsKonstantin Käfer2014-06-301-143/+5
|
* move StyleLayerGroup and PropertyTransition to their own filesKonstantin Käfer2014-06-301-30/+20
|
* add raster enabled/opacityKonstantin Käfer2014-06-271-0/+2
|
* more refactoring and fallback valuesKonstantin Käfer2014-06-271-45/+45
|
* even more refactoringKonstantin Käfer2014-06-271-1/+2
|
* reorganize propertiesKonstantin Käfer2014-06-271-1/+0
|
* use class ids rather than names for storing stylesKonstantin Käfer2014-06-271-2/+3
|
* rename time => timestamp to avoid naming conflictsKonstantin Käfer2014-06-271-1/+1
|
* cleanupKonstantin Käfer2014-06-261-1018/+1
|
* get applied classesKonstantin Käfer2014-06-241-0/+4
|
* saving current stateKonstantin Käfer2014-06-231-957/+1157
|
* make code more conciseKonstantin Käfer2014-06-161-4/+7
|
* move to std::map for classesKonstantin Käfer2014-06-161-205/+262
|
* Allow property functions for prerender properties, but tie them to the ↵Konstantin Käfer2014-06-011-15/+4
| | | | | | tile's zoom level instead of the map zoom level fixes #253
* programmatic styling APIJustin R. Miller2014-05-311-11/+5
|
* make PropertyTransitions optionalKonstantin Käfer2014-05-281-16/+16
|
* a few preliminary speed improvementsKonstantin Käfer2014-05-271-40/+109
|
* Revert "refs #253: support blur function property values"Konstantin Käfer2014-05-271-3/+3
| | | | This reverts commit 34b90476b460135aff4ad52032bdcdce5db0353a.
* refs #253: support blur function property valuesJustin R. Miller2014-05-261-3/+3
|
* use unordered map, don't make copies (auto usage!) and swap mapsKonstantin Käfer2014-05-261-7/+7
|
* consolidate stylesheet cascadingKonstantin Käfer2014-05-261-133/+52
|
* generalize stylesheet parse functionKonstantin Käfer2014-05-261-4/+4
|
* add keys to stylesheetKonstantin Käfer2014-05-231-0/+8
|
* use boost optional to mark initialized valuesKonstantin Käfer2014-05-231-141/+141
|
* be sure to track previous compositesJustin R. Miller2014-05-221-0/+1
|
* support for style transitionsJustin R. Miller2014-05-221-78/+892
|
* first shot at composited blendingKonstantin Käfer2014-05-211-0/+14
| | | | | | still missing: - stencil+depth mask - alpha compositing
* name text halo properties like othersJustin R. Miller2014-05-201-2/+2
|
* Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-201-0/+5
|\