summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-0617-120/+235
| | | | | | | | | we are now scoping all file requests to an environment object. The FileSource implementation treats this as an opaque pointer, but allows canceling all Requests that are associated with that pointer. This is necessary to abort all file requests that originated from a particular Map object. Aborting a file request is different from canceling a file request: A canceled request doesn't have its callback called, while an aborted request will have its callback called with an error, indicating that the environment is going to be shut down.
* 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
| | | | this is a stopgap until we have a solution that gives every worker thread their own copy
* lock the StyleBucket to avoid crashingKonstantin Käfer2015-03-064-5/+10
| | | | stopgap until we have a solution that doesn't mutate the style objects while parsing a tile
* 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
| | | | they can only be called by View::resize
* 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
| | | | | | No need to load higher-resolution vector tiles for HiDPI displays. Fixes #907.
* Fixed new clang errors in Xcode 6.3b2Minh Nguyễn2015-02-231-1/+0
|
* rename StyleBucket* => StyleLayout*Konstantin Käfer2015-02-1726-263/+289
| | | | | | and remove a few unused variables refs #881
* make StyleBucket mutableKonstantin Käfer2015-02-1714-123/+120
| | | | refs #881
* 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
| |\ | | | | | | functions for everything
| | * 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
| | | | | | | | | | | | | | | | | | for properties like *-translate, *-offset https://github.com/mapbox/mapbox-gl-style-spec/issues/237
| | * 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
| | | | | | | | | | | | from "*-transition" properties
| | * 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
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mbgl/renderer/painter.cpp src/mbgl/renderer/painter.hpp src/mbgl/renderer/painter_fill.cpp src/mbgl/renderer/painter_line.cpp src/mbgl/style/style_layer.cpp src/mbgl/style/style_layer.hpp src/mbgl/style/style_layer_group.cpp src/mbgl/style/style_layer_group.hpp
| | * | 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
| | | | | | | | | | | | | | | | | | | | It introduces a new function type, FadedStopsFunction, that transitions between the stops values instead of interpolating between them.
* | | | improve line label densityAnsis Brammanis2015-02-103-5/+23
|/ / / | | | | | | | | | | | | | | | Place the first label as close to the beginning of the line as possible. js: 316ed0bd9bff8cd430ad81d0b6397f396fbce124
* | | 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
| |