Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] Inline GlyphSet into GlyphAtlas | John Firebaugh | 2017-04-12 | 6 | -98/+73 |
| | |||||
* | [ios] added check for annotation view animation (#8565) | Jordan Kiley | 2017-04-12 | 3 | -13/+25 |
| | | | Addressed #8489 | ||||
* | [ios, macos] Updated and reorganized changelogs | Minh Nguyễn | 2017-04-12 | 2 | -1/+19 |
| | |||||
* | refactor signature from Hole to List<LatLng> (#8722) | Pablo Guardiola | 2017-04-12 | 4 | -81/+28 |
| | |||||
* | Merge branch 'release-ios-v3.5.0-android-v5.0.0' into ↵ | Fabian Guerra | 2017-04-11 | 47 | -597/+565 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boundsj-merge-release-branch # Conflicts: # cmake/core-files.cmake # mapbox-gl-js # platform/android/CHANGELOG.md # platform/ios/CHANGELOG.md # platform/macos/CHANGELOG.md # platform/qt/bitrise-qt5.yml # src/mbgl/gl/attribute.hpp # src/mbgl/gl/context.cpp # src/mbgl/gl/program.hpp # src/mbgl/map/map.cpp # src/mbgl/programs/program.hpp # src/mbgl/renderer/painter.cpp | ||||
| * | [qt] Renamed qt5 formula to qtmacos-v0.4.1 | Minh Nguyễn | 2017-04-08 | 1 | -6/+6 |
| | | | | | | | | Cherry-picked from 3172a9744f2e296d9e8a68558e11c884c9c30aca. | ||||
| * | macos-v0.4.1 | Minh Nguyễn | 2017-04-08 | 3 | -4/+6 |
| | | |||||
| * | [ios] Update podspecs and changelog for v3.5.2ios-v3.5.2 | Jason Wray | 2017-04-07 | 3 | -3/+4 |
| | | |||||
| * | [ios, macos] Guard against looking up annotation contexts ↵ | Jesse Bounds | 2017-04-07 | 4 | -36/+54 |
| | | | | | | | | MGLAnnotationTagNotFound (#8686) | ||||
| * | [ios] Update podspecs and changelog for v3.5.1ios-v3.5.1 | Jason Wray | 2017-04-05 | 3 | -5/+5 |
| | | |||||
| * | [ios, macos] Hardened std::map usage in MGLMapVIew | Minh Nguyễn | 2017-04-05 | 2 | -7/+9 |
| | | | | | | | | Replaced std::map::operator[] usage with std::map::at(). Backed up an assertion on iOS with a guard when -annotationTagsInRect: returns the tag of a nonexistent annotation, for consistency with macOS. Removed an unnecessary and risky subscript into _annotationContextsByAnnotationTag in -positioningRectForCalloutForAnnotationWithTag: on iOS. | ||||
| * | [ios] replaced link to select a feature example (#8651) | Jordan Kiley | 2017-04-05 | 1 | -1/+1 |
| | | |||||
| * | [ios, macos] Rename Data-driven styling guide (#8627) | Jesse Bounds | 2017-04-05 | 11 | -35/+40 |
| | | | | | | | | | | | | | | | | | | * [ios, macos] Rename Data-driven styling guide This turns the Data-driven styling guide into a guide for working with style functions. This helps clarify that not all style functions are DDS specific but keeps the discussion of this related functionality in the same guide. | ||||
| * | [ios] assertion to check if an annotationTag > 0 (#8588) | Fabian Guerra Soto | 2017-04-05 | 2 | -1/+7 |
| | | | | | | | | | | | | * [ios] assertion to check if an annotationTag > 0 * [ios,macos] assertion and guard added to check annotations in visibleAnnotationsInRect | ||||
| * | [ios, macos] Preserve symlinks when zipping framework | Minh Nguyễn | 2017-04-05 | 3 | -2/+6 |
| | | |||||
| * | [ios] Silence incompatible type warning for callout view (#8608) | Jesse Bounds | 2017-04-04 | 2 | -2/+9 |
| | | | | | | | | | | | | | | This silences a compatibility warning that was introduced in a previous refactor that changed the return type of the callout view for annotation delegate method. This also adds checks to ensure that the callout view provided by the delegate to the map view is of the correct type and conforms to the correct protocol. | ||||
| * | Release android v5.0.2 (#8629) | Tobrun | 2017-04-04 | 4 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | * [android] - update CHANGELOG.md for v5.0.2 release * [android] - bump version name to 5.0.2 * [android] - fixup javadoc errors * bump SNAPSHOT version | ||||
| * | [macos] Removed MGLUserTrackingMode from jazzy ToC | Minh Nguyễn | 2017-04-03 | 1 | -1/+0 |
| | | |||||
| * | [macos] Fixed broken images in DDS guide | Minh Nguyễn | 2017-04-03 | 11 | -2/+4 |
| | | |||||
| * | [core] cache binary shaders on Android | Konstantin Käfer | 2017-04-03 | 29 | -47/+541 |
| | | |||||
| * | [core] Extract and de-templatize several Program static methods | John Firebaugh | 2017-04-03 | 4 | -27/+54 |
| | | |||||
| * | macos-v0.4.0macos-v0.4.0 | Minh Nguyễn | 2017-04-02 | 2 | -2/+2 |
| | | |||||
| * | [ios, macos] Updated changelogs | Minh Nguyễn | 2017-04-02 | 2 | -6/+6 |
| | | |||||
| * | [ios] Replaced UIActionSheet, UIAlertView with UIAlertController | Jason Wray | 2017-04-01 | 1 | -72/+88 |
| | | |||||
| * | [ios, macos] Copyedited data-driven styling guides | Minh Nguyễn | 2017-04-01 | 6 | -357/+198 |
| | | | | | | | | | | | | Cursorily copy-edited the data-driven styling guide, removing a stray class reference, replacing a redundant h1, and making stops examples platform-agnostic and less redundant. Fixed an issue in the style authors guide where style function tables appeared under each style layer type table. | ||||
| * | Cherry pick v5.0.2 changes (#8586) | Tobrun | 2017-03-31 | 5 | -5/+23 |
| | | | | | | | | | | | | | | | | | | | | * [android] execute resource transform callback on the right thread * [android] allow resetting of resource transform callback * update CHANGELOG for v5.0.2 * [android] - correct anchoring when Icon is updated (#8519) | ||||
| * | Revert 5.x touch changes (#8585) | Tobrun | 2017-03-30 | 6 | -70/+60 |
| | | | | | | | | | | | | | | | | | | | | * Revert "[android] - only dispatch events if not handled by MarkerView (#8447)" This reverts commit 09d76854ab15b2a6f473c270da9d46e903e426da. * Revert "[android] - move touch handling of MarkerViews back to View#setOnClickListener. Workaround panning issue by dispatching touch events to the parent ViewGroup. (#8272)" This reverts commit 1693b389d7d17315b8a2a9bdd862207ace053f77. | ||||
| * | [ios] Modify return type so callout bridges with protocol in Swift | Jesse Bounds | 2017-03-29 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | `- (nullable UIView <MGLCalloutView> *)mapView:(MGLMapView *)mapView calloutViewForAnnotation:(id <MGLAnnotation>)annotation;` bridges with a `UIView?` return type in Swift. This changes replaces the `UIView` type in the method signature so that, when bridged to Swift, the returned object is defined as `MGLCalloutView?`. | ||||
| * | [core] check null data in query source features (#8553) | John Firebaugh | 2017-03-28 | 2 | -0/+15 |
| | | | | | | | | | | | | * [core] check null data in query source features * Include what you use | ||||
| * | [ios] nil check in visibleAnnotationsInRect to avoid crash (#8513) | Fabian Guerra Soto | 2017-03-28 | 1 | -1/+4 |
| | | |||||
| * | [linux, node] Build with clang 3.9 | John Firebaugh | 2017-03-28 | 1 | -16/+16 |
| | | |||||
| * | [test] Fix polygon construction to compile with clang 3.9.x | Dane Springmeyer | 2017-03-28 | 1 | -9/+9 |
| | | |||||
| * | [core] Avoid -Wundefined-var-template warnings with clang 3.9+ | John Firebaugh | 2017-03-28 | 1 | -19/+19 |
| | | |||||
| * | [android] revert version name to snapshot | Antonio Zugaldia | 2017-03-24 | 1 | -1/+1 |
| | | |||||
| * | [android] update CHANGELOG.md with 5.0.1 information | Antonio Zugaldia | 2017-03-24 | 1 | -0/+6 |
| | | |||||
| * | [android] [auto] Update properties to version 5.0.1 in preparation for build. | Antonio Zugaldia | 2017-03-24 | 2 | -2/+2 |
| | | |||||
| * | Use highp for color attributes (#8496) | Anand Thakker | 2017-03-22 | 8 | -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 Soto | 2017-03-21 | 2 | -2/+2 |
| | | |||||
* | | [ios, macos] Clarify redrawing based on multipoint mutation | Minh Nguyễn | 2017-04-11 | 1 | -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 Firebaugh | 2017-04-11 | 6 | -69/+67 |
| | | | | | | | | "empty" state | ||||
* | | [android] Polygon holes (#8557) | Pablo Guardiola | 2017-04-11 | 8 | -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 nodejs | Konstantin Käfer | 2017-04-11 | 1 | -1/+1 |
| | | |||||
* | | [ios] Match gesture recognizer with map view user interaction state | David Chiles | 2017-04-11 | 7 | -21/+315 |
| | | |||||
* | | [core] Added {set,get}{Min,Max}Pitch | Bruno de Oliveira Abinader | 2017-04-11 | 7 | -2/+83 |
| | | |||||
* | | [core] Added Map::{get,set}LatLngBounds | Bruno de Oliveira Abinader | 2017-04-11 | 7 | -2/+74 |
| | | |||||
* | | [core] Added LatLngBounds::{valid,constrain} | Bruno de Oliveira Abinader | 2017-04-11 | 1 | -0/+15 |
| | | |||||
* | | [core] Move {Map,Transform}::{get,set}{Min,Max}Zoom to bounds pragma | Bruno de Oliveira Abinader | 2017-04-11 | 6 | -7/+20 |
| | | |||||
* | | [macos] Remove link attribute from attribution text | Minh Nguyễn | 2017-04-10 | 3 | -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 ↵ | Tobrun | 2017-04-11 | 3 | -16/+23 |
| | | | | | | | | validating accessTokens. (#8680) | ||||
* | | [qt] Avoid hardcoding Qt cellar path | Minh Nguyễn | 2017-04-10 | 1 | -2/+3 |
| | |