| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "[core] Don't use GL_LINEAR if panning w/o rotation nor pitch" | Bruno de Oliveira Abinader | 2016-11-01 | 1 | -0/+1 |
* | [core] Moved util::log2 to its own header | Bruno de Oliveira Abinader | 2016-10-31 | 1 | -0/+1 |
* | [core] Don't use GL_LINEAR if panning w/o rotation nor pitch | Bruno de Oliveira Abinader | 2016-10-31 | 1 | -1/+0 |
* | [core] change std::array<uint16_t, 2> to mbgl::Size | Konstantin Käfer | 2016-10-27 | 1 | -11/+7 |
* | [core] move gl::Context to Backend and refactor View | Konstantin Käfer | 2016-10-25 | 1 | -71/+76 |
* | [core] separate Backend from View for headless rendering | Konstantin Käfer | 2016-10-25 | 1 | -30/+59 |
* | [core] [node] pass thread pool impl to Map constructor | Mike Morris | 2016-10-20 | 1 | -7/+8 |
* | [core] Skip duplicated IDs when querying point annotations | Bruno de Oliveira Abinader | 2016-10-12 | 1 | -3/+5 |
* | [core] Fix Map::setLatLng behavior | Bruno de Oliveira Abinader | 2016-10-07 | 1 | -1/+1 |
* | [core] Refactor Buffer | John Firebaugh | 2016-10-05 | 1 | -0/+1 |
* | [core] remove dependence on gl.h types | Konstantin Käfer | 2016-09-29 | 1 | -2/+2 |
* | [core] merge gl::ObjectStore into gl::Context | Konstantin Käfer | 2016-09-27 | 1 | -11/+11 |
* | [core, qt] Generalized source change notification | Minh Nguyễn | 2016-09-26 | 1 | -1/+1 |
* | [core] Removed map attribution API | Minh Nguyễn | 2016-09-26 | 1 | -4/+0 |
* | [core] Source-driven attribution | Minh Nguyễn | 2016-09-26 | 1 | -0/+9 |
* | [core] Reuse Map::update() | Bruno de Oliveira Abinader | 2016-09-26 | 1 | -4/+2 |
* | [core] Add interface to add sprites to the style | Thiago Marcos P. Santos | 2016-09-22 | 1 | -0/+24 |
* | [core] add MapChangeDidFinishLoadingStyle signal (#6371) | Ivo van Dongen | 2016-09-20 | 1 | -0/+5 |
* | [core] Use an actor model for tile worker concurrency | John Firebaugh | 2016-09-16 | 1 | -2/+4 |
* | [core] Separate transition options accessors from class API | Bruno de Oliveira Abinader | 2016-09-13 | 1 | -6/+19 |
* | [core] Check if style exists prior to accessing via Map functions | Bruno de Oliveira Abinader | 2016-09-13 | 1 | -20/+58 |
* | [core] Batch source updates | John Firebaugh | 2016-09-06 | 1 | -0/+4 |
* | [core] Prepare style observer interfaces for source reloading | John Firebaugh | 2016-09-06 | 1 | -9/+8 |
* | [core] remove unused TimePoint during Source update | Konstantin Käfer | 2016-09-05 | 1 | -1/+0 |
* | [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l... | Konstantin Käfer | 2016-09-05 | 1 | -1/+1 |
* | [core] Emit MapChangeDidFailLoadingMap when the style cannot be loaded or parsed | Thiago Marcos P. Santos | 2016-08-24 | 1 | -1/+8 |
* | [core] Don't allow style mutations to be overwritten by revalidation | John Firebaugh | 2016-08-23 | 1 | -0/+20 |
* | [core] parse more Style JSON properties | Konstantin Käfer | 2016-08-19 | 1 | -0/+22 |
* | [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo... | Minh Nguyễn | 2016-08-12 | 1 | -4/+12 |
* | Merge branch 'release-ios-v3.3.0' | Minh Nguyễn | 2016-07-19 | 1 | -6/+9 |
|\ |
|
| * | [core] Guard against camera's `minScale` being NaN | Jason Wray | 2016-07-15 | 1 | -6/+9 |
| * | [core] log2 polyfill for ARMv5 | Thiago Marcos P. Santos | 2016-06-06 | 1 | -1/+1 |
* | | [core] code style cleanups | Konstantin Käfer | 2016-07-01 | 1 | -1/+1 |
* | | [core] Merge TexturePool into ObjectStore; pool all textures (#5477) | John Firebaugh | 2016-06-27 | 1 | -9/+4 |
* | | [core] Remove TexturePool from style::UpdateParameters (#5442) | John Firebaugh | 2016-06-22 | 1 | -1/+0 |
* | | [core] remove TexturePool dependency from Raster constructor | Konstantin Käfer | 2016-06-22 | 1 | -1/+1 |
* | | [core] s/Wireframe/Overdraw/g | Bruno de Oliveira Abinader | 2016-06-20 | 1 | -3/+3 |
* | | [core] Refactor wireframe to match JS overdraw mode | Bruno de Oliveira Abinader | 2016-06-20 | 1 | -1/+1 |
* | | [core] Avoid unnecessary work when a symbol annotation is updated | John Firebaugh | 2016-06-17 | 1 | -6/+9 |
* | | [core] Runtime source API: Map methods | John Firebaugh | 2016-06-16 | 1 | -0/+13 |
* | | [core] Introduce Map::getLayer | John Firebaugh | 2016-06-13 | 1 | -0/+4 |
* | | [core] rename onPlacementRedone -> onNeedsRepaint | Konstantin Käfer | 2016-06-10 | 1 | -2/+2 |
* | | Merge branch 'release-android-v4.1.0' | Brad Leege | 2016-06-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | [android] #5254 - fix ARMv5 support | Thiago Marcos P. Santos | 2016-06-06 | 1 | -1/+1 |
* | | [core] code style and remove unused code | Konstantin Käfer | 2016-06-06 | 1 | -9/+9 |
* | | [core] Perform GL object store cleanup on low memory | Bruno de Oliveira Abinader | 2016-06-03 | 1 | -0/+1 |
* | | [core, node, android] Remove used "base" parameter from setStyleJSON | John Firebaugh | 2016-06-02 | 1 | -13/+7 |
* | | [core] Rationalize naming for style-related code | John Firebaugh | 2016-06-02 | 1 | -20/+22 |
* | | [core] Generalize Map::{add,remove}CustomLayer | John Firebaugh | 2016-06-02 | 1 | -10/+3 |
* | | [core] Runtime style layer API | John Firebaugh | 2016-06-02 | 1 | -1/+0 |