| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Make TransformState LatLngBounds optional | Bruno de Oliveira Abinader | 2017-06-01 | 5 | -15/+22 |
* | Revert "[core] Factor timePoint initialization" | Bruno de Oliveira Abinader | 2017-05-30 | 1 | -3/+1 |
* | [core] Don't need unique_ptr for AnnotationManager | John Firebaugh | 2017-05-26 | 1 | -12/+10 |
* | [core] Don't use a separate SpriteAtlas for annotation images | John Firebaugh | 2017-05-26 | 1 | -4/+4 |
* | [core] Auto-growable SpriteAtlas using shelf-pack | John Firebaugh | 2017-05-26 | 1 | -1/+1 |
* | [core, node, darwin, android, qt] Make image ID part of Image | John Firebaugh | 2017-05-16 | 1 | -4/+4 |
* | [core, node, darwin, qt] Remove support for paint classes | John Firebaugh | 2017-05-15 | 2 | -31/+0 |
* | [core] Split style image collection from SpriteAtlas | Ivo van Dongen | 2017-05-12 | 1 | -5/+3 |
* | [core] Immutable Impls | John Firebaugh | 2017-05-12 | 2 | -3/+2 |
* | [tidy] modernize-pass-by-value | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -3/+4 |
* | [core] render light | Ivo van Dongen | 2017-05-08 | 1 | -2/+2 |
* | [core] Reduce use of RecalculateStyle | John Firebaugh | 2017-05-05 | 4 | -48/+40 |
* | [core] Omnibus Style::update method | John Firebaugh | 2017-05-04 | 2 | -25/+13 |
* | [core] UpdateParameters ⇢ TileParameters | John Firebaugh | 2017-05-04 | 1 | -9/+9 |
* | [core] Factor timePoint initialization | John Firebaugh | 2017-05-03 | 1 | -1/+3 |
* | [core] Move render-related sources out of style directory/namespace | John Firebaugh | 2017-05-03 | 1 | -2/+2 |
* | [core] No need to Update::Classes after removing a layer | John Firebaugh | 2017-05-03 | 1 | -1/+1 |
* | [core] No need to manually set Update::Classes flag after annotation update | John Firebaugh | 2017-05-03 | 1 | -1/+0 |
* | [core] Remove forced style cascade | John Firebaugh | 2017-05-03 | 1 | -3/+0 |
* | Revert "[node] Temporary: exit(0) on exception in Painter::render" | John Firebaugh | 2017-05-02 | 1 | -10/+4 |
* | [core] Refactor Source::*Impls into RenderSources and TilePyramid | John Firebaugh | 2017-05-02 | 1 | -3/+4 |
* | [all] Push querySourceFeatures back out to Map | John Firebaugh | 2017-05-02 | 1 | -1/+10 |
* | [core] Render fill-extrusion layers (#8431) | Lauren Budorick | 2017-04-27 | 3 | -4/+24 |
* | [all] Rationalize style::Image | John Firebaugh | 2017-04-24 | 1 | -12/+12 |
* | [core] Move Sprite parsing to thread pool | Konstantin Käfer | 2017-04-24 | 1 | -2/+2 |
* | [core] Remove non-Map-dependent projection methods from Map | John Firebaugh | 2017-04-18 | 1 | -13/+0 |
* | [core] Ignore shortest path in Map::pixelForLatLng | Bruno de Oliveira Abinader | 2017-04-14 | 2 | -8/+8 |
* | [core] Tighten geo.hpp ctors | Bruno de Oliveira Abinader | 2017-04-14 | 2 | -8/+8 |
* | [all] Remove redundant scale-related camera methods | John Firebaugh | 2017-04-13 | 5 | -80/+13 |
* | [core] Revert use of optional<EdgeInsets>, because EdgeInsets has a natural "... | John Firebaugh | 2017-04-11 | 3 | -58/+53 |
* | [core] Added {set,get}{Min,Max}Pitch | Bruno de Oliveira Abinader | 2017-04-11 | 5 | -2/+61 |
* | [core] Added Map::{get,set}LatLngBounds | Bruno de Oliveira Abinader | 2017-04-11 | 5 | -2/+33 |
* | [core] Move {Map,Transform}::{get,set}{Min,Max}Zoom to bounds pragma | Bruno de Oliveira Abinader | 2017-04-11 | 5 | -5/+16 |
* | [core] Updated Size::isEmpty and TransformState::valid checks | Bruno de Oliveira Abinader | 2017-04-10 | 4 | -7/+16 |
* | [all] Make LatLng coordinates read-only | John Firebaugh | 2017-04-06 | 2 | -3/+5 |
* | [core] Tighten LatLng and other geo.hpp classes | John Firebaugh | 2017-04-06 | 2 | -24/+15 |
* | [core] Privatize OpenGL/Context headers | Konstantin Käfer | 2017-03-28 | 2 | -0/+36 |
* | [core] Move map/change.hpp to public include directory | John Firebaugh | 2017-03-28 | 1 | -26/+0 |
* | [core] Added Map::latLngBoundsForCamera | Bruno de Oliveira Abinader | 2017-03-24 | 2 | -0/+13 |
* | [core] Refactor OpenGL extension loading mechanism | Konstantin Käfer | 2017-03-23 | 1 | -2/+2 |
* | [core] Move OpenGL extension initialization to Backend | Konstantin Käfer | 2017-03-23 | 1 | -2/+9 |
* | [core] Ensure that a BackendScope exists when doing GL calls | Konstantin Käfer | 2017-03-23 | 3 | -5/+19 |
* | [core] cache binary shaders on Android | Konstantin Käfer | 2017-03-22 | 1 | -5/+11 |
* | [core] s/onSourceDidChange/onSourceChanged/ + source ref | Bruno de Oliveira Abinader | 2017-03-21 | 1 | -3/+3 |
* | [core] Pass std::exception_ptr in MapObserver::onDidFailLoadingMap | Bruno de Oliveira Abinader | 2017-03-17 | 1 | -2/+2 |
* | [core] Pass std::exception_ptr in style::Observer::onStyleError | Bruno de Oliveira Abinader | 2017-03-17 | 1 | -5/+9 |
* | [core] Replace MapChange enum with MapObserver | Bruno de Oliveira Abinader | 2017-03-15 | 4 | -39/+23 |
* | [core] rename query options for query rendered features | Ivo van Dongen | 2017-03-09 | 1 | -3/+3 |
* | [core] Add support for queryRenderedFeatures filter | Asheem Mamoowala | 2017-03-04 | 1 | -10/+11 |
* | [core] [android] - allow zooming/scaling to use AnimationOptions (#8181) | Tobrun | 2017-02-28 | 3 | -91/+91 |