summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [android] add option to set geometry and feature on geojson sourceIvo van Dongen2017-03-283-0/+96
|
* [android] geojson conversion optimisationIvo van Dongen2017-03-2847-134/+1266
|
* [core] Privatize gl/gl.hppKonstantin Käfer2017-03-285-14/+13
|
* [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-2817-67/+103
|
* [android] Move SDK files to separate targetKonstantin Käfer2017-03-282-182/+172
|
* [android] Remove public usage of private util/thread.hpp headerKonstantin Käfer2017-03-282-1/+2
|
* [node] Move util/async_task.hpp to public include directoryKonstantin Käfer2017-03-282-1/+1
|
* [glfw] Remove GL state restorationKonstantin Käfer2017-03-283-69/+10
| | | | We're doing all of this in our own context anyway, so no need to restore the state
* [core] Remove private header includes from CLI utilitiesKonstantin Käfer2017-03-287-44/+8
|
* [core] Internalize rapidjson.hppBruno de Oliveira Abinader2017-03-284-48/+39
|
* [node] Eliminate src as an include pathJohn Firebaugh2017-03-287-40/+43
|
* [node] Fix mistaken .cpp includeJohn Firebaugh2017-03-281-1/+1
|
* [core] Move map/change.hpp to public include directoryJohn Firebaugh2017-03-282-1/+1
|
* [core] Move actor/{mailbox,scheduler}.hpp to public include directoryJohn Firebaugh2017-03-283-2/+2
| | | | Map constructor takes Scheduler&, and consumers are expected to define an implementation. Therefore the interface must be public.
* [core] Move ignore.hpp to public include directoryJohn Firebaugh2017-03-282-1/+1
|
* [core] Avoid public dtoa.hpp includeJohn Firebaugh2017-03-283-13/+24
|
* [core] Avoid public geometry_tile_data.hpp includeJohn Firebaugh2017-03-282-3/+4
|
* [core] Core tests and benchmarks are allowed to include via srcJohn Firebaugh2017-03-283-3/+3
|
* [core] Move interpolate.hpp to public include directoryJohn Firebaugh2017-03-282-1/+1
|
* [android] use more appropriate numeric types for filter conversionIvo van Dongen2017-03-285-5/+22
|
* Small edit to improve code resiliency (#8540)Anand Thakker2017-03-281-2/+3
| | | | | h/t @ChrisLoer catching this place where we were relying on member initialization order. While it _happened_ to be okay here, it's unnecessarily fragile.
* [android] - mark non-translatable resources, remove debug string resources, ↵Tobrun2017-03-283-12/+16
| | | | expose strings in public.xml for resource overloading. (#8530)
* [build] Add Dockerfile for BitriseKonstantin Käfer2017-03-282-43/+34
|
* [android] - harden offline region creation, add include method, expose world ↵Tobrun2017-03-247-32/+252
| | | | bounds, update tests (#8517)
* [android] - correct anchoring when Icon is updated (#8519)Tobrun2017-03-242-0/+10
|
* [android] - update VectorSource javadoc (#8521)Tobrun2017-03-242-6/+5
| | | | | | * [android] - update VectorSource docs on VectorSource creation * [tests] Test only CameraOptions center, zoom in CameraToLatLngBounds
* [core] Added Map::latLngBoundsForCameraBruno de Oliveira Abinader2017-03-246-0/+57
|
* [core] Refactor OpenGL extension loading mechanismKonstantin Käfer2017-03-2323-379/+453
| | | | Previously, we initialized global variables that held pointers to the extension functions. While this seemed to work, the spec doesn't guarantee that the function pointers are identical for different OpenGL contexts. Therefore, we are now making them a member variable of the Context object.
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-2325-110/+102
|
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-2320-9/+73
|
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-2336-486/+550
|
* [build] Autodetect Qt{4,5}Bruno de Oliveira Abinader2017-03-234-10/+22
|
* Verbose commenting on getSegmentGlyphs (#8361)Chris Loer2017-03-221-58/+180
| | | | | | | | | | | | | | | * Verbose commenting on getSegmentGlyphs This came out of @cloer and @anandthakker trying to figure out how getSegmentGlyphs actually worked. Goal is to use this commented version as the base for a refactor. * Refactor getSegmentGlyphs for clarity. * Add more documentation, inline helper functions * Initialize VirtualSegments directly * Fix virtual anchor diagram
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-2229-47/+541
|
* [qt] Add setFramebufferObject() for correct FBO binding restorationKonstantin Käfer2017-03-226-16/+55
|
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-21175-750/+4880
|\
| * [ios][macos] Update DDS guideEric Wolfe2017-03-205-78/+189
| | | | | | | | Clarifies linear and exponential interpolation, adds stops to each example for clarity, and other minor tweaks.
| * [ios] Add next steps to Runtime Styling guide (#7855)Eric Wolfe2017-03-201-0/+4
| |
| * [ios][macos] Document that transitions using setStyleURL are not supported ↵Eric Wolfe2017-03-201-2/+2
| | | | | | | | (#8475)
| * [ios, build] Change version checker URL to ios-sdk site (#8468)Jason Wray2017-03-192-21/+1
| | | | | | Decouple the version checker updating from the deploy process.
| * [ios] Bump podspec version for v3.5.0-rc.2ios-v3.5.0-rc.2Jesse Bounds2017-03-182-2/+2
| | | | | | | | Reverts https://github.com/mapbox/mapbox-gl-native/pull/8462
| * [ios] Guard against over calling pause or resumeJesse Bounds2017-03-182-3/+9
| |
| * Bump Android SNAPSHOT version (#8453)Tobrun2017-03-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] [auto] Update properties to version 5.0.0 in preparation for build. * [android] - bump snapshot version * [android] remove typo in gradle-javadoc.gradle * [android] revert to 5.0.0-SNAPSHOT * [android] revert to 5.0.0 * [android] [auto] Update properties to version 5.0.0 in preparation for build. * next release is now 5.1.0-SNAPSHOT
| * [ios] updated pod spec to release version (#8462)ios-v3.5.0Fabian Guerra Soto2017-03-172-2/+2
| |
| * [ios, macos] update iOS SDK guides (#8354)Jordan Kiley2017-03-1717-9/+642
| | | | | | | | - Added DDS guide - Updated "For Style Authors" guide
| * [android] - update CHANGELOG.md for 5.0.0 release (#8449)Tobrun2017-03-171-0/+57
| |
| * [android] Update dependencies to MAS v2.0.0 finalAntonio Zugaldia2017-03-171-3/+3
| |
| * [android] - only dispatch events if not handled by MarkerView (#8447)Tobrun2017-03-173-13/+30
| | | | | | use onTouch listener to ignore dispatching action up events to MapView when they are already handled by MarkerView.
| * 8322 javadoc 5.0.0 release (#8438)Tobrun2017-03-1711-53/+97
| | | | | | | | | | | | | | | | * [android] - update javadoc 5.0.0 release * update annotation and sources package javadoc * update javadoc on MapboxMap and MapView
| * [android] - take in account focalpoint when performing transformations, ↵Tobrun2017-03-178-101/+94
| | | | | | | | simplify zoom methods (#8416)