| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Split MapMode::Still into Static and Tile | Ansis Brammanis | 2017-11-17 | 1 | -1/+1 |
* | [core] Expose GLContextMode in HeadlessFrontend | Bruno de Oliveira Abinader | 2017-11-01 | 2 | -6/+7 |
* | [core] map snapshotter - add attributions to snapshotter callback | Ivo van Dongen | 2017-10-31 | 2 | -1/+14 |
* | [default] map snapshotter - add function to get screen coordinate from latlng... | Ivo van Dongen | 2017-10-31 | 2 | -2/+23 |
* | [default] headless frontend - allow access to the transform state | Ivo van Dongen | 2017-10-31 | 2 | -0/+13 |
* | [android] map snapshotter - add mutators | Ivo van Dongen | 2017-10-31 | 1 | -0/+1 |
* | [core] map snapshotter - add mutators | Ivo van Dongen | 2017-10-31 | 2 | -4/+98 |
* | [core] Move SourceType to the 'style' namespace | Anand Thakker | 2017-10-16 | 2 | -4/+4 |
* | [core] make forcing cache/network only more explicit | Konstantin Käfer | 2017-10-12 | 1 | -28/+22 |
* | [build] split out DefaultFileSource and dependents to a separate target | Konstantin Käfer | 2017-09-28 | 2 | -0/+68 |
* | [core] fix loading of stale must-revalidate resources | Konstantin Käfer | 2017-09-25 | 1 | -9/+15 |
* | [test] add ability to take the OnlineFileSource offline | Konstantin Käfer | 2017-09-22 | 2 | -4/+35 |
* | Preserve depth buffer between 3D layers + optimize render order (#9931) | Lauren Budorick | 2017-09-21 | 2 | -0/+5 |
* | Fix platform dependent number type `unsigned long` -> `uint64_t` | Asheem Mamoowala | 2017-09-20 | 1 | -1/+1 |
* | Fast tileCount with help from @mapbox/sphericalmercator module | Asheem Mamoowala | 2017-09-08 | 2 | -10/+27 |
* | [default] map snapshotter | Ivo van Dongen | 2017-08-30 | 2 | -0/+116 |
* | [default] headless_frontend - support program cache dir | Ivo van Dongen | 2017-08-30 | 2 | -6/+7 |
* | [core] initialize OfflineDatabase asynchronously in DefaultFileSource | Konstantin Käfer | 2017-08-28 | 1 | -13/+18 |
* | [core] Remove database on schema downgrade | Thiago Marcos P. Santos | 2017-08-22 | 1 | -1/+1 |
* | [all] ensure runloop is the current scheduler | Ivo van Dongen | 2017-08-09 | 1 | -7/+6 |
* | [default] use the current scheduler in the online file source | Ivo van Dongen | 2017-08-09 | 1 | -1/+1 |
* | [core] current scheduler | Ivo van Dongen | 2017-08-09 | 1 | -1/+1 |
* | [core] fix shadowing argument on apple clang | Ivo van Dongen | 2017-08-09 | 1 | -3/+3 |
* | [core] finish must-revalidate support | Konstantin Käfer | 2017-08-08 | 8 | -87/+138 |
* | [all] Merge View into RendererBackend | John Firebaugh | 2017-07-26 | 2 | -3/+2 |
* | [node, tests] Consolidate headless rendering logic in HeadlessFrontend | John Firebaugh | 2017-07-26 | 8 | -173/+183 |
* | [default] manage backendscope in renderer frontend | Ivo van Dongen | 2017-07-25 | 3 | -4/+8 |
* | [test] allow only a single shared display to avoid egl errors | Ivo van Dongen | 2017-07-18 | 3 | -6/+15 |
* | [core] rename backend to renderer backend | Ivo van Dongen | 2017-07-18 | 3 | -4/+4 |
* | [core] renderer interface | Ivo van Dongen | 2017-07-18 | 4 | -7/+74 |
* | [core] Make sure ThreadLocal will not own the pointer it is managing | Thiago Marcos P. Santos | 2017-07-14 | 1 | -1/+5 |
* | [core] fix undefined access for HTTP responses that don't contain a body | Konstantin Käfer | 2017-07-13 | 1 | -2/+2 |
* | [all] make default_styles header-only | Konstantin Käfer | 2017-07-13 | 2 | -26/+8 |
* | [core] GCC 4.9 does not provide <codecvt> | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -0/+10 |
* | [core] GCC 4.9 shadow member warnings | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -2/+2 |
* | [core] Do not use S_ISDIR | Thiago Marcos P. Santos | 2017-07-12 | 1 | -2/+1 |
* | [core] Isolate pthread-based tls implementation | Thiago Marcos P. Santos | 2017-07-07 | 1 | -0/+62 |
* | Merge branch 'release-ios-v3.6.0-android-v5.1.0' | Tobrun | 2017-07-05 | 1 | -1/+1 |
|\ |
|
| * | [ios, macos] Fix size and color of default marker image | Jason Wray | 2017-06-26 | 1 | -1/+1 |
| * | [android] Release android-v5.1.0-beta.2 (#8976) | Tobrun | 2017-05-12 | 1 | -6/+10 |
| * | [core, android, ios, macos] Added Traffic Day/Night to default styles | Minh Nguyễn | 2017-05-12 | 2 | -0/+5 |
| * | [ios, macos] Undeprecated unversioned style URL factory methods | Minh Nguyễn | 2017-05-12 | 2 | -8/+7 |
| * | [core, android, ios, macos, qt] v10 default styles | Minh Nguyễn | 2017-05-12 | 2 | -7/+7 |
* | | [core] Use the ResourceTransform instead of callbacks | Thiago Marcos P. Santos | 2017-06-26 | 2 | -23/+35 |
* | | [core] Rename ThreadedObject to Thread | Thiago Marcos P. Santos | 2017-06-21 | 3 | -6/+6 |
* | | [core] Remove util::Thread | Thiago Marcos P. Santos | 2017-06-21 | 1 | -1/+0 |
* | | [core] Convert LocalFileSource to ThreadedObject | Thiago Marcos P. Santos | 2017-06-21 | 1 | -5/+12 |
* | | [core] Convert AssetFileSource to ThreadedObject | Thiago Marcos P. Santos | 2017-06-21 | 1 | -8/+11 |
* | | [core] Convert DefaultFileSource to ThreadedObject | Thiago Marcos P. Santos | 2017-06-21 | 1 | -34/+29 |
* | | [core] Added Backend::{assume,set}ScissorTest | Bruno de Oliveira Abinader | 2017-06-13 | 1 | -0/+1 |