Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename file and fix merge error | Konstantin Käfer | 2014-07-16 | 1 | -0/+2 |
* | refs #342 & #346: per-map change callbacks | Justin R. Miller | 2014-07-16 | 4 | -18/+12 |
* | allow for delayed map notifications during animations | Justin R. Miller | 2014-07-15 | 2 | -2/+5 |
* | fix errors | Konstantin Käfer | 2014-07-14 | 1 | -4/+4 |
* | add enum class to unify parsing/stringification | Konstantin Käfer | 2014-07-14 | 2 | -8/+8 |
* | add cstdarg headers | Konstantin Käfer | 2014-07-11 | 2 | -1/+4 |
* | allow formatted messages | Konstantin Käfer | 2014-07-11 | 4 | -0/+24 |
* | add nslog and stderr log backends | Konstantin Käfer | 2014-07-11 | 4 | -0/+84 |
* | fix compile errors | Konstantin Käfer | 2014-07-08 | 1 | -2/+2 |
* | fix headless rendering on travis and actually execute the headless test | Konstantin Käfer | 2014-07-07 | 2 | -15/+27 |
* | first draft at glx headless rendering | Konstantin Käfer | 2014-07-07 | 2 | -1/+78 |
* | move headless to their own files | Konstantin Käfer | 2014-07-07 | 2 | -0/+150 |
* | add ca bundle to linux build | Konstantin Käfer | 2014-07-07 | 2 | -0/+3867 |
* | fix up OS X/headless notify_map_change() for new API | Justin R. Miller | 2014-07-03 | 1 | -1/+1 |
* | saving current state | Konstantin Käfer | 2014-06-23 | 1 | -8/+1 |
* | make sure to use OpenGL ES 2.0 when compiling for nvidia chips | Konstantin Käfer | 2014-06-17 | 2 | -0/+7 |
* | load glDiscardFramebufferEXT with a library function if needed | Konstantin Käfer | 2014-06-17 | 1 | -1/+5 |
* | handle all CURL actions | Konstantin Käfer | 2014-06-01 | 1 | -22/+17 |
* | Revert "[hardening] avoid accessing potentially uninitialized memory" | Konstantin Käfer | 2014-06-01 | 1 | -4/+1 |
* | fix style toggle on OS X | Justin R. Miller | 2014-06-01 | 1 | -2/+11 |
* | programmatic styling API | Justin R. Miller | 2014-05-31 | 1 | -1/+1 |
* | [hardening] avoid accessing potentially uninitialized memory | Dane Springmeyer | 2014-05-30 | 1 | -1/+4 |
* | retain the uv loop until all things deconstructed | Konstantin Käfer | 2014-05-30 | 2 | -5/+5 |
* | Merge branch 'master' into blur | Konstantin Käfer | 2014-05-26 | 1 | -0/+4 |
|\ | |||||
| * | foundations of delegate/callback API | Justin R. Miller | 2014-05-23 | 1 | -0/+4 |
* | | increase http timeout | Konstantin Käfer | 2014-05-26 | 1 | -1/+1 |
|/ | |||||
* | fix alpha blending + add depth/stencil buffers | Konstantin Käfer | 2014-05-21 | 1 | -0/+4 |
* | shift dblclick zooms out | Ansis Brammanis | 2014-05-20 | 1 | -1/+5 |
* | init glfw for debug images + actually copy images over | Konstantin Käfer | 2014-05-19 | 1 | -0/+4 |
* | fix for retina screens | Konstantin Käfer | 2014-05-19 | 1 | -5/+6 |
* | use sprite atlas | Konstantin Käfer | 2014-05-19 | 1 | -0/+29 |
* | always use std:: namespace for math functions | Konstantin Käfer | 2014-05-14 | 1 | -2/+2 |
* | we no longer use this notification | Justin R. Miller | 2014-05-01 | 1 | -2/+0 |
* | remove concept of settings object from library | Konstantin Käfer | 2014-04-30 | 6 | -56/+187 |
* | hide atomic flags as implementation detail | Konstantin Käfer | 2014-04-30 | 1 | -3/+2 |
* | move to libuv for the rendering loop | Konstantin Käfer | 2014-04-30 | 4 | -92/+32 |
* | use an event loop per map that is not the render thread | Konstantin Käfer | 2014-04-25 | 4 | -75/+35 |
* | unify request object to use uv_queue_work for both corefoundation + curl | Konstantin Käfer | 2014-04-24 | 3 | -156/+81 |
* | ensure UI thread safety | Justin R. Miller | 2014-04-22 | 1 | -2/+6 |
* | properly pass boolean | Justin R. Miller | 2014-04-22 | 1 | -2/+2 |
* | safer name for parsing queue | Justin R. Miller | 2014-04-22 | 1 | -1/+3 |
* | add missing header on linux | Konstantin Käfer | 2014-04-22 | 1 | -0/+1 |
* | use libuv event loop in the glfw view | Konstantin Käfer | 2014-04-22 | 3 | -12/+99 |
* | Merge branch 'master' of github.com:mapbox/llmr-native | Konstantin Käfer | 2014-04-16 | 1 | -1/+1 |
|\ | |||||
| * | fix include order | Konstantin Käfer | 2014-04-16 | 1 | -1/+1 |
* | | add libcurl loading | Konstantin Käfer | 2014-04-16 | 2 | -0/+472 |
|/ | |||||
* | rename to glfw_view.cpp/hpp | Konstantin Käfer | 2014-04-16 | 3 | -263/+277 |
* | cleanup + unused arguments | Konstantin Käfer | 2014-04-16 | 1 | -7/+2 |
* | remove start_x/y variables, they're unused | Konstantin Käfer | 2014-04-16 | 1 | -6/+2 |
* | update activity indicator on ios | Konstantin Käfer | 2014-04-15 | 2 | -12/+39 |