aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sokol_app.h d3d11: fix exploding memory usage during window resizeold-pixelformatsAndre Weissflog2019-08-061-6/+7
* sokol_app.h: fix doc comment typoAndre Weissflog2019-08-021-2/+2
* Merge pull request #188 from kochol/masterAndre Weissflog2019-08-021-0/+16
|\
| * Add sapp_android_get_native_activity functionAli Akbar Mohammadi2019-07-261-0/+16
|/
* fix a README bugAndre Weissflog2019-07-241-1/+1
* update README for sokol-fetch updateAndre Weissflog2019-07-181-1/+4
* Merge pull request #185 from floooh/sokol-fetch-reworkAndre Weissflog2019-07-182-478/+375
|\
| * finished updating the sokol_fetch.h docsAndre Weissflog2019-07-182-219/+53
| * sokol-fetch.h: new SFETCH_ERROR_CANCELLED, and more docs reworkAndre Weissflog2019-07-161-56/+68
| * sokol_fetch.h: rename 'enqueud' state to 'dispatched', start with docs reworkAndre Weissflog2019-07-161-42/+46
| * sokol_fetch.h: msvc fixesAndre Weissflog2019-07-151-4/+1
| * sokol_fetch.h: emscripten fixAndre Weissflog2019-07-151-1/+1
| * sokol_fetch.h: emscripten fix and remove debug printfsAndre Weissflog2019-07-151-7/+1
| * sokol_fetch.h rework: emscripten fixes part 1Andre Weissflog2019-07-151-63/+93
| * sokol_fetch.h: replace OPENED/OPENING with ENQUEUEDAndre Weissflog2019-07-141-108/+84
| * start reworking sokol_fetch.hAndre Weissflog2019-07-131-30/+80
|/
* sokol_app.h emscripten: enable the WEBKIT_WEBGL_compressed_texture_pvrtc exte...Andre Weissflog2019-07-111-0/+4
* sokol_imgui/cimgui.h: set viewport and scissor to 'fullscreen' on entry and e...Andre Weissflog2019-07-112-12/+17
* add a warning to README and sokol_fetch.h about the broken Content-Length beh...Andre Weissflog2019-07-112-2/+23
* sokol_imgui.h / sokol_cimgui.h: init viewport to defined state before renderingAndre Weissflog2019-07-092-2/+14
* sokol_gfx.h: potential fix for #181Andre Weissflog2019-07-091-1/+1
* Merge pull request #180 from Oldes/sokol-audio-fixAndre Weissflog2019-07-081-1/+2
|\
| * FIX: warning: jump to label 'error' crosses initialization of 'REFERENCE_TIME...Oldes2019-07-081-1/+2
|/
* README: fix the sokol-fetch sample links dohAndre Weissflog2019-07-081-1/+1
* sokol_fetch.h: more doc typos fixedAndre Weissflog2019-07-071-5/+5
* sokol_fetch.h: make the sfetch_cancel() and sfetch_pause() docs a bit clearerAndre Weissflog2019-07-061-15/+14
* sokol_fetch.h: and more typosAndre Weissflog2019-07-061-6/+7
* sokol_fetch.h: more typosAndre Weissflog2019-07-061-9/+9
* sokol_fetch.h: more typosAndre Weissflog2019-07-061-1/+1
* sokol_fetch.h: more typosAndre Weissflog2019-07-061-1/+1
* sokol_fetch.h: more typosAndre Weissflog2019-07-061-1/+1
* sokol_fetch.h: more typosAndre Weissflog2019-07-061-4/+5
* sokol_fetch.h: doc typoAndre Weissflog2019-07-061-1/+1
* update readmeAndre Weissflog2019-07-061-4/+6
* readme typoAndre Weissflog2019-07-061-1/+1
* new sokol_fetch.h header (#178)Andre Weissflog2019-07-064-7/+2664
* Merge pull request #175 from waywardmonkeys/fix-typosAndre Weissflog2019-06-267-10/+10
|\
| * Fix typos.Bruce Mitchener2019-06-267-10/+10
|/
* sokol_imgui.h / sokol_cimgui.h: fix high-dpi related display size bugAndre Weissflog2019-06-112-8/+8
* sokol_app.h Windows: fix compile error (typo)Andre Weissflog2019-06-111-1/+1
* sokol_app.h windows: minor code cleanupAndre Weissflog2019-06-111-8/+2
* sokol_app.h emsc: cleanup window/fb size oddity in (fixes #168)Andre Weissflog2019-06-111-10/+9
* README: update 'planned features' for sokol_app.hAndre Weissflog2019-06-111-3/+0
* sokol_app.h: minor header docs improvementsAndre Weissflog2019-06-111-14/+24
* sokol_app.h: comment doc typoAndre Weissflog2019-06-101-1/+1
* readme tweakAndre Weissflog2019-06-101-1/+2
* mention the new sokol_app.h quit-featues in the READMEAndre Weissflog2019-06-101-0/+15
* Programmatic quit for sokol_app.h (#166)Andre Weissflog2019-06-101-17/+175
* README updatedAndre Weissflog2019-06-081-0/+11
* sokol_app.h macOS: don't check for key-repeat in flagsChanged eventsAndre Weissflog2019-06-081-1/+1