summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* some cleaning up, raster spin->hue-rotate renameLauren Budorick2014-08-119-59/+26
* VICTORYLauren Budorick2014-08-1128-60/+60
* render single tile in source.cppLauren Budorick2014-08-115-72/+23
* rebase fixLauren Budorick2014-08-111-1/+0
* committing so as to be revertable when i accidentally destroy the painter fnsLauren Budorick2014-08-113-4/+79
* unnecessary includeLauren Budorick2014-08-111-2/+0
* textures binding to map, just the wrong textures -- but so much closerLauren Budorick2014-08-112-15/+31
* need to figure out how to use modified matrix in drawing prerendered texturesLauren Budorick2014-08-115-29/+38
* still not workingLauren Budorick2014-08-119-19/+59
* rm rasterize_properties, should be close to working...doesn't workLauren Budorick2014-08-1120-280/+95
* take 2, still not workingLauren Budorick2014-08-1113-48/+153
* nonworking prerendering attemptsLauren Budorick2014-08-1112-84/+149
* Merge pull request #407 from mapbox/filesourceKonstantin Käfer2014-08-1123-589/+7181
|\
| * don't automatically move back to main threadKonstantin Käfer2014-08-113-9/+6
| * fix test gyp fileKonstantin Käfer2014-08-112-9/+5
| * consolidate into one lineKonstantin Käfer2014-08-111-3/+1
| * skip null byteKonstantin Käfer2014-08-111-1/+1
| * use a file source object to abstract loading of resourcesKonstantin Käfer2014-08-0817-561/+7075
| * use filesource object for loading all http stuffKonstantin Käfer2014-08-089-30/+117
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeJustin R. Miller2014-08-0813-12/+15
|\ \
| * | Support dashes in tokensJohn Firebaugh2014-08-081-1/+1
| |/
| * Eliminate warningsJohn Firebaugh2014-08-0712-11/+14
* | redo of 23970193473fad931245e3f2f7874eef3bf72924Justin R. Miller2014-08-061-2/+2
|/
* Merge pull request #403 from mapbox/symbolsKonstantin Käfer2014-08-0659-3692/+2437
|\
| * fix crash bug for styles that have no glyph url specifiedKonstantin Käfer2014-08-063-14/+15
| * Merge branch 'master' into symbolsKonstantin Käfer2014-08-068-16/+37
| |\ | |/ |/|
* | Merge pull request #402 from mapbox/line-blurAnsis Brammanis2014-08-054-4/+20
|\ \
| * | implement `line-blur` and fix retina antialiasingAnsis Brammanis2014-08-054-4/+20
|/ /
* | Avoid libuv resource leaks (fixes #395)John Firebaugh2014-08-021-4/+9
* | allow for CLI-only iOS project buildingJustin R. Miller2014-08-011-1/+3
* | Remove roundingJohn Firebaugh2014-08-011-4/+4
* | Remove unusedJohn Firebaugh2014-07-312-3/+1
* | comment out verbose log lineJustin R. Miller2014-07-311-1/+1
| * use debug style (currently not using layer compositing)Konstantin Käfer2014-08-061-2116/+380
| * fix icons on retina screensKonstantin Käfer2014-08-061-1/+1
| * fix black border around iconKonstantin Käfer2014-08-061-3/+3
| * use linear interpolation for icons placed along a lineKonstantin Käfer2014-08-061-2/+2
| * linearly interpolate rotated iconsKonstantin Käfer2014-08-061-3/+9
| * fix icon renderingKonstantin Käfer2014-08-065-35/+57
| * convert offset to emKonstantin Käfer2014-08-051-2/+2
| * allow moving to map positions with mapboxgl://?center=[lat],[lon]&zoom=[z]&be...Konstantin Käfer2014-08-052-0/+79
| * port text alignment algorithmKonstantin Käfer2014-08-053-64/+88
| * show zom/lat/lon/bearing in window titleKonstantin Käfer2014-08-051-0/+8
| * we account differently for the ascender alreadyKonstantin Käfer2014-08-052-2/+2
| * include <array>Konstantin Käfer2014-08-051-0/+2
| * change gamma back to old valueKonstantin Käfer2014-08-051-1/+1
| * code style fixesKonstantin Käfer2014-08-052-11/+10
| * use trinary operator rather than || since c++ semantics for || is differentKonstantin Käfer2014-08-051-2/+2
| * port js algorithmKonstantin Käfer2014-08-051-5/+1
| * explicitly named parametersKonstantin Käfer2014-08-051-5/+15