summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
* [core] factor out RunLoop::wake()Konstantin Käfer2018-02-061-5/+2
* [core] align implementations of local and asset file sourceKonstantin Käfer2018-01-253-26/+30
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-0/+13
* [windows][core] Define S_ISDIR when not definedThiago Marcos P. Santos2018-01-081-1/+4
* [core, macos, ios] Unit tests for LocalGlyphRasterizerChris Loer2017-12-112-6/+6
* [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer.Chris Loer2017-12-111-0/+9
* [core] Enable local glyph generation using TinySDF.Chris Loer2017-12-111-0/+13
* [core] move HeadlessBackend extension initialization code into ImplKonstantin Käfer2017-11-293-19/+26
* [core] fold HeadlessDisplay into the headless RenderBackend implementationKonstantin Käfer2017-11-295-74/+12
* [core, ios, qt, android] Close race condition in RunLoop (issue #9620)Chris Loer2017-11-271-2/+4
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-221-0/+2
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-171-1/+1
* [core] Expose GLContextMode in HeadlessFrontendBruno de Oliveira Abinader2017-11-012-6/+7
* [core] map snapshotter - add attributions to snapshotter callbackIvo van Dongen2017-10-312-1/+14
* [default] map snapshotter - add function to get screen coordinate from latlng...Ivo van Dongen2017-10-312-2/+23
* [default] headless frontend - allow access to the transform stateIvo van Dongen2017-10-312-0/+13
* [android] map snapshotter - add mutatorsIvo van Dongen2017-10-311-0/+1
* [core] map snapshotter - add mutatorsIvo van Dongen2017-10-312-4/+98
* [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-162-4/+4
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-121-28/+22
* [build] split out DefaultFileSource and dependents to a separate targetKonstantin Käfer2017-09-282-0/+68
* [core] fix loading of stale must-revalidate resourcesKonstantin Käfer2017-09-251-9/+15
* [test] add ability to take the OnlineFileSource offlineKonstantin Käfer2017-09-222-4/+35
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-212-0/+5
* Fix platform dependent number type `unsigned long` -> `uint64_t`Asheem Mamoowala2017-09-201-1/+1
* Fast tileCount with help from @mapbox/sphericalmercator moduleAsheem Mamoowala2017-09-082-10/+27
* [default] map snapshotterIvo van Dongen2017-08-302-0/+116
* [default] headless_frontend - support program cache dirIvo van Dongen2017-08-302-6/+7
* [core] initialize OfflineDatabase asynchronously in DefaultFileSourceKonstantin Käfer2017-08-281-13/+18
* [core] Remove database on schema downgradeThiago Marcos P. Santos2017-08-221-1/+1
* [all] ensure runloop is the current schedulerIvo van Dongen2017-08-091-7/+6
* [default] use the current scheduler in the online file sourceIvo van Dongen2017-08-091-1/+1
* [core] current schedulerIvo van Dongen2017-08-091-1/+1
* [core] fix shadowing argument on apple clangIvo van Dongen2017-08-091-3/+3
* [core] finish must-revalidate supportKonstantin Käfer2017-08-088-87/+138
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-262-3/+2
* [node, tests] Consolidate headless rendering logic in HeadlessFrontendJohn Firebaugh2017-07-268-173/+183
* [default] manage backendscope in renderer frontendIvo van Dongen2017-07-253-4/+8
* [test] allow only a single shared display to avoid egl errorsIvo van Dongen2017-07-183-6/+15
* [core] rename backend to renderer backendIvo van Dongen2017-07-183-4/+4
* [core] renderer interfaceIvo van Dongen2017-07-184-7/+74
* [core] Make sure ThreadLocal will not own the pointer it is managingThiago Marcos P. Santos2017-07-141-1/+5
* [core] fix undefined access for HTTP responses that don't contain a bodyKonstantin Käfer2017-07-131-2/+2
* [all] make default_styles header-onlyKonstantin Käfer2017-07-132-26/+8
* [core] GCC 4.9 does not provide <codecvt>Bruno de Oliveira Abinader2017-07-121-0/+10
* [core] GCC 4.9 shadow member warningsBruno de Oliveira Abinader2017-07-121-2/+2
* [core] Do not use S_ISDIRThiago Marcos P. Santos2017-07-121-2/+1
* [core] Isolate pthread-based tls implementationThiago Marcos P. Santos2017-07-071-0/+62
* Merge branch 'release-ios-v3.6.0-android-v5.1.0'Tobrun2017-07-051-1/+1
|\
| * [ios, macos] Fix size and color of default marker imageJason Wray2017-06-261-1/+1