summaryrefslogtreecommitdiff
path: root/src/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* [core] Separate pattern size from draw-time variablesBruno de Oliveira Abinader2016-06-151-2/+3
* [core] Introduce Map::getLayerJohn Firebaugh2016-06-131-0/+4
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-1/+0
* [core] rename onPlacementRedone -> onNeedsRepaintKonstantin Käfer2016-06-101-2/+2
* Merge branch 'release-android-v4.1.0'Brad Leege2016-06-092-2/+2
|\
| * [android] #5254 - fix ARMv5 supportThiago Marcos P. Santos2016-06-062-2/+2
* | [core] code style and remove unused codeKonstantin Käfer2016-06-061-9/+9
* | [core] Perform GL object store cleanup on low memoryBruno de Oliveira Abinader2016-06-031-0/+1
* | [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-021-13/+7
* | [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-022-20/+58
* | [core] Generalize Map::{add,remove}CustomLayerJohn Firebaugh2016-06-021-10/+3
* | [core] Runtime style layer APIJohn Firebaugh2016-06-021-1/+0
* | [all] Rationalize annotation APIJohn Firebaugh2016-06-011-25/+5
* | [core] Use geometry.hpp types for shape annotationsJohn Firebaugh2016-06-011-3/+2
* | [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-011-6/+6
|/
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-253-12/+3
* [core] Move GLFW stencil clip debug to coreBruno de Oliveira Abinader2016-05-241-0/+7
* [core] move *Observers to their own filesKonstantin Käfer2016-05-231-1/+2
* [core] Implement MapDebugOptions::WireframeBruno de Oliveira Abinader2016-05-231-1/+3
* [core] Avoid NaNs in TransformState unit conversionsBruno de Oliveira Abinader2016-05-202-14/+21
* [core] remove MockView and View dependency in TransformKonstantin Käfer2016-05-184-16/+61
* [core] Rewrite TileCoordinate in terms of geometry.hpp pointJohn Firebaugh2016-05-173-69/+39
* [core] Introduce StyleQueryParameters; push coordinate calculations into SourceJohn Firebaugh2016-05-171-27/+17
* [core] Use mapbox::geometry::box in queryRenderedFeaturesJohn Firebaugh2016-05-131-10/+16
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-115-13/+50
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-102-142/+0
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-102-7/+9
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-054-38/+21
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-052-1/+3
* [core] Merge pull request #4914 from bwhtmn/camera-paddingBrent W2016-05-041-1/+1
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-2/+2
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-0/+34
* [core, ios, osx] cameraThatFitsCoordinateBoundsMinh Nguyễn2016-04-223-2/+18
* [core] Don't copy TransformState (#3501)Thiago Marcos P. Santos2016-04-152-9/+4
* [core] Eliminate MapDataJohn Firebaugh2016-04-152-102/+54
* [core] Remove MapData dependency from PainterJohn Firebaugh2016-04-151-12/+15
* [core] Remove MapData dependency from StyleJohn Firebaugh2016-04-151-6/+19
* [core] Convert MapContext to Map::Impl; eliminate indirectionJohn Firebaugh2016-04-153-542/+378
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-151-11/+0
* [core] Render from the main threadJohn Firebaugh2016-04-144-95/+40
* [core] Do the MapContext::cleanup() synchronouslyThiago Marcos P. Santos2016-04-121-1/+1
* [core] simplify conversions from pixels to tile unitsAnsis Brammanis2016-03-302-0/+6
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-303-8/+4
|\
| * [core] Localize and simplify state for MapChangeDidFinishLoadingMap eventJohn Firebaugh2016-03-303-8/+4
* | [core] Update time point in map context on every updateBruno de Oliveira Abinader2016-03-241-6/+7
* | [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-2/+2
* | [core] Get rid of MapData::{get,set}animationTimeBruno de Oliveira Abinader2016-03-184-28/+15
* | [core] Default fade duration is now a constantBruno de Oliveira Abinader2016-03-182-24/+1
* | [core] Remove default transition durationBruno de Oliveira Abinader2016-03-183-26/+2
* | [core] s/Update::Zoom/Update/RecalculateStyle/Bruno de Oliveira Abinader2016-03-183-13/+13