summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* nonworking prerendering attemptsLauren Budorick2014-08-114-5/+13
* Merge pull request #407 from mapbox/filesourceKonstantin Käfer2014-08-115-13/+80
|\
| * don't automatically move back to main threadKonstantin Käfer2014-08-111-4/+2
| * skip null byteKonstantin Käfer2014-08-111-1/+1
| * use a file source object to abstract loading of resourcesKonstantin Käfer2014-08-083-1/+16
| * use filesource object for loading all http stuffKonstantin Käfer2014-08-084-13/+67
* | Support dashes in tokensJohn Firebaugh2014-08-081-1/+1
|/
* Eliminate warningsJohn Firebaugh2014-08-071-0/+1
* fix crash bug for styles that have no glyph url specifiedKonstantin Käfer2014-08-061-2/+4
* Merge branch 'master' into symbolsKonstantin Käfer2014-08-063-5/+14
|\
| * implement `line-blur` and fix retina antialiasingAnsis Brammanis2014-08-051-0/+4
| * Avoid libuv resource leaks (fixes #395)John Firebaugh2014-08-021-4/+9
| * Remove unusedJohn Firebaugh2014-07-311-1/+1
* | fix icon renderingKonstantin Käfer2014-08-061-0/+4
* | port text alignment algorithmKonstantin Käfer2014-08-051-11/+6
* | include <array>Konstantin Käfer2014-08-051-0/+2
* | correctly calculate placement depthKonstantin Käfer2014-08-051-0/+3
* | change max_angle_delta to max_angleKonstantin Käfer2014-08-041-1/+1
* | fix boolean operatorsKonstantin Käfer2014-08-042-3/+3
* | update symbol placement to be more like jsKonstantin Käfer2014-08-049-60/+74
* | update shaders and backport some collision changesKonstantin Käfer2014-08-045-40/+80
* | port https://github.com/mapbox/mapbox-gl-js/commit/954dc6591fb6bef812881daf68...Konstantin Käfer2014-08-011-13/+7
* | better warning messagesKonstantin Käfer2014-07-311-1/+5
* | move sprite to a use future loadingKonstantin Käfer2014-07-316-25/+45
* | 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