| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Render a circle if either the color or stroke color are visible | Jesse Bounds | 2017-02-17 | 1 | -3/+6 |
* | [core] Enable property functions for text-{field,transform} (#7944) | Anand Thakker | 2017-02-17 | 5 | -14/+53 |
* | [core] Fix aliased text on mobile GPUs | John Firebaugh | 2017-02-15 | 1 | -3/+3 |
* | [core] Eliminate SpritePatternMode | John Firebaugh | 2017-02-14 | 6 | -57/+44 |
* | [core] Mutex no longer needs to be recursive | John Firebaugh | 2017-02-14 | 2 | -6/+6 |
* | [core] Combine SpriteAtlas::getPosition with SpriteAtlas::getImage | John Firebaugh | 2017-02-14 | 9 | -57/+45 |
* | [core] Inline SpriteAtlas::allocateImage | John Firebaugh | 2017-02-14 | 2 | -23/+11 |
* | [core] Eliminate SpriteAtlas::updateDirty | John Firebaugh | 2017-02-14 | 4 | -98/+93 |
* | [core] Eliminate SpriteAtlas::Holder | John Firebaugh | 2017-02-14 | 2 | -37/+25 |
* | [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 |