summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Include prior values of caching headers in ResourceJohn Firebaugh2016-01-223-11/+9
* [core] Use notModified to check for style changeJohn Firebaugh2016-01-221-5/+7
* [core] Avoid storing raw glyph data in addition to parsed representationJohn Firebaugh2016-01-222-31/+17
* [core] Remove unused parts of chrono.hppJohn Firebaugh2016-01-221-16/+0
* [core] Merge rfc1123, iso8601, and parse_date into chrono.hpp and fix their APIJohn Firebaugh2016-01-225-34/+76
* [core] fix missing icon collision boxesAnsis Brammanis2016-01-222-10/+18
* [core] use nearest neigbour for some line iconsAnsis Brammanis2016-01-221-1/+1
* [core] trigger repaint after placement is redoneAnsis Brammanis2016-01-227-41/+38
* [core] don't use expensive fmod to get fractional partKonstantin Käfer2016-01-221-1/+1
* [core] don't copy stops by value when recalculating StyleParametersKonstantin Käfer2016-01-221-1/+1
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-2110-25/+34
* [core] Eliminate Response::stale and inline Response::isExpired()John Firebaugh2016-01-211-6/+0
* [core] Eliminate RequestBaseJohn Firebaugh2016-01-213-40/+17
* [core] improve text-max-angle checkAnsis Brammanis2016-01-201-2/+2
* [core] implement symbol-avoid-edgesAnsis Brammanis2016-01-203-41/+98
* Revert "Revert WebP support due to broken builds"Bruno de Oliveira Abinader2016-01-201-0/+6
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-198-43/+37
* [core][ios][osx][android] fix icons with non-integer width/heightAnsis Brammanis2016-01-192-21/+14
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-1926-64/+59
* Revert WebP support due to broken buildsJohn Firebaugh2016-01-191-6/+0
* [linux] Replace PNG with WebP on tile source URLBruno de Oliveira Abinader2016-01-191-0/+6
* [ios] Flip points, not edge insetsMinh Nguyễn2016-01-182-12/+7
* [core] Reformulated setLatLng() based on CameraOptionsMinh Nguyễn2016-01-181-15/+11
* [core, ios, osx, android, glfw] Flipped origin of Map::latLngForPixel(), Map:...Minh Nguyễn2016-01-183-4/+26
* [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