summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] FontStack ⇢ GlyphSet (#4803)John Firebaugh2016-04-229-35/+34
* [core] Quarantine style property irregularities in layer classes (#4792)John Firebaugh2016-04-2210-38/+27
* [core] Fix default value for text-max-widthJohn Firebaugh2016-04-211-1/+1
* [core] Make Function constructor explicitJohn Firebaugh2016-04-211-4/+2
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-2127-544/+571
* [core] PlacementType ⇢ SymbolPlacementTypeJohn Firebaugh2016-04-216-17/+17
* [core] JoinType ⇢ LineJoinTypeJohn Firebaugh2016-04-216-24/+24
* [core] CapType ⇢ LineCapTypeJohn Firebaugh2016-04-216-16/+16
* Revert "[core] Do not clear custom layers upon style switch"Bruno de Oliveira Abinader2016-04-211-3/+1
* [core] Do not clear custom layers upon style switchBruno de Oliveira Abinader2016-04-211-1/+3
* [core] remove unused code in value.hpp (#4768)Dane Springmeyer2016-04-201-23/+0
* [Qt] Introduce the Qt HTTPRequest and HTTPFileSourceThiago Marcos P. Santos2016-04-201-2/+2
* [core] look for loaded parent tiles in cache (#4595)Ansis Brammanis2016-04-152-3/+9