summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | sokol_app.h: add a sapp_frame_count() function, and make frame-count 64-bitsAndre Weissflog2019-06-081-9/+31
* | sokol_app.h: add key_repeat flag to feature matrix, some doc updatesAndre Weissflog2019-06-081-3/+1
* | sokol_app.h emscripten: add event key_repeat supportAndre Weissflog2019-06-081-0/+1
* | Implement key repeat flag. (#164)Scott Lembcke2019-06-081-14/+34
* | sokol_audio.h: add saudio_userdata() and saudio_query_desc() functionsAndre Weissflog2019-06-051-0/+12
* | sokol_app.h: new function sapp_userdata() and sapp_query_desc()Andre Weissflog2019-06-051-0/+16
* | Add SOKOL_DLL support to all headers. (#163)Andre Weissflog2019-06-0411-11/+156
* | sokol_gfx.h: new sg_backend enum for Metal on iOS SimulatorAndre Weissflog2019-06-041-1/+6
* | SAPP_KEYCODE_KP_5 for Linux. (#161)Scott Lembcke2019-06-041-0/+1
* | add a note to the README about fips+emscripten changesAndre Weissflog2019-05-311-0/+5
* | emscripten: remove leading underscore in EM_JS function names, causes problem...Andre Weissflog2019-05-303-15/+15
* | mention D3D bytecode support in sokol-shdc in READMEAndre Weissflog2019-05-271-7/+11
* | Remove need for SOKOL_D3D11_SHADER_COMPILER (#157)Andre Weissflog2019-05-272-35/+51
* | sokoL_app.h: update feature matrix (GL is actually supported on MacAndre Weissflog2019-05-261-1/+1
* | README: fix sokol-shdc docs linkAndre Weissflog2019-05-241-1/+1
* | README: mention that shader-bytecode-generation for Metal works nowAndre Weissflog2019-05-241-0/+6
* | sokol-gfx: add a docs section on portable vertex formats, and 'unlock' 10/10/...Andre Weissflog2019-05-231-1/+47
* | some README tweaksAndre Weissflog2019-05-201-8/+3
* | minor coding-style tweaksAndre Weissflog2019-05-201-3/+3
* | Merge pull request #156 from eloraiby/fix/glGetStringAndre Weissflog2019-05-201-49/+55
|\ \
| * | Fix crash when glGetString returns NULL on GL_EXTENSIONSWael El Oraiby2019-05-191-49/+55
|/ /
* | README: typoAndre Weissflog2019-05-161-1/+1
* | README: add links to the new cimgui.h samplesAndre Weissflog2019-05-161-2/+8
* | mention the new cimgui headers in the READMEsAndre Weissflog2019-05-162-0/+9
|/
* some cleanup in sokol_cimgui.hAndre Weissflog2019-05-161-336/+335
* Merge pull request #149 from prime31/cimgui-bindingsAndre Weissflog2019-05-162-0/+4461
|\
| * added cimgui wrapper and gfx debuggerprime312019-05-082-0/+4461
* | added a project URL to the docs-comment block of all headersAndre Weissflog2019-05-157-610/+624
* | fix a texture binding bug for GLES2/WebGL in the new clear-bind-slot codeAndre Weissflog2019-05-151-2/+10
* | README: mention the new shader-cross-compiler solutionAndre Weissflog2019-05-151-8/+22
* | sokol_gfx.h: fix and improve sg_shader_desc documentationAndre Weissflog2019-05-141-9/+29
* | sokol_gfx.h: Cleanup resource 'unbinding' behaviour... (#152)Andre Weissflog2019-05-132-35/+139
* | add a .editorconfig fileAndre Weissflog2019-05-091-0/+8
|/