summaryrefslogtreecommitdiff
path: root/test/style/style.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-281-115/+0
|
* [core] Trigger Update::RecalculateStyle when toggling layer visibilityBruno de Oliveira Abinader2016-09-261-2/+15
|
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-0/+1
|
* [core] Initial state of Source::Impl::enabled must be trueJohn Firebaugh2016-09-061-0/+4
| | | | Until Style::recalculate() is called to check that there are no visible layers using the source, we have to assume there are. Otherwise, Style::isLoaded() can return a false positive.
* [core] parse more Style JSON propertiesKonstantin Käfer2016-08-191-0/+34
| | | | We're now parsing "name", "center", "zoom", "bearing", and "pitch" from the stylesheet.
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-5/+5
|
* [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.