summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIPupstream/make-stale-resources-renderableKonstantin Käfer2017-08-0170-283/+472
* [core] make sure that 304 Not Modified requests correctly update tile stateKonstantin Käfer2017-07-274-12/+16
* [core] make GeometryTile constructor + setData/setError protectedKonstantin Käfer2017-07-2710-12/+38
* [core] move correlationID to separate parameter and add to RasterTileKonstantin Käfer2017-07-2710-54/+54
* fixup resourceKonstantin Käfer2017-07-277-22/+55
* [glfw] Save/Restore online status of DefaultFileSourceKonstantin Käfer2017-07-265-0/+25
* [glfw] Always load settings, and allow CLI args to override themKonstantin Käfer2017-07-261-29/+13
* [core] extract enums Response::Error::Reason => ResourceStatus, Resource::Kin...Konstantin Käfer2017-07-2646-273/+293
* [test] test usage of expired RasterTile while offlineKonstantin Käfer2017-07-252-15/+77
* [test] don't use reference for asynchronous APIKonstantin Käfer2017-07-252-1/+66
* [test] add ability to take the OnlineFileSource offlineKonstantin Käfer2017-07-254-4/+39
* [android] - harden click handling of shape annotationsTobrun Van Nuland2017-07-241-4/+20
* [android] - validate Marker before opening InfoWindowTobrun Van Nuland2017-07-241-3/+2
* [core] generate masks for raster tiles to avoid painting over childrenKonstantin Käfer2017-07-2413-8/+264
* [core] add algorithm for computing masks for raster tilesKonstantin Käfer2017-07-249-0/+323
* [android] fix geojson source proguard issue (#9569) (#9577)Pablo Guardiola2017-07-241-1/+2
* [node] Protect against synchronous request implementationsJohn Firebaugh2017-07-211-1/+7
* Partially revert "[node] Fix memory test hanging after GlyphAtlas refactoring...John Firebaugh2017-07-212-16/+0
* [android] Disable program caching on Adreno 3xx, 4xx, and 5xx GPUs due to kno...John Firebaugh2017-07-211-1/+15
* [android] add lint using current baseline as starting point (#9318)Pablo Guardiola2017-07-2113-1/+4108
* [core] Work around Adreno 2xx GPU bugs (#9573)John Firebaugh2017-07-211-0/+7
* Update public.xml (#9575)jingsam2017-07-211-1/+1
* add native ignore for `text-justify/property-function`Nicki Dlugash2017-07-201-0/+1
* [core] Correctly track sprite loaded state through smart setStyleJohn Firebaugh2017-07-206-14/+21
* [android] - manage InfoWindow selection in AnnotationManager (#9567)Tobrun2017-07-201-5/+0
* [android] - increase touch target to match largest Marker icon (#9565)Tobrun2017-07-202-27/+27
* [Qt] Use the Qt release version and Qt Framework version on the user agentThiago Marcos P. Santos2017-07-201-1/+4
* [android] - avoid creating InfoWindow iterator if no InfoWindows are shown (#...Tobrun2017-07-201-11/+6
* [android] add api to enable/disable tile prefetchingIvo van Dongen2017-07-208-1/+128
* [test] Add native ignore for 'text-anchor/property-function' (#9556)Chris Loer2017-07-191-1/+2
* [core] Fix build; struct ⇢ classJohn Firebaugh2017-07-1913-13/+15
* [core] Refactor Painter awayJohn Firebaugh2017-07-1942-872/+814
* [core] Inline Painter::renderPassJohn Firebaugh2017-07-192-41/+42
* [core] Move extrusion rendering to RenderFillExtrusionLayerJohn Firebaugh2017-07-192-53/+42
* [core] Extract renderTileDebug; inline renderClippingMaskJohn Firebaugh2017-07-1910-270/+175
* [core] Inline Painter::renderSymbolJohn Firebaugh2017-07-194-208/+195
* [core] Inline Painter::renderLine and RenderImageSource::renderJohn Firebaugh2017-07-196-117/+102
* [core] Inline Painter::renderLineJohn Firebaugh2017-07-194-103/+78
* [core] Inline Painter::renderFillExtrusionJohn Firebaugh2017-07-194-100/+77
* [core] Inline Painter::renderFillJohn Firebaugh2017-07-194-155/+134
* [core] Inline Painter::renderCircleJohn Firebaugh2017-07-194-71/+46
* [core] Inline Painter::renderBackgroundJohn Firebaugh2017-07-194-89/+74
* [core] Eliminate Bucket::renderJohn Firebaugh2017-07-1931-105/+112
* [core] No need for default ctor in {Update,Tile}ParametersBruno de Oliveira Abinader2017-07-1913-73/+13
* [core] std::vector can be bracket-initializedBruno de Oliveira Abinader2017-07-192-4/+4
* [core] Bracket init works for optional<T> in GCC 4.9Bruno de Oliveira Abinader2017-07-193-7/+7
* [build] Downgrade GCC support from 5.0 to 4.9Bruno de Oliveira Abinader2017-07-194-7/+128
* [build] Separate CODE-OF-CONDUCT.md to its own fileBruno de Oliveira Abinader2017-07-192-5/+5
* [Qt] Avoid using brace-list init ctor in QMapboxGLThiago Marcos P. Santos2017-07-192-14/+31
* [android] - rewrite map object intialisation (#9462)Tobrun2017-07-194-120/+94