summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* fix warningsKonstantin Käfer2014-08-181-1/+1
* remove uv.h dependency in darwin-specific codeKonstantin Käfer2014-08-121-16/+15
* remove uv.h dependency from header filesKonstantin Käfer2014-08-122-5/+1
* Eliminate warningsJohn Firebaugh2014-08-071-1/+1
* show zom/lat/lon/bearing in window titleKonstantin Käfer2014-08-051-0/+8
* Flip name and units and sign of rotation APIJohn Firebaugh2014-07-214-9/+9
* add missing headerKonstantin Käfer2014-07-161-0/+2
* rename llmr => mbglKonstantin Käfer2014-07-1614-72/+72
* rename file and fix merge errorKonstantin Käfer2014-07-161-0/+2
* refs #342 & #346: per-map change callbacksJustin R. Miller2014-07-164-18/+12
* allow for delayed map notifications during animationsJustin R. Miller2014-07-152-2/+5
* fix errorsKonstantin Käfer2014-07-141-4/+4
* add enum class to unify parsing/stringificationKonstantin Käfer2014-07-142-8/+8
* add cstdarg headersKonstantin Käfer2014-07-112-1/+4
* allow formatted messagesKonstantin Käfer2014-07-114-0/+24
* add nslog and stderr log backendsKonstantin Käfer2014-07-114-0/+84
* fix compile errorsKonstantin Käfer2014-07-081-2/+2
* fix headless rendering on travis and actually execute the headless testKonstantin Käfer2014-07-072-15/+27
* first draft at glx headless renderingKonstantin Käfer2014-07-072-1/+78
* move headless to their own filesKonstantin Käfer2014-07-072-0/+150
* add ca bundle to linux buildKonstantin Käfer2014-07-072-0/+3867
* fix up OS X/headless notify_map_change() for new APIJustin R. Miller2014-07-031-1/+1
* saving current stateKonstantin Käfer2014-06-231-8/+1
* make sure to use OpenGL ES 2.0 when compiling for nvidia chipsKonstantin Käfer2014-06-172-0/+7
* load glDiscardFramebufferEXT with a library function if neededKonstantin Käfer2014-06-171-1/+5
* handle all CURL actionsKonstantin Käfer2014-06-011-22/+17
* Revert "[hardening] avoid accessing potentially uninitialized memory"Konstantin Käfer2014-06-011-4/+1
* fix style toggle on OS XJustin R. Miller2014-06-011-2/+11
* programmatic styling APIJustin R. Miller2014-05-311-1/+1
* [hardening] avoid accessing potentially uninitialized memoryDane Springmeyer2014-05-301-1/+4
* retain the uv loop until all things deconstructedKonstantin Käfer2014-05-302-5/+5
* Merge branch 'master' into blurKonstantin Käfer2014-05-261-0/+4
|\
| * foundations of delegate/callback APIJustin R. Miller2014-05-231-0/+4
* | increase http timeoutKonstantin Käfer2014-05-261-1/+1
|/
* fix alpha blending + add depth/stencil buffersKonstantin Käfer2014-05-211-0/+4
* shift dblclick zooms outAnsis Brammanis2014-05-201-1/+5
* init glfw for debug images + actually copy images overKonstantin Käfer2014-05-191-0/+4
* fix for retina screensKonstantin Käfer2014-05-191-5/+6
* use sprite atlasKonstantin Käfer2014-05-191-0/+29
* always use std:: namespace for math functionsKonstantin Käfer2014-05-141-2/+2
* we no longer use this notificationJustin R. Miller2014-05-011-2/+0
* remove concept of settings object from libraryKonstantin Käfer2014-04-306-56/+187
* hide atomic flags as implementation detailKonstantin Käfer2014-04-301-3/+2
* move to libuv for the rendering loopKonstantin Käfer2014-04-304-92/+32
* use an event loop per map that is not the render threadKonstantin Käfer2014-04-254-75/+35
* unify request object to use uv_queue_work for both corefoundation + curlKonstantin Käfer2014-04-243-156/+81
* ensure UI thread safetyJustin R. Miller2014-04-221-2/+6
* properly pass booleanJustin R. Miller2014-04-221-2/+2
* safer name for parsing queueJustin R. Miller2014-04-221-1/+3
* add missing header on linuxKonstantin Käfer2014-04-221-0/+1