summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [test] Added Projection testsBruno de Oliveira Abinader2016-06-134-5/+80
* [build] Make node_modules non-parallelBruno de Oliveira Abinader2016-06-121-0/+1
* Don't apply textRotate twice. (#5321)Young Hahn2016-06-112-3/+3
* text-pitch-alignment (#5288)Young Hahn2016-06-1022-65/+107
* Use shaders@f0b94dcc5f782958e9aade61d592a207d8a46e0f (#5314)Young Hahn2016-06-101-1/+1
* [core] Port pitched circle rendering from gl-jsBruno de Oliveira Abinader2016-06-101-1/+1
* [test] Added style layer properties testsBruno de Oliveira Abinader2016-06-101-8/+200
* [core] Redundant id check in TexturePoolDeleterBruno de Oliveira Abinader2016-06-102-6/+3
* [build] Update compdb & tidy for Linux & OS XBruno de Oliveira Abinader2016-06-102-3/+22
* [build] Use Debug folders by default on YCM configBruno de Oliveira Abinader2016-06-101-2/+3
* [core] Inline TileSource::isRequired, remove unused isOptionalJohn Firebaugh2016-06-102-10/+2
* [core] Merge FileBasedTileSource and TileSourceJohn Firebaugh2016-06-108-86/+55
* [core] Factor common code into FileBasedTileSourceJohn Firebaugh2016-06-104-20/+22
* [core] Simplify FileBasedTileSourceJohn Firebaugh2016-06-105-59/+27
* [core] Merge ImageTileSource into RasterTileDataJohn Firebaugh2016-06-104-37/+11
* [core] Merge VectorTileSource into VectorTileDataJohn Firebaugh2016-06-105-41/+14
* [core] Merge GeoJSONTileSource into GeoJSONTileDataJohn Firebaugh2016-06-104-143/+70
* [core] Merge AnnotationTileSource into AnnotationTileDataJohn Firebaugh2016-06-106-71/+22
* [core] Eliminate TileData dependency on TileSourceJohn Firebaugh2016-06-1010-24/+53
* [core] Eliminate Source dependency on TileSourceJohn Firebaugh2016-06-103-6/+15
* [core] Push conditional initialization into subclassesJohn Firebaugh2016-06-109-54/+106
* [core] Introduce GeometryTileData subclassesJohn Firebaugh2016-06-104-4/+42
* [core] Move setObserver out of Source::createTileJohn Firebaugh2016-06-101-4/+3
* [core] Move cache lookup out of Source::createTileJohn Firebaugh2016-06-101-5/+5
* [core] Repeat some code so that all branches are parallelJohn Firebaugh2016-06-101-19/+31
* [core] Remove unused includesJohn Firebaugh2016-06-101-3/+0
* [core] load parents of missing tiles as optionalKonstantin Käfer2016-06-103-379/+672
* [core] TileData objects now store whether an optional load attempt was performedKonstantin Käfer2016-06-104-1/+24
* [core] rename onPlacementRedone -> onNeedsRepaintKonstantin Käfer2016-06-1010-21/+21
* [core] createTile callback can load optional and required tilesKonstantin Käfer2016-06-103-177/+182
* [core] remove unused TileSource::loadedKonstantin Käfer2016-06-101-8/+0
* [core] TileSources always start out as OptionalKonstantin Käfer2016-06-101-5/+5
* [core] only perform optional requests if the FileSource supports itKonstantin Käfer2016-06-104-14/+50
* [core] allow changing the necessity of a TileSourceKonstantin Käfer2016-06-105-13/+131
* [core] merge similar implementation of VectorTileSource and ImageTileSourceKonstantin Käfer2016-06-1015-73/+101
* [core] move parsePending() call to TileDataKonstantin Käfer2016-06-102-7/+8
* [core] introduce TileDataObserverKonstantin Käfer2016-06-109-76/+84
* [core] restructure TileSource construction and callbacksKonstantin Käfer2016-06-1019-266/+264
* [core] store Resource instead of dependents to build URLKonstantin Käfer2016-06-105-39/+27
* [core] rename VectorTileData => GeometryTileDataKonstantin Käfer2016-06-103-24/+24
* [core] introduce a RasterTileMonitorKonstantin Käfer2016-06-1010-56/+139
* [core] *TileMonitor => *TileSourceKonstantin Käfer2016-06-1021-240/+309
* [ios] Updated changelog for #5302Minh Nguyễn2016-06-091-0/+1
* Revert "[ios] Updated changelog for #5302"Minh Nguyễn2016-06-091-0/+0
* [ios] Updated changelog for #5302Minh Nguyễn2016-06-091-0/+0
* [ios] Support for a customizable zoom gesture centering strategy. (#5302)Mark Allen2016-06-092-31/+42
* [android] #5303 - Updating code to take properly merge what each branch inte...Brad Leege2016-06-092-20/+8
* [android] #5291 - Fixing merge error for .travis.ymlBrad Leege2016-06-091-0/+3
* Tile count, tile size columns in osxapp (#5301)Minh Nguyễn2016-06-092-10/+70
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2016-06-0944-384/+449
|\