summaryrefslogtreecommitdiff
path: root/test/style/style.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-021-3/+3
|
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-1/+2
|
* [core] move *Observers to their own filesKonstantin Käfer2016-05-231-0/+1
|
* [core] Eliminate MapDataJohn Firebaugh2016-04-151-1/+0
|
* [core] Remove MapData dependency from StyleJohn Firebaugh2016-04-151-10/+8
|
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-151-4/+0
|
* [test] rearrange test files so they're not in the fixtures folderKonstantin Käfer2016-03-221-2/+2
|
* [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-181-2/+7
|
* [tests] Refactor and make MockFileSource more generalJohn Firebaugh2016-02-011-0/+45
Now it works more like StubStyleObserver: you can assign std::functions to specific slots based on resource type. Rewrite resource loading tests in that style, making them less like integration tests of Style and more like unit tests of Source, GlyphStore, and SpriteStore.