summaryrefslogtreecommitdiff
path: root/macosx/main.mm
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Konstantin Käfer2014-08-051-0/+68
| | | | mapboxgl://?center=[lat],[lon]&zoom=[z]&bearing=[b]
* Flip name and units and sign of rotation APIJohn Firebaugh2014-07-211-2/+2
| | | | | | Angle -> Bearing Radians -> Degrees Clockwise -> Counterclockwise
* 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
| | | | | | Integrates libuv's default loop with GLFW's glfwWaitEvents() call. See https://github.com/joyent/libuv/issues/1246 for more details on integrating event loops. fixes #149
* 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
| | | | fixes #129
* 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
|\ | | | | | | | | | | Conflicts: macosx/main.mm src/map/map.cpp
| * 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
| |\ | | | | | | refs #60: first cut of POI rendering
| | * 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
| | | | | | | | | | | | see https://github.com/glfw/glfw/issues/218
* | | 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
| |
* | minor objc style stuffJustin R. Miller2014-02-191-4/+3
|/
* clean up settings mechanism (fixes #9 & #62)Justin R. Miller2014-02-131-0/+1
| | | | | | | | | * init, load, persist, sync, clear * clean up frequent disk syncs which impacted iOS performance * insert disk sync into various iOS/OS X lifecycle events * implement clear * implement save on iOS * cleaner dictionary syntax
* s/view/mapView/ as on iOS for clarityJustin R. Miller2014-02-131-30/+30
|
* remove unused functions and run http_request in other operation queueKonstantin Käfer2014-02-131-42/+15
|
* drawing lines with trianglesKonstantin Käfer2014-02-111-1/+5
|
* fixes #43: fix tile renders on OS XJustin R. Miller2014-02-071-0/+12
|
* no need for GCD tossing since completion happens on (explicit) main queueJustin R. Miller2014-02-031-13/+7
|
* alternative http_request functionKonstantin Käfer2014-02-031-0/+23
|
* add rapidjson for parsing sprite json filesKonstantin Käfer2014-02-031-6/+7
|
* create async() functionKonstantin Käfer2014-01-311-64/+14
|
* add request_http() functionKonstantin Käfer2014-01-301-2/+40
| | | | refs #23
* rename shader line -> plainKonstantin Käfer2014-01-281-1/+2
|