summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [build] Use mesa-13.0.0-glx in CI buildsBruno de Oliveira Abinader2016-11-089-44/+126
|
* [core] Refactor HeadlessBackendBruno de Oliveira Abinader2016-11-087-158/+213
|
* [core] Refactor HeadlessDisplayBruno de Oliveira Abinader2016-11-088-90/+148
|
* [ios, macos] override style spec documentationFredrik Karlsson2016-11-087-15/+71
|
* [ios] specify plist-file for settings bundleFredrik Karlsson2016-11-081-0/+2
|
* added attribution tint color check (#6950)Cameron Mace2016-11-071-1/+7
|
* [tests] Update test-suiteJohn Firebaugh2016-11-071-1/+1
|
* [core] Separate pathway for notifying workers of new images/glyphsJohn Firebaugh2016-11-0710-13/+75
|
* [core] move Value class outside of Uniform to enforce explicit constructionKonstantin Käfer2016-11-071-4/+8
|
* [core] force explicit initialization of uniform valuesKonstantin Käfer2016-11-0711-113/+113
| | | | force users to use the actual names to avoid implicit conversion accidentally targeting the wrong shader
* [core] remove Uniforms::value in favor of direct constructionKonstantin Käfer2016-11-078-19/+14
|
* 6067 annotation manager (#6913)Tobrun2016-11-078-766/+943
| | | | | | | | | | * [android] - AnnotationManager and InfoWindowManager refactor * make AnnotationManager independent from MapView/MapboxMap, add IconManager, * make code unit testable * added some class level documentation (for internal use)
* [android] - validate intent and contents before handling (#6938)Tobrun2016-11-071-7/+6
|
* [android] update custom layer example with invalidation exampleIvo van Dongen2016-11-074-4/+52
|
* [android] - rename attributes (#6894)Tobrun2016-11-0731-246/+266
|
* [android] - cleanup unused resources and gradle configurations. (#6896)Tobrun2016-11-0715-612/+298
|
* [core] remove gl.hpp from all headers that don't need itKonstantin Käfer2016-11-049-12/+1
|
* [core] move pixel blitting to gl::ContextKonstantin Käfer2016-11-043-7/+24
|
* [core] move OpenGL debug information printing to coreKonstantin Käfer2016-11-042-40/+31
|
* [core] move framebuffer reading to gl::ContextKonstantin Käfer2016-11-048-92/+51
|
* [core] add state tracking to pixel transferKonstantin Käfer2016-11-045-3/+65
|
* [core] add state tracking to pixel store packing alignmentKonstantin Käfer2016-11-046-12/+67
|
* node-v3.4.0Mike Morris2016-11-042-1/+6
|
* [core] add more detail to invalid metrics error in createSpriteImageMike Morris2016-11-042-7/+96
|
* [build] Update -test-suiteBruno de Oliveira Abinader2016-11-041-1/+1
|
* [core] Fix render tile ordering when querying sourcesBruno de Oliveira Abinader2016-11-042-21/+17
|
* [linux] Use OSMesa when running Node testsBruno de Oliveira Abinader2016-11-044-19/+19
|
* [linux] Update target headless backendsBruno de Oliveira Abinader2016-11-043-17/+16
| | | | | | | Enable OSMesa backend via WITH_OSMESA=1 envvar. OSMesa backend uses Gallium OSMesa implementation, which uses LLVMpipe as default driver.
* [linux] Added OSMesa headless backendBruno de Oliveira Abinader2016-11-046-4/+91
|
* [build] Replace 'tidy' with 'check'Bruno de Oliveira Abinader2016-11-042-10/+6
|
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.2-masterMinh Nguyễn2016-11-0352-373/+1258
|\
| * [macos] Enabled runtime styling testsMinh Nguyễn2016-11-022-0/+20
| | | | | | | | | | | | Added the style layer tests to the test bundle target. Set the access token to a bogus access token before running any tests. The macOS implementation of MGLMapView doesn’t even attempt to set a default style if the access token is missing, because in macosapp, the access token may be set asynchronously by the user when the preferences window appears.
| * [macos] Fixed color roundtrippingMinh Nguyễn2016-11-021-1/+1
| | | | | | | | Fixed an issue that caused the runtime styling API to return colors in the sRGB color space instead of the calibrated RGB color space.
| * [macos] Added MGLValueEvaluator to projectMinh Nguyễn2016-11-021-0/+3
| | | | | | | | This header was missing from the project. The code was only compiling because the header was still on the search path.
| * [ios, macos] Share more testsMinh Nguyễn2016-11-024-3/+23
| | | | | | | | Moved MGLGeoJSONSourceTests and MGLTileSetTests into platform/darwin/test/ and added them to the macOS project. Also added a private header needed to compile the tests to the macOS project.
| * [ios] Fixed deprecation warningsMinh Nguyễn2016-11-021-2/+2
| |
| * [ios, macos] Rationalized string enum namesMinh Nguyễn2016-11-027-57/+62
| | | | | | | | Renamed MGLGeoJSONSourceOption and MGLOfflinePackUserInfoKey constants for clarity and to remove redundancy in the Swift-bridged names. Left the old MGLOfflinePackUserInfoKey constants in place as deprecated aliases.
| * [ios, macos] Adopted string enumerationsMinh Nguyễn2016-11-025-17/+35
| | | | | | | | | | | | Notification names and user info keys posted by MGLOfflineStorage, as well as MGLErrorDomain, are instances of string enumerations for ease of use in Swift. Added some shims for projects built with Xcode 7.x. Fixes #6791.
| * [ios] Fix bad merge in iosappJesse Bounds2016-11-021-3/+0
| | | | | | | | | | | | Although functionality was not affected, a previous merge garbled the language test with a temporary test done for annotation view performance improvement.
| * [ios, macos] Updated changelogsMinh Nguyễn2016-11-012-9/+14
| |
| * [ios] Update podspecs for beta 2ios-v3.4.0-beta.2Jesse Bounds2016-11-012-2/+2
| |
| * [ios, macos] Update changelogs for visible annotations APIJesse Bounds2016-11-012-0/+2
| |
| * Optimize annotation view updates (#5987)Jesse Bounds2016-11-015-55/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use queryPointAnnotations to drive annotation view updates - Get sets of visible and offscreen annotations using the mbgl query mechanism and updates and enqueues as required - Query viewport adjusted if tilted (avoid apparent issue with queryPointAnnotations when the query box is larger than the actual viewport) - Add a small debugging display in iOS app to see annotations going in and out of the reuse queue This also works around a performance issue that made getting an annotation context expensive by implementing a map of annotations to tags. It works around another issue with the underlying mbgl query so that even if it (rarely) returns an incorrect result, the correct visual effect still occurs and the reuse queue is added to and drained as expected. Finally, this refactors MGLMapView viewForAnnotation: to use the maps to access the requested annotation context and view. This avoids a more expensive lookup done previously. Along for the ride: sync up the ios and macos names (and types) for MGLAnnotationTagContextMap
| * [ios, macos] document custom API URL & add Info.plist guide (#6833)Justin R. Miller2016-11-017-2/+56
| | | | | | Also support base URL nullability in order to use default value.
| * [ios] Do iosapp token handling in viewDidLoadJason Wray2016-10-281-5/+0
| | | | | | | | | | Doing this work in viewDidAppear meant that it happened every time the modal debug settings view disappeared (and the map view reappeared).
| * [ios] Add country label language toggle demoJason Wray2016-10-281-1/+74
| | | | | | | | - Select best language based on locale setting and our support.
| * [ios, macos] Introduce visible annotations API (#6061)Jesse Bounds2016-10-265-0/+119
| | | | | | | | | | | | Add visibleAnnotations API to make it easier for clients of MGLMapView to query for all visible annotations in the map or all visible annotations in a subsection of the map.
| * [ios, macos] Make source ownership consistent and GeoJSON content properties ↵Jesse Bounds2016-10-2611-72/+313
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | writable Use common initialization logic to create an unique pointer to an mbgl source object, up front, when a MGL source is created. Keep a raw pointer to the unique pointer that is pointed at the mbgl source instance when a MGL source is created or when a MGL source is obtained by identifier from MGLStyle. Once the transfer of ownership of the mbgl source takes place, the unique ptr is null. The raw pointer can be used internally for future work that involves mutating the source. This also changes the URL, features, and geoJSONData content properties for MGLGeoJSON source to be writable. If they are set with valid data after a source has been added to the map then the map will update to reflect the new data.
| * [ios, macos] Added Swift MGLStyleValue testsMinh Nguyễn2016-10-265-0/+70
| | | | | | | | Added tests of MGLStyleValue written in Swift, along with bridging headers just in case they become needed in the future.
| * [ios, macos] Corrected MGLStyleValue inheritanceMinh Nguyễn2016-10-261-2/+2
| | | | | | | | | | | | MGLStyleConstantValue and MGLStyleFunction now inherit from MGLStyleValue with a generic argument matching the child class’s own generic argument. Fixes #6823.