summaryrefslogtreecommitdiff
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
...
* move headless to their own filesKonstantin Käfer2014-07-072-0/+150
| | | | [skip ci]
* 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
| | | | This reverts commit 7adbc8371f9dbac7ac19b12f7690d6707d688427.
* 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
| | | | fixes #261
* Merge branch 'master' into blurKonstantin Käfer2014-05-261-0/+4
|\ | | | | | | | | | | Conflicts: src/shader/shaders_gl.cpp src/shader/shaders_gles2.cpp
| * 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
| | | | fixes #201
* 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
|
* use libuv event loop in the glfw viewKonstantin Käfer2014-04-223-12/+99
| | | | | | Integrates libuv's default loop with GLFW's glfwWaitEvents() call. See https://github.com/joyent/libuv/issues/1246 for more details on integrating event loops. fixes #149
* Merge branch 'master' of github.com:mapbox/llmr-nativeKonstantin Käfer2014-04-161-1/+1
|\
| * fix include orderKonstantin Käfer2014-04-161-1/+1
| |
* | add libcurl loadingKonstantin Käfer2014-04-162-0/+472
|/
* rename to glfw_view.cpp/hppKonstantin Käfer2014-04-163-263/+277
|
* cleanup + unused argumentsKonstantin Käfer2014-04-161-7/+2
|
* remove start_x/y variables, they're unusedKonstantin Käfer2014-04-161-6/+2
|
* update activity indicator on iosKonstantin Käfer2014-04-152-12/+39
|
* make processing more parallelKonstantin Käfer2014-04-151-13/+35
| | | | restores 669b342332a643f54693488e0da91e964111257d
* make sure we trigger an update after resizingKonstantin Käfer2014-04-151-0/+1
|
* animate double click zoomingKonstantin Käfer2014-04-141-2/+2
|
* fix apiKonstantin Käfer2014-04-141-1/+1
|
* derive from GLKViewControllerKonstantin Käfer2014-04-143-2/+11
| | | | | | this handles resizing the view/framebuffer much better fixes #130, #131, #133, #118
* clean up os x + ios request codeKonstantin Käfer2014-04-141-0/+63
| | | | fixes #129
* update APIKonstantin Käfer2014-04-111-1/+1
|
* no need to call separate functionKonstantin Käfer2014-04-091-5/+1
|
* toggle raster with R and reset with XKonstantin Käfer2014-03-261-1/+4
|
* fix glyph debug image on retinaKonstantin Käfer2014-03-241-1/+5
|
* add debug window showing the glyph atlasKonstantin Käfer2014-03-141-3/+35
|