summaryrefslogtreecommitdiff
path: root/linux/main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clean up os x + ios request codeKonstantin Käfer2014-04-141-14/+14
* add debug window showing the glyph atlasKonstantin Käfer2014-03-141-4/+0
* remove code duplication between osx/glfw and linux/glfw programsKonstantin Käfer2014-03-141-278/+55
* add back sigint handlingKonstantin Käfer2014-03-111-6/+6
* add animation modes to linux wrapperKonstantin Käfer2014-03-111-1/+11
* accept --fullscreen optionKonstantin Käfer2014-03-111-10/+29
* add SIGINT handlingKonstantin Käfer2014-03-051-0/+22
* better support for gles2Konstantin Käfer2014-03-051-6/+17
* move requests to global threadpoolKonstantin Käfer2014-03-031-1/+6
* add threadpool implementationKonstantin Käfer2014-03-031-1/+6
* add threadpooled requestsKonstantin Käfer2014-03-021-95/+7
* use atomics instead of mutexesKonstantin Käfer2014-03-011-17/+4
* make linux downloads cancellableKonstantin Käfer2014-03-011-6/+46
* multithreaded curl for linuxKonstantin Käfer2014-03-011-31/+67
* async http requests for linux wrapperAnsis Brammanis2014-02-181-3/+32
* make sure that mapView is initialized before referencing into itKonstantin Käfer2014-02-171-2/+4
* first attempt at linux wrapperAnsis Brammanis2014-02-171-0/+263