aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)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 function
| * 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
|\ | | | | 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 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 ↵Andre Weissflog2019-07-111-0/+4
| | | | extension
* sokol_imgui/cimgui.h: set viewport and scissor to 'fullscreen' on entry and ↵Andre Weissflog2019-07-112-12/+17
| | | | exit of render function
* add a warning to README and sokol_fetch.h about the broken Content-Length ↵Andre Weissflog2019-07-112-2/+23
| | | | behaviour
* 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 dur'
| * FIX: warning: jump to label 'error' crosses initialization of ↵Oldes2019-07-081-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 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.
| * 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
| | | | | | | | | | | | | | | | * 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 updatedAndre Weissflog2019-06-081-0/+11
|
* sokol_app.h macOS: don't check for key-repeat in flagsChanged eventsAndre Weissflog2019-06-081-1/+1
|