| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Return source and layer ownership (#7014) | Jesse Bounds | 2016-11-11 | 1 | -2/+2 |
* | [core] change std::array<uint16_t, 2> to mbgl::Size | Konstantin Käfer | 2016-10-27 | 1 | -4/+4 |
* | [core] move gl::Context to Backend and refactor View | Konstantin Käfer | 2016-10-25 | 4 | -66/+25 |
* | [core] separate Backend from View for headless rendering | Konstantin Käfer | 2016-10-25 | 3 | -32/+48 |
* | [core] [node] pass thread pool impl to Map constructor | Mike Morris | 2016-10-20 | 1 | -2/+3 |
* | [core] remove dependence on gl.h types | Konstantin Käfer | 2016-09-29 | 1 | -2/+2 |
* | [core] standardize on uint16_t for texture sizes | Konstantin Käfer | 2016-09-27 | 1 | -1/+1 |
* | [core] Removed map attribution API | Minh Nguyễn | 2016-09-26 | 1 | -1/+0 |
* | [core] Source-driven attribution | Minh Nguyễn | 2016-09-26 | 1 | -0/+1 |
* | [core] Add interface to add sprites to the style | Thiago Marcos P. Santos | 2016-09-22 | 1 | -0/+4 |
* | [core] Separate transition options accessors from class API | Bruno de Oliveira Abinader | 2016-09-13 | 1 | -3/+6 |
* | [core] Batch source updates | John Firebaugh | 2016-09-06 | 1 | -3/+2 |
* | [core] add ability show visualize the depth buffer to the GLFW and macOS app | Konstantin Käfer | 2016-08-19 | 1 | -1/+10 |
* | [core] parse more Style JSON properties | Konstantin Käfer | 2016-08-19 | 1 | -0/+7 |
* | [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo... | Minh Nguyễn | 2016-08-12 | 1 | -2/+1 |
* | [core] code style cleanups | Konstantin Käfer | 2016-07-01 | 1 | -13/+13 |
* | [core] s/Wireframe/Overdraw/g | Bruno de Oliveira Abinader | 2016-06-20 | 1 | -1/+1 |
* | [core] Avoid redundant 'inline' usage | Bruno de Oliveira Abinader | 2016-06-18 | 1 | -2/+2 |
* | [core] Cleaned up enum classes | Bruno de Oliveira Abinader | 2016-06-18 | 2 | -12/+12 |
* | [core] Avoid unnecessary work when a symbol annotation is updated | John Firebaugh | 2016-06-17 | 1 | -1/+2 |
* | [core] Runtime source API: Map methods | John Firebaugh | 2016-06-16 | 1 | -0/+7 |
* | [core, node] Implement setPaintProperty for color properties (#5380) | John Firebaugh | 2016-06-16 | 1 | -0/+1 |
* | [core] Introduce Map::getLayer | John Firebaugh | 2016-06-13 | 1 | -0/+1 |
* | [tidy] Check llvm-namespace-comment | Bruno de Oliveira Abinader | 2016-06-13 | 1 | -1/+1 |
* | [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 | 1 | -6/+9 |
* | [core] Generalize Map::{add,remove}CustomLayer | John Firebaugh | 2016-06-02 | 2 | -10/+5 |
* | [all] Rationalize annotation API | John Firebaugh | 2016-06-01 | 1 | -11/+2 |
* | [core] use #pragma once instead of ifdef include guards | Konstantin Käfer | 2016-05-25 | 5 | -20/+5 |
* | [core] Move GLFW stencil clip debug to core | 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] remove MockView and View dependency in Transform | Konstantin Käfer | 2016-05-18 | 1 | -17/+1 |
* | [core] Use mapbox::geometry::box in queryRenderedFeatures | John Firebaugh | 2016-05-13 | 1 | -2/+2 |
* | [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] Use geometry.hpp feature type | John Firebaugh | 2016-05-03 | 1 | -2/+3 |
* | [core] implement queryRenderedFeatures | Ansis Brammanis | 2016-04-29 | 1 | -0/+4 |
* | [core] Added mbgl::underlying_type | Bruno de Oliveira Abinader | 2016-04-28 | 1 | -2/+4 |
* | [core] Fix view class docs | Thiago Marcos P. Santos | 2016-04-28 | 1 | -2/+0 |
* | [core, ios, osx] cameraThatFitsCoordinateBounds | Minh Nguyễn | 2016-04-22 | 1 | -2/+3 |
* | [core] Convert MapContext to Map::Impl; eliminate indirection | John Firebaugh | 2016-04-15 | 1 | -19/+2 |
* | [core] Render from the main thread | John Firebaugh | 2016-04-14 | 2 | -42/+29 |
* | Merge branch 'release-ios-3.2.0-android-4.0.0' | John Firebaugh | 2016-03-30 | 1 | -0/+1 |
|\ |
|
| * | [core] Localize and simplify state for MapChangeDidFinishLoadingMap event | John Firebaugh | 2016-03-30 | 1 | -0/+1 |
* | | [core] Default fade duration is now a constant | Bruno de Oliveira Abinader | 2016-03-18 | 1 | -3/+0 |
* | | [core] Remove default transition duration | Bruno de Oliveira Abinader | 2016-03-18 | 2 | -12/+8 |
* | | [core] s/Update::Zoom/Update/RecalculateStyle/ | Bruno de Oliveira Abinader | 2016-03-18 | 1 | -1/+1 |
* | | [core] Added user-defined transition properties when modifying classes | Bruno de Oliveira Abinader | 2016-03-18 | 1 | -3/+5 |
* | | [core] Remove MapData::defaultTransitionDelay | Bruno de Oliveira Abinader | 2016-03-18 | 1 | -3/+0 |
* | | [core] Harden Transform anchor & padding usage | Bruno de Oliveira Abinader | 2016-03-13 | 1 | -14/+15 |
|/ |
|