summaryrefslogtreecommitdiff
path: root/ios
Commit message (Expand)AuthorAgeFilesLines
...
* foundations of delegate/callback APIJustin R. Miller2014-05-231-0/+0
* bump MVK for zoom/rotate gesture interactionsJustin R. Miller2014-05-231-0/+0
* add landuse_snow bucketEden Halperin2014-05-221-0/+0
* add cleanup call to mvkmapkitKonstantin Käfer2014-05-221-0/+0
* bump bindingsJustin R. Miller2014-05-141-0/+0
* bump MVKMapKitJustin R. Miller2014-05-141-0/+0
* ignore unused parametersJustin R. Miller2014-05-141-0/+10
* technically these take an argumentJustin R. Miller2014-05-141-6/+6
* move debug app over to use of Cocoa APIJustin R. Miller2014-05-143-322/+34
* get rid of unused frameworkJustin R. Miller2014-05-141-1/+0
* hide more APIJustin R. Miller2014-05-131-3/+0
* keep view controller self-contained for state save/restoreJustin R. Miller2014-05-132-12/+16
* save/restore state on iosKonstantin Käfer2014-05-134-10/+38
* refs #147: basic "locate me" button in debug UIJustin R. Miller2014-05-073-9/+40
* fix animation duration casting errorsJustin R. Miller2014-05-011-2/+2
* fix iOS view controller for animations->transitionsJustin R. Miller2014-04-301-6/+6
* remove concept of settings object from libraryKonstantin Käfer2014-04-304-89/+25
* hide atomic flags as implementation detailKonstantin Käfer2014-04-301-3/+2
* move to libuv for the rendering loopKonstantin Käfer2014-04-302-78/+54
* properly handle threading for restartsJustin R. Miller2014-04-231-1/+8
* iOS stylistic stuff & small fixesJustin R. Miller2014-04-221-30/+42
* get rid of old rendering notifications since using GLKit directlyJustin R. Miller2014-04-221-25/+9
* clarity around terminologyJustin R. Miller2014-04-221-3/+3
* remove duplicate importJustin R. Miller2014-04-221-1/+0
* update activity indicator on iosKonstantin Käfer2014-04-151-9/+0
* always start animations with a common start timeKonstantin Käfer2014-04-141-20/+3
* update timestamp for animationKonstantin Käfer2014-04-141-0/+1
* remove debug commentKonstantin Käfer2014-04-141-1/+0
* derive from GLKViewControllerKonstantin Käfer2014-04-142-184/+171
* clean up os x + ios request codeKonstantin Käfer2014-04-142-65/+2
* don't report intentionally cancelled HTTP requests as error on os x + iosKonstantin Käfer2014-04-141-0/+5
* don't explicitly force libc++Konstantin Käfer2014-04-111-3/+0
* make processing more parallelKonstantin Käfer2014-04-111-17/+34
* Merge branch 'master' of github.com:mapbox/llmr-nativeKonstantin Käfer2014-04-112-7/+6
|\
| * fix tool palette during device rotationsJustin R. Miller2014-04-101-1/+1
| * update supported iOS orientationsJustin R. Miller2014-04-102-6/+5
* | be more verbose about source of tile errorsKonstantin Käfer2014-04-101-0/+2
|/
* correctly update the map dimensions on rotateKonstantin Käfer2014-04-101-0/+16
* fix linejoin drawing on retinaKonstantin Käfer2014-04-101-5/+5
* use global setup scriptKonstantin Käfer2014-04-091-18/+0
* bring back the iOS net activity spinnerJustin R. Miller2014-03-271-1/+13
* formattingJustin R. Miller2014-03-271-5/+5
* clean up cryptic iOS gestures & add command palette for commandsJustin R. Miller2014-03-275-59/+82
* fixes #70: raster tile rendering as toggleable mode from vectorJustin R. Miller2014-03-181-0/+14
* use depth buffer to avoid writing to opaque fragmentsKonstantin Käfer2014-03-041-0/+1
* build fix for iosKonstantin Käfer2014-03-031-10/+13
* clean up response castsJustin R. Miller2014-02-251-1/+1
* allow for cancellable request, track in tiles, and cancel when obsoleteJustin R. Miller2014-02-251-45/+16
* Merge branch 'master' into tile-cancelsJustin R. Miller2014-02-211-2/+16
|\
| * remove void* parameter from platform::restart()Konstantin Käfer2014-02-211-1/+1