summaryrefslogtreecommitdiff
path: root/test/style
Commit message (Expand)AuthorAgeFilesLines
* [tests] Remove libuv dependency from the testsThiago Marcos P. Santos2015-12-013-10/+11
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-251-1/+1
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-2/+1
* [core] Added ConstrainMode::{HeightOnly,WidthAndHeight}Bruno de Oliveira Abinader2015-11-181-1/+1
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-121-173/+0
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-261-0/+5
* [core] Added GLContextMode to MapDataBruno de Oliveira Abinader2015-10-221-1/+1
* Install RapidJSON from masonJohn Firebaugh2015-10-011-3/+3
* Rewrite annotation invalidation strategyJohn Firebaugh2015-09-281-4/+0
* fixes #1675: abstract annotation tile refresh check/render; trigger post-spri...Justin R. Miller2015-09-111-0/+4
* Style no longer requires mainloop accessBruno de Oliveira Abinader2015-09-021-1/+1
* Use the observer pattern for GlyphPBF loadingThiago Marcos P. Santos2015-07-172-3/+9
* Remove hacks because of Glyph requests could not be canceledThiago Marcos P. Santos2015-07-161-5/+0
* Add GlyphStore unit testsThiago Marcos P. Santos2015-07-161-0/+225
* Move MockFileSource to fixturesThiago Marcos P. Santos2015-07-105-225/+3
* Add unit tests for the Sprite classThiago Marcos P. Santos2015-07-102-1/+180
* Re-enable Sprite resource loading testsThiago Marcos P. Santos2015-07-101-27/+12
* Make MockFileSource behave more like the real oneThiago Marcos P. Santos2015-07-081-3/+5
* replace Style object immediatelyKonstantin Käfer2015-07-081-1/+2
* we're no longer throwing exceptions when loading invalid sprite resourcesKonstantin Käfer2015-07-081-2/+0
* use SpriteStore from the SpriteAtlasKonstantin Käfer2015-07-081-2/+2
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-082-4/+3
* Do not force uv_loop_t as the first parameter for a threaded object ctorThiago Marcos P. Santos2015-07-062-5/+4
* Update the unit tests to check for raster tiles failuresThiago Marcos P. Santos2015-07-022-5/+23
* Remove unnecessary use of optionalJohn Firebaugh2015-07-011-1/+1
* Catch exceptions when parsing tile PBFsThiago Marcos P. Santos2015-07-011-1/+1
* currentState() ⇢ getState()John Firebaugh2015-06-261-1/+1
* Move Transform from MapData to MapJohn Firebaugh2015-06-261-8/+8
* drive map rendering from main threadKonstantin Käfer2015-06-262-22/+1
* Be more strict on escaping at the test regexThiago Marcos P. Santos2015-06-251-4/+4
* Get rid of Environment et al.Thiago Marcos P. Santos2015-06-251-8/+2
* Make the FileSource available from the ThreadContextThiago Marcos P. Santos2015-06-251-0/+1
* Introduce the ThreadContextThiago Marcos P. Santos2015-06-252-2/+2
* Fix resource loading flaky testThiago Marcos P. Santos2015-06-221-14/+15
* Remove cleanup call on the ResourceLoading test caseThiago Marcos P. Santos2015-06-181-1/+0
* Test Map object destruction with pending requestsThiago Marcos P. Santos2015-06-043-34/+187
* Do not call update() asynchronously on the test caseThiago Marcos P. Santos2015-06-021-6/+2
* Rebase the resource loading testsThiago Marcos P. Santos2015-06-024-0/+327