| Commit message (Expand) | Author | Age | Files | Lines |
* | [android] - transparent bgupstream/tvn-transparent-surface | Tobrun | 2017-12-12 | 3 | -4/+20 |
* | [core] Include bucket name in queryRenderedSymbols duplicate feature filter | Chris Loer | 2017-12-11 | 2 | -3/+2 |
* | [android] Add basic JavaDoc comment for LocalGlyphActivity. | Chris Loer | 2017-12-11 | 1 | -0/+4 |
* | [ios,macos] Revert ideographic->ideograph name change. | Chris Loer | 2017-12-11 | 5 | -6/+6 |
* | [ios,macos] Update docs to use Apple-friendly "PingFang" font example. | Chris Loer | 2017-12-11 | 4 | -4/+4 |
* | [macos, ios] Adds documentation for the MGLIdeographFontFamilyName key | Andrew Kitchen | 2017-12-11 | 2 | -0/+8 |
* | [darwin, macos] Rename Info.plist key for consistency | Andrew Kitchen | 2017-12-11 | 3 | -11/+3 |
* | [ios,macos] Remove dead/non-functioning font-weight and glyph metric code. | Chris Loer | 2017-12-11 | 2 | -79/+23 |
* | [android] Tweak LocalGlyphActivity description to be a bit more specific than... | Chris Loer | 2017-12-11 | 1 | -1/+1 |
* | [android] Fixups for LocalGlyphActivity | Chris Loer | 2017-12-11 | 3 | -5/+10 |
* | [android] Add Configuration hook for local ideograph font family and demo act... | Asheem Mamoowala | 2017-12-11 | 15 | -41/+193 |
* | [macos,ios,android] Unit test fixups | Chris Loer | 2017-12-11 | 1 | -17/+17 |
* | [core, macos, ios] Unit tests for LocalGlyphRasterizer | Chris Loer | 2017-12-11 | 8 | -6/+289 |
* | [darwin, ios, macos] Introduces an MGLRendererConfiguration class | Andrew Kitchen | 2017-12-11 | 6 | -18/+113 |
* | [android] Android implementation of local CJK glyph rendering | Chris Loer | 2017-12-11 | 5 | -1/+209 |
* | [ios, macos] Adds support for specifying an ideographic font family name | Andrew Kitchen | 2017-12-11 | 2 | -8/+30 |
* | [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer. | Chris Loer | 2017-12-11 | 15 | -28/+309 |
* | [core] Enable local glyph generation using TinySDF. | Chris Loer | 2017-12-11 | 13 | -271/+428 |
* | [core] C++ port of TinySDF | Chris Loer | 2017-12-11 | 3 | -0/+127 |
* | [macos] Add Info.plist version keysupstream/fb-attribution-sheet-version-6551 | Jason Wray | 2017-12-07 | 2 | -1/+11 |
* | [ios, macos] Append SDK version parameter to feedback URL | Jason Wray | 2017-12-07 | 2 | -2/+3 |
* | [ios] Long-press attribution button to show SDK version | Jason Wray | 2017-12-07 | 1 | -2/+20 |
* | Correct ColorMode::Replace | Lauren Budorick | 2017-12-07 | 1 | -1/+1 |
* | [core] Use wrapped bounds check for CustomTileLoader | Asheem Mamoowala | 2017-12-07 | 1 | -1/+1 |
* | [core] Support wrapped bounds in LatLngBounds::contains and LatLngBounds::int... | Asheem Mamoowala | 2017-12-07 | 2 | -18/+196 |
* | [android] null check | Asheem Mamoowala | 2017-12-06 | 1 | -1/+1 |
* | [core] Mark custom geometry tiles stale without clearing data | Asheem Mamoowala | 2017-12-06 | 5 | -20/+41 |
* | Updated README for Arch Linux users | LukasPaczos | 2017-12-06 | 1 | -0/+3 |
* | [android] - build boba snapshots from master | Tobrun | 2017-12-06 | 3 | -4/+4 |
* | [android] - add FileSource activation/deactivation to MapSnapshotter, handle ... | Tobrun | 2017-12-06 | 5 | -33/+49 |
* | [core] don't include .cpp file | Konstantin Käfer | 2017-12-05 | 1 | -13/+13 |
* | [ios, macos] Rename the iOS and macOS SDKs (#10610) | Jordan Kiley | 2017-12-04 | 36 | -113/+119 |
* | Android SDK renaming (#10609) | Langston Smith | 2017-12-04 | 6 | -10/+10 |
* | Update gl-js submodule | John Firebaugh | 2017-12-01 | 2 | -2/+14 |
* | [build] Lint iOS and macOS plists on CIupstream/fb-circleci-lint-plists | Jason Wray | 2017-12-01 | 2 | -0/+15 |
* | [android] - handle destroying activity programmatically as part of theme swit... | Tobrun | 2017-11-30 | 1 | -2/+6 |
* | [build] standardize on -fvisibility=hidden for all targets | Konstantin Käfer | 2017-11-29 | 19 | -142/+36 |
* | [core] move HeadlessBackend extension initialization code into Impl | Konstantin Käfer | 2017-11-29 | 20 | -120/+117 |
* | [core] fold HeadlessDisplay into the headless RenderBackend implementation | Konstantin Käfer | 2017-11-29 | 17 | -442/+285 |
* | [build] Clang-3.8: Explicit mbgl::PlacedGlyph default+copy+move ctor | Bruno de Oliveira Abinader | 2017-11-29 | 1 | -0/+8 |
* | [build] Added mbgl-filesource to 'linux-core' target | Bruno de Oliveira Abinader | 2017-11-29 | 1 | -1/+1 |
* | [android] - use concurrent lists for camera change listeners (#10542) | Tobrun | 2017-11-29 | 1 | -26/+25 |
* | [darwin] Fixes CGImageRef leak when creating a map snapshot (#10585) | Andrew Kitchen | 2017-11-28 | 1 | -2/+6 |
* | [darwin] Adjusts initializer body to avoid premature ivar usage (#10582) | Andrew Kitchen | 2017-11-28 | 1 | -10/+15 |
* | [darwin, macos, ios] Renames CGImage creation function to imply +1 retain cou... | Andrew Kitchen | 2017-11-27 | 4 | -6/+6 |
* | [core, ios, qt, android] Close race condition in RunLoop (issue #9620) | Chris Loer | 2017-11-27 | 4 | -8/+16 |
* | [core] Android + old libstdc++ build fix | Thiago Marcos P. Santos | 2017-11-27 | 2 | -2/+3 |
* | [core] Fix Qt4 on macOS | Bruno de Oliveira Abinader | 2017-11-27 | 1 | -1/+6 |
* | [qt] Use qWarning() for logging | Thiago Marcos P. Santos | 2017-11-24 | 2 | -3/+13 |
* | [core] Fix crash on Qt + Windows + ANGLE | Thiago Marcos P. Santos | 2017-11-24 | 1 | -1/+6 |