summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Sprite store APIKonstantin Käfer2015-07-085-0/+157
* increase simplification for line annotationsAnsis Brammanis2015-07-081-1/+1
* improve round line joins for semi-transparent linesAnsis Brammanis2015-07-082-9/+61
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-0817-97/+68
* Moved raster zoom threshold to the .5’sMinh Nguyễn2015-07-071-2/+13
* Eliminated map overrotation on drift panMinh Nguyễn2015-07-061-1/+1
* [wrap)Minh Nguyễn2015-07-061-0/+1
* Do not force uv_loop_t as the first parameter for a threaded object ctorThiago Marcos P. Santos2015-07-066-14/+10
* Add simple static method to retrieve the current loopThiago Marcos P. Santos2015-07-067-9/+13
* Check for matching source when parsing tiles (fixes #1698)John Firebaugh2015-07-024-9/+17
* Report errors when parsing raster tilesThiago Marcos P. Santos2015-07-028-18/+26
* Use unique_ptr for Source objects (fixes #904)John Firebaugh2015-07-025-20/+20
* Fixed round-tripping between pixelForLatLng() / latLngForPixel()Minh Nguyễn2015-07-021-2/+2
* External synchronization for AnnotationManagerJohn Firebaugh2015-07-026-32/+23
* Don't inherit for code reuseJohn Firebaugh2015-07-024-51/+54
* Remove unnecessary virtual methods from TileDataJohn Firebaugh2015-07-025-26/+12
* fix line tessellation, fix #1814Ansis Brammanis2015-07-021-2/+2
* reduce collision box linewidth to 1Ansis Brammanis2015-07-021-1/+1
* fix cross-tile label collisionsAnsis Brammanis2015-07-022-4/+2
* Reapply style layer copy techniqueJohn Firebaugh2015-07-013-5/+13
* Simplify RunLoopJohn Firebaugh2015-07-014-154/+71
* Fix name shadowingJohn Firebaugh2015-07-012-4/+4
* Don't pass Worker& around so muchJohn Firebaugh2015-07-018-33/+30
* Rename workerData ⇢ tileWorkerJohn Firebaugh2015-07-013-8/+8
* Catch exceptions when parsing tile PBFsThiago Marcos P. Santos2015-07-012-3/+9
* Single-purpose Worker functionsJohn Firebaugh2015-07-017-98/+122
* Add comment about a subtletyJohn Firebaugh2015-07-011-0/+11
* Move WorkerTask functionality into RunLoop coreJohn Firebaugh2015-07-017-135/+176
* Clean up bucket creation loopJohn Firebaugh2015-07-012-73/+62
* Remove indirectionJohn Firebaugh2015-07-012-22/+4
* reset partialParse when starting a new parsing runKonstantin Käfer2015-07-011-0/+2
* Merge TileParser into TileWorkerJohn Firebaugh2015-07-014-307/+232
* Remove indirectionJohn Firebaugh2015-07-014-68/+17
* Push TileMembers members down hierarchyJohn Firebaugh2015-07-016-137/+130
* Introduce TileWorkerJohn Firebaugh2015-07-018-147/+239
* Make request and reparse pure virtualJohn Firebaugh2015-07-016-51/+101
* Reduce number of arguments in Source::update pathwayJohn Firebaugh2015-07-019-89/+14
* Revert "Do not hold a reference to the Style at the [Live|Vector]TileData"John Firebaugh2015-07-017-27/+24
* Cancel pending Style requests before making a new oneThiago Marcos P. Santos2015-07-012-2/+17
* show symbols at z0, fix #1279Ansis Brammanis2015-07-011-1/+1
* Rationalize *RenderingMap notificationsJohn Firebaugh2015-06-301-2/+20
* Eliminate MapData::get/setFullyLoadedJohn Firebaugh2015-06-304-33/+25
* Check if the style was loaded before renderingThiago Marcos P. Santos2015-06-301-2/+5
* Use array of structs rather than parallel arrays for annotationsJohn Firebaugh2015-06-293-136/+104
* add assert_always() macro for release build assertionsKonstantin Käfer2015-06-291-0/+13
* 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