Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get mapbox-gl-styles via submodule (fixes #511) | John Firebaugh | 2014-10-31 | 1 | -1/+1 |
* | fix gyp project | Konstantin Käfer | 2014-10-30 | 1 | -2/+1 |
* | use stable cross-generator direction for referencing standalone lib + other m... | Dane Springmeyer | 2014-10-29 | 1 | -2/+0 |
* | fix xproj target | Dane Springmeyer | 2014-10-29 | 1 | -12/+19 |
* | fix macosx app linking | Dane Springmeyer | 2014-10-29 | 1 | -1/+11 |
* | rename mbgl to mbgl-core | Konstantin Käfer | 2014-10-29 | 1 | -1/+1 |
* | gyp fixes | Konstantin Käfer | 2014-10-28 | 1 | -1/+4 |
* | allow installing the library | Konstantin Käfer | 2014-10-27 | 1 | -2/+2 |
* | make tests work | Konstantin Käfer | 2014-10-24 | 1 | -1/+1 |
* | restructure gyp files | Konstantin Käfer | 2014-10-24 | 2 | -19/+10 |
* | fix compile warnings | Konstantin Käfer | 2014-10-22 | 1 | -1/+1 |
* | add reachability | Konstantin Käfer | 2014-09-29 | 2 | -0/+14 |
* | add etag support and if-none-match/if-modified-since to cocoa http handling | Konstantin Käfer | 2014-09-26 | 1 | -0/+1 |
* | move cocoa nsurlrequest code to common folder | Konstantin Käfer | 2014-09-24 | 1 | -1/+1 |
* | do 304 requests and cache them in sqlite | Konstantin Käfer | 2014-09-24 | 2 | -2/+4 |
* | use platform-specific NSString for case changes on OS X/iOS | Konstantin Käfer | 2014-08-22 | 1 | -0/+1 |
* | use a file source object to abstract loading of resources | Konstantin Käfer | 2014-08-08 | 2 | -12/+9 |
* | Eliminate warnings | John Firebaugh | 2014-08-07 | 1 | -0/+2 |
* | allow moving to map positions with mapboxgl://?center=[lat],[lon]&zoom=[z]&be... | Konstantin Käfer | 2014-08-05 | 2 | -0/+79 |
* | Flip name and units and sign of rotation API | John Firebaugh | 2014-07-21 | 1 | -2/+2 |
* | rename a few things from mbgl => mapboxgl | Konstantin Käfer | 2014-07-16 | 1 | -1/+1 |
* | rename llmr => mbgl | Konstantin Käfer | 2014-07-16 | 3 | -6/+6 |
* | simplify OS X access token use | Justin R. Miller | 2014-07-14 | 1 | -6/+3 |
* | add nslog and stderr log backends | Konstantin Käfer | 2014-07-11 | 2 | -3/+6 |
* | 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 |
* | Merge branch 'master' into access_token | Justin R. Miller | 2014-07-09 | 1 | -1/+0 |
|\ | |||||
| * | complement of https://github.com/mapbox/mapbox-gl-cocoa/pull/36 | Justin R. Miller | 2014-07-09 | 1 | -1/+0 |
* | | Use API v4 and access tokens | John Firebaugh | 2014-07-08 | 1 | -0/+3 |
|/ | |||||
* | fixes #278: better OS X icon | Justin R. Miller | 2014-06-19 | 1 | -0/+0 |
* | programmatic styling API | Justin R. Miller | 2014-05-31 | 2 | -1/+10 |
* | rename app build products | Justin R. Miller | 2014-05-29 | 1 | -1/+1 |
* | icons | Eden Halperin | 2014-05-28 | 1 | -0/+0 |
* | formatting | Konstantin Käfer | 2014-05-02 | 1 | -0/+1 |
* | remove concept of settings object from library | Konstantin Käfer | 2014-04-30 | 4 | -73/+21 |
* | use libuv event loop in the glfw view | Konstantin Käfer | 2014-04-22 | 1 | -32/+6 |
* | rename to glfw_view.cpp/hpp | Konstantin Käfer | 2014-04-16 | 2 | -2/+5 |
* | clean up os x + ios request code | Konstantin Käfer | 2014-04-14 | 2 | -58/+4 |
* | don't report intentionally cancelled HTTP requests as error on os x + ios | Konstantin Käfer | 2014-04-14 | 1 | -0/+7 |
* | cleanup mac gyp file | Konstantin Käfer | 2014-04-11 | 1 | -41/+28 |
* | 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 | -232/+22 |
* | Merge branch 'nostencil' | Konstantin Käfer | 2014-03-03 | 1 | -2/+2 |
|\ | |||||
| * | draw a checkerboard stencil clipping mask initially | Konstantin Käfer | 2014-02-26 | 1 | -5/+0 |
* | | multithreaded curl for linux | Konstantin Käfer | 2014-03-01 | 1 | -6/+11 |
* | | clean up response casts | Justin R. Miller | 2014-02-25 | 1 | -1/+1 |
* | | allow for cancellable request, track in tiles, and cancel when obsolete | Justin R. Miller | 2014-02-25 | 1 | -34/+11 |
* | | Merge branch 'master' into tile-cancels | Justin R. Miller | 2014-02-21 | 2 | -16/+26 |
|\ \ | |/ | |||||
| * | rename -osx project to -x86 | Konstantin Käfer | 2014-02-21 | 1 | -1/+1 |
| * | remove void* parameter from platform::restart() | Konstantin Käfer | 2014-02-21 | 1 | -14/+2 |