summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-0617-120/+235
* use a reinterpret_cast to return the correct typeKonstantin Käfer2015-03-061-1/+1
* fix ambiguous name (gcc)Konstantin Käfer2015-03-061-4/+4
* throw exception when shader compilation failsKonstantin Käfer2015-03-0614-74/+7
* add more locking around GlyphStore and FontStackKonstantin Käfer2015-03-063-12/+14
* lock the StyleBucket to avoid crashingKonstantin Käfer2015-03-064-5/+10
* move readlock/writelock to uv.hpp and add movable lock/mutexKonstantin Käfer2015-03-062-20/+70
* update mapbox::variantKonstantin Käfer2015-03-061-0/+1
* make Map::resize() privateKonstantin Käfer2015-03-061-0/+11
* pass StyleLayer objects as const ref instead of a shared pointerKonstantin Käfer2015-03-0625-94/+100
* update static image rendering executableKonstantin Käfer2015-03-061-0/+4
* move to camelCase & more reference cleanupsJustin R. Miller2015-03-022-26/+26
* clean up members, arguments, and formattingJustin R. Miller2015-03-022-21/+23
* Removed special cased zoom level for HiDPIMinh Nguyễn2015-02-241-1/+0
* Fixed new clang errors in Xcode 6.3b2Minh Nguyễn2015-02-231-1/+0
* rename StyleBucket* => StyleLayout*Konstantin Käfer2015-02-1726-263/+289
* make StyleBucket mutableKonstantin Käfer2015-02-1714-123/+120
* add ca bundle loading back to CURLKonstantin Käfer2015-02-173-3/+4
* update uv_zip and add testsKonstantin Käfer2015-02-161-4/+7
* fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOSJustin R. Miller2015-02-166-83/+162
* code styleKonstantin Käfer2015-02-131-25/+25
* make sure that the async handle always gets closedKonstantin Käfer2015-02-131-12/+32
* fix double-free in race conditions when notify() was called twiceKonstantin Käfer2015-02-131-6/+6
* Fix #include <uv.h> mixing between C and C++ modesLeith Bade2015-02-112-6/+6
* Fix line label interpolation offset.Ansis Brammanis2015-02-113-12/+8
* Merge remote-tracking branch 'origin/master' into line-label-densityAnsis Brammanis2015-02-1028-389/+643
|\
| * Merge pull request #821 from mapbox/pattern-functionsJohn Firebaugh2015-02-1028-389/+643
| |\
| | * use correct interpolation for background imagesAnsis Brammanis2015-02-101-1/+1
| | * fix raster-brightnessAnsis Brammanis2015-02-091-1/+1
| | * support constants within dasharraysAnsis Brammanis2015-02-092-2/+4
| | * tweak style parsing error messagesAnsis Brammanis2015-02-052-11/+11
| | * fix compilation errorsAnsis Brammanis2015-02-051-6/+6
| | * make raster-brightness two separate propertiesAnsis Brammanis2015-02-052-22/+2
| | * switch to functions of arrays (from arrays of fns)Ansis Brammanis2015-02-058-44/+53
| | * make everything a functionAnsis Brammanis2015-02-055-94/+133
| | * fix compilation on androidAnsis Brammanis2015-02-041-1/+1
| | * make pattern and dasharray properties use durationAnsis Brammanis2015-02-044-31/+59
| | * fix durations by making them millisecondsAnsis Brammanis2015-02-043-5/+5
| | * switch from low/high to from/toAnsis Brammanis2015-02-046-49/+51
| | * rename FadedFunction to PiecewiseConstant functionAnsis Brammanis2015-02-047-30/+30
| | * Merge branch 'master' into pattern-functionsAnsis Brammanis2015-02-0481-1968/+1295
| | |\
| | * | remove old version of zoomHistoryAnsis Brammanis2015-02-022-29/+1
| | * | use faded pattern functions for dasharraysAnsis Brammanis2015-02-026-37/+31
| | * | implement functions for line-imageAnsis Brammanis2015-02-026-29/+32
| | * | implement functions for background-imageAnsis Brammanis2015-02-023-18/+36
| | * | implement functions for patternsAnsis Brammanis2015-02-0219-142/+353
* | | | improve line label densityAnsis Brammanis2015-02-103-5/+23
|/ / /
* | | only ignore warning on ClangJustin R. Miller2015-02-041-1/+1
* | | fixes #782: ignore 64->32 conversion warnings for BoostJustin R. Miller2015-02-041-0/+1
| |/ |/|
* | fix copy_bitmap for wrapped bitmapsAnsis Brammanis2015-02-041-9/+14