summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-2712-35/+408
|
* [core] split off render layersIvo van Dongen2017-04-2510-31/+41
|
* [all] Rationalize style::ImageJohn Firebaugh2017-04-242-15/+11
| | | | | | | A style has a collection of images, just as it has collections of sources and layers. * Name things appropriately * Use std::unique_ptr
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-241-0/+3
|
* [core] More complete fix for composite function interpolation edge caseJohn Firebaugh2017-04-201-3/+0
| | | | b5b4549 / #8613 handled the edge case for layout properties, but not paint properties. Move the check for a degenerate range to interpolationFactor in order to handle both correctly.
* [core] Move ProjectedMeters to projection.hppJohn Firebaugh2017-04-182-29/+28
|
* [core] Remove non-Map-dependent projection methods from MapJohn Firebaugh2017-04-181-3/+0
|
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-142-43/+72
|
* [core] TransitionOptions s/operator bool/isDefined/Bruno de Oliveira Abinader2017-04-141-1/+1
|
* [core] Remove unused bool() functionsBruno de Oliveira Abinader2017-04-141-2/+0
|
* [core, darwin] Object identity for MGLSource*, MGLStyleLayer*John Firebaugh2017-04-133-0/+22
| | | | All `MGLSource` pointers referencing the same logical source will now be object identical; similarly for `MGLStyleLayer`.
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-131-4/+1
| | | | We don't need to have two different measurement systems for map zoom.
* [core] Revert use of optional<EdgeInsets>, because EdgeInsets has a natural ↵John Firebaugh2017-04-113-11/+14
| | | | "empty" state
* [core] Added {set,get}{Min,Max}PitchBruno de Oliveira Abinader2017-04-111-0/+4
|
* [core] Added Map::{get,set}LatLngBoundsBruno de Oliveira Abinader2017-04-111-0/+2
|
* [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-111-2/+4
|
* [core] Updated Size::isEmpty and TransformState::valid checksBruno de Oliveira Abinader2017-04-102-7/+6
|
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-064-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | * 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)
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-062-41/+45
|
* [core] Tighten LatLng and other geo.hpp classesJohn Firebaugh2017-04-061-17/+18
| | | | | * Remove LatLng::null and enforce invariants * Remove unnecessary operator bool()
* Fix edge case in composite function interpolation (#8613)Anand Thakker2017-04-031-1/+8
| | | | | | | | | | | | | | | | This fixes a bug where, for a zoom value greater than that of the highest zoom stop, composite function interpolation would return nan. (Blocking a render test over in #8593) * Add failing tests for composite function edge case The failing cases here are: - Should interpolate before the first stop - Should interpolate past the last stop * Fix edge case in composite function interpolation * Hold functions constant outside stop-defined domain
* [core] Add DDS support for icon-imageJohn Firebaugh2017-03-312-4/+4
|
* [core] Add DDS support for text-rotateJohn Firebaugh2017-03-312-4/+4
|
* [core] implement dds for text-offsetMolly Lloyd2017-03-282-4/+4
|
* [core] Privatize gl/gl.hppKonstantin Käfer2017-03-281-50/+0
|
* [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-281-0/+26
|
* [node] Move util/async_task.hpp to public include directoryKonstantin Käfer2017-03-281-0/+24
|
* [core] Move map/change.hpp to public include directoryJohn Firebaugh2017-03-281-0/+26
|
* [core] Move actor/{mailbox,scheduler}.hpp to public include directoryJohn Firebaugh2017-03-282-0/+71
| | | | 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-281-0/+26
|
* [core] Avoid public dtoa.hpp includeJohn Firebaugh2017-03-281-13/+3
|
* [core] Avoid public geometry_tile_data.hpp includeJohn Firebaugh2017-03-282-3/+4
|
* [core] Move interpolate.hpp to public include directoryJohn Firebaugh2017-03-281-0/+89
|
* [core] Added Map::latLngBoundsForCameraBruno de Oliveira Abinader2017-03-243-0/+22
|
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-231-0/+11
|
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-1/+14
|
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-2313-317/+391
|
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-221-1/+2
|
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-219-3/+59
|\
| * [ios] Guard against over calling pause or resumeJesse Bounds2017-03-181-3/+0
| |
| * Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-108-0/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] new struct MGLTransition * [ios] MGLTransition struct moved to MGLTypes.h * [ios] MGLTransition implemented for style layer properties * [ios, macos] added support for getting property transitions * [ios, macos] updated to MGLDurationFromTimeInterval and MGLTimeIntervalFromDuration * [ios, macos] added transition properties test * [ios, macos] modified key strings imp * [ios, macos] The impl for transition properties were changed to public methods * [ios, macos] Changelog update * [ios] Fixed layer space formatting * [core] The name space was fixed for getters that returned TransitionOptions * [ios, macos] Added rawLayer transition property tests * [ios] Added a factory method for MGLTransition and transition-related methods to NSValue(MGLAdditions) * [ios, macos] Copyedited changelog blurbs about transition properties
| * [core] query source featuresIvo van Dongen2017-03-103-1/+33
| |
| * [core] rename query options for query rendered featuresIvo van Dongen2017-03-102-5/+5
| |
* | Make Source::getZoomRange return an optional rangeBruno de Oliveira Abinader2017-03-211-2/+1
| |
* | [core] s/onSourceDidChange/onSourceChanged/ + source refBruno de Oliveira Abinader2017-03-211-1/+4
| |
* | [core] Expose Source::getZoomRangeBruno de Oliveira Abinader2017-03-201-1/+4
| |
* | [core] Pass std::exception_ptr in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-171-1/+2
| |
* | [core] Pass std::exception_ptr in style::Observer::onStyleErrorBruno de Oliveira Abinader2017-03-171-0/+15
| |
* | [node] Work around a link error on macOS release builds (#8409)John Firebaugh2017-03-151-3/+1
| |