| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sokol_app.h d3d11: fix exploding memory usage during window resizeold-pixelformats | Andre Weissflog | 2019-08-06 | 1 | -6/+7 |
| | | |||||
| * | sokol_app.h: fix doc comment typo | Andre Weissflog | 2019-08-02 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #188 from kochol/master | Andre Weissflog | 2019-08-02 | 1 | -0/+16 |
| |\ | | | | | Add sapp_android_get_native_activity function | ||||
| | * | Add sapp_android_get_native_activity function | Ali Akbar Mohammadi | 2019-07-26 | 1 | -0/+16 |
| |/ | |||||
| * | fix a README bug | Andre Weissflog | 2019-07-24 | 1 | -1/+1 |
| | | |||||
| * | update README for sokol-fetch update | Andre Weissflog | 2019-07-18 | 1 | -1/+4 |
| | | |||||
| * | Merge pull request #185 from floooh/sokol-fetch-rework | Andre Weissflog | 2019-07-18 | 2 | -478/+375 |
| |\ | | | | | This fixes the wrong assumption in sokol_fetch.h that it is possible to query the uncompressed file size via the HTTP protocol before downloading an entire file (the response header Content-Length contains the compressed size). | ||||
| | * | finished updating the sokol_fetch.h docs | Andre Weissflog | 2019-07-18 | 2 | -219/+53 |
| | | | |||||
| | * | sokol-fetch.h: new SFETCH_ERROR_CANCELLED, and more docs rework | Andre Weissflog | 2019-07-16 | 1 | -56/+68 |
| | | | |||||
| | * | sokol_fetch.h: rename 'enqueud' state to 'dispatched', start with docs rework | Andre Weissflog | 2019-07-16 | 1 | -42/+46 |
| | | | |||||
| | * | sokol_fetch.h: msvc fixes | Andre Weissflog | 2019-07-15 | 1 | -4/+1 |
| | | | |||||
| | * | sokol_fetch.h: emscripten fix | Andre Weissflog | 2019-07-15 | 1 | -1/+1 |
| | | | |||||
| | * | sokol_fetch.h: emscripten fix and remove debug printfs | Andre Weissflog | 2019-07-15 | 1 | -7/+1 |
| | | | |||||
| | * | sokol_fetch.h rework: emscripten fixes part 1 | Andre Weissflog | 2019-07-15 | 1 | -63/+93 |
| | | | |||||
| | * | sokol_fetch.h: replace OPENED/OPENING with ENQUEUED | Andre Weissflog | 2019-07-14 | 1 | -108/+84 |
| | | | |||||
| | * | start reworking sokol_fetch.h | Andre Weissflog | 2019-07-13 | 1 | -30/+80 |
| |/ | |||||
| * | sokol_app.h emscripten: enable the WEBKIT_WEBGL_compressed_texture_pvrtc ↵ | Andre Weissflog | 2019-07-11 | 1 | -0/+4 |
| | | | | | extension | ||||
| * | sokol_imgui/cimgui.h: set viewport and scissor to 'fullscreen' on entry and ↵ | Andre Weissflog | 2019-07-11 | 2 | -12/+17 |
| | | | | | exit of render function | ||||
| * | add a warning to README and sokol_fetch.h about the broken Content-Length ↵ | Andre Weissflog | 2019-07-11 | 2 | -2/+23 |
| | | | | | behaviour | ||||
| * | sokol_imgui.h / sokol_cimgui.h: init viewport to defined state before rendering | Andre Weissflog | 2019-07-09 | 2 | -2/+14 |
| | | |||||
| * | sokol_gfx.h: potential fix for #181 | Andre Weissflog | 2019-07-09 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #180 from Oldes/sokol-audio-fix | Andre Weissflog | 2019-07-08 | 1 | -1/+2 |
| |\ | | | | | FIX: warning: jump to label 'error' crosses initialization of 'REFERENCE_TIME dur' | ||||
| | * | FIX: warning: jump to label 'error' crosses initialization of ↵ | Oldes | 2019-07-08 | 1 | -1/+2 |
| |/ | | | | | | | | | | | | | | | | | 'REFERENCE_TIME dur' Fixes this warning: In file included from sokol-samples\libs\sokol\sokol.c:12:0: sokol/sokol_audio.h: In function 'bool _saudio_backend_init()': sokol/sokol_audio.h:1201:1: warning: jump to label 'error' [-fpermissive] error: ^~~~~ sokol/sokol_audio.h:1127:14: note: from here goto error; ^~~~~ sokol/sokol_audio.h:1160:20: note: crosses initialization of 'REFERENCE_TIME dur' REFERENCE_TIME dur = (REFERENCE_TIME) | ||||
| * | README: fix the sokol-fetch sample links doh | Andre Weissflog | 2019-07-08 | 1 | -1/+1 |
| | | |||||
| * | sokol_fetch.h: more doc typos fixed | Andre Weissflog | 2019-07-07 | 1 | -5/+5 |
| | | |||||
| * | sokol_fetch.h: make the sfetch_cancel() and sfetch_pause() docs a bit clearer | Andre Weissflog | 2019-07-06 | 1 | -15/+14 |
| | | |||||
| * | sokol_fetch.h: and more typos | Andre Weissflog | 2019-07-06 | 1 | -6/+7 |
| | | |||||
| * | sokol_fetch.h: more typos | Andre Weissflog | 2019-07-06 | 1 | -9/+9 |
| | | |||||
| * | sokol_fetch.h: more typos | Andre Weissflog | 2019-07-06 | 1 | -1/+1 |
| | | |||||
| * | sokol_fetch.h: more typos | Andre Weissflog | 2019-07-06 | 1 | -1/+1 |
| | | |||||
| * | sokol_fetch.h: more typos | Andre Weissflog | 2019-07-06 | 1 | -1/+1 |
| | | |||||
| * | sokol_fetch.h: more typos | Andre Weissflog | 2019-07-06 | 1 | -4/+5 |
| | | |||||
| * | sokol_fetch.h: doc typo | Andre Weissflog | 2019-07-06 | 1 | -1/+1 |
| | | |||||
| * | update readme | Andre Weissflog | 2019-07-06 | 1 | -4/+6 |
| | | |||||
| * | readme typo | Andre Weissflog | 2019-07-06 | 1 | -1/+1 |
| | | |||||
| * | new sokol_fetch.h header (#178) | Andre Weissflog | 2019-07-06 | 4 | -7/+2664 |
| | | |||||
| * | Merge pull request #175 from waywardmonkeys/fix-typos | Andre Weissflog | 2019-06-26 | 7 | -10/+10 |
| |\ | | | | | Fix typos. | ||||
| | * | Fix typos. | Bruce Mitchener | 2019-06-26 | 7 | -10/+10 |
| |/ | |||||
| * | sokol_imgui.h / sokol_cimgui.h: fix high-dpi related display size bug | Andre Weissflog | 2019-06-11 | 2 | -8/+8 |
| | | |||||
| * | sokol_app.h Windows: fix compile error (typo) | Andre Weissflog | 2019-06-11 | 1 | -1/+1 |
| | | |||||
| * | sokol_app.h windows: minor code cleanup | Andre Weissflog | 2019-06-11 | 1 | -8/+2 |
| | | |||||
| * | sokol_app.h emsc: cleanup window/fb size oddity in (fixes #168) | Andre Weissflog | 2019-06-11 | 1 | -10/+9 |
| | | |||||
| * | README: update 'planned features' for sokol_app.h | Andre Weissflog | 2019-06-11 | 1 | -3/+0 |
| | | |||||
| * | sokol_app.h: minor header docs improvements | Andre Weissflog | 2019-06-11 | 1 | -14/+24 |
| | | |||||
| * | sokol_app.h: comment doc typo | Andre Weissflog | 2019-06-10 | 1 | -1/+1 |
| | | |||||
| * | readme tweak | Andre Weissflog | 2019-06-10 | 1 | -1/+2 |
| | | |||||
| * | mention the new sokol_app.h quit-featues in the README | Andre Weissflog | 2019-06-10 | 1 | -0/+15 |
| | | |||||
| * | Programmatic quit for sokol_app.h (#166) | Andre Weissflog | 2019-06-10 | 1 | -17/+175 |
| | | | | | | | | | | | | | | | | | * start implementing 'programmatic quit' * sokol_app.h: implement programmatic quit for Windows * sokol_app.h: implement programmatic quit for Linux * sokol_app.h win32: minor code cleanup * sokol_app.h macOS: minor code cleanup * sokol_app.h: rename sapp_deny_quit() to sapp_cancel_quit(), add a 'ask leave site' mode for emscripten backend * sokol_app.h: add app-quit docs and make HTML5 ask_leave_site more flexible | ||||
| * | README updated | Andre Weissflog | 2019-06-08 | 1 | -0/+11 |
| | | |||||
| * | sokol_app.h macOS: don't check for key-repeat in flagsChanged events | Andre Weissflog | 2019-06-08 | 1 | -1/+1 |
| | | |||||