| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Make Image safer | John Firebaugh | 2017-02-14 | 8 | -99/+59 |
* | [core] Expose Map::setZoom with anchor parameter | Jason Wray | 2017-02-13 | 1 | -1/+7 |
* | [core] add tests for user/password, port, trailing dot, and IPv4/IPv6 address... | Konstantin Käfer | 2017-02-13 | 1 | -2/+4 |
* | Upright CJK characters in vertically-oriented labels (#7114) | Minh Nguyễn | 2017-02-10 | 11 | -92/+445 |
* | [core] Restore support for GL implementations without VAO extension | John Firebaugh | 2017-02-10 | 3 | -10/+23 |
* | [core] Introduce dedicated filter types for $type and $id special cases (#7971) | John Firebaugh | 2017-02-09 | 1 | -7/+79 |
* | [core] Restore support for *-transition properties | John Firebaugh | 2017-02-09 | 9 | -0/+247 |
* | [core, ios, macos] Refactor composite stop types and conversions | John Firebaugh | 2017-02-09 | 1 | -11/+9 |
* | compare polygon ring areas absolutelynode-v3.4.4-13e504 | Dane Springmeyer | 2017-02-09 | 1 | -1/+1 |
* | [core] Update gl-js; fix $id filters with GeoJSON source | John Firebaugh | 2017-02-08 | 1 | -0/+4 |
* | [build, ios, macos] Simplify version portion of user agent string | John Firebaugh | 2017-02-08 | 3 | -14/+18 |
* | [core] Use cpp files for shader source | John Firebaugh | 2017-02-07 | 26 | -2011/+2206 |
* | [core] Check in generated shader code | John Firebaugh | 2017-02-07 | 20 | -13/+2193 |
* | [node] Temporary: exit(0) on exception in Painter::render | John Firebaugh | 2017-02-06 | 1 | -4/+10 |
* | [core] default value support in categorical function conversion | Ivo van Dongen | 2017-02-02 | 7 | -31/+45 |
* | [core] Add support for data-driven styling | John Firebaugh | 2017-02-02 | 108 | -924/+2269 |
* | [core] Move fill-outline special case to FillLayer::Impl::evaluate | John Firebaugh | 2017-02-02 | 2 | -5/+5 |
* | [core] remove trailing whitespace, add trailing newlines, add space after // | Konstantin Käfer | 2017-01-27 | 20 | -37/+37 |
* | [core] Allow tile cache size to change with viewport size | John Firebaugh | 2017-01-26 | 1 | -1/+1 |
* | [core] Scale tile cache size based on tile size | John Firebaugh | 2017-01-26 | 1 | -2/+2 |
* | [core] fix rendering 180° line joins | Konstantin Käfer | 2017-01-23 | 2 | -5/+13 |
* | [core][Qt] Use Qt for UTF16, since `codecvt` is not always available | Thiago Marcos P. Santos | 2017-01-20 | 1 | -8/+2 |
* | [core] Remove unused include | Thiago Marcos P. Santos | 2017-01-19 | 1 | -2/+0 |
* | [core] Clean up merge_lines.cpp and add bounds checking | John Firebaugh | 2017-01-18 | 1 | -37/+27 |
* | [core] Fix calculation of delayed transitions | John Firebaugh | 2017-01-17 | 1 | -0/+3 |
* | [core] Disable debug groups in release builds | John Firebaugh | 2017-01-17 | 2 | -36/+38 |
* | [core] Restore GL_KHR_debug messages in release builds | John Firebaugh | 2017-01-17 | 3 | -17/+8 |
* | [core] abort early when placing a glyph in GlyphAtlas if the bitmap is invalid | Konstantin Käfer | 2017-01-17 | 1 | -2/+12 |
* | [core] harden Glyph PBF parsing | Konstantin Käfer | 2017-01-17 | 3 | -12/+41 |
* | [core] Use std::tie in tileCover sort | Bruno de Oliveira Abinader | 2017-01-17 | 1 | -2/+1 |
* | [core] Use std::tie in *TileID operator< | Bruno de Oliveira Abinader | 2017-01-17 | 1 | -3/+3 |
* | [core] Use std::tie in Source::Impl::queryRenderedFeatures sort | Bruno de Oliveira Abinader | 2017-01-17 | 1 | -3/+2 |
* | [core] include leading slash in URL.path | Konstantin Käfer | 2017-01-17 | 2 | -10/+5 |
* | [core] update CSSColorParser | Konstantin Käfer | 2017-01-16 | 2 | -9/+19 |
* | Merge branch '1ec5-release-ios-v3.4.0-beta.7' | Minh Nguyễn | 2017-01-16 | 5 | -14/+35 |
|\ |
|
| * | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7 | Minh Nguyễn | 2017-01-16 | 5 | -14/+35 |
| |\ |
|
| | * | [core] Avoid clustering unclusterable GeoJSON | Minh Nguyễn | 2017-01-08 | 1 | -9/+10 |
| | * | [core] Added URL accessor for tile sources | Minh Nguyễn | 2016-12-20 | 5 | -5/+25 |
* | | | [core] Fix ambiguous condition on the sort criteria | Thiago Marcos P. Santos | 2017-01-16 | 1 | -10/+10 |
|/ / |
|
* | | [core] Fix flickering caused by regression in #7586 | John Firebaugh | 2017-01-10 | 9 | -22/+24 |
* | | [core] Replace FeatureIndex::collisionTile with a method parameter | John Firebaugh | 2017-01-10 | 6 | -14/+12 |
* | | [core] Keep symbol and non-symbol buckets segregated | John Firebaugh | 2017-01-10 | 2 | -7/+8 |
* | | [core] Unify update and render into a single step | John Firebaugh | 2017-01-06 | 2 | -84/+89 |
* | | Small line breaking improvements based on testing with Chinese data: | Chris Loer | 2017-01-05 | 1 | -21/+23 |
* | | Port raggedness-minimizing line breaking from gl-js. | Chris Loer | 2017-01-05 | 4 | -46/+110 |
* | | Render newlines in labels even if there's nothing else on the line. | Chris Loer | 2017-01-05 | 1 | -10/+10 |
* | | Cleaning up line breaking code. | Chris Loer | 2017-01-05 | 2 | -34/+27 |
* | | [core] Get rid of user-specified refs | John Firebaugh | 2017-01-04 | 36 | -68/+492 |
* | | [core] Remove constexpr from Color | John Firebaugh | 2017-01-04 | 2 | -4/+4 |
* | | [core] Update gl-js for shader change | John Firebaugh | 2016-12-23 | 5 | -12/+11 |