summaryrefslogtreecommitdiff
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
...
* iconsEden Halperin2014-05-281-0/+0
|
* formattingKonstantin Käfer2014-05-021-0/+1
|
* remove concept of settings object from libraryKonstantin Käfer2014-04-304-73/+21
|
* 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-162-2/+5
|
* clean up os x + ios request codeKonstantin Käfer2014-04-142-58/+4
| | | | fixes #129
* don't report intentionally cancelled HTTP requests as error on os x + iosKonstantin Käfer2014-04-141-0/+7
|
* cleanup mac gyp fileKonstantin Käfer2014-04-111-41/+28
|
* 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-212-16/+26
|\ \ | |/
| * rename -osx project to -x86Konstantin Käfer2014-02-211-1/+1
| |
| * 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-192-18/+53
|/ /
* | 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-133-48/+33
| | | | | | | | | * 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
|
* Merge branch 'master' of github.com:mapbox/llmr-nativeJustin R. Miller2014-02-031-3/+0
|\
| * remove redundant flagsDane Springmeyer2014-02-031-3/+0
| |
* | no need for GCD tossing since completion happens on (explicit) main queueJustin R. Miller2014-02-031-13/+7
| |
* | be explicit about using ARCJustin R. Miller2014-02-031-1/+2
|/
* switch build system to gypDane Springmeyer2014-02-033-69/+64
|
* 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
|
* prefer tickets to TODOJustin R. Miller2014-01-271-1/+0
|
* tiles shouldn't be busted out of the boxJustin R. Miller2014-01-271-2/+1
|
* draw fills according to the styleKonstantin Käfer2014-01-271-0/+2
|
* fill drawingKonstantin Käfer2014-01-221-0/+3
|
* make it work on retina screensKonstantin Käfer2014-01-211-7/+11
|
* tile => TileKonstantin Käfer2014-01-201-1/+1
|
* rename map => MapKonstantin Käfer2014-01-201-1/+1
|
* rename settings => SettingsKonstantin Käfer2014-01-203-26/+25
|
* animate northingKonstantin Käfer2014-01-171-0/+4
|