Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | make processing more parallel | Konstantin Käfer | 2014-04-15 | 1 | -13/+35 |
* | make sure we trigger an update after resizing | Konstantin Käfer | 2014-04-15 | 1 | -0/+1 |
* | animate double click zooming | Konstantin Käfer | 2014-04-14 | 1 | -2/+2 |
* | fix api | Konstantin Käfer | 2014-04-14 | 1 | -1/+1 |
* | derive from GLKViewController | Konstantin Käfer | 2014-04-14 | 3 | -2/+11 |
* | clean up os x + ios request code | Konstantin Käfer | 2014-04-14 | 1 | -0/+63 |
* | update API | Konstantin Käfer | 2014-04-11 | 1 | -1/+1 |
* | no need to call separate function | Konstantin Käfer | 2014-04-09 | 1 | -5/+1 |
* | toggle raster with R and reset with X | Konstantin Käfer | 2014-03-26 | 1 | -1/+4 |
* | fix glyph debug image on retina | Konstantin Käfer | 2014-03-24 | 1 | -1/+5 |
* | add debug window showing the glyph atlas | Konstantin Käfer | 2014-03-14 | 1 | -3/+35 |
* | remove code duplication between osx/glfw and linux/glfw programs | Konstantin Käfer | 2014-03-14 | 1 | -0/+236 |