summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] Eliminate temporary vector in Style::queryRenderedFeaturesJohn Firebaugh2016-05-171-9/+9
* [core] Introduce StyleQueryParameters; push coordinate calculations into SourceJohn Firebaugh2016-05-173-12/+22
* [core] Fix code style issuesJohn Firebaugh2016-05-122-9/+6
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-101-5/+7
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-103-7/+7
* [core] move Tile to use UnwrappedTileIDKonstantin Käfer2016-05-101-1/+1
* [core] Implement has/!has filters (#4952)John Firebaugh2016-05-053-2/+45
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-0/+1
* [core] Simplify FilterEvaluator and fix crashJohn Firebaugh2016-05-042-14/+19
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-034-6/+16
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-295-3/+63
* [core] Prepare Filter for public API (#4900)John Firebaugh2016-04-2813-541/+385
* [core] Eliminate interpolate special cases (#4882)John Firebaugh2016-04-282-0/+8
* [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-252-3/+3
* [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-256-95/+76
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-227-33/+57
* [core] Make Function constructor explicitJohn Firebaugh2016-04-211-4/+2
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-212-7/+7
* [core] PlacementType ⇢ SymbolPlacementTypeJohn Firebaugh2016-04-212-6/+6
* [core] JoinType ⇢ LineJoinTypeJohn Firebaugh2016-04-212-6/+6
* [core] CapType ⇢ LineCapTypeJohn Firebaugh2016-04-212-6/+6
* 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
* [core] Eliminate MapDataJohn Firebaugh2016-04-151-1/+0
* [core] Remove MapData dependency from StyleJohn Firebaugh2016-04-152-33/+16
* [core] Remove MapData dependency from AnnotationTile and StyleUpdateParametersJohn Firebaugh2016-04-152-5/+5
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-151-1/+0
* [core] fix reparsing overscaled geojson tilesAnsis Brammanis2016-03-301-4/+3
* [core] fix line-dasharray/long-segment render testAnsis Brammanis2016-03-301-1/+1
* [core] increase geojson buffer size to match -jsAnsis Brammanis2016-03-301-2/+6
* [core] Get rid of MapData::{get,set}animationTimeBruno de Oliveira Abinader2016-03-182-10/+10
* [core] Default fade duration is now a constantBruno de Oliveira Abinader2016-03-181-4/+6
* [core] Added user-defined transition properties when modifying classesBruno de Oliveira Abinader2016-03-185-32/+28
* [core] Remove MapData::defaultTransitionDelayBruno de Oliveira Abinader2016-03-183-14/+8
* [core] Move class handling to StyleBruno de Oliveira Abinader2016-03-183-11/+42
* [core] Fix style cascade loop when transitioningBruno de Oliveira Abinader2016-03-031-0/+1
* [core] Avoid precompute overscaling for TileIDBruno de Oliveira Abinader2016-03-011-2/+2
* [core] Replace std::array<double, N> usage in SourceInfoBruno de Oliveira Abinader2016-03-011-5/+10
* [core] Fix potential precision data lossBruno de Oliveira Abinader2016-03-011-1/+1
* [core] use a store enum instead of RTTIKonstantin Käfer2016-02-241-4/+23
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-183-5/+15
* [gl] Moved TexturePool to gl namespaceBruno de Oliveira Abinader2016-02-183-7/+7
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-116-7/+7
* Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-112-6/+5
* [core] Cache with mapbox:// tile URLsJohn Firebaugh2016-02-101-2/+2