summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [tidy] Check modernize-use-overrideBruno de Oliveira Abinader2016-06-133-3/+3
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-138-19/+21
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-132-2/+2
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-137-58/+58
* [core] Tile ⇢ RenderTileJohn Firebaugh2016-06-133-16/+16
* [core] Merge vector_tile_data.{hpp,cpp} into vector_tile.{hpp,cpp}John Firebaugh2016-06-131-1/+1
* [core] Merge annotation_tile_data.{hpp,cpp} into annotation_tile.{hpp,cpp}John Firebaugh2016-06-131-1/+1
* [core] Merge geojson_tile_data.{hpp,cpp} into geojson_tile.{hpp,cpp}John Firebaugh2016-06-131-1/+1
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-133-19/+19
* text-pitch-alignment (#5288)Young Hahn2016-06-107-16/+31
* [core] Eliminate Source dependency on TileSourceJohn Firebaugh2016-06-101-4/+3
* [core] Push conditional initialization into subclassesJohn Firebaugh2016-06-101-45/+5
* [core] Introduce GeometryTileData subclassesJohn Firebaugh2016-06-101-4/+6
* [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-101-6/+4
* [core] rename onPlacementRedone -> onNeedsRepaintKonstantin Käfer2016-06-106-14/+14
* [core] createTile callback can load optional and required tilesKonstantin Käfer2016-06-101-2/+5
* [core] allow changing the necessity of a TileSourceKonstantin Käfer2016-06-101-0/+2
* [core] move parsePending() call to TileDataKonstantin Käfer2016-06-101-1/+0
* [core] introduce TileDataObserverKonstantin Käfer2016-06-102-31/+24
* [core] restructure TileSource construction and callbacksKonstantin Käfer2016-06-101-22/+24
* [core] store Resource instead of dependents to build URLKonstantin Käfer2016-06-101-6/+13
* [core] rename VectorTileData => GeometryTileDataKonstantin Käfer2016-06-101-3/+3
* [core] introduce a RasterTileMonitorKonstantin Käfer2016-06-101-3/+6
* [core] *TileMonitor => *TileSourceKonstantin Käfer2016-06-101-4/+8
* [core] remove unused codeKonstantin Käfer2016-06-071-1/+0
* [core] Revert line-round-limit default to 1 (#5260)John Firebaugh2016-06-061-1/+1
* [core] Naive atomic type for ARMv5Thiago Marcos P. Santos2016-06-061-3/+3
* [core] Clean up style.cppJohn Firebaugh2016-06-021-30/+27
* [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-022-2/+2
* [core] Move RenderData alongside RenderItemJohn Firebaugh2016-06-023-34/+2
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-0266-276/+3182
* [core] Add Filter accessorsJohn Firebaugh2016-06-021-103/+0
* [core] Introduce PropertyValue<T>John Firebaugh2016-06-028-133/+210
* [core] Runtime style layer APIJohn Firebaugh2016-06-0213-228/+81
* [core] rename TileData::State to DataAvailability and make it privateKonstantin Käfer2016-05-251-0/+1
* [core] split TileData::State::obsolete into its own thingKonstantin Käfer2016-05-251-5/+5
* [core] TileData::isReady() => TileData::isRenderable()Konstantin Käfer2016-05-251-1/+1
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-2516-64/+16
* [core] move *Observers to their own filesKonstantin Käfer2016-05-233-27/+44
* [core] move RenderItem and GlyphRange to their own headersKonstantin Käfer2016-05-232-15/+26
* [core] Eliminate temporary vector in Style::queryRenderedFeaturesJohn Firebaugh2016-05-171-9/+9
* [core] Introduce StyleQueryParameters; push coordinate calculations into SourceJohn Firebaugh2016-05-173-12/+22
* [core] Fix code style issuesJohn Firebaugh2016-05-122-9/+6
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-101-5/+7
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-103-7/+7
* [core] move Tile to use UnwrappedTileIDKonstantin Käfer2016-05-101-1/+1