| Commit message (Expand) | Author | Age | Files | Lines |
* | [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] Added LatLngBounds::{valid,constrain} | Bruno de Oliveira Abinader | 2017-04-11 | 1 | -0/+15 |
* | [core] Move {Map,Transform}::{get,set}{Min,Max}Zoom to bounds pragma | Bruno de Oliveira Abinader | 2017-04-11 | 1 | -2/+4 |
* | [core] Updated Size::isEmpty and TransformState::valid checks | Bruno de Oliveira Abinader | 2017-04-10 | 2 | -7/+6 |
* | [core] Add DDS support for {text,icon}-size (#8593) | Anand Thakker | 2017-04-06 | 4 | -9/+18 |
* | [all] Make LatLng coordinates read-only | John Firebaugh | 2017-04-06 | 2 | -41/+45 |
* | [core] Tighten LatLng and other geo.hpp classes | John Firebaugh | 2017-04-06 | 1 | -17/+18 |
* | Fix edge case in composite function interpolation (#8613) | Anand Thakker | 2017-04-03 | 1 | -1/+8 |
* | [core] Add DDS support for icon-image | John Firebaugh | 2017-03-31 | 2 | -4/+4 |
* | [core] Add DDS support for text-rotate | John Firebaugh | 2017-03-31 | 2 | -4/+4 |
* | [core] implement dds for text-offset | Molly Lloyd | 2017-03-28 | 2 | -4/+4 |
* | [core] Privatize gl/gl.hpp | Konstantin Käfer | 2017-03-28 | 1 | -50/+0 |
* | [core] Privatize OpenGL/Context headers | Konstantin Käfer | 2017-03-28 | 1 | -0/+26 |
* | [node] Move util/async_task.hpp to public include directory | Konstantin Käfer | 2017-03-28 | 1 | -0/+24 |
* | [core] Move map/change.hpp to public include directory | John Firebaugh | 2017-03-28 | 1 | -0/+26 |
* | [core] Move actor/{mailbox,scheduler}.hpp to public include directory | John Firebaugh | 2017-03-28 | 2 | -0/+71 |
* | [core] Move ignore.hpp to public include directory | John Firebaugh | 2017-03-28 | 1 | -0/+26 |
* | [core] Avoid public dtoa.hpp include | John Firebaugh | 2017-03-28 | 1 | -13/+3 |
* | [core] Avoid public geometry_tile_data.hpp include | John Firebaugh | 2017-03-28 | 2 | -3/+4 |
* | [core] Move interpolate.hpp to public include directory | John Firebaugh | 2017-03-28 | 1 | -0/+89 |
* | [core] Added Map::latLngBoundsForCamera | Bruno de Oliveira Abinader | 2017-03-24 | 3 | -0/+22 |
* | [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 |
* | [all] Replace Result<T> with optional<T> plus out Error parameter | John Firebaugh | 2017-03-23 | 13 | -317/+391 |
* | [core] cache binary shaders on Android | Konstantin Käfer | 2017-03-22 | 1 | -1/+2 |
* | Merge branch 'release-ios-v3.5.0-android-v5.0.0' | John Firebaugh | 2017-03-21 | 9 | -3/+59 |
|\ |
|
| * | [ios] Guard against over calling pause or resume | Jesse Bounds | 2017-03-18 | 1 | -3/+0 |
| * | Per-attribute transition properties on MGLStyleLayer (#8225) | Fabian Guerra Soto | 2017-03-10 | 8 | -0/+59 |
| * | [core] query source features | Ivo van Dongen | 2017-03-10 | 3 | -1/+33 |
| * | [core] rename query options for query rendered features | Ivo van Dongen | 2017-03-10 | 2 | -5/+5 |
* | | Make Source::getZoomRange return an optional range | Bruno de Oliveira Abinader | 2017-03-21 | 1 | -2/+1 |
* | | [core] s/onSourceDidChange/onSourceChanged/ + source ref | Bruno de Oliveira Abinader | 2017-03-21 | 1 | -1/+4 |
* | | [core] Expose Source::getZoomRange | Bruno de Oliveira Abinader | 2017-03-20 | 1 | -1/+4 |
* | | [core] Pass std::exception_ptr in MapObserver::onDidFailLoadingMap | Bruno de Oliveira Abinader | 2017-03-17 | 1 | -1/+2 |
* | | [core] Pass std::exception_ptr in style::Observer::onStyleError | Bruno de Oliveira Abinader | 2017-03-17 | 1 | -0/+15 |
* | | [node] Work around a link error on macOS release builds (#8409) | John Firebaugh | 2017-03-15 | 1 | -3/+1 |
* | | [core] Replace MapChange enum with MapObserver | Bruno de Oliveira Abinader | 2017-03-15 | 3 | -5/+41 |
* | | [core] Avoid -Wundefined-var-template warnings with clang 3.9+ | John Firebaugh | 2017-03-09 | 1 | -19/+19 |
* | | [core] query source features | Ivo van Dongen | 2017-03-09 | 3 | -1/+33 |
* | | [core] rename query options for query rendered features | Ivo van Dongen | 2017-03-09 | 2 | -5/+5 |
|/ |
|
* | [core] Avoid using std::function in property_setter.hpp | John Firebaugh | 2017-03-08 | 3 | -198/+209 |
* | For data-driven paint setters, transition immediately to target value (#8306) | Anand Thakker | 2017-03-08 | 1 | -0/+1 |
* | [core] Add support for queryRenderedFeatures filter | Asheem Mamoowala | 2017-03-04 | 4 | -4/+31 |
* | [core] Enable debug events in Debug configuration | Minh Nguyễn | 2017-03-04 | 1 | -1/+1 |
* | [Qt] Remove legacy QOpenGL dependency from Qt5 build | Thiago Marcos P. Santos | 2017-03-03 | 1 | -2/+2 |
* | [core] Safeguard ICU UChar usage | Bruno de Oliveira Abinader | 2017-03-02 | 1 | -0/+16 |
* | [core] Cache file source base URL and access token | Jesse Bounds | 2017-03-01 | 1 | -0/+18 |
* | [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo... | Anand Thakker | 2017-02-28 | 1 | -30/+30 |
* | [core] [android] - allow zooming/scaling to use AnimationOptions (#8181) | Tobrun | 2017-02-28 | 1 | -18/+18 |