summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [core] Correctly track sprite loaded state through smart setStyleupstream/fix-9557John Firebaugh2017-07-196-14/+21
* [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
* [benchmark] rendering interface changesIvo van Dongen2017-07-184-8/+19
* [glfw] rendering interface changesIvo van Dongen2017-07-186-8/+91
* [android] rendering interface changesIvo van Dongen2017-07-1819-68/+229
* [ios][macos] rendering interface changesIvo van Dongen2017-07-189-32/+130
* [node] rendering interface changesIvo van Dongen2017-07-185-10/+125
* [core] renderer interfaceIvo van Dongen2017-07-1844-538/+1013
* [android][glfw][ios][macos][node][qt] split backend from mapobserverIvo van Dongen2017-07-1810-14/+20
* [core] split backend from mapobserverIvo van Dongen2017-07-1815-83/+81
* [core] mutate style on annotation mutations immediatelyIvo van Dongen2017-07-189-75/+77
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-1715-34/+53
* [core] Use shared pointer to manage Image source raster data and speed up cha...Asheem Mamoowala2017-07-177-42/+75
* [macos] Use [NSImage CGImageForProposedRect:context:hints:] instead of drawin...Asheem Mamoowala2017-07-171-10/+3
* [tests] Add test to enforce database not found behaviorThiago Marcos P. Santos2017-07-171-0/+11
* [Qt] Align database creation behavior with the default implementationThiago Marcos P. Santos2017-07-171-2/+11