summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] Collection-level immutabilityJohn Firebaugh2017-06-054-103/+193
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-052-523/+44
* [core] Simplify LayerObserver APIJohn Firebaugh2017-06-0512-260/+116
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-0521-96/+128
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-051-2/+2
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-013-21/+16
* [core] Render Image SourceAsheem Mamoowala2017-06-013-3/+3
* [core] Offline support for Image SourcesAsheem Mamoowala2017-06-011-1/+1
* [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinatesAsheem Mamoowala2017-06-011-0/+7
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-015-4/+166
* [core] Replace inline SpriteAtlas updates with diffingJohn Firebaugh2017-05-302-7/+37
* [core] check source usage before removeIvo van Dongen2017-05-301-0/+23
* Revert "[core] Factor timePoint initialization"Bruno de Oliveira Abinader2017-05-301-2/+2
* Refactor RenderLayer and RenderSource to be more friendly for Non-tiled sourc...Asheem Mamoowala2017-05-261-8/+8
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-263-14/+18
* [core] Auto-growable SpriteAtlas using shelf-packJohn Firebaugh2017-05-261-1/+1
* [core] cleanup debug loggingIvo van Dongen2017-05-241-2/+0
* [core] Make destructor virtual to avoid object splicing during destructionKonstantin Käfer2017-05-181-0/+1
* [core] Remove ambiguous get{Width,Height} accessors from style::ImageJohn Firebaugh2017-05-172-11/+0
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-165-24/+25
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-1514-741/+536
* [core] cascade ⇢ transition / cascading ⇢ transitionableJohn Firebaugh2017-05-1522-52/+53
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-1524-357/+398
* [core] *LayerImpl::cascading ⇢ paintJohn Firebaugh2017-05-1515-251/+251
* [core] Merge light_properties.hpp into light_impl.hppJohn Firebaugh2017-05-154-54/+43
* [core] Immutable<Impl> for ImageJohn Firebaugh2017-05-152-5/+5
* [core] Trim StyleObserver interfaceJohn Firebaugh2017-05-133-14/+2
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-121-8/+8
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-127-23/+123
* [linux] loop-uv depends on mbgl-core for linkingJohn Firebaugh2017-05-121-1/+2
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-1225-82/+6
* [core] Return {Source,Layer}::getID by valueJohn Firebaugh2017-05-122-2/+2
* [core] Immutable ImplsJohn Firebaugh2017-05-1250-1139/+1764
* [tidy] modernize-loop-convertBruno de Oliveira Abinader2017-05-121-2/+2
* [tidy] modernize-use-equals-defaultBruno de Oliveira Abinader2017-05-121-1/+1
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-124-7/+7
* [core] Explicitly use mbgl::optional in IdentityStops::evaluateBruno de Oliveira Abinader2017-05-121-2/+3
* [core] When a layer is added, reload its source's tilesJohn Firebaugh2017-05-111-15/+16
* [core] Remove StyleSourcedAnnotation supportJohn Firebaugh2017-05-102-13/+0
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-085-98/+50
* [core] delegate light changes to render lightIvo van Dongen2017-05-088-53/+111
* [core] generated accessor methods on lightIvo van Dongen2017-05-083-0/+208
* [core] render lightIvo van Dongen2017-05-082-9/+26
* [core] Reset observers of removed Sources and LayersJohn Firebaugh2017-05-053-2/+4
* [core] Remove unused declarationJohn Firebaugh2017-05-051-1/+0
* [core] Reduce use of RecalculateStyleJohn Firebaugh2017-05-051-5/+8
* [core] Omnibus Style::update methodJohn Firebaugh2017-05-042-68/+54
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-042-4/+4
* [core] Factor timePoint initializationJohn Firebaugh2017-05-031-2/+2
* [core] Calculate hasPendingTransitions functionally rather than statefullyJohn Firebaugh2017-05-032-4/+13