summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fit to coordinatesMinh Nguyễn2015-06-261-16/+26
* Send MapChangeRegionIsChanging notificationsJohn Firebaugh2015-06-261-0/+3
* Remove duration argument from View::notifyMapChangeJohn Firebaugh2015-06-262-28/+22
* currentState() ⇢ getState()John Firebaugh2015-06-263-16/+10
* Move Transform from MapData to MapJohn Firebaugh2015-06-266-113/+64
* Move getMin/MaxZoom to TransformStateJohn Firebaugh2015-06-266-52/+50
* Inline updateTiles and recalculateStyleJohn Firebaugh2015-06-262-14/+2
* drive map rendering from main threadKonstantin Käfer2015-06-263-5/+22
* remove unused renderAsync() functionKonstantin Käfer2015-06-261-4/+0
* Maintain rotation when fitting to boundsMinh Nguyễn2015-06-251-13/+21
* Fit to bounds with paddingMinh Nguyễn2015-06-251-9/+19
* Reimplemented fit to boundsMinh Nguyễn2015-06-251-0/+21
* Get rid of Environment et al.Thiago Marcos P. Santos2015-06-2510-196/+7
* Introduce GLObjectStoreThiago Marcos P. Santos2015-06-2512-14/+126
* Make the FileSource available from the ThreadContextThiago Marcos P. Santos2015-06-2512-32/+50
* Use ThreadContext data for loggingThiago Marcos P. Santos2015-06-251-11/+2
* Introduce the ThreadContextThiago Marcos P. Santos2015-06-259-31/+123
* Remove unusedJohn Firebaugh2015-06-241-4/+1
* Remove MapData dependency from AnnotationManagerJohn Firebaugh2015-06-243-22/+18
* Transform needs only a single TransformStateJohn Firebaugh2015-06-242-94/+81
* Cleaned up remaining bool function return valuesBruno de Oliveira Abinader2015-06-232-35/+35
* Improve readibility for style parser resultsBruno de Oliveira Abinader2015-06-232-96/+104
* Fix result value from parseProperty when T = std::array<float, 2>Bruno de Oliveira Abinader2015-06-221-2/+2
* Check libuv version semver-ishlyMike Morris2015-06-191-1/+1
* propertly initialize the nameKonstantin Käfer2015-06-191-1/+1
* Fix an order-of-operations issue with tileLoadingCompleteCallbackJohn Firebaugh2015-06-181-2/+1
* Don't abandon a null textureJohn Firebaugh2015-06-181-2/+4
* Change StyleBucket::source to indirect referenceJohn Firebaugh2015-06-186-22/+31
* Do not hold a reference to the Style at the [Live|Vector]TileDataThiago Marcos P. Santos2015-06-187-24/+27
* Cleaned up #defines for BUFFER_OFFSETBruno de Oliveira Abinader2015-06-189-30/+2
* Report errors for renderStill() misuse using the callbackThiago Marcos P. Santos2015-06-161-2/+14
* squash of #1655: shape annotations support for core & iOSJustin R. Miller2015-06-1514-502/+696
* Revert "use array of structs rather than parallel arrays for annotations"Minh Nguyễn2015-06-153-11/+11
* fix roundabout not closed #1450hanchao2015-06-141-1/+1
* use array of structs rather than parallel arrays for annotationsKonstantin Käfer2015-06-113-11/+11
* fix text-letter-spacing render test by using floatAnsis Brammanis2015-06-091-2/+2
* allow constructing LatLng/LatLngBounds objects from TileIDsKonstantin Käfer2015-06-081-0/+19
* Add documentation for TileData::StateThiago Marcos P. Santos2015-06-051-1/+34
* Remove unused overscaling variablesJohn Firebaugh2015-06-045-10/+3
* Cleanup the MapContext before the util::Thread destructorThiago Marcos P. Santos2015-06-043-0/+8
* Fix race condition on error notificationThiago Marcos P. Santos2015-06-043-0/+12
* Merge remote-tracking branch 'origin/master' into HEADAnsis Brammanis2015-06-0311-372/+240
|\
| * Remove references to ResourceLoaderThiago Marcos P. Santos2015-06-022-2/+2
| * Remove unused; fix naming styleJohn Firebaugh2015-06-012-9/+5
| * Merge ResourceLoader into Style and move atlas ownershipJohn Firebaugh2015-06-0111-370/+242
* | fix collision box clippingAnsis Brammanis2015-06-033-16/+17
* | fix hangs caused by redoPlacementAnsis Brammanis2015-06-024-13/+8
* | fix android compile errorsAnsis Brammanis2015-06-022-4/+5
* | use source zoom level for tile loading errorsAnsis Brammanis2015-06-021-1/+1
* | re-add sprite atlas pollution fixAnsis Brammanis2015-06-021-1/+2