summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-2422-449/+1928
* remove shared_from_this() usageKonstantin Käfer2014-09-241-1/+1
* fix build issuesKonstantin Käfer2014-09-241-0/+5
* fix issue that deleted the data part of a std::string as a std::string objectKonstantin Käfer2014-09-241-2/+3
* add missing headersKonstantin Käfer2014-09-241-0/+3
* don't report SQLITE_OK as an errorKonstantin Käfer2014-09-241-1/+3
* parse cache-control and last-modified headersKonstantin Käfer2014-09-242-4/+51
* compress data and store typeKonstantin Käfer2014-09-242-11/+130
* also store other response codes in the cacheKonstantin Käfer2014-09-241-10/+24
* remove access token from URLKonstantin Käfer2014-09-241-2/+22
* add basic request caching with sqliteKonstantin Käfer2014-09-241-2/+141
* transition-* ⇢ *-transitionJohn Firebaugh2014-09-221-31/+31
* Refactor tile cover to match JSJohn Firebaugh2014-09-222-134/+127
* 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
* 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
* 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
* 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
| |/
* | Support for Mapbox fontstack APIJohn Firebaugh2014-08-225-21/+79