Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure all of our async handles are stopped before stopping the map thread | Konstantin Käfer | 2014-09-24 | 6 | -38/+78 |
* | do 304 requests and cache them in sqlite | Konstantin Käfer | 2014-09-24 | 22 | -449/+1928 |
* | remove shared_from_this() usage | Konstantin Käfer | 2014-09-24 | 1 | -1/+1 |
* | fix build issues | Konstantin Käfer | 2014-09-24 | 1 | -0/+5 |
* | fix issue that deleted the data part of a std::string as a std::string object | Konstantin Käfer | 2014-09-24 | 1 | -2/+3 |
* | add missing headers | Konstantin Käfer | 2014-09-24 | 1 | -0/+3 |
* | don't report SQLITE_OK as an error | Konstantin Käfer | 2014-09-24 | 1 | -1/+3 |
* | parse cache-control and last-modified headers | Konstantin Käfer | 2014-09-24 | 2 | -4/+51 |
* | compress data and store type | Konstantin Käfer | 2014-09-24 | 2 | -11/+130 |
* | also store other response codes in the cache | Konstantin Käfer | 2014-09-24 | 1 | -10/+24 |
* | remove access token from URL | Konstantin Käfer | 2014-09-24 | 1 | -2/+22 |
* | add basic request caching with sqlite | Konstantin Käfer | 2014-09-24 | 1 | -2/+141 |
* | transition-* ⇢ *-transition | John Firebaugh | 2014-09-22 | 1 | -31/+31 |
* | Refactor tile cover to match JS | John Firebaugh | 2014-09-22 | 2 | -134/+127 |
* | Fix build on gcc (fixes #464) | John Firebaugh | 2014-09-08 | 1 | -1/+3 |
* | SDF icon support (fixes #404) | John Firebaugh | 2014-09-08 | 6 | -167/+232 |
* | Don't overrotate line labels (fixes #462) | John Firebaugh | 2014-09-08 | 1 | -4/+0 |
* | FrameHistory::getFadeProperties | John Firebaugh | 2014-09-05 | 2 | -37/+43 |
* | Match js attribute layout | John Firebaugh | 2014-09-05 | 2 | -17/+18 |
* | Match js shaders | John Firebaugh | 2014-09-05 | 12 | -41/+60 |
* | Implement text-rotation-alignment | John Firebaugh | 2014-09-04 | 1 | -0/+10 |
* | TextShader ⇢ SDFShader | John Firebaugh | 2014-09-04 | 6 | -32/+32 |
* | Less shader boilerplate | John Firebaugh | 2014-09-04 | 23 | -761/+176 |
* | Fix text/icon-translate-anchor | John Firebaugh | 2014-09-04 | 1 | -2/+2 |
* | Add SpriteAtlas::getPosition() | John Firebaugh | 2014-09-03 | 3 | -41/+23 |
* | Make renderLine more similar to JS | John Firebaugh | 2014-09-03 | 4 | -42/+46 |
* | linepattern in progress | Lauren Budorick | 2014-09-03 | 6 | -12/+269 |
* | Revert "coalesce texture uploads at the beginning of a frame" | John Firebaugh | 2014-09-03 | 3 | -51/+14 |
* | Fix text-justify (fixes #444) | John Firebaugh | 2014-08-29 | 1 | -1/+1 |
* | Implement {text,icon}-translate[-anchor] | John Firebaugh | 2014-08-28 | 1 | -4/+7 |
* | Simplify | John Firebaugh | 2014-08-28 | 1 | -9/+5 |
* | Remove vtxMatrix state | John Firebaugh | 2014-08-28 | 3 | -3/+4 |
* | Record frame history in the correct place | John Firebaugh | 2014-08-28 | 2 | -1/+2 |
* | background-opacity support | John Firebaugh | 2014-08-28 | 5 | -10/+20 |
* | Render background with plain shader | John Firebaugh | 2014-08-27 | 3 | -14/+23 |
* | raster-fade -> raster-fade-duration | John Firebaugh | 2014-08-27 | 1 | -2/+2 |
* | add missing header | Konstantin Käfer | 2014-08-27 | 1 | -0/+1 |
* | never allow negative segment indices | Konstantin Käfer | 2014-08-27 | 1 | -1/+1 |
* | fix basepath for headless stylesheets | Konstantin Käfer | 2014-08-27 | 2 | -35/+49 |
* | Merge pull request #445 from mapbox/nsstring | Konstantin Käfer | 2014-08-26 | 1 | -3/+2 |
|\ | |||||
| * | use platform-specific NSString for case changes on OS X/iOS | Konstantin Käfer | 2014-08-22 | 1 | -3/+2 |
* | | Merge pull request #439 from mapbox/clipping | Konstantin Käfer | 2014-08-26 | 6 | -177/+105 |
|\ \ | |||||
| * | | don't duplicate function | Konstantin Käfer | 2014-08-21 | 1 | -18/+1 |
| * | | add missing file | Konstantin Käfer | 2014-08-21 | 1 | -0/+25 |
| * | | compute unique clip ids per tile, taking covering children into account | Konstantin Käfer | 2014-08-21 | 5 | -175/+95 |
| |/ | |||||
* | | Merge pull request #440 from mapbox/infinite-placement | Konstantin Käfer | 2014-08-26 | 1 | -2/+2 |
|\ \ | |||||
| * | | never place infinitely deep symbols | Konstantin Käfer | 2014-08-21 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #437 from mapbox/fix-gcc | Konstantin Käfer | 2014-08-26 | 3 | -57/+3 |
|\ \ | |||||
| * | | remove unused threadpool class | Konstantin Käfer | 2014-08-21 | 1 | -54/+0 |
| * | | add a few fixes for gcc | Konstantin Käfer | 2014-08-21 | 2 | -3/+3 |
| |/ |