summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [core] Runtime source API: private implsJohn Firebaugh2016-06-165-0/+150
* [core, node] Implement setPaintProperty for color properties (#5380)John Firebaugh2016-06-162-1/+6
* [core] Prepare Filter and FilterEvaluator for extraction (#5366)John Firebaugh2016-06-153-16/+214
* Support for icon-text-fit, icon-text-fit-padding (#5334)Young Hahn2016-06-152-0/+13
* [core] Add a few conveniences to ColorJohn Firebaugh2016-06-153-10/+19
* [core] Added mbgl::util::convert helper functionBruno de Oliveira Abinader2016-06-151-0/+17
* Color class (#5361)Young Hahn2016-06-152-4/+18
* [tidy/linux] modernize-use-nullptrBruno de Oliveira Abinader2016-06-141-1/+1
* [core] Use Range<uint8_t> instead of full Tileset where possibleJohn Firebaugh2016-06-142-2/+27
* [core] Introduce Map::getLayerJohn Firebaugh2016-06-131-0/+1
* [core] Extract code templates to individual .ejs filesJohn Firebaugh2016-06-131-0/+76
* [core] Make enum ↔ string conversion more generic-friendlyJohn Firebaugh2016-06-133-78/+23
* [tidy] Check modernize-use-overrideBruno de Oliveira Abinader2016-06-132-2/+2
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-136-12/+12
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-134-31/+4
* [test] Added Projection testsBruno de Oliveira Abinader2016-06-132-5/+11
* text-pitch-alignment (#5288)Young Hahn2016-06-102-5/+9
* [core] only perform optional requests if the FileSource supports itKonstantin Käfer2016-06-102-0/+12
* [core] mbgl::Image is now movable, noncopyableBruno de Oliveira Abinader2016-06-071-1/+15
* [core] Naive atomic type for ARMv5Thiago Marcos P. Santos2016-06-062-7/+8
* [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-021-2/+2
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-0219-55/+143
* [core] Add {min,max}Zoom accessorsJohn Firebaugh2016-06-021-0/+6
* [core] Add Filter accessorsJohn Firebaugh2016-06-028-0/+131
* [core] Introduce PropertyValue<T>John Firebaugh2016-06-027-167/+170
* [core] Generalize Map::{add,remove}CustomLayerJohn Firebaugh2016-06-024-49/+44
* [core] Runtime style layer APIJohn Firebaugh2016-06-029-0/+592
* [core] Constrain annotation API to the supported geometry typesJohn Firebaugh2016-06-011-4/+10
* [all] Rationalize annotation APIJohn Firebaugh2016-06-016-67/+80
* [core] Use geometry.hpp types for shape annotationsJohn Firebaugh2016-06-012-8/+7
* [core] Do annotation longitude wrapping together with latitude clampingJohn Firebaugh2016-06-011-15/+1
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-2547-189/+48
* [core] Move GLFW stencil clip debug to coreBruno de Oliveira Abinader2016-05-242-5/+4
* [core] Added PixelZoom, RasterPos to GL configBruno de Oliveira Abinader2016-05-241-0/+4
* [core] Implement MapDebugOptions::WireframeBruno de Oliveira Abinader2016-05-231-0/+1
* [core] use rapidjson's dtoa implementation to stringify floating point numbersKonstantin Käfer2016-05-181-0/+14
* [core] remove MockView and View dependency in TransformKonstantin Käfer2016-05-181-17/+1
* [core] Feature IDs are always integersJohn Firebaugh2016-05-171-1/+1
* [core] Introduce StyleQueryParameters; push coordinate calculations into SourceJohn Firebaugh2016-05-171-0/+2
* [core] Use mapbox::geometry::box in queryRenderedFeaturesJohn Firebaugh2016-05-132-2/+4
* [core] Remove unusedJohn Firebaugh2016-05-131-13/+0
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-134-13/+24
* [core] Fix code style issuesJohn Firebaugh2016-05-121-1/+1
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-112-2/+14
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-101-1/+1
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-3/+5
* [ios, osx] Renamed Hybrid to Satellite StreetsMinh Nguyễn2016-05-061-2/+2
* [core, ios, osx] Version default style URL APIs; deprecated EmeraldMinh Nguyễn2016-05-061-2/+4
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-2/+4