This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commits on Feb 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5fdd449 - Browse repository at this point
Copy the full SHA 5fdd449View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d7c943 - Browse repository at this point
Copy the full SHA 0d7c943View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0c43e2 - Browse repository at this point
Copy the full SHA d0c43e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e3998 - Browse repository at this point
Copy the full SHA 27e3998View commit details -
make Map::resize() private [skip ci]
they can only be called by View::resize
Configuration menu - View commit details
-
Copy full SHA for 66094ef - Browse repository at this point
Copy the full SHA 66094efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3519bef - Browse repository at this point
Copy the full SHA 3519befView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08c7615 - Browse repository at this point
Copy the full SHA 08c7615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 479b113 - Browse repository at this point
Copy the full SHA 479b113View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19d5347 - Browse repository at this point
Copy the full SHA 19d5347View commit details -
lock the StyleBucket to avoid crashing
stopgap until we have a solution that doesn't mutate the style objects while parsing a tile
Configuration menu - View commit details
-
Copy full SHA for c8610ee - Browse repository at this point
Copy the full SHA c8610eeView commit details -
add more locking around GlyphStore and FontStack
this is a stopgap until we have a solution that gives every worker thread their own copy
Configuration menu - View commit details
-
Copy full SHA for 591c6ce - Browse repository at this point
Copy the full SHA 591c6ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for f44a7d8 - Browse repository at this point
Copy the full SHA f44a7d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cb4cac - Browse repository at this point
Copy the full SHA 7cb4cacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f7ef68 - Browse repository at this point
Copy the full SHA 2f7ef68View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc22847 - Browse repository at this point
Copy the full SHA bc22847View commit details -
Configuration menu - View commit details
-
Copy full SHA for b23daff - Browse repository at this point
Copy the full SHA b23daffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1168eb1 - Browse repository at this point
Copy the full SHA 1168eb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for da1a958 - Browse repository at this point
Copy the full SHA da1a958View commit details -
Configuration menu - View commit details
-
Copy full SHA for 456a141 - Browse repository at this point
Copy the full SHA 456a141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19d6f96 - Browse repository at this point
Copy the full SHA 19d6f96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2432c - Browse repository at this point
Copy the full SHA 0a2432cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cadab2 - Browse repository at this point
Copy the full SHA 1cadab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4e97ed - Browse repository at this point
Copy the full SHA b4e97edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d88526 - Browse repository at this point
Copy the full SHA 2d88526View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb29f2 - Browse repository at this point
Copy the full SHA 2cb29f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b59ae9f - Browse repository at this point
Copy the full SHA b59ae9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74c23ff - Browse repository at this point
Copy the full SHA 74c23ffView commit details -
asyncUpdate can go away when the map is being terminated
Do not call asyncUpdate->send() when that is the case
Configuration menu - View commit details
-
Copy full SHA for 70c8ebe - Browse repository at this point
Copy the full SHA 70c8ebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd3eb6e - Browse repository at this point
Copy the full SHA cd3eb6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1db1bb - Browse repository at this point
Copy the full SHA f1db1bbView commit details -
make rendering a critical section and wait until rendering is complet…
…ed before returning from stop()
Configuration menu - View commit details
-
Copy full SHA for 15e07eb - Browse repository at this point
Copy the full SHA 15e07ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca0819a - Browse repository at this point
Copy the full SHA ca0819aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79c13e2 - Browse repository at this point
Copy the full SHA 79c13e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb8cedf - Browse repository at this point
Copy the full SHA bb8cedfView commit details
Commits on Feb 24, 2015
-
Handle double surfaceDestroyed callbacks
Leith Bade committedFeb 24, 2015 Configuration menu - View commit details
-
Copy full SHA for 3ad26aa - Browse repository at this point
Copy the full SHA 3ad26aaView commit details
Commits on Mar 4, 2015
-
scope Requests to an Environment object for easier cancelation
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.
Configuration menu - View commit details
-
Copy full SHA for 335cf4c - Browse repository at this point
Copy the full SHA 335cf4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30a5f58 - Browse repository at this point
Copy the full SHA 30a5f58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 021ad1f - Browse repository at this point
Copy the full SHA 021ad1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b439a - Browse repository at this point
Copy the full SHA a0b439aView commit details
Commits on Mar 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1a13331 - Browse repository at this point
Copy the full SHA 1a13331View commit details
Commits on Mar 19, 2015
-
Removed special cased zoom level for HiDPI
No need to load higher-resolution vector tiles for HiDPI displays. Fixes #907.
Configuration menu - View commit details
-
Copy full SHA for c5b124f - Browse repository at this point
Copy the full SHA c5b124fView commit details
Commits on Apr 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c64f673 - Browse repository at this point
Copy the full SHA c64f673View commit details
Commits on Apr 13, 2015
-
Do not try to fulfil the promise twice in case both requests to the sprite JSON and image fail. this will crash the program. Instead, we always continue with the promise, instead of throwing an exception. This allows the program to continue parsing tiles, but without an image sprite available. This means the map will render, but without the sprite images
Configuration menu - View commit details
-
Copy full SHA for 21ccf43 - Browse repository at this point
Copy the full SHA 21ccf43View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.