summaryrefslogtreecommitdiff
path: root/ios/MBXViewController.mm
Commit message (Expand)AuthorAgeFilesLines
* complement of https://github.com/mapbox/mapbox-gl-cocoa/pull/36Justin R. Miller2014-07-091-214/+0
* only update user location onceJustin R. Miller2014-06-011-2/+2
* neaten up locate userJustin R. Miller2014-06-011-5/+6
* use new layout guide API to fix compass offset problemJustin R. Miller2014-05-311-0/+2
* mapbox-gl-cocoa renamingJustin R. Miller2014-05-311-3/+3
* programmatic styling APIJustin R. Miller2014-05-311-3/+3
* 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-141-322/+32
* keep view controller self-contained for state save/restoreJustin R. Miller2014-05-131-0/+15
* save/restore state on iosKonstantin Käfer2014-05-131-10/+22
* refs #147: basic "locate me" button in debug UIJustin R. Miller2014-05-071-8/+38
* 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-301-14/+22
* hide atomic flags as implementation detailKonstantin Käfer2014-04-301-3/+2
* move to libuv for the rendering loopKonstantin Käfer2014-04-301-76/+53
* 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-141-174/+168
* clean up os x + ios request codeKonstantin Käfer2014-04-141-64/+0
* don't report intentionally cancelled HTTP requests as error on os x + iosKonstantin Käfer2014-04-141-0/+5
* make processing more parallelKonstantin Käfer2014-04-111-17/+34
* Merge branch 'master' of github.com:mapbox/llmr-nativeKonstantin Käfer2014-04-111-7/+4
|\
| * fix tool palette during device rotationsJustin R. Miller2014-04-101-1/+1
| * update supported iOS orientationsJustin R. Miller2014-04-101-6/+3
* | 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
* 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-271-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
| * Merge pull request #68 from mapbox/poi-renderKonstantin Käfer2014-02-211-1/+15
| |\
| | * minor formattingJustin R. Miller2014-02-191-1/+5
| | * enable texture interpolation during rotating and scalingKonstantin Käfer2014-02-191-0/+10
| | * refs #60: first cut of POI renderingJustin R. Miller2014-02-141-1/+1