| Commit message (Expand) | Author | Age | Files | Lines |
* | Per-attribute transition properties on MGLStyleLayer (#8225) | Fabian Guerra Soto | 2017-03-10 | 9 | -0/+241 |
* | [core] query source features | Ivo van Dongen | 2017-03-10 | 9 | -1/+107 |
* | [core] rename query options for query rendered features | Ivo van Dongen | 2017-03-10 | 11 | -20/+20 |
* | Pack min + max into one attribute :muscle: | Molly Lloyd | 2017-03-08 | 16 | -244/+234 |
* | [core] De-duplicate shader prelude source | John Firebaugh | 2017-03-08 | 16 | -925/+102 |
* | For data-driven paint setters, transition immediately to target value (#8306) | Anand Thakker | 2017-03-08 | 1 | -0/+6 |
* | [core] clear source when removed from style | Ivo van Dongen | 2017-03-06 | 3 | -0/+8 |
* | [core] Add support for queryRenderedFeatures filter | Asheem Mamoowala | 2017-03-04 | 12 | -59/+61 |
* | [core] const-correction | John Firebaugh | 2017-03-02 | 4 | -4/+4 |
* | [core] Fix whitespace; no need for explicit on multi-parameter constructors | John Firebaugh | 2017-03-02 | 12 | -124/+204 |
* | [core] privatize OffscreenTexture implementation | Konstantin Käfer | 2017-03-01 | 2 | -24/+55 |
* | [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo... | Anand Thakker | 2017-02-28 | 21 | -273/+503 |
* | [core] remove gl.hpp include from shader headers | Konstantin Käfer | 2017-02-28 | 13 | -26/+0 |
* | [core] There's only ever one icon quad | John Firebaugh | 2017-02-28 | 6 | -81/+86 |
* | [core] Eliminate Shaping::text | John Firebaugh | 2017-02-28 | 3 | -7/+4 |
* | [core] Release compareText after symbol preparation | John Firebaugh | 2017-02-28 | 1 | -0/+1 |
* | [core] [android] - allow zooming/scaling to use AnimationOptions (#8181) | Tobrun | 2017-02-28 | 3 | -91/+91 |
* | [core] Replace three maps/mutexes in GlyphAtlas with a single map and mutex | John Firebaugh | 2017-02-27 | 3 | -44/+30 |
* | [core] Add pause/resume to the Thread class | Thiago Marcos P. Santos | 2017-02-25 | 1 | -0/+45 |
* | [core, ios, macos] Return null when removing nonexistent source | Jesse Bounds | 2017-02-23 | 1 | -1/+1 |
* | [core] Return null when removing nonexistent layer | Eimantas Vaiciunas | 2017-02-23 | 1 | -1/+1 |
* | [core] don't treat empty raster tiles as "DataAvailability::All" | Konstantin Käfer | 2017-02-22 | 2 | -3/+3 |
* | [core] Use std::call_once to report about missing VAOs | Bruno de Oliveira Abinader | 2017-02-22 | 1 | -4/+4 |
* | [core] - allow moveBy to use AnimationOptions | Tobrun | 2017-02-20 | 3 | -5/+5 |
* | [core] Link BackendScopes in a list for additional assertions | John Firebaugh | 2017-02-20 | 1 | -7/+17 |
* | [core] Nestable BackendScope | John Firebaugh | 2017-02-20 | 2 | -0/+27 |
* | [core] Redo approach to unsupported VAO extension | John Firebaugh | 2017-02-20 | 3 | -15/+23 |
* | [core] Render a circle if either the color or stroke color are visible | Jesse Bounds | 2017-02-17 | 1 | -3/+6 |
* | [core] Enable property functions for text-{field,transform} (#7944) | Anand Thakker | 2017-02-17 | 5 | -14/+53 |
* | [core] Fix aliased text on mobile GPUs | John Firebaugh | 2017-02-15 | 1 | -3/+3 |
* | [core] Eliminate SpritePatternMode | John Firebaugh | 2017-02-14 | 6 | -57/+44 |
* | [core] Mutex no longer needs to be recursive | John Firebaugh | 2017-02-14 | 2 | -6/+6 |
* | [core] Combine SpriteAtlas::getPosition with SpriteAtlas::getImage | John Firebaugh | 2017-02-14 | 9 | -57/+45 |
* | [core] Inline SpriteAtlas::allocateImage | John Firebaugh | 2017-02-14 | 2 | -23/+11 |
* | [core] Eliminate SpriteAtlas::updateDirty | John Firebaugh | 2017-02-14 | 4 | -98/+93 |
* | [core] Eliminate SpriteAtlas::Holder | John Firebaugh | 2017-02-14 | 2 | -37/+25 |
* | [core] Make Image safer | John Firebaugh | 2017-02-14 | 8 | -99/+59 |
* | [core] Expose Map::setZoom with anchor parameter | Jason Wray | 2017-02-13 | 1 | -1/+7 |
* | [core] add tests for user/password, port, trailing dot, and IPv4/IPv6 address... | Konstantin Käfer | 2017-02-13 | 1 | -2/+4 |
* | Upright CJK characters in vertically-oriented labels (#7114) | Minh Nguyễn | 2017-02-10 | 11 | -92/+445 |
* | [core] Restore support for GL implementations without VAO extension | John Firebaugh | 2017-02-10 | 3 | -10/+23 |
* | [core] Introduce dedicated filter types for $type and $id special cases (#7971) | John Firebaugh | 2017-02-09 | 1 | -7/+79 |
* | [core] Restore support for *-transition properties | John Firebaugh | 2017-02-09 | 9 | -0/+247 |
* | [core, ios, macos] Refactor composite stop types and conversions | John Firebaugh | 2017-02-09 | 1 | -11/+9 |
* | compare polygon ring areas absolutelynode-v3.4.4-13e504 | Dane Springmeyer | 2017-02-09 | 1 | -1/+1 |
* | [core] Update gl-js; fix $id filters with GeoJSON source | John Firebaugh | 2017-02-08 | 1 | -0/+4 |
* | [build, ios, macos] Simplify version portion of user agent string | John Firebaugh | 2017-02-08 | 3 | -14/+18 |
* | [core] Use cpp files for shader source | John Firebaugh | 2017-02-07 | 26 | -2011/+2206 |
* | [core] Check in generated shader code | John Firebaugh | 2017-02-07 | 20 | -13/+2193 |
* | [node] Temporary: exit(0) on exception in Painter::render | John Firebaugh | 2017-02-06 | 1 | -4/+10 |