summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [core, osx] Added optional padding to convenience methodsMinh Nguyễn2016-01-183-18/+73
* [core] Added padding option to CameraOptionsMinh Nguyễn2016-01-184-8/+61
* [core] Add missing returns in error caseJohn Firebaugh2016-01-151-0/+2
* [core] tileSize is a source property, not a TileJSON propertyJohn Firebaugh2016-01-155-6/+21
* [core] use stale glyphsKonstantin Käfer2016-01-153-29/+31
* [core] don't store error stateKonstantin Käfer2016-01-158-36/+35
* [core] use stale sprite dataKonstantin Käfer2016-01-151-14/+16
* [core] abort current parse when we get a new NotFound responseKonstantin Käfer2016-01-151-0/+1
* [core] update the modified/expires debug info for unmodified responses as wellKonstantin Käfer2016-01-152-6/+6
* [core] use stale raster tilesKonstantin Käfer2016-01-151-7/+11
* [core] don't mark tiles with failed requests as obsoleteKonstantin Käfer2016-01-153-2/+10
* [core] use stale and refreshing TileJSON/GeoJSON dataKonstantin Käfer2016-01-151-5/+34
* [core] use stale stylesKonstantin Käfer2016-01-152-9/+9
* [core] Support multiple paths in SQLiteCache::getShared()Konstantin Käfer2016-01-151-1/+0
* [core] move SharedSQLiteCache::get to SQLiteCache::getSharedKonstantin Käfer2016-01-151-9/+2
* [core] place symbol layers in correct orderAnsis Brammanis2016-01-149-37/+51
* [core] Let SQLiteCache decide when store or refresh responsesJohn Firebaugh2016-01-141-2/+1
* [core] Use notModified rather than storing the previous response bodyJohn Firebaugh2016-01-142-4/+2
* [core] Add an explicit "not modified" indicator to ResponseJohn Firebaugh2016-01-141-0/+1
* [core] std::shared_ptr<const Response> ⇢ const Response&John Firebaugh2016-01-141-1/+1
* [core] Eliminate FileCache interfaceJohn Firebaugh2016-01-142-7/+15
* [core] Fix crash on transitionFrameFn callbackThiago Marcos P. Santos2016-01-141-1/+4
* [core] Fixed build error in Xcode 7.3Minh Nguyễn2016-01-141-1/+1
* [core] Consolidated easeTo and flyToMinh Nguyễn2016-01-142-163/+126
* [core] Moved camera methods next to each otherMinh Nguyễn2016-01-142-96/+104
* [core] Consolidated zoom and angle anchor logicMinh Nguyễn2016-01-144-35/+61
* [core] Standardize transform originMinh Nguyễn2016-01-143-44/+58
* [core] Cleaned up TransformMinh Nguyễn2016-01-144-176/+143
* [core] Separated AnimationOptions from CameraOptionsMinh Nguyễn2016-01-143-88/+81
* [core] fix overscaled line patterns and re-enable render testsAnsis Brammanis2016-01-131-2/+2
* [core] set u_texture uniform valueAnsis Brammanis2016-01-133-0/+4
* [core] remove bilinear, nearest scaling, fix #3164Ansis Brammanis2016-01-134-182/+32
* [core] match icon rendering with -jsAnsis Brammanis2016-01-138-35/+45
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-134-30/+26
* [core] move SourceInfo parsing to StyleParserKonstantin Käfer2016-01-136-210/+200
* [core] move invariant Source ID from SourceInfo to SourceKonstantin Käfer2016-01-136-13/+12
* [core] rename "id" to "tileID" to avoid naming conflictsKonstantin Käfer2016-01-132-42/+40
* [core] move invariant SourceType from SourceInfo to SourceKonstantin Käfer2016-01-135-26/+22
* [core] move raster tile URL normalization to source parsingKonstantin Käfer2016-01-133-6/+10
* [core] remove SourceInfo dependency from *TileDataKonstantin Käfer2016-01-139-51/+43
* [core] seamless fill-patternkelvinabrokwa2016-01-123-3/+28
* [core] Get rid of ::unref() for Timer and AsyncTaskThiago Marcos P. Santos2016-01-093-5/+0
* [core] Privatize SQLiteCacheJohn Firebaugh2016-01-081-0/+44
* [core] unify URL prefix detection (asset:// and mapbox://)Konstantin Käfer2016-01-085-2/+16
* [core] fix text-offset bugkelvinabrokwa2016-01-072-9/+9
* [core] clip labels to tiles in MapMode::StillMike Morris2016-01-061-2/+2
* [core] always add labels to buffers in MapMode::StillMike Morris2016-01-0611-12/+33
* [core] Constrain minimum zoom levelMinh Nguyễn2015-12-241-3/+3
* [core] Always constrain width for zoom levelMinh Nguyễn2015-12-242-12/+3
* [core] Always return valid source zoom levelMinh Nguyễn2015-12-241-7/+2