| Commit message (Expand) | Author | Age | Files | Lines |
* | [qt] Bring back icon.png | Minh Nguyễn | 2017-04-20 | 1 | -0/+0 |
* | [common] Updated original SVG icons | Minh Nguyễn | 2017-04-20 | 3 | -0/+115 |
* | [common] Updated original application SVG icon | Minh Nguyễn | 2017-04-19 | 2 | -80/+14 |
* | [linux] update CA bundle and add script for automated updates | Konstantin Käfer | 2017-01-27 | 1 | -920/+1097 |
* | [ios] Added Xcode project for iosapp, ios-bench; workspace for ios-tests | Minh Nguyễn | 2016-04-16 | 1 | -0/+6 |
* | Added scalable icon | Minh Nguyễn | 2016-01-30 | 1 | -0/+81 |
* | refs #725: add large source icon | Justin R. Miller | 2014-12-18 | 1 | -0/+0 |
* | make tests work | Konstantin Käfer | 2014-10-24 | 3 | -101/+0 |
* | Merge remote-tracking branch 'origin/headless-display' into gyp-restructuring | Konstantin Käfer | 2014-10-24 | 3 | -0/+101 |
|\ |
|
| * | gcc fixes | Konstantin Käfer | 2014-10-23 | 2 | -7/+7 |
| * | fix variable shadowing | Konstantin Käfer | 2014-10-22 | 1 | -1/+1 |
| * | fixes for libuv 0.11 | Konstantin Käfer | 2014-10-22 | 1 | -383/+0 |
| * | Merge branch 'libuv-0.10-headless-display' into mason | Konstantin Käfer | 2014-10-22 | 9 | -97/+679 |
| |\ |
|
| | * | we don't need a root_fbo function anymore | Konstantin Käfer | 2014-10-16 | 2 | -5/+0 |
| | * | we now always use the fbo | Konstantin Käfer | 2014-10-16 | 1 | -4/+0 |
| | * | first attempt to create an opengl core profile version before falling back to... | Konstantin Käfer | 2014-10-16 | 2 | -19/+82 |
| | * | lower our expectations towards the pbuffer and use framebuffers instead | Konstantin Käfer | 2014-10-15 | 3 | -37/+21 |
| | * | cast to correct int type | Konstantin Käfer | 2014-10-15 | 1 | -2/+2 |
| | * | fix errors that prevented compilation/running | Konstantin Käfer | 2014-10-15 | 3 | -3/+4 |
| | * | experimental pbuffer support | Konstantin Käfer | 2014-10-15 | 4 | -29/+60 |
| | * | 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 |
| | |\ |
|
| | * | | 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 |
| | | |\ \ |
|
| | | * | | | 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 |