summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-2633-98/+53
|
* [node, tests] Consolidate headless rendering logic in HeadlessFrontendJohn Firebaugh2017-07-2640-768/+378
|
* [core] Remove API tests that are covered by node testsJohn Firebaugh2017-07-264-153/+0
|
* [core] Replace API.ZoomHistory test with integration testJohn Firebaugh2017-07-265-63/+2
|
* [tests] Bump clang-tidy/format versionThiago Marcos P. Santos2017-07-261-2/+2
| | | | 4.0.0 was failing with the previous patch for no reason.
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-268-3/+39
| | | | Specifically when building Android with GCC 4.9 (which Qt still does :-/)
* [android] - add make target for dumping system GFX informationTobrun Van Nuland2017-07-261-0/+5
|
* [android] - add make target documentationTobrun Van Nuland2017-07-261-18/+25
|
* [Qt] Fix database timeout not being set correctlyThiago Marcos P. Santos2017-07-261-1/+6
| | | | | | | | It was overflowing due to long to int conversion inside Qt and never being effectively set because Qt was silently ignoring the conversion error and discarding the new value. Fixes #9108.
* [benchmark] manage backendscope in renderer frontendIvo van Dongen2017-07-252-4/+4
|
* [node] manage backendscope in renderer frontendIvo van Dongen2017-07-253-6/+10
|
* [qt] manage backendscope in renderer frontendIvo van Dongen2017-07-254-8/+11
|
* [glfw] manage backendscope in renderer frontendIvo van Dongen2017-07-252-1/+2
|
* [android] manage backendscope in renderer frontendIvo van Dongen2017-07-253-1/+9
|
* [render] manage backendscope in renderer frontendIvo van Dongen2017-07-251-1/+1
|
* [default] manage backendscope in renderer frontendIvo van Dongen2017-07-253-4/+8
|
* [ios][macos] manage backendscope in renderer frontendIvo van Dongen2017-07-253-13/+11
|
* [core] fix backend scope handling on render, cleanup and lowmemoryIvo van Dongen2017-07-252-8/+4
| | | | | - Make renderer frontend responsible for creating a BackendScope on render - encapsulate backend scope handling on cleanup and low memory in renderer impl
* [android] - hook into onGlobalLayout to start creating the surface and as a ↵Tobrun Van Nuland2017-07-251-3/+14
| | | | result create the map object
* [android] - don't query for shape annotations if none were addedTobrun Van Nuland2017-07-251-4/+6
|
* [android] fix added to map checks because LongSparseArray#indexOfKey could ↵Pablo Guardiola2017-07-254-33/+20
| | | | return a negative number when the specified key is not mapped (#9602)
* [android] - use custom viewpager to allow horizontal swipingTobrun Van Nuland2017-07-253-4/+24
|
* [node] Reset Style::Impl::lastError when loading a new styleJohn Firebaugh2017-07-242-0/+53
|
* [node] Protect against more badly behaved request implementationsJohn Firebaugh2017-07-242-7/+70
|
* [node] Rewrite request testsJohn Firebaugh2017-07-244-136/+71
|
* [core] make actor self reference optionalIvo van Dongen2017-07-242-3/+46
|
* [core] add ask pattern to actor refIvo van Dongen2017-07-242-3/+76
|
* [core] implement ask pattern in actorIvo van Dongen2017-07-243-0/+70
|
* [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 ↵John Firebaugh2017-07-212-16/+0
| | | | | | refactoring (#8394)" This reverts commit 5700c99e553c6e487649350505f438844056a1c8.
* [android] Disable program caching on Adreno 3xx, 4xx, and 5xx GPUs due to ↵John Firebaugh2017-07-211-1/+15
| | | | known bugs
* [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
| | | | (#9477)
* [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
|