summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] allow self closing mailbox/actorIvo van Dongen2017-05-271-2/+3
* Refactor RenderLayer and RenderSource to be more friendly for Non-tiled sourc...Asheem Mamoowala2017-05-266-35/+66
* [core] Don't need unique_ptr for AnnotationManagerJohn Firebaugh2017-05-261-12/+10
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-2616-129/+80
* [core] Auto-growable SpriteAtlas using shelf-packJohn Firebaugh2017-05-266-51/+59
* [core] Block in Mailbox::close() until neither receive nor push are in progressJohn Firebaugh2017-05-241-9/+18
* [core] cleanup debug loggingIvo van Dongen2017-05-241-2/+0
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-2319-89/+129
* [core] Move pattern coordinate division by texture size into shaderJohn Firebaugh2017-05-2320-18/+36
* [core] Remove unnecessary optionals in PositionedIconJohn Firebaugh2017-05-233-11/+6
* [core] Disable letter-spacing for Arabic labels (issue #9057)Chris Loer2017-05-223-6/+19
* [core] leave Image objects in a valid state after premultiply/unpremultiplyKonstantin Käfer2017-05-191-0/+2
* [core] Don't unnecessarily request glyphs for verticalized punctuation.Chris Loer2017-05-181-2/+7
* [core] add error for non-virtual destructor deletes + add virtual dtorsKonstantin Käfer2017-05-183-3/+7
* [core] Make destructor virtual to avoid object splicing during destructionKonstantin Käfer2017-05-181-0/+1
* [core] Throttle tiles to redo symbol placement at most once every 300ms.Chris Loer2017-05-174-2/+72
* [core] Remove redundant SpriteAtlasElement membersJohn Firebaugh2017-05-173-10/+6
* [core] Remove ambiguous get{Width,Height} accessors from style::ImageJohn Firebaugh2017-05-173-16/+5
* [core] Remove obsolete modular arithmetic on atlas coordinatesJohn Firebaugh2017-05-174-23/+10
* [core] Remove WorkQueueJohn Firebaugh2017-05-173-79/+0
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-1617-87/+69
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-1518-775/+536
* [core] cascade ⇢ transition / cascading ⇢ transitionableJohn Firebaugh2017-05-1542-84/+85
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-1559-544/+455
* [core] *LayerImpl::cascading ⇢ paintJohn Firebaugh2017-05-1522-258/+258
* [core] Merge light_properties.hpp into light_impl.hppJohn Firebaugh2017-05-155-55/+43
* [core] Immutable<Impl> for ImageJohn Firebaugh2017-05-155-22/+24
* [core] Trim StyleObserver interfaceJohn Firebaugh2017-05-133-14/+2
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-1250-72/+72
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-1221-184/+410
* [linux] loop-uv depends on mbgl-core for linkingJohn Firebaugh2017-05-122-2/+3
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-1240-98/+81
* [core] Return {Source,Layer}::getID by valueJohn Firebaugh2017-05-122-2/+2
* [core] Remove unused RenderLayer::cloneJohn Firebaugh2017-05-1217-51/+0
* [core] Immutable ImplsJohn Firebaugh2017-05-1298-1308/+2160
* [tidy] modernize-loop-convertBruno de Oliveira Abinader2017-05-123-9/+9
* [tidy] modernize-pass-by-valueBruno de Oliveira Abinader2017-05-124-8/+11
* [tidy] modernize-use-equals-defaultBruno de Oliveira Abinader2017-05-122-3/+2
* [tidy] modernize-use-bool-literalsBruno de Oliveira Abinader2017-05-121-1/+1
* [tidy] modernize-use-overrideBruno de Oliveira Abinader2017-05-122-2/+2
* [tidy] modernize-use-default-member-initBruno de Oliveira Abinader2017-05-121-5/+5
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-1210-34/+63
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-1214-23/+23
* [tidy] llvm-namespace-commentBruno de Oliveira Abinader2017-05-1210-10/+10
* [core] Removed unused namedColorCountBruno de Oliveira Abinader2017-05-121-3/+0
* [core] Make deleted members publicBruno de Oliveira Abinader2017-05-121-5/+5
* [core] Explicitly use mbgl::optional in IdentityStops::evaluateBruno de Oliveira Abinader2017-05-121-2/+3
* [core] Avoid calling virtual GeometryTile::cancel() on dtorBruno de Oliveira Abinader2017-05-122-1/+7
* [core] When a layer is added, reload its source's tilesJohn Firebaugh2017-05-111-15/+16
* [core] Remove StyleSourcedAnnotation supportJohn Firebaugh2017-05-106-94/+0