summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* merge text and icon buckets/stylesKonstantin Käfer2014-07-2911-310/+226
* add symbol* properties/keysKonstantin Käfer2014-07-294-1/+126
* change text-max-angle to accept degrees and convert to radiansEden Halperin2014-07-261-1/+1
* line-join defaults to miter (fixes #384)John Firebaugh2014-07-251-6/+4
* line-width defaults to 1 (fixes #388)John Firebaugh2014-07-251-1/+1
* reduce maxPlacementScaleKonstantin Käfer2014-07-231-1/+1
* more include what you useKonstantin Käfer2014-07-2311-60/+83
* include what you useKonstantin Käfer2014-07-231-11/+16
* read default values from property structsKonstantin Käfer2014-07-221-1/+1
* do not explicitly render matte; we already cleared the background with glClearKonstantin Käfer2014-07-221-4/+2
* Fix sprite->pos data raceJohn Firebaugh2014-07-211-1/+2
* Flip name and units and sign of rotation APIJohn Firebaugh2014-07-211-3/+3
* pass SourceInfo object to TileData so that we can not skip buckets that appea...Konstantin Käfer2014-07-173-3/+9
* refactor source information into SourceInfo objectKonstantin Käfer2014-07-172-14/+15
* parse min-zoom/max-zoom valuesKonstantin Käfer2014-07-171-0/+2
* consolidate functions to only use stopsKonstantin Käfer2014-07-171-26/+2
* 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
* | move sprite class to map directoryMike Morris2014-07-101-0/+0
|/
* remove *-enabledKonstantin Käfer2014-07-102-18/+6
* allow specifying a base parameter for exponential functionsKonstantin Käfer2014-07-101-3/+3
* Merge branch 'master' into access_tokenKonstantin Käfer2014-07-106-26/+27
|\
| * move render type to layer top levelKonstantin Käfer2014-07-093-7/+11
| * switch to GeoJSON-style geometry type namesKonstantin Käfer2014-07-091-1/+1
| * replace {{token}} with {token}, and %d/%d/%d with {z}/{x}/{y}Konstantin Käfer2014-07-092-18/+15
* | 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
|\ \ | |/
| * update headless testing to be configurableKonstantin Käfer2014-07-082-0/+21