| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] BackendScope prevent double (de-)activation | Ivo van Dongen | 2017-07-19 | 2 | -0/+9 |
* | [core] Dynamic program compilation for data-driven properties | John Firebaugh | 2017-06-14 | 1 | -1/+1 |
* | [core] Make TransformState LatLngBounds optional | Bruno de Oliveira Abinader | 2017-06-01 | 1 | -2/+2 |
* | [core] add error for non-virtual destructor deletes + add virtual dtors | Konstantin Käfer | 2017-05-19 | 1 | -0/+2 |
* | [core] Reuse fill-extrusion textures between frames (#8896) | Lauren Budorick | 2017-05-08 | 1 | -3/+1 |
* | [all] Push querySourceFeatures back out to Map | John Firebaugh | 2017-05-02 | 2 | -0/+12 |
* | [core] Render fill-extrusion layers (#8431) | Lauren Budorick | 2017-04-27 | 1 | -0/+5 |
* | [all] Rationalize style::Image | John Firebaugh | 2017-04-24 | 1 | -7/+7 |
* | [core] Remove non-Map-dependent projection methods from Map | John Firebaugh | 2017-04-18 | 1 | -3/+0 |
* | [all] Remove redundant scale-related camera methods | John Firebaugh | 2017-04-13 | 1 | -4/+1 |
* | [core] Revert use of optional<EdgeInsets>, because EdgeInsets has a natural "... | John Firebaugh | 2017-04-11 | 2 | -11/+11 |
* | [core] Added {set,get}{Min,Max}Pitch | Bruno de Oliveira Abinader | 2017-04-11 | 1 | -0/+4 |
* | [core] Added Map::{get,set}LatLngBounds | Bruno de Oliveira Abinader | 2017-04-11 | 1 | -0/+2 |
* | [core] Move {Map,Transform}::{get,set}{Min,Max}Zoom to bounds pragma | Bruno de Oliveira Abinader | 2017-04-11 | 1 | -2/+4 |
* | [core] Privatize OpenGL/Context headers | Konstantin Käfer | 2017-03-28 | 1 | -0/+26 |
* | [core] Move map/change.hpp to public include directory | John Firebaugh | 2017-03-28 | 1 | -0/+26 |
* | [core] Added Map::latLngBoundsForCamera | Bruno de Oliveira Abinader | 2017-03-24 | 2 | -0/+14 |
* | [core] Move OpenGL extension initialization to Backend | Konstantin Käfer | 2017-03-23 | 1 | -0/+11 |
* | [core] Ensure that a BackendScope exists when doing GL calls | Konstantin Käfer | 2017-03-23 | 1 | -1/+14 |
* | [core] cache binary shaders on Android | Konstantin Käfer | 2017-03-22 | 1 | -1/+2 |
* | [core] s/onSourceDidChange/onSourceChanged/ + source ref | Bruno de Oliveira Abinader | 2017-03-21 | 1 | -1/+4 |
* | [core] Pass std::exception_ptr in MapObserver::onDidFailLoadingMap | Bruno de Oliveira Abinader | 2017-03-17 | 1 | -1/+2 |
* | [core] Replace MapChange enum with MapObserver | Bruno de Oliveira Abinader | 2017-03-15 | 3 | -5/+41 |
* | [core] query source features | Ivo van Dongen | 2017-03-09 | 1 | -1/+4 |
* | [core] rename query options for query rendered features | Ivo van Dongen | 2017-03-09 | 2 | -5/+5 |
* | [core] Add support for queryRenderedFeatures filter | Asheem Mamoowala | 2017-03-04 | 2 | -4/+23 |
* | [core] [android] - allow zooming/scaling to use AnimationOptions (#8181) | Tobrun | 2017-02-28 | 1 | -18/+18 |
* | [core] - allow moveBy to use AnimationOptions | Tobrun | 2017-02-20 | 1 | -1/+2 |
* | [core] Link BackendScopes in a list for additional assertions | John Firebaugh | 2017-02-20 | 1 | -1/+2 |
* | [core] Ensure that context resources are destroyed before context is destroyed | John Firebaugh | 2017-02-20 | 1 | -2/+1 |
* | [core] Nestable BackendScope | John Firebaugh | 2017-02-20 | 2 | -14/+17 |
* | [core] Expose Map::setZoom with anchor parameter | Jason Wray | 2017-02-13 | 1 | -0/+1 |
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-master | Minh Nguyễn | 2016-12-20 | 1 | -0/+1 |
|\ |
|
| * | [core] use raii to guard backend deactivation | Ivo van Dongen | 2016-12-13 | 1 | -6/+25 |
| * | [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 |
* | | 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 |
* | | [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 |