summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * [android] revert version name to snapshotAntonio Zugaldia2017-03-241-1/+1
| |
| * [android] update CHANGELOG.md with 5.0.1 informationAntonio Zugaldia2017-03-241-0/+6
| |
| * [android] [auto] Update properties to version 5.0.1 in preparation for build.Antonio Zugaldia2017-03-242-2/+2
| |
| * Use highp for color attributes (#8496)Anand Thakker2017-03-228-25/+25
| | | | | | | | | | Addresses #8385 Updates shaders to reflect https://github.com/mapbox/mapbox-gl-js/pull/4476
| * [ios] podspec update to 3.5.0 (#8487)Fabian Guerra Soto2017-03-212-2/+2
| |
* | [ios, macos] Clarify redrawing based on multipoint mutationMinh Nguyễn2017-04-111-10/+30
| | | | | | | | Clarified the documentation for various MGLMultiPoint methods to indicate that only shape annotations automatically redraw in response to the multipoint object being mutated; sources must be mutated explicitly.
* | [core] Revert use of optional<EdgeInsets>, because EdgeInsets has a natural ↵John Firebaugh2017-04-116-69/+67
| | | | | | | | "empty" state
* | [android] Polygon holes (#8557)Pablo Guardiola2017-04-118-5/+208
| | | | | | | | | | | | | | | | * add 1 hole support to polygon-related classes * fix no hole crash and add triangle hole shape example * add support for multiple holes
* | [android] add second pipe character to fix errors detecting nodejsKonstantin Käfer2017-04-111-1/+1
| |
* | [ios] Match gesture recognizer with map view user interaction stateDavid Chiles2017-04-117-21/+315
| |
* | [core] Added {set,get}{Min,Max}PitchBruno de Oliveira Abinader2017-04-117-2/+83
| |
* | [core] Added Map::{get,set}LatLngBoundsBruno de Oliveira Abinader2017-04-117-2/+74
| |
* | [core] Added LatLngBounds::{valid,constrain}Bruno de Oliveira Abinader2017-04-111-0/+15
| |
* | [core] Move {Map,Transform}::{get,set}{Min,Max}Zoom to bounds pragmaBruno de Oliveira Abinader2017-04-116-7/+20
| |
* | [macos] Remove link attribute from attribution textMinh Nguyễn2017-04-103-2/+8
| | | | | | | | Fixed an issue causing the attribution button text to appear blue instead of black. On macOS 10.12 and above, hyperlinks in attributed strings are blue regardless of any color attributes applied to the same run of text.
* | [android] - avoid nullpointer by validating Mapbox.java creation when ↵Tobrun2017-04-113-16/+23
| | | | | | | | validating accessTokens. (#8680)
* | [qt] Avoid hardcoding Qt cellar pathMinh Nguyễn2017-04-101-2/+3
| |
* | [android] Run Firebase on Circle CI + publish binary metricsKonstantin Käfer2017-04-101-10/+62
| |
* | [ios, macos] MGLMapView size check for OpenGL 2.0 ES minimum texture sizeBruno de Oliveira Abinader2017-04-102-4/+10
| |
* | [android] Recalculate source tile cache size when appropiateBruno de Oliveira Abinader2017-04-102-0/+8
| |
* | [android] Initialize NativeMapView with OpenGL ES 2.0 minimum texture sizeBruno de Oliveira Abinader2017-04-102-6/+9
| |
* | [ios] Initialize MGLMapView with OpenGL ES 2.0 minimum texture sizeBruno de Oliveira Abinader2017-04-101-1/+1
| |
* | [Qt] Sanitize QSize → mbgl::Size conversionBruno de Oliveira Abinader2017-04-102-11/+21
| |
* | [core] Updated Size::isEmpty and TransformState::valid checksBruno de Oliveira Abinader2017-04-1010-40/+85
| |
* | [build] Use 'nodejs' if 'node' is not found in android-configurationBruno de Oliveira Abinader2017-04-101-2/+2
| |
* | add compass drawable initialization in ui settings (#8695)Pablo Guardiola2017-04-102-1/+6
| |
* | [qt] Renamed qt5 formula to qtMinh Nguyễn2017-04-081-6/+6
| |
* | [core] Invalidate cached tiles of disabled sources on relayoutJohn Firebaugh2017-04-073-3/+7
| |
* | [node] Calculate image buffer and length once (#8673)Bobby Sudekum2017-04-071-3/+6
| |
* | [android] - disable building x86-64 on CI for snapshot builds (#8679)Tobrun2017-04-071-1/+7
| | | | | | | | | | | | | | | | * [android] - disable building x86-64 on CI for scheduled workflow. Broken with NDK14. * corrected abis flag for gradle invocation * add mips 64
* | [Qt] Fix build when zlib is compiled with -DZ_PREFIXThiago Marcos P. Santos2017-04-071-1/+1
| | | | | | | | Proper fix this time.
* | [core] Inline GlyphPBF into GlyphAtlasJohn Firebaugh2017-04-066-173/+111
| |
* | [core] Test glyph PBF parsing independently of GlyphAtlasJohn Firebaugh2017-04-066-78/+37
| |
* | [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-0637-217/+1007
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update gl-js and generate style code * Factor out packUint8Pair() helper function * Draft implementation of DDS for {text,icon}-size Ports https://github.com/mapbox/mapbox-gl-js/pull/4455 * Fix text-size/composite-function-line-placement test * Refactor to PaintPropertyBinders-like strategy * Dedupe gl::Program construction * Use exponential function base for interpolation * Dedupe coveringZoomStops method * Fixup tests * Fix CI errors (hidden within #if block)
* | [android] Update LOST to latest versionAntonio Zugaldia2017-04-061-1/+1
| |
* | [ios] expose link flags via mbgl-core targetKonstantin Käfer2017-04-062-9/+8
| |
* | [macos] expose link flags via mbgl-core targetKonstantin Käfer2017-04-063-35/+9
| |
* | [ios, macos] Fail gracefully on invalid coordinatesMinh Nguyễn2017-04-065-13/+40
| | | | | | | | Invalid coordinates no longer cause an exception to be raised immediately when used in conversion methods and model objects. Instead, the appropriate invalid values are used, consistent with MapKit. Exceptions are still raised when invalid model objects are used with the map.
* | [ios, macos] Streamlined coordinate validationMinh Nguyễn2017-04-062-15/+10
| | | | | | | | Replaced preflight checks in MGLLatLngFromLocationCoordinate2D() with a try-catch block that relays exceptions raised by mbgl. De-inlined the function because it’s no longer trivial.
* | [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-0621-228/+231
| |
* | [android] Preflight argument validity before constructing LatLngJohn Firebaugh2017-04-063-22/+104
| |
* | [darwin] Preflight argument validity before constructing mbgl::LatLngJohn Firebaugh2017-04-061-0/+12
| |
* | [darwin] Use MGLLatLngFromLocationCoordinate2D where appropriateJohn Firebaugh2017-04-063-4/+5
| |
* | [core] Tighten LatLng and other geo.hpp classesJohn Firebaugh2017-04-065-97/+40
| | | | | | | | | | * Remove LatLng::null and enforce invariants * Remove unnecessary operator bool()
* | [darwin] Fix invalid coordinates in MGLShapeSource testsJohn Firebaugh2017-04-061-52/+52
| |
* | [Qt] Fix typo in gl.hppBruno de Oliveira Abinader2017-04-061-1/+1
| |
* | [core] always create a pixelbuffer surface in the EGL backendKonstantin Käfer2017-04-052-9/+6
| | | | | | | | We need a surface to activate a context. Some implementation don't seem to error when passing EGL_NO_SURFACE, but it doesn't seem standards compliant.
* | [core] destroy surface before context in EGL backendKonstantin Käfer2017-04-051-4/+4
| |
* | [core] destroy HeadlessDisplay after HeadlessBackend implementationKonstantin Käfer2017-04-051-1/+1
| |
* | [android] - apply mix/max zoom xml attributes (#8631)Tobrun2017-04-051-0/+2
| |