summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* rename llmr => mbglKonstantin Käfer2014-07-16112-556/+556
|
* separate comparisons and expressionsKonstantin Käfer2014-07-164-68/+90
|
* add more comparison testsKonstantin Käfer2014-07-165-19/+21
|
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeJustin R. Miller2014-07-164-121/+202
|\
| * update value semanatics to be closer to js and add filter expression testsKonstantin Käfer2014-07-164-121/+202
| |
* | refs #342 & #346: per-map change callbacksJustin R. Miller2014-07-163-19/+24
|/
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeJustin R. Miller2014-07-152-0/+3
|\
| * add icon render testKonstantin Käfer2014-07-152-0/+3
| |
* | allow for delayed map notifications during animationsJustin R. Miller2014-07-151-1/+3
|/
* make gcc happyKonstantin Käfer2014-07-141-1/+1
|
* add enum class to unify parsing/stringificationKonstantin Käfer2014-07-144-21/+95
|
* fix includesKonstantin Käfer2014-07-141-0/+2
|
* don't initialize sources multiple timesKonstantin Käfer2014-07-144-10/+15
|
* move std::erase_if => util::erase_ifKonstantin Käfer2014-07-141-0/+5
|
* Merge branch 'master' into stylesourceMike Morris2014-07-113-20/+36
|\
| * allow formatted messagesKonstantin Käfer2014-07-113-20/+36
| |
* | add forward-declared Source shared_ptr to style_bucketMike Morris2014-07-111-0/+3
| |
* | Merge branch 'master' into stylesourceMike Morris2014-07-112-0/+125
|\ \ | |/
| * add nslog and stderr log backendsKonstantin Käfer2014-07-111-0/+3
| |
| * add logging facility and check logs in testsKonstantin Käfer2014-07-112-0/+122
| |
* | Merge branch 'master' into stylesourceMike Morris2014-07-101-1/+0
|\ \ | |/
| * remove duplicate setAppliedClasses functionKonstantin Käfer2014-07-101-1/+0
| |
* | break out StyleSource from Source, move getActiveSources andMike Morris2014-07-106-20/+42
| | | | | | | | | | | | | | | | | | | | 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 sprite class to map directoryMike Morris2014-07-101-0/+0
|/
* remove *-enabledKonstantin Käfer2014-07-102-18/+6
| | | | refs mapbox/mapbox-gl-style-spec#94
* allow specifying a base parameter for exponential functionsKonstantin Käfer2014-07-101-3/+3
| | | | refs mapbox/mapbox-gl-style-spec#4
* Merge branch 'master' into access_tokenKonstantin Käfer2014-07-106-26/+27
|\ | | | | | | | | Conflicts: src/map/source.cpp
| * move render type to layer top levelKonstantin Käfer2014-07-093-7/+11
| | | | | | | | refs https://github.com/mapbox/mapbox-gl-style-spec/issues/80
| * switch to GeoJSON-style geometry type namesKonstantin Käfer2014-07-091-1/+1
| | | | | | | | refs https://github.com/mapbox/mapbox-gl-style-spec/pull/69
| * replace {{token}} with {token}, and %d/%d/%d with {z}/{x}/{y}Konstantin Käfer2014-07-092-18/+15
| | | | | | | | refs https://github.com/mapbox/mapbox-gl-style-spec/pull/87
* | cleanupJustin R. Miller2014-07-091-6/+0
| |
* | move to per-map access tokenJustin R. Miller2014-07-094-3/+14
| |
* | Merge branch 'master' into access_tokenJustin R. Miller2014-07-092-0/+21
|\ \ | |/ | | | | | | Conflicts: .gitignore
| * update headless testing to be configurableKonstantin Käfer2014-07-082-0/+21
| |
* | Use API v4 and access tokensJohn Firebaugh2014-07-081-0/+6
|/
* add test fixture and image comparisonKonstantin Käfer2014-07-071-1/+1
|
* make headless rendering work again by setting the correct fboKonstantin Käfer2014-07-072-1/+9
|
* fix applied classes symbolsKonstantin Käfer2014-07-071-1/+1
|
* Merge branch 'master' of https://github.com/mapbox/mapbox-gl-nativeKonstantin Käfer2014-07-075-2/+31
|\ | | | | | | | | Conflicts: src/style/style.cpp
| * native-side map change notificationsJustin R. Miller2014-07-031-2/+2
| |
| * add map change notification optionsJustin R. Miller2014-07-031-0/+13
| |
| * Merge branch 'master' of github.com:mapbox/llmr-nativeJustin R. Miller2014-07-032-0/+14
| |\
| | * Support for text-transformJohn Firebaugh2014-07-032-0/+14
| | | | | | | | | | | | | | | | | | This is 1-1 locale-unaware text transform using std::ctype. If we want a transform that cares for things like ß -> SS, we need to switch to boost::locale.
| * | re-add setAppliedClasses() to styleJustin R. Miller2014-07-032-0/+2
| |/
* | add applied classes apiKonstantin Käfer2014-07-032-0/+2
|/
* correctly detect duplicate layersKonstantin Käfer2014-07-031-3/+0
|
* remove variant options; they're all functions anywayKonstantin Käfer2014-07-031-3/+0
|
* tuple is explicit in gcc's stlKonstantin Käfer2014-07-031-1/+1
|
* fix background paintingKonstantin Käfer2014-07-021-1/+3
|
* correctly parse array properties like *-translateKonstantin Käfer2014-07-021-4/+9
|