summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] #509 - Creating and using MIN_ZOOM and MAX_ZOOM constantsBrad Leege2016-02-032-2/+4
* [core] #509 - Adding min / max checks to parameters and refactoring to utiliz...Brad Leege2016-02-031-14/+4
* [android][core] #509 - Setting Min and Max Zooms warning annotations in Andro...Brad Leege2016-02-031-2/+16
* [core] Improve LatLngBounds APIJohn Firebaugh2016-02-022-5/+5
* [core] Remove unusedJohn Firebaugh2016-02-027-37/+0
* [core] Remove unusedJohn Firebaugh2016-02-021-8/+0
* [core] tweak dash rendering and enable render testsAnsis Brammanis2016-02-021-3/+5
* [core] make symbol sort order more deterministicAnsis Brammanis2016-02-022-6/+10
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-0224-36/+91
* [core] Simplify latLngToCoordinate calculationJohn Firebaugh2016-02-021-5/+3
* [core] Remove unusedJohn Firebaugh2016-02-022-5/+0
* [core] Remove TransformState::getNormalizedZoomJohn Firebaugh2016-02-025-19/+14
* [core] Remove unused declarationsJohn Firebaugh2016-02-021-3/+0
* [core] Normalize only raster source tile URLsJohn Firebaugh2016-02-013-4/+4
* [core] Refactor TileJSON parsing for offlineJohn Firebaugh2016-02-013-22/+49
* [core] Change TileData pixelRatio to an integerJohn Firebaugh2016-01-291-1/+1
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-299-86/+102
* [core] Ensure that FileSource has access to tile URL, pixelRatio, x, y, zJohn Firebaugh2016-01-295-29/+54
* [core] Camel-case member namesJohn Firebaugh2016-01-293-11/+11
* [core] fix redoPlacement blocking main thread, fix #3727Ansis Brammanis2016-01-291-6/+5
* [core] Move rapidjson document creation into StyleParserJohn Firebaugh2016-01-283-13/+14
* [core] add setMaxZoom, setMinZoomAnsis Brammanis2016-01-285-1/+36
* [core] destruct WorkTask data before calling the callbackKonstantin Käfer2016-01-283-5/+7
* [core, ios, osx] Tilt around visual center pointMinh Nguyễn2016-01-263-1/+18
* [core] bump sprite atlas to 1024x1024Ansis Brammanis2016-01-263-3/+3
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-255-5/+7
* [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