summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | [gl] Moved TexturePool to gl namespaceBruno de Oliveira Abinader2016-02-1813-24/+31
* | [gl] Moved GLObjectStore to gl namespaceBruno de Oliveira Abinader2016-02-1812-26/+24
* | [gl] Use Buffer::getID() whenever possibleBruno de Oliveira Abinader2016-02-181-2/+2
* | [gl] Use Shader::getID() whenever possibleBruno de Oliveira Abinader2016-02-1815-30/+32
* | [gl] Moved VAO helpers to common headerBruno de Oliveira Abinader2016-02-181-34/+8
* | [core] less slanted dashed lines near sharp cornersAnsis Brammanis2016-02-153-7/+49
* | [core] round points created by clipLines instead of truncating themAnsis Brammanis2016-02-151-8/+8
* | [core] Add support for updating point annotationsGabriel Miklós2016-02-123-0/+16
* | [tests] Fix buildJohn Firebaugh2016-02-111-0/+1
* | [core] Organize files that were in map folder betterJohn Firebaugh2016-02-1142-53/+56
* | Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-115-11/+16
* | [core] use std::move() to prevent copiesKonstantin Käfer2016-02-112-3/+3
* | [core] Always store tiles without ratio support with ratio = 1John Firebaugh2016-02-101-1/+2
* | [core] Eliminate maximumCacheEntrySizeJohn Firebaugh2016-02-101-1/+0
* | [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-101-30/+47
* | [core] Throttle the number of concurrent requests to 20John Firebaugh2016-02-101-0/+1
* | Add binary for smoke-testing offline downloadsJohn Firebaugh2016-02-101-0/+22
* | [core] Interface and implementation for offlineJohn Firebaugh2016-02-101-0/+2
* | [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-107-144/+121
* | [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-101-44/+0
* | [core] Cache with mapbox:// tile URLsJohn Firebaugh2016-02-103-65/+35
* | [core] Add a method for statically evaluating font stacks used by a styleJohn Firebaugh2016-02-103-0/+26
* | [core] Refactor tileCoverJohn Firebaugh2016-02-109-122/+117
* | [core] round() not always on std:: namespaceThiago Marcos P. Santos2016-02-101-2/+4
* | [core] draw clipping masks from ClipIDGenerator rather than SourcesKonstantin Käfer2016-02-105-27/+20
* | [core] compute the actual clipping masks that we have to draw with getStencils()Konstantin Käfer2016-02-103-36/+99
* | [core] make sure icons fit before the ends of the lineAnsis Brammanis2016-02-091-3/+13
* | [node] add debug options to node bindingsAnsis Brammanis2016-02-082-17/+19
* | [core] move GL value objects from gl_config.hpp to gl_values.hppKonstantin Käfer2016-02-084-331/+101
* | [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-0846-46/+46
|/
* [core] #509 - Creating and using MIN_ZOOM and MAX_ZOOM constantsBrad Leege2016-02-032-2/+4
* [core] #509 - Adding min / max checks to parameters and refactoring to utiliz...Brad Leege2016-02-031-14/+4
* [android][core] #509 - Setting Min and Max Zooms warning annotations in Andro...Brad Leege2016-02-031-2/+16
* [core] Improve LatLngBounds APIJohn Firebaugh2016-02-022-5/+5
* [core] Remove unusedJohn Firebaugh2016-02-027-37/+0
* [core] Remove unusedJohn Firebaugh2016-02-021-8/+0
* [core] tweak dash rendering and enable render testsAnsis Brammanis2016-02-021-3/+5
* [core] make symbol sort order more deterministicAnsis Brammanis2016-02-022-6/+10
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-0224-36/+91
* [core] Simplify latLngToCoordinate calculationJohn Firebaugh2016-02-021-5/+3
* [core] Remove unusedJohn Firebaugh2016-02-022-5/+0
* [core] Remove TransformState::getNormalizedZoomJohn Firebaugh2016-02-025-19/+14
* [core] Remove unused declarationsJohn Firebaugh2016-02-021-3/+0
* [core] Normalize only raster source tile URLsJohn Firebaugh2016-02-013-4/+4
* [core] Refactor TileJSON parsing for offlineJohn Firebaugh2016-02-013-22/+49
* [core] Change TileData pixelRatio to an integerJohn Firebaugh2016-01-291-1/+1
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-299-86/+102
* [core] Ensure that FileSource has access to tile URL, pixelRatio, x, y, zJohn Firebaugh2016-01-295-29/+54
* [core] Camel-case member namesJohn Firebaugh2016-01-293-11/+11
* [core] fix redoPlacement blocking main thread, fix #3727Ansis Brammanis2016-01-291-6/+5