summaryrefslogtreecommitdiff
path: root/test/style
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-111-1/+1
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-16/+16
* [core] Implement has/!has filters (#4952)John Firebaugh2016-05-051-0/+22
* [core] Simplify FilterEvaluator and fix crashJohn Firebaugh2016-05-041-7/+10
* [core] port to protozero (#4906)Dane Springmeyer2016-05-032-2/+2
* [core] Prepare Filter for public API (#4900)John Firebaugh2016-04-282-478/+22
* [core] Extract Function::evaluation to a separate class (#4811)John Firebaugh2016-04-251-37/+41
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-222-21/+21
* [core] FontStack ⇢ GlyphSet (#4803)John Firebaugh2016-04-221-7/+7
* [core] Eliminate MapDataJohn Firebaugh2016-04-151-1/+0
* [core] Remove MapData dependency from StyleJohn Firebaugh2016-04-152-14/+12
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-153-10/+0
* [test] rearrange test files so they're not in the fixtures folderKonstantin Käfer2016-03-228-16/+15
* [core] Get rid of MapData::{get,set}animationTimeBruno de Oliveira Abinader2016-03-181-6/+12
* [core] Move class handling to StyleBruno de Oliveira Abinader2016-03-181-2/+14
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-183-16/+20
* [gl] Moved TexturePool to gl namespaceBruno de Oliveira Abinader2016-02-181-2/+2
* [tests] Fix buildJohn Firebaugh2016-02-112-2/+2
* Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-111-2/+4
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-0/+58
* [core] Cache with mapbox:// tile URLsJohn Firebaugh2016-02-101-3/+3
* [core] Add a method for statically evaluating font stacks used by a styleJohn Firebaugh2016-02-101-0/+10
* [tests] Don't call the callback for cancelled responsesJohn Firebaugh2016-02-042-3/+3
* [tests] Reorganize tests to match src structureJohn Firebaugh2016-02-024-0/+743
* [tests] Refactor and make MockFileSource more generalJohn Firebaugh2016-02-015-382/+379
* [core] use stale glyphsKonstantin Käfer2016-01-151-4/+0
* [core] move invariant Source ID from SourceInfo to SourceKonstantin Käfer2016-01-131-8/+8
* [core] Get rid of ::unref() for Timer and AsyncTaskThiago Marcos P. Santos2016-01-091-1/+0
* [tests] Simplify MockFileSourceJohn Firebaugh2015-12-242-5/+5
* [tests] Rewrite {Sprite,Glyph}Store tests in the style of ResourceLoadingJohn Firebaugh2015-12-242-234/+91
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-232-153/+241
* [tests] Moved lazy source loading tests to ResourceLoadingBruno de Oliveira Abinader2015-12-232-186/+139
* [tests] Rewrite resource loading testJohn Firebaugh2015-12-221-121/+98
* [core] Add more tests to on-demand source loadBruno de Oliveira Abinader2015-12-171-1/+36
* [core] Tests for style with unused sourcesBruno de Oliveira Abinader2015-12-171-0/+111
* [core] Load sources only if there is at least one visible layerBruno de Oliveira Abinader2015-12-172-1/+3
* [core] Replace StyleLayerType with RTTIJohn Firebaugh2015-12-071-2/+2