summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into libuv010Mike Morris2014-09-0945-970/+690
|\
| * Fix build on gcc (fixes #464)John Firebaugh2014-09-081-1/+3
| * SDF icon support (fixes #404)John Firebaugh2014-09-086-167/+232
| * Don't overrotate line labels (fixes #462)John Firebaugh2014-09-081-4/+0
| * FrameHistory::getFadePropertiesJohn Firebaugh2014-09-052-37/+43
| * Match js attribute layoutJohn Firebaugh2014-09-052-17/+18
| * Match js shadersJohn Firebaugh2014-09-0512-41/+60
| * Implement text-rotation-alignmentJohn Firebaugh2014-09-041-0/+10
| * TextShader ⇢ SDFShaderJohn Firebaugh2014-09-046-32/+32
| * Less shader boilerplateJohn Firebaugh2014-09-0423-761/+176
| * Fix text/icon-translate-anchorJohn Firebaugh2014-09-041-2/+2
| * Add SpriteAtlas::getPosition()John Firebaugh2014-09-033-41/+23
| * Make renderLine more similar to JSJohn Firebaugh2014-09-034-42/+46
| * linepattern in progressLauren Budorick2014-09-036-12/+269
| * Revert "coalesce texture uploads at the beginning of a frame"John Firebaugh2014-09-033-51/+14
* | uv_async_init &completeMike Morris2014-09-031-1/+1
* | Merge branch 'master' into libuv010Mike Morris2014-08-2910-33/+53
|\ \ | |/
| * Fix text-justify (fixes #444)John Firebaugh2014-08-291-1/+1
| * Implement {text,icon}-translate[-anchor]John Firebaugh2014-08-281-4/+7
| * SimplifyJohn Firebaugh2014-08-281-9/+5
| * Remove vtxMatrix stateJohn Firebaugh2014-08-283-3/+4
| * Record frame history in the correct placeJohn Firebaugh2014-08-282-1/+2
| * background-opacity supportJohn Firebaugh2014-08-285-10/+20
| * Render background with plain shaderJohn Firebaugh2014-08-273-14/+23
| * raster-fade -> raster-fade-durationJohn Firebaugh2014-08-271-2/+2
* | more fixes for libuv v0.10Mike Morris2014-08-271-1/+1
* | switch uv_cwd back to &maxMike Morris2014-08-271-1/+1
* | Merge branch 'master' into libuv010Mike Morris2014-08-273-36/+51
|\ \ | |/
| * add missing headerKonstantin Käfer2014-08-271-0/+1
| * never allow negative segment indicesKonstantin Käfer2014-08-271-1/+1
| * fix basepath for headless stylesheetsKonstantin Käfer2014-08-272-35/+49
* | Revert "fix uv_cwd call"Mike Morris2014-08-261-1/+1
* | fix uv_cwd callMike Morris2014-08-261-1/+1
* | Merge branch 'master' into libuv010Mike Morris2014-08-2610-239/+112
|\ \ | |/
| * Merge pull request #445 from mapbox/nsstringKonstantin Käfer2014-08-261-3/+2
| |\
| | * use platform-specific NSString for case changes on OS X/iOSKonstantin Käfer2014-08-221-3/+2
| * | Merge pull request #439 from mapbox/clippingKonstantin Käfer2014-08-266-177/+105
| |\ \
| | * | don't duplicate functionKonstantin Käfer2014-08-211-18/+1
| | * | add missing fileKonstantin Käfer2014-08-211-0/+25
| | * | compute unique clip ids per tile, taking covering children into accountKonstantin Käfer2014-08-215-175/+95
| | |/
| * | Merge pull request #440 from mapbox/infinite-placementKonstantin Käfer2014-08-261-2/+2
| |\ \
| | * | never place infinitely deep symbolsKonstantin Käfer2014-08-211-2/+2
| | |/
| * | Merge pull request #437 from mapbox/fix-gccKonstantin Käfer2014-08-263-57/+3
| |\ \
| | * | remove unused threadpool classKonstantin Käfer2014-08-211-54/+0
| | * | add a few fixes for gccKonstantin Käfer2014-08-212-3/+3
| | |/
* | | Merge branch 'master' into libuv010Mike Morris2014-08-2515-204/+299
|\ \ \ | |/ /
| * | Support for Mapbox fontstack APIJohn Firebaugh2014-08-225-21/+79
| * | Use float for pixelRatioLeo Lou2014-08-221-2/+2
| * | Load TileJSON; support inline TileJSON sourcesLauren Budorick2014-08-215-41/+151
| |/
| * Consolidate duplicate interpolation definitionsJohn Firebaugh2014-08-205-146/+73