summaryrefslogtreecommitdiff
path: root/test/style
Commit message (Expand)AuthorAgeFilesLines
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-1/+1
* [core] fixup formattingIvo van Dongen2016-10-211-11/+11
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-1/+1
* [core] reload geojson source on url changeIvo van Dongen2016-10-201-0/+34
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-288-0/+0
* [core] Source-driven attributionMinh Nguyễn2016-09-261-0/+39
* [core] Trigger Update::RecalculateStyle when toggling layer visibilityBruno de Oliveira Abinader2016-09-261-2/+15
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-191-144/+0
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-191-0/+0
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-162-16/+16
* [core] Correct evaluation of interval functionsclydebarrow2016-09-161-0/+11
* [core] upgrade RapidJSON to 1.1.0Konstantin Käfer2016-09-151-5/+6
* [core] change bool to enum class bool TileLoadStateKonstantin Käfer2016-09-071-4/+4
* [core] Observe visibility changesJohn Firebaugh2016-09-061-0/+14
* [core] Initial state of Source::Impl::enabled must be trueJohn Firebaugh2016-09-061-0/+4
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-061-0/+44
* [core] remove unused TimePoint during Source updateKonstantin Käfer2016-09-051-1/+0
* [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l...Konstantin Käfer2016-09-051-18/+18
* [core] Emit MapChangeDidFailLoadingMap when the style cannot be loaded or parsedThiago Marcos P. Santos2016-08-241-1/+6
* [core] #6071 - extract GeoJSONOptions conversion from GeoJSONSource conversionIvo van Dongen2016-08-231-0/+68
* [core] parse more Style JSON propertiesKonstantin Käfer2016-08-191-0/+34
* [core] Add support for $id key to filtersJohn Firebaugh2016-07-181-62/+74
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-061-5/+2
* [core] Adjust layer source properties to better reflect realityJohn Firebaugh2016-06-242-11/+11
* [core] Split up and clean up conversion.hppJohn Firebaugh2016-06-241-1/+2
* [core] Remove TexturePool from style::UpdateParameters (#5442)John Firebaugh2016-06-221-3/+0
* [core, node] Node bindings for setFilterJohn Firebaugh2016-06-211-2/+3
* [core] Runtime source API: private implsJohn Firebaugh2016-06-163-46/+47
* [core] Prepare Filter and FilterEvaluator for extraction (#5366)John Firebaugh2016-06-151-31/+6
* [core] Use variant<std::string, Tileset> in TileSourceJohn Firebaugh2016-06-153-56/+63
* Color class (#5361)Young Hahn2016-06-151-1/+2
* [core] Push Source::url down to subclassesJohn Firebaugh2016-06-141-2/+2
* [core] Push Source::tileset down to TileSourceJohn Firebaugh2016-06-142-0/+2
* [core] Use Range<uint8_t> instead of full Tileset where possibleJohn Firebaugh2016-06-141-4/+4
* [core] Vector source tileSize is constantJohn Firebaugh2016-06-141-6/+6
* [core] Pass geojsonvt only to GeoJSONSourceJohn Firebaugh2016-06-141-10/+10
* [core] Introduce source subclassesJohn Firebaugh2016-06-141-11/+14
* [core] Make enum ↔ string conversion more generic-friendlyJohn Firebaugh2016-06-131-2/+3
* [tidy] Check modernize-use-autoBruno de Oliveira Abinader2016-06-131-1/+1
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-2/+2
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-1/+1
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-132-4/+4
* [test] Added style layer properties testsBruno de Oliveira Abinader2016-06-101-8/+200
* [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-021-3/+3
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-026-40/+44
* [core] Introduce PropertyValue<T>John Firebaugh2016-06-021-37/+38
* [core] Runtime style layer APIJohn Firebaugh2016-06-023-19/+11
* [all] Rationalize annotation APIJohn Firebaugh2016-06-011-0/+2
* [core] move *Observers to their own filesKonstantin Käfer2016-05-231-0/+1
* [core] remove MockView and View dependency in TransformKonstantin Käfer2016-05-181-3/+1