summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* [qt] Bring back icon.pngMinh Nguyễn2017-04-201-0/+0
* [common] Updated original SVG iconsMinh Nguyễn2017-04-203-0/+115
* [common] Updated original application SVG iconMinh Nguyễn2017-04-192-80/+14
* [linux] update CA bundle and add script for automated updatesKonstantin Käfer2017-01-271-920/+1097
* [ios] Added Xcode project for iosapp, ios-bench; workspace for ios-testsMinh Nguyễn2016-04-161-0/+6
* Added scalable iconMinh Nguyễn2016-01-301-0/+81
* refs #725: add large source iconJustin R. Miller2014-12-181-0/+0
* make tests workKonstantin Käfer2014-10-243-101/+0
* Merge remote-tracking branch 'origin/headless-display' into gyp-restructuringKonstantin Käfer2014-10-243-0/+101
|\
| * gcc fixesKonstantin Käfer2014-10-232-7/+7
| * fix variable shadowingKonstantin Käfer2014-10-221-1/+1
| * fixes for libuv 0.11Konstantin Käfer2014-10-221-383/+0
| * Merge branch 'libuv-0.10-headless-display' into masonKonstantin Käfer2014-10-229-97/+679
| |\
| | * we don't need a root_fbo function anymoreKonstantin Käfer2014-10-162-5/+0
| | * we now always use the fboKonstantin Käfer2014-10-161-4/+0
| | * first attempt to create an opengl core profile version before falling back to...Konstantin Käfer2014-10-162-19/+82
| | * lower our expectations towards the pbuffer and use framebuffers insteadKonstantin Käfer2014-10-153-37/+21
| | * cast to correct int typeKonstantin Käfer2014-10-151-2/+2
| | * fix errors that prevented compilation/runningKonstantin Käfer2014-10-153-3/+4
| | * experimental pbuffer supportKonstantin Käfer2014-10-154-29/+60
| | * call on_timeout with status 0 (success)Mike Morris2014-10-101-1/+1
| | * switch http_request_baton_curl to libuv 0.10 apiMike Morris2014-10-101-2/+1
| | * Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-1013-117/+1330
| | |\
| | * | XInitThreadsMike Morris2014-10-091-0/+4
| | * | fix HeadlessView::readPixels return value, ref #480Mike Morris2014-10-082-4/+4
| | * | add HeadlessView::readPixels, fixes #480Mike Morris2014-10-082-7/+28
| | * | throw std::runtime_error instead of fprintf in HeadlessView, closes #481Mike Morris2014-10-081-18/+18
| | * | clean up shared_ptr usage in HeadlessViewMike Morris2014-10-072-8/+8
| | * | clean up shared_ptr usageMike Morris2014-10-062-8/+8
| | * | use shared_ptr for HeadlessDisplay in HeadlessViewMike Morris2014-10-062-8/+10
| | * | wrap GL/glx.h with undef None, use 0 instead, h/t @jfirebaughMike Morris2014-10-064-3/+5
| | * | forward declare HeadlessDisplay in headless_view.hppMike Morris2014-10-064-10/+12
| | * | break out HeadlessDisplay from HeadlessView, ref #478Mike Morris2014-10-034-60/+121
| | * | log CGLErrorString for CGLChoosePixelFormat, enable OpenGLMike Morris2014-09-301-1/+7
| | * | make view active/inactive around Map::setup, don't leave active after view.re...Mike Morris2014-09-301-2/+2
| | * | add more possible errors returned by glCheckFramebufferStatusEXTMike Morris2014-09-291-0/+3
| | * | make inactive at end of clear_buffers()Mike Morris2014-09-251-1/+3
| | * | make active after resizeMike Morris2014-09-241-0/+2
| | * | Merge branch 'libuv010' into libuv-0.10-fix-context-shutdownMike Morris2014-09-241-11/+0
| | |\ \
| | | * | Revert "add debugging"Mike Morris2014-09-241-9/+0
| | * | | Merge branch 'libuv010' into libuv-0.10-fix-context-shutdownMike Morris2014-09-242-2/+16
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'master' into libuv010Mike Morris2014-09-242-2/+5
| | | |\ \
| | | * | | move make_active call into MBGL_USE_CGL blockMike Morris2014-09-241-1/+1
| | | * | | add debuggingMike Morris2014-09-241-0/+9
| | * | | | bump mapnik-packaging, remove unnecessary view.make_active callsMike Morris2014-09-191-3/+2
| | * | | | make_active only for CGL in clear_buffersMike Morris2014-09-161-0/+2
| | * | | | dont make_active when clearing buffers, call make_inactive at end of Map::pre...Mike Morris2014-09-161-4/+0
| | * | | | pass NULL instead of nullptr to glXMakdeCurrentMike Morris2014-09-111-1/+1
| | * | | | clear_buffers in make_inactive, call make_inactive in destructorMike Morris2014-09-111-0/+4
| | * | | | drop clear_buffers and glx make_inactive from descrtuctorMike Morris2014-09-111-3/+0