| Commit message (Expand) | Author | Age | Files | Lines |
* | call on_timeout with status 0 (success) | Mike Morris | 2014-10-10 | 1 | -1/+1 |
* | switch http_request_baton_curl to libuv 0.10 api | Mike Morris | 2014-10-10 | 1 | -2/+1 |
* | Merge branch 'master' into libuv-0.10-headless-display | Mike Morris | 2014-10-10 | 13 | -117/+1330 |
|\ |
|
| * | report a permanent error instead of aborting on unknown error codes | Konstantin Käfer | 2014-10-08 | 1 | -1/+1 |
| * | fix headless tests | Konstantin Käfer | 2014-09-30 | 2 | -0/+5 |
| * | disable URLcache for NSURLRequests | Konstantin Käfer | 2014-09-30 | 1 | -1/+1 |
| * | add missing include | Konstantin Käfer | 2014-09-29 | 1 | -0/+1 |
| * | add reachability | Konstantin Käfer | 2014-09-29 | 2 | -0/+639 |
| * | add etag support and if-none-match/if-modified-since to cocoa http handling | Konstantin Käfer | 2014-09-26 | 6 | -473/+155 |
| * | use the default cache location on ios to avoid writing to unwritable file sys... | Konstantin Käfer | 2014-09-24 | 1 | -0/+19 |
| * | add back CURL requesting | Konstantin Käfer | 2014-09-24 | 3 | -459/+871 |
| * | whitespace fixes | Konstantin Käfer | 2014-09-24 | 1 | -2/+2 |
| * | move cocoa nsurlrequest code to common folder | Konstantin Käfer | 2014-09-24 | 1 | -0/+150 |
| * | option to pass data parameter, and add more explanation | Konstantin Käfer | 2014-09-24 | 1 | -1/+3 |
| * | add a callback to stop() to allow running the current thread's event loop | Konstantin Käfer | 2014-09-24 | 2 | -1/+6 |
| * | do 304 requests and cache them in sqlite | Konstantin Käfer | 2014-09-24 | 2 | -120/+0 |
| * | parse cache-control and last-modified headers | Konstantin Käfer | 2014-09-24 | 2 | -0/+35 |
* | | XInitThreads | Mike Morris | 2014-10-09 | 1 | -0/+4 |
* | | fix HeadlessView::readPixels return value, ref #480 | Mike Morris | 2014-10-08 | 2 | -4/+4 |
* | | add HeadlessView::readPixels, fixes #480 | Mike Morris | 2014-10-08 | 2 | -7/+28 |
* | | throw std::runtime_error instead of fprintf in HeadlessView, closes #481 | Mike Morris | 2014-10-08 | 1 | -18/+18 |
* | | clean up shared_ptr usage in HeadlessView | Mike Morris | 2014-10-07 | 2 | -8/+8 |
* | | clean up shared_ptr usage | Mike Morris | 2014-10-06 | 2 | -8/+8 |
* | | use shared_ptr for HeadlessDisplay in HeadlessView | Mike Morris | 2014-10-06 | 2 | -8/+10 |
* | | wrap GL/glx.h with undef None, use 0 instead, h/t @jfirebaugh | Mike Morris | 2014-10-06 | 4 | -3/+5 |
* | | forward declare HeadlessDisplay in headless_view.hpp | Mike Morris | 2014-10-06 | 4 | -10/+12 |
* | | break out HeadlessDisplay from HeadlessView, ref #478 | Mike Morris | 2014-10-03 | 4 | -60/+121 |
* | | log CGLErrorString for CGLChoosePixelFormat, enable OpenGL | Mike Morris | 2014-09-30 | 1 | -1/+7 |
* | | make view active/inactive around Map::setup, don't leave active after view.re... | Mike Morris | 2014-09-30 | 1 | -2/+2 |
* | | add more possible errors returned by glCheckFramebufferStatusEXT | Mike Morris | 2014-09-29 | 1 | -0/+3 |
* | | make inactive at end of clear_buffers() | Mike Morris | 2014-09-25 | 1 | -1/+3 |
* | | make active after resize | Mike Morris | 2014-09-24 | 1 | -0/+2 |
* | | Merge branch 'libuv010' into libuv-0.10-fix-context-shutdown | Mike Morris | 2014-09-24 | 1 | -11/+0 |
|\ \ |
|
| * | | Revert "add debugging" | Mike Morris | 2014-09-24 | 1 | -9/+0 |
* | | | Merge branch 'libuv010' into libuv-0.10-fix-context-shutdown | Mike Morris | 2014-09-24 | 2 | -2/+16 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'master' into libuv010 | Mike Morris | 2014-09-24 | 2 | -2/+5 |
| |\ \
| | |/ |
|
| | * | Support pixelRatio parameter for render tests | John Firebaugh | 2014-09-22 | 2 | -2/+5 |
| * | | move make_active call into MBGL_USE_CGL block | Mike Morris | 2014-09-24 | 1 | -1/+1 |
| * | | add debugging | Mike Morris | 2014-09-24 | 1 | -0/+9 |
* | | | bump mapnik-packaging, remove unnecessary view.make_active calls | Mike Morris | 2014-09-19 | 1 | -3/+2 |
* | | | make_active only for CGL in clear_buffers | Mike Morris | 2014-09-16 | 1 | -0/+2 |
* | | | dont make_active when clearing buffers, call make_inactive at end of Map::pre... | Mike Morris | 2014-09-16 | 1 | -4/+0 |
* | | | pass NULL instead of nullptr to glXMakdeCurrent | Mike Morris | 2014-09-11 | 1 | -1/+1 |
* | | | clear_buffers in make_inactive, call make_inactive in destructor | Mike Morris | 2014-09-11 | 1 | -0/+4 |
* | | | drop clear_buffers and glx make_inactive from descrtuctor | Mike Morris | 2014-09-11 | 1 | -3/+0 |
* | | | add GLX support to HeadlessView::make_inactive | Mike Morris | 2014-09-10 | 1 | -1/+3 |
* | | | Merge branch 'fix-context-shutdown-merge' into libuv-0.10-fix-context-shutdown | Mike Morris | 2014-09-10 | 4 | -1/+23 |
|\ \ \
| |/ /
|/| | |
|
| * | | Adds the function Map::terminate() to allow all GL resources held | Leith Bade | 2014-09-10 | 1 | -1/+4 |
| * | | Add View::make_inactive() to remove context from rendering thread | Leith Bade | 2014-09-10 | 4 | -0/+19 |
| |/ |
|
| * | Revert "make context active before clearing buffers" | Mike Morris | 2014-09-10 | 1 | -2/+0 |