summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1244 from mapbox/uvJohn Firebaugh2015-04-0915-566/+175
|\
| * Replace uv_messenger with AsyncQueue; rewrite remaining uv_* in C++John Firebaugh2015-04-0915-566/+175
* | set the correct v7 default fontKonstantin Käfer2015-04-092-3/+3
* | fix angle of icons along linesAnsis Brammanis2015-04-091-2/+2
|/
* Remove unnecessary use of weak_ptrJohn Firebaugh2015-04-091-21/+10
* Move ClipID to clip_id.hpp/cppJohn Firebaugh2015-04-096-19/+20
* guard against invalid database filesKonstantin Käfer2015-04-082-1/+18
* make sqlite storage more resilient to sporadic errorsKonstantin Käfer2015-04-071-0/+6
* Remove unusedJohn Firebaugh2015-04-062-29/+0
* Move tileCover to its own fileJohn Firebaugh2015-04-065-98/+112
* Tile::ID ⇢ TileIDJohn Firebaugh2015-04-0639-145/+311
* Remove always-true conditionalJohn Firebaugh2015-04-061-15/+10
* Bounds-check array access at sourceJohn Firebaugh2015-04-062-4/+1
* Extract SourceInfo::tileURLJohn Firebaugh2015-04-063-20/+22
* Remove Map dependency from Source::invalidateTilesJohn Firebaugh2015-04-063-5/+4
* Remove Map dependency from Source::loadJohn Firebaugh2015-04-063-6/+15
* Move SourceInfo into source.hpp/cppJohn Firebaugh2015-04-069-113/+91
* Eliminate StyleSourceJohn Firebaugh2015-04-0612-104/+69
* Remove unusedJohn Firebaugh2015-04-034-15/+4
* Remove unusedJohn Firebaugh2015-04-031-2/+0
* Fixed race condition after setting access tokenMinh Nguyễn2015-04-031-1/+5
* fixes #1181: fix lat/lng & zoom ordering problemsJustin R. Miller2015-04-021-1/+1
* Rework easing transition codeJohn Firebaugh2015-04-023-161/+118
* Remove unusedJohn Firebaugh2015-04-022-24/+0
* some cleanupKonstantin Käfer2015-04-024-27/+11
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-0227-151/+154
* Rename methods to match gl-jsJohn Firebaugh2015-04-013-14/+14
* StyleLayer is noncopyableJohn Firebaugh2015-04-011-1/+2
* Remove unusedJohn Firebaugh2015-04-012-7/+0
* Remove unusedJohn Firebaugh2015-04-012-10/+3
* Eliminate StyleLayerGroupJohn Firebaugh2015-04-0114-168/+63
* use hashes instead of string keysKonstantin Käfer2015-04-011-22/+24
* replace iterator variable types with autoKonstantin Käfer2015-04-0120-51/+51
* use cumulative hash instead of string for linedash lookupKonstantin Käfer2015-04-012-13/+16
* Parse VT tags lazilyJohn Firebaugh2015-04-012-25/+25
* Eliminate some unnecessary pointer indirectionJohn Firebaugh2015-03-3110-107/+76
* Remove unusedJohn Firebaugh2015-03-313-17/+1
* Remove unused variableJohn Firebaugh2015-03-301-10/+2
* fixes #892: support mapbox:// style URLsJustin R. Miller2015-03-303-7/+20
* normalize font stackKonstantin Käfer2015-03-301-1/+21
* Merge pull request #1137 from mapbox/clang-3.5Thiago Marcos P. Santos2015-03-301-0/+1
|\
| * Fix build failure when using clang-3.5 on LinuxThiago Marcos P. Santos2015-03-271-0/+1
* | Disable all Sources when terminatingKonstantin Käfer2015-03-271-1/+8
* | make sure the map terminatesKonstantin Käfer2015-03-271-1/+1
|/
* dispatch all AnnotationManager calls to the map threadKonstantin Käfer2015-03-271-18/+69
* make sure that we always have a style object after prepar()Konstantin Käfer2015-03-261-1/+2
* support wrapped bilinear scalingAnsis Brammanis2015-03-263-15/+16
* fix sprite padding, fixesAnsis Brammanis2015-03-261-14/+14
* height not width, fixes #1038Ansis Brammanis2015-03-251-1/+1
* refs #894, fixes #1074: callout views for iOSJustin R. Miller2015-03-241-0/+6