| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Prepare Filter and FilterEvaluator for extraction (#5366) | John Firebaugh | 2016-06-15 | 3 | -16/+214 |
* | Support for icon-text-fit, icon-text-fit-padding (#5334) | Young Hahn | 2016-06-15 | 2 | -0/+13 |
* | [core] Add a few conveniences to Color | John Firebaugh | 2016-06-15 | 3 | -10/+19 |
* | [core] Added mbgl::util::convert helper function | Bruno de Oliveira Abinader | 2016-06-15 | 1 | -0/+17 |
* | Color class (#5361) | Young Hahn | 2016-06-15 | 2 | -4/+18 |
* | [tidy/linux] modernize-use-nullptr | Bruno de Oliveira Abinader | 2016-06-14 | 1 | -1/+1 |
* | [core] Use Range<uint8_t> instead of full Tileset where possible | John Firebaugh | 2016-06-14 | 2 | -2/+27 |
* | [core] Introduce Map::getLayer | John Firebaugh | 2016-06-13 | 1 | -0/+1 |
* | [core] Extract code templates to individual .ejs files | John Firebaugh | 2016-06-13 | 1 | -0/+76 |
* | [core] Make enum ↔ string conversion more generic-friendly | John Firebaugh | 2016-06-13 | 3 | -78/+23 |
* | [tidy] Check modernize-use-override | Bruno de Oliveira Abinader | 2016-06-13 | 2 | -2/+2 |
* | [tidy] Check modernize-pass-by-value | Bruno de Oliveira Abinader | 2016-06-13 | 6 | -12/+12 |
* | [tidy] Check llvm-namespace-comment | Bruno de Oliveira Abinader | 2016-06-13 | 1 | -1/+1 |
* | [core] fix pedantic warning messages | Konstantin Käfer | 2016-06-13 | 4 | -31/+4 |
* | [test] Added Projection tests | Bruno de Oliveira Abinader | 2016-06-13 | 2 | -5/+11 |
* | text-pitch-alignment (#5288) | Young Hahn | 2016-06-10 | 2 | -5/+9 |
* | [core] only perform optional requests if the FileSource supports it | Konstantin Käfer | 2016-06-10 | 2 | -0/+12 |
* | [core] mbgl::Image is now movable, noncopyable | Bruno de Oliveira Abinader | 2016-06-07 | 1 | -1/+15 |
* | [core] Naive atomic type for ARMv5 | Thiago Marcos P. Santos | 2016-06-06 | 2 | -7/+8 |
* | [core, node, android] Remove used "base" parameter from setStyleJSON | John Firebaugh | 2016-06-02 | 1 | -2/+2 |
* | [core] Rationalize naming for style-related code | John Firebaugh | 2016-06-02 | 19 | -55/+143 |
* | [core] Add {min,max}Zoom accessors | John Firebaugh | 2016-06-02 | 1 | -0/+6 |
* | [core] Add Filter accessors | John Firebaugh | 2016-06-02 | 8 | -0/+131 |
* | [core] Introduce PropertyValue<T> | John Firebaugh | 2016-06-02 | 7 | -167/+170 |
* | [core] Generalize Map::{add,remove}CustomLayer | John Firebaugh | 2016-06-02 | 4 | -49/+44 |
* | [core] Runtime style layer API | John Firebaugh | 2016-06-02 | 9 | -0/+592 |
* | [core] Constrain annotation API to the supported geometry types | John Firebaugh | 2016-06-01 | 1 | -4/+10 |
* | [all] Rationalize annotation API | John Firebaugh | 2016-06-01 | 6 | -67/+80 |
* | [core] Use geometry.hpp types for shape annotations | John Firebaugh | 2016-06-01 | 2 | -8/+7 |
* | [core] Do annotation longitude wrapping together with latitude clamping | John Firebaugh | 2016-06-01 | 1 | -15/+1 |
* | [core] use #pragma once instead of ifdef include guards | Konstantin Käfer | 2016-05-25 | 47 | -189/+48 |
* | [core] Move GLFW stencil clip debug to core | Bruno de Oliveira Abinader | 2016-05-24 | 2 | -5/+4 |
* | [core] Added PixelZoom, RasterPos to GL config | Bruno de Oliveira Abinader | 2016-05-24 | 1 | -0/+4 |
* | [core] Implement MapDebugOptions::Wireframe | Bruno de Oliveira Abinader | 2016-05-23 | 1 | -0/+1 |
* | [core] use rapidjson's dtoa implementation to stringify floating point numbers | Konstantin Käfer | 2016-05-18 | 1 | -0/+14 |
* | [core] remove MockView and View dependency in Transform | Konstantin Käfer | 2016-05-18 | 1 | -17/+1 |
* | [core] Feature IDs are always integers | John Firebaugh | 2016-05-17 | 1 | -1/+1 |
* | [core] Introduce StyleQueryParameters; push coordinate calculations into Source | John Firebaugh | 2016-05-17 | 1 | -0/+2 |
* | [core] Use mapbox::geometry::box in queryRenderedFeatures | John Firebaugh | 2016-05-13 | 2 | -2/+4 |
* | [core] Remove unused | John Firebaugh | 2016-05-13 | 1 | -13/+0 |
* | [core] move from microsecond precision timestamp to integer second precision | Konstantin Käfer | 2016-05-13 | 4 | -13/+24 |
* | [core] Fix code style issues | John Firebaugh | 2016-05-12 | 1 | -1/+1 |
* | [core] Added Viewport mode | Bruno de Oliveira Abinader | 2016-05-11 | 2 | -2/+14 |
* | [core] retain tiles differently and remove old TileID class | Konstantin Käfer | 2016-05-10 | 1 | -1/+1 |
* | [core] move TileData and dependents to new *TileID classes | Konstantin Käfer | 2016-05-10 | 1 | -3/+5 |
* | [ios, osx] Renamed Hybrid to Satellite Streets | Minh Nguyễn | 2016-05-06 | 1 | -2/+2 |
* | [core, ios, osx] Version default style URL APIs; deprecated Emerald | Minh Nguyễn | 2016-05-06 | 1 | -2/+4 |
* | [core] Use geometry.hpp's point | John Firebaugh | 2016-05-05 | 1 | -2/+4 |
* | [core] Inline LatLng::project definition the one place it's used | John Firebaugh | 2016-05-05 | 1 | -2/+0 |
* | [core] Privatize math.hpp and vec.hpp | John Firebaugh | 2016-05-05 | 7 | -287/+74 |