Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the GLFWView object at exit | Thiago Marcos P. Santos | 2015-03-20 | 1 | -2/+3 |
* | Get rid of printf and cout by using Log::* | Thiago Marcos P. Santos | 2015-03-12 | 1 | -1/+1 |
* | Make the logging system static | Thiago Marcos P. Santos | 2015-03-12 | 1 | -3/+1 |
* | fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOS | Justin R. Miller | 2015-02-16 | 1 | -2/+5 |
* | refactor makefile | Konstantin Käfer | 2015-02-04 | 1 | -1/+1 |
* | fixes for linux | Konstantin Käfer | 2015-02-04 | 1 | -4/+8 |
* | rearrange tests and add storage tests | Konstantin Käfer | 2015-02-04 | 1 | -1/+1 |
* | Use v7 styles / tests | John Firebaugh | 2015-01-22 | 1 | -1/+1 |
* | change file:// to asset:// to indicate that they aren't arbitrary files | Konstantin Käfer | 2014-12-17 | 1 | -2/+2 |
* | Make file request overridable by platform implementations | Konstantin Käfer | 2014-12-17 | 1 | -1/+1 |
* | Move setAccessToken to CachingHTTPFileSource | John Firebaugh | 2014-12-04 | 1 | -1/+1 |
* | make most headers private | Konstantin Käfer | 2014-12-04 | 1 | -1/+1 |
* | break out FileSource as an abstract class | Mike Morris | 2014-12-03 | 1 | -1/+3 |
* | Use v6 styles | John Firebaugh | 2014-11-04 | 1 | -1/+1 |
* | add -s,--style command line option to specify path to the style | artemp | 2014-11-03 | 1 | -5/+22 |
* | fix 'run-linux' target - refs #534/#511 | Dane Springmeyer | 2014-11-03 | 1 | -1/+1 |
* | linux app: fix path to styles | Dane Springmeyer | 2014-10-31 | 1 | -1/+1 |
* | Get mapbox-gl-styles via submodule (fixes #511) | John Firebaugh | 2014-10-31 | 1 | -1/+1 |
* | restructure gyp files | Konstantin Käfer | 2014-10-24 | 1 | -4/+5 |
* | remove uv.h dependency from header files | Konstantin Käfer | 2014-08-12 | 1 | -0/+1 |
* | consolidate into one line | Konstantin Käfer | 2014-08-11 | 1 | -3/+1 |
* | use a file source object to abstract loading of resources | Konstantin Käfer | 2014-08-08 | 1 | -10/+4 |
* | Flip name and units and sign of rotation API | John Firebaugh | 2014-07-21 | 1 | -2/+2 |
* | rename llmr => mbgl | Konstantin Käfer | 2014-07-16 | 1 | -6/+6 |
* | add nslog and stderr log backends | Konstantin Käfer | 2014-07-11 | 1 | -1/+4 |
* | read access token from environment | Konstantin Käfer | 2014-07-10 | 1 | -2/+8 |
* | move Linux & OS X to per-map access tokens | Justin R. Miller | 2014-07-09 | 1 | -2/+1 |
* | Use API v4 and access tokens | John Firebaugh | 2014-07-08 | 1 | -0/+3 |
* | typo | Konstantin Käfer | 2014-06-02 | 1 | -1/+1 |
* | error early when it can't read the style file | Konstantin Käfer | 2014-06-02 | 1 | -0/+4 |
* | run executable with correct working dir | Konstantin Käfer | 2014-06-01 | 1 | -1/+1 |
* | Load stylesheet from disk. | Young Hahn | 2014-06-01 | 1 | -0/+10 |
* | remove concept of settings object from library | Konstantin Käfer | 2014-04-30 | 1 | -10/+19 |
* | move to libuv for the rendering loop | Konstantin Käfer | 2014-04-30 | 1 | -2/+2 |
* | use libuv event loop in the glfw view | Konstantin Käfer | 2014-04-22 | 1 | -62/+0 |
* | rename to glfw_view.cpp/hpp | Konstantin Käfer | 2014-04-16 | 1 | -1/+1 |
* | clean up os x + ios request code | Konstantin Käfer | 2014-04-14 | 1 | -14/+14 |
* | add debug window showing the glyph atlas | Konstantin Käfer | 2014-03-14 | 1 | -4/+0 |
* | remove code duplication between osx/glfw and linux/glfw programs | Konstantin Käfer | 2014-03-14 | 1 | -278/+55 |
* | add back sigint handling | Konstantin Käfer | 2014-03-11 | 1 | -6/+6 |
* | add animation modes to linux wrapper | Konstantin Käfer | 2014-03-11 | 1 | -1/+11 |
* | accept --fullscreen option | Konstantin Käfer | 2014-03-11 | 1 | -10/+29 |
* | add SIGINT handling | Konstantin Käfer | 2014-03-05 | 1 | -0/+22 |
* | better support for gles2 | Konstantin Käfer | 2014-03-05 | 1 | -6/+17 |
* | move requests to global threadpool | Konstantin Käfer | 2014-03-03 | 1 | -1/+6 |
* | add threadpool implementation | Konstantin Käfer | 2014-03-03 | 1 | -1/+6 |
* | add threadpooled requests | Konstantin Käfer | 2014-03-02 | 1 | -95/+7 |
* | use atomics instead of mutexes | Konstantin Käfer | 2014-03-01 | 1 | -17/+4 |
* | make linux downloads cancellable | Konstantin Käfer | 2014-03-01 | 1 | -6/+46 |
* | multithreaded curl for linux | Konstantin Käfer | 2014-03-01 | 1 | -31/+67 |