summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Use mapbox::geometry::box in queryRenderedFeaturesJohn Firebaugh2016-05-131-10/+16
* [core] Make mapbox::geometry::envelope usable without explicit template argum...John Firebaugh2016-05-132-5/+15
* [core] Remove unusedJohn Firebaugh2016-05-132-2/+0
* [core] Use mapbox::geometry::{box,envelope}John Firebaugh2016-05-135-70/+34
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-139-26/+32
* [core] Fix code style issuesJohn Firebaugh2016-05-126-99/+103
* [core] Avoid instantiating temporary vectorJohn Firebaugh2016-05-121-19/+20
* [core] CollisionBox::indexedFeature to CollisionFeature::indexedFeatureJohn Firebaugh2016-05-125-23/+20
* [core] Replace auto with actual typesJohn Firebaugh2016-05-121-2/+2
* [core] Avoid instantiating temporary vectorJohn Firebaugh2016-05-121-5/+2
* [core] Code formattingJohn Firebaugh2016-05-122-5/+5
* [core] Normalize tile coordinates in VectorTile (#4966)John Firebaugh2016-05-1112-54/+9
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-116-15/+54
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-1016-495/+346
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-1038-123/+146
* [core] move Tile to use UnwrappedTileIDKonstantin Käfer2016-05-106-26/+27
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-1028-260/+140
* [core] add algorithm for generating clip IDs based on the new TileID classesKonstantin Käfer2016-05-105-0/+207
* [core] add algorithm for detecting whether an ordered map contains covering c...Konstantin Käfer2016-05-101-0/+34
* [core] introduce three distinct TileID typesKonstantin Käfer2016-05-102-0/+308
* [ios, osx] Renamed Hybrid to Satellite StreetsMinh Nguyễn2016-05-061-6/+6
* [core, ios, osx] Version default style URL APIs; deprecated EmeraldMinh Nguyễn2016-05-061-6/+6
* [core] Implement has/!has filters (#4952)John Firebaugh2016-05-053-2/+45
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-0530-353/+236
* [core] Inline LatLng::project definition the one place it's usedJohn Firebaugh2016-05-052-13/+10
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-0512-9/+257
* [Qt] Make it possible to disable libwebp and libjpeg-turbo at build timeThiago Marcos P. Santos2016-05-051-2/+2
* [core] Privatize various util headers (#4945)John Firebaugh2016-05-044-0/+142
* [core] consistently protect against invalid tag encoding in vector tileDane Springmeyer2016-05-041-0/+3
* [core] Merge pull request #4914 from bwhtmn/camera-paddingBrent W2016-05-041-1/+1
* [core] Simplify FilterEvaluator and fix crashJohn Firebaugh2016-05-045-39/+20
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-0317-74/+47
* [core] port to protozero (#4906)Dane Springmeyer2016-05-034-278/+109
* [core] Remove duplicate copy of utf.hppJohn Firebaugh2016-05-021-2/+2
* [core] Remove unusedJohn Firebaugh2016-05-021-11/+0
* [core] use a GridIndex for queryRenderedFeaturesAnsis Brammanis2016-04-295-58/+142
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-2942-107/+1123
* [linux] Build with GCC 5 (#4901)John Firebaugh2016-04-291-6/+1
* [core] port outlinepattern for fill-pattern anti-aliasing from gl-js to nativeMolly Lloyd2016-04-289-2/+164
* [core] Prepare Filter for public API (#4900)John Firebaugh2016-04-2818-554/+415
* [core] Eliminate interpolate special cases (#4882)John Firebaugh2016-04-283-42/+57
* [core] Added mbgl::underlying_typeBruno de Oliveira Abinader2016-04-281-5/+4
* [core] Rewrite parsePropertyTransition to work around GCC 4.9 bugJohn Firebaugh2016-04-261-15/+18
* [core] Simplify property parsingJohn Firebaugh2016-04-264-176/+115
* use Clock::time_point::max() instead of frame timeMike Morris2016-04-261-2/+2
* [core] Define mbgl::variant (#4833)John Firebaugh2016-04-257-12/+22
* [core] Move enum type classes to implementation (#4831)John Firebaugh2016-04-252-0/+63
* [core] Extract Function::evaluation to a separate class (#4811)John Firebaugh2016-04-2510-99/+81
* [core, ios, osx] cameraThatFitsCoordinateBoundsMinh Nguyễn2016-04-223-2/+18
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-2216-62/+89