summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [android] - harden click handling of shape annotationsupstream/9584-harden-shape-annotation-hitTobrun Van Nuland2017-07-241-4/+20
* [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
* [android] - trying to update non-existent polyline fix #9543 (#9544)Łukasz Paczos2017-07-191-0/+1
* [Qt] Rename files with same nameThiago Marcos P. Santos2017-07-194-2/+2
* [build] Add ccache install reminder and docs (#9520)Jason Wray2017-07-182-4/+10
* [Qt] Destroy the map object before the renderer frontendThiago Marcos P. Santos2017-07-181-1/+1
* [android] - add OnPolygonClickListener and OnPolylineClickListener (#9443)Tobrun2017-07-184-12/+175
* [android] - bump OkHttp dependency to avoid null pointer exceptions on Androi...Tobrun2017-07-181-1/+1
* [android] - fine tune fling gesture (#9532)Tobrun2017-07-182-2/+2
* [build] do not run clang-tidy on masterKonstantin Käfer2017-07-181-4/+4
* [build] make Xcode use the correct compiler when it is installed in a non-sta...Konstantin Käfer2017-07-186-21/+19
* [android] remove manual ref counting on activation/deactivationIvo van Dongen2017-07-182-9/+0
* [core] BackendScope prevent double (de-)activationIvo van Dongen2017-07-185-8/+148
* [test] allow only a single shared display to avoid egl errorsIvo van Dongen2017-07-1821-43/+35
* [android][glfw][ios][macos][node][qt] rename backend to renderer backendIvo van Dongen2017-07-1813-30/+30
* [core] rename backend to renderer backendIvo van Dongen2017-07-1829-70/+68
* [qt] rendering interface changesIvo van Dongen2017-07-185-4/+96