| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Do not consider error'ed responses fresh | Thiago Marcos P. Santos | 2017-02-07 | 1 | -1/+1 |
* | [ios, macos] Add support for data-driven property functions | Jesse Bounds | 2017-02-02 | 1 | -0/+5 |
* | [core] default value support in categorical function conversion | Ivo van Dongen | 2017-02-02 | 8 | -31/+64 |
* | [core] Add support for data-driven styling | John Firebaugh | 2017-02-02 | 25 | -164/+897 |
* | [core] remove trailing whitespace, add trailing newlines, add space after // | Konstantin Käfer | 2017-01-27 | 7 | -12/+12 |
* | [core] add clone() call to Image objects | Konstantin Käfer | 2017-01-26 | 1 | -0/+7 |
* | [core] Include what you use | Thiago Marcos P. Santos | 2017-01-20 | 1 | -0/+1 |
* | [Qt] Use Qt's OpenGL header | Thiago Marcos P. Santos | 2017-01-20 | 1 | -0/+3 |
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7 | Minh Nguyễn | 2017-01-16 | 4 | -2/+66 |
|\ |
|
| * | [core] Filter operator== | John Firebaugh | 2017-01-04 | 1 | -1/+59 |
| * | [core] Added URL accessor for tile sources | Minh Nguyễn | 2016-12-20 | 3 | -1/+7 |
* | | [core] Get rid of user-specified refs | John Firebaugh | 2017-01-04 | 2 | -0/+3 |
* | | [core] Use PropertyMap typedef | John Firebaugh | 2017-01-04 | 1 | -2/+2 |
* | | [core] Remove constexpr from Color | John Firebaugh | 2017-01-04 | 1 | -10/+10 |
* | | [core, ios] replace `altitude` with `fov` | Ansis Brammanis | 2016-12-21 | 1 | -1/+1 |
* | | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-master | Minh Nguyễn | 2016-12-20 | 2 | -3/+4 |
|\ \
| |/ |
|
| * | [core] use raii to guard backend deactivation | Ivo van Dongen | 2016-12-13 | 1 | -6/+25 |
| * | [ios, macos] Migrate MGLCustomStyleLayerAdditions to style layer API (#7250) | Minh Nguyễn | 2016-12-07 | 1 | -3/+3 |
| * | [core, ios, macos] Add image accessor to MGLStyle (#7096) | Roman Blum | 2016-12-05 | 1 | -0/+1 |
* | | [core] use raii to guard backend deactivation | Ivo van Dongen | 2016-12-12 | 1 | -6/+25 |
* | | [core] Implement circle-stroke properties | John Firebaugh | 2016-12-09 | 5 | -1/+102 |
* | | [core] Move evaluation algorithm to Function | John Firebaugh | 2016-12-06 | 1 | -1/+4 |
* | | [core] Inline friend equality operators | John Firebaugh | 2016-12-06 | 2 | -23/+15 |
* | | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.4-master | Minh Nguyễn | 2016-12-03 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | [core, ios, macos] Added layers and sources properties to MGLStyle | Minh Nguyễn | 2016-11-28 | 1 | -0/+2 |
| * | [core] Return source and layer ownership (#7014) | Jesse Bounds | 2016-11-13 | 1 | -2/+2 |
| * | [linux] Added OSMesa headless backend | Bruno de Oliveira Abinader | 2016-11-13 | 2 | -0/+9 |
* | | [core] Functions must have at least one stop | John Firebaugh | 2016-12-01 | 2 | -2/+8 |
* | | [core] Assert valid range for color components | John Firebaugh | 2016-11-29 | 1 | -0/+16 |
* | | [core] remove unused umbrella header in favor of individual includes | Konstantin Käfer | 2016-11-22 | 1 | -4/+0 |
* | | [build] move logging to util | Konstantin Käfer | 2016-11-22 | 3 | -1/+1 |
* | | [build] move headless rendering files to platform/default | Konstantin Käfer | 2016-11-22 | 3 | -110/+0 |
* | | [build] move default ThreadPool implementation to platform/default | Konstantin Käfer | 2016-11-22 | 1 | -27/+0 |
* | | [build] move GLFW-related files to platform/glfw | Konstantin Käfer | 2016-11-22 | 2 | -135/+0 |
* | | [build] move default_styles to platform/default | Konstantin Käfer | 2016-11-22 | 1 | -31/+0 |
* | | [build] move Reachability to platform/darwin | Konstantin Käfer | 2016-11-22 | 1 | -95/+0 |
* | | [core] Convert style properties to a tuple-based approach | John Firebaugh | 2016-11-17 | 2 | -4/+16 |
* | | [core] Return source and layer ownership (#7014) | Jesse Bounds | 2016-11-11 | 1 | -2/+2 |
* | | [core] Introduce gl::Program template | John Firebaugh | 2016-11-08 | 1 | -5/+0 |
* | | [build] Remove unused gl/implementation.hpp | Bruno de Oliveira Abinader | 2016-11-08 | 3 | -19/+0 |
* | | [core] Refactor HeadlessBackend | Bruno de Oliveira Abinader | 2016-11-08 | 1 | -43/+16 |
* | | [core] Refactor HeadlessDisplay | Bruno de Oliveira Abinader | 2016-11-08 | 1 | -13/+6 |
* | | [linux] Added OSMesa headless backend | Bruno de Oliveira Abinader | 2016-11-04 | 2 | -0/+9 |
* | | [core] add ability to upload alpha-only textures + images | Konstantin Käfer | 2016-11-01 | 1 | -3/+6 |
* | | [core] Moved util::log2 to its own header | Bruno de Oliveira Abinader | 2016-10-31 | 2 | -0/+29 |
* | | [core] Modern C++ bindings for OpenGL | John Firebaugh | 2016-10-28 | 2 | -1/+5 |
* | | [core] operator bool() must always be explicit | John Firebaugh | 2016-10-28 | 1 | -1/+1 |
* | | [core] change std::array<uint16_t, 2> to mbgl::Size | Konstantin Käfer | 2016-10-27 | 6 | -29/+61 |
|/ |
|
* | [core] move gl::Context to Backend and refactor View | Konstantin Käfer | 2016-10-25 | 7 | -111/+66 |
* | [core] separate Backend from View for headless rendering | Konstantin Käfer | 2016-10-25 | 8 | -112/+177 |