summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-0368-215/+164
| | | | | | | | | | | | | | | | Moves the following to the renderer directory and out of the style namespace: * CascadeParameters * PropertyEvaluationParameters * UpdateParameters * PropertyEvaluator * DataDrivenPropertyEvaluator * CrossFadedPropertyEvaluator * PaintPropertyBinder * PaintProperyStatistics * PossiblyEvaluatedPropertyValue * TransitioningLight * EvaluatedLight
* [core] No need to Update::Classes after removing a layerJohn Firebaugh2017-05-031-1/+1
|
* [core] No need to manually set Update::Classes flag after annotation updateJohn Firebaugh2017-05-031-1/+0
| | | | Since the advent of the runtime styling APIs, the APIs used by AnnotationManager::updateStyle will automatically set this flag as needed.
* [core] Remove forced style cascadeJohn Firebaugh2017-05-031-3/+0
| | | | This should happen automatically during rendering. After removing, I can no longer replicate the original issue (#1889).
* [android] - add 3D buildings example (#8845)Tobrun2017-05-035-0/+128
| | | [android] - add support for filter for fillextrusionlayer.
* Revert "[node] Temporary: exit(0) on exception in Painter::render"John Firebaugh2017-05-021-10/+4
| | | | This reverts commit f0d4411871d43012dc9e24a376ebc70ec6ca9224.
* [ios] Bump podspecs for v3.6.0-alpha.1ios-v3.6.0-alpha.1Jason Wray2017-05-023-3/+3
|
* [ios] properly show attribution in modal hierarchies (#8837)Justin R. Miller2017-05-024-10/+53
| | | fixes #8782
* [core] Make Map.addImage tests pass (#8843)Asheem Mamoowala2017-05-027-5/+25
| | | | | Fix Node tests suite implementation to parse pixelRatio from style json Premultiply images in the node binding before sending to mbgl core
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-0244-710/+1401
|
* [core] Load source TileJSON immediatelyJohn Firebaugh2017-05-029-239/+12
| | | | | | | This reverses #3095. Rationale: * We're now exposing source attributes as a public API. Making those attributes unavailable at certain times complicates that API. * We're preparing to split RenderSource out of Source. Removing this removes a point of coupling between the two.
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-0223-61/+70
| | | | Once Source and RendererSource are split, Source will no longer have access to tiles.
* [android] - CHANGELOG.md update for release-v5.1.0-beta.1 (#8857)android-v5.1.0-beta1Tobrun2017-05-021-2/+16
|
* [build] Added 'shared_thread_pool.cpp' to 'mbgl-core' target on LinuxBruno de Oliveira Abinader2017-05-021-0/+1
|
* [core] Fix compilation error with older libpng versionsBruno de Oliveira Abinader2017-05-021-1/+1
|
* [core] Fix compilation error with older libicu versionsBruno de Oliveira Abinader2017-05-021-1/+1
|
* [build] Added 'mbgl-loop-uv' to 'linux-core' targetBruno de Oliveira Abinader2017-05-021-1/+1
|
* [core] Suppress "stencil mask overflow" warningThiago Marcos P. Santos2017-05-021-1/+6
| | | | | When it starts, we get a log warning for every frame, which is expensive. Now we get only one warning.
* [ios, macos] Corrected map a11y value format stringsMinh Nguyễn2017-05-023-6/+6
| | | | Corrected MGLMapView accessibility value format strings in Catalan, Russian, and Swedish.
* [ios] Added sv stringsdictFredrik Karlsson2017-05-022-0/+25
|
* [android] Added Lithuanian, Spanish, Vietnamese localizations from TransifexMinh Nguyễn2017-05-024-0/+46
|
* [ios, macos] Updated ca, es, sv, vi, zh-Hans localizations from TransifexMinh Nguyễn2017-05-027-11/+369
|
* [android, ios, macos] Rearranged keys in tx configMinh Nguyễn2017-05-021-5/+5
| | | | The tx tool made these changes automatically when pulling.
* [Qt] Add extrusion example to the Qt appThiago Marcos P. Santos2017-05-021-0/+34
|
* [Qt] Handle extrusion filtersThiago Marcos P. Santos2017-05-021-0/+4
|
* [ios, macos] Updated changelogsMinh Nguyễn2017-05-012-11/+22
| | | | Updated and reorganized changelogs.
* [android] - warning log when attempting to update a non-added annotation (#8832)Tobrun2017-04-282-37/+24
|
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-27111-233/+4853
|
* [build] Added linux-coreBruno de Oliveira Abinader2017-04-271-0/+4
|
* [build] Control libstdc++ usage via WITH_CXX11ABIBruno de Oliveira Abinader2017-04-272-1/+5
|
* [build] Fix 'Command not found' message on LinuxBruno de Oliveira Abinader2017-04-271-1/+1
|
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-2619-98/+78
| | | | | * Simplify SymbolLayout; it never needs to care about more than one SpriteAtlas. * Move the reference from SymbolLayer::Impl to SymbolBucket. This is a prerequisite for making layer Impls immutable.
* [ios] swapped link for circle layer example (#8818)Jordan Kiley2017-04-261-1/+1
|
* [android] - share locationsource between locational components (#8825)Tobrun2017-04-262-2/+4
|
* [android] - fix test app runtime permissions (#8823)Tobrun2017-04-265-148/+69
|
* [core] split off render layersIvo van Dongen2017-04-25104-1114/+1715
|
* [android] - fix publish snapshot step (#8815)Tobrun2017-04-251-1/+1
|
* [ios, macos] Bumped recommended Xcode version >=8.0 (#8775)Jordan Kiley2017-04-247-5/+7
|
* [all] Rationalize style::ImageJohn Firebaugh2017-04-2434-381/+304
| | | | | | | A style has a collection of images, just as it has collections of sources and layers. * Name things appropriately * Use std::unique_ptr
* [ios, macos] Update MGLMapView logo view (#8771)Minh Nguyễn2017-04-249-3/+95
| | | | | | * [ios, macos] Updated logo view to new Mapbox logo * [default] Updated attribution logo SVG
* Release node v3.5.0 (#8785)node-v3.5.0Bobby Sudekum2017-04-242-1/+6
|
* [core] fix an issue with lines that have duplicate points (#8808)Vladimir Agafonkin2017-04-242-4/+13
| | | An equivalent of https://github.com/mapbox/mapbox-gl-js/pull/4634.
* [android] - avoid calling MarkerViewClickListener twice (#8804)Tobrun2017-04-241-7/+3
|
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-2420-77/+147
|
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-2418-189/+135
|
* [android] - rework instrumentation tests (#8793)Tobrun2017-04-2135-1400/+1120
|
* [ios] fixes #8522: don't alter tint color on annotation views (#8789)Justin R. Miller2017-04-211-0/+3
|
* [android] - convert camera position values coming from core (#8794)Tobrun2017-04-212-3/+17
|
* [core] More complete fix for composite function interpolation edge caseJohn Firebaugh2017-04-203-4/+3
| | | | 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.
* [android] Add a way to use a custom location source (#8710)Pablo Guardiola2017-04-208-21/+315
| | | | | | * add a way to use a custom location source * add custom location engine example to test app