summaryrefslogtreecommitdiff
path: root/macosx/main.mm
Commit message (Expand)AuthorAgeFilesLines
* fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOSJustin R. Miller2015-02-161-9/+15
* refactor makefileKonstantin Käfer2015-02-041-1/+1
* make ios compileKonstantin Käfer2015-02-041-17/+19
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-1/+24
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-5/+8
* Use v7 styles / testsJohn Firebaugh2015-01-221-1/+1
* change file:// to asset:// to indicate that they aren't arbitrary filesKonstantin Käfer2014-12-171-3/+1
* Move setAccessToken to CachingHTTPFileSourceJohn Firebaugh2014-12-041-3/+2
* Move setReachability to CachingHTTPFileSourceJohn Firebaugh2014-12-041-2/+2
* make most headers privateKonstantin Käfer2014-12-041-1/+2
* break out FileSource as an abstract classMike Morris2014-12-031-1/+3
* Use v6 stylesJohn Firebaugh2014-11-041-1/+1
* Get mapbox-gl-styles via submodule (fixes #511)John Firebaugh2014-10-311-1/+1
* restructure gyp filesKonstantin Käfer2014-10-241-7/+4
* fix compile warningsKonstantin Käfer2014-10-221-1/+1
* add reachabilityKonstantin Käfer2014-09-291-0/+11
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-241-0/+3
* use a file source object to abstract loading of resourcesKonstantin Käfer2014-08-081-10/+7
* Eliminate warningsJohn Firebaugh2014-08-071-0/+2
* allow moving to map positions with mapboxgl://?center=[lat],[lon]&zoom=[z]&be...Konstantin Käfer2014-08-051-0/+68
* Flip name and units and sign of rotation APIJohn Firebaugh2014-07-211-2/+2
* rename llmr => mbglKonstantin Käfer2014-07-161-4/+4
* simplify OS X access token useJustin R. Miller2014-07-141-6/+3
* add nslog and stderr log backendsKonstantin Käfer2014-07-111-3/+4
* read access token from environmentKonstantin Käfer2014-07-101-2/+8
* move Linux & OS X to per-map access tokensJustin R. Miller2014-07-091-2/+1
* Use API v4 and access tokensJohn Firebaugh2014-07-081-0/+3
* programmatic styling APIJustin R. Miller2014-05-311-1/+9
* formattingKonstantin Käfer2014-05-021-0/+1
* remove concept of settings object from libraryKonstantin Käfer2014-04-301-8/+19
* use libuv event loop in the glfw viewKonstantin Käfer2014-04-221-32/+6
* rename to glfw_view.cpp/hppKonstantin Käfer2014-04-161-1/+1
* clean up os x + ios request codeKonstantin Käfer2014-04-141-57/+2
* don't report intentionally cancelled HTTP requests as error on os x + iosKonstantin Käfer2014-04-141-0/+7
* add debug window showing the glyph atlasKonstantin Käfer2014-03-141-4/+0
* remove code duplication between osx/glfw and linux/glfw programsKonstantin Käfer2014-03-141-232/+22
* Merge branch 'nostencil'Konstantin Käfer2014-03-031-2/+2
|\
| * draw a checkerboard stencil clipping mask initiallyKonstantin Käfer2014-02-261-5/+0
* | multithreaded curl for linuxKonstantin Käfer2014-03-011-6/+11
* | 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-34/+11
* | Merge branch 'master' into tile-cancelsJustin R. Miller2014-02-211-15/+25
|\ \ | |/
| * remove void* parameter from platform::restart()Konstantin Käfer2014-02-211-14/+2
| * Merge pull request #68 from mapbox/poi-renderKonstantin Käfer2014-02-211-2/+20
| |\
| | * add timeouts for panning,scaling,rotatingKonstantin Käfer2014-02-211-1/+13
| | * calculate the proper pixelRatioKonstantin Käfer2014-02-191-1/+7
| * | trigger a bogus mouse move event to interrupt glfwWaitEvents()Konstantin Käfer2014-02-211-0/+3
* | | move to cancellable tile-specific fetches on OS XJustin R. Miller2014-02-191-17/+52
|/ /
* | properly deregister render observersJustin R. Miller2014-02-191-1/+4
* | refs #72: clarity around bg/fg functionsJustin R. Miller2014-02-191-3/+3