summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* mention last sokol_gl.h bugfix in READMEpre-webgpuAndre Weissflog2020-04-051-0/+5
|
* sokol_app.h should be included before sokol_gfx.hAleksander Guryanov2020-02-281-1/+1
| | | Hi, if I understand correctly idea then proposal changes is correct.
* [WIP] sokol_gfx.h: some code cleanup in the implementation part (#255)Andre Weissflog2020-01-301-5/+10
|
* Fix typos.Bruce Mitchener2020-01-301-5/+5
|
* Initial clipboard support (#237)Andre Weissflog2019-12-021-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP clipboard support code dump. HTML5 clipboard/permissions API is a mess, so that's not an option. * sokol_app.h: clipboard on emscripten working * sokol_imgui.h: init-flag to disable Ctrl-hotkeys * sokol_app.h: new sapp_consume_event() function, rename clipboard event * add some todos to sokol_app.h * macOS: send CLIPBOARD_PASTED event * sokol_app.h: add Win32 clipboard support * sokol_app.h: documentation for clipboard support * sokol_app.h: dummy clipboard support * Start adding clipboard support to sokol_imgui. Current problem: on HTML5, copy/paste must happen inside JS event handler. * mention new sokol_app.h clipboard support in README * readme tweaks * sokol_app.h: MSVC warnings fixed * sokol_imgui.h: fix key debuffering * sokol_app.h: documentation fixes
* fix typo in readmeAndre Weissflog2019-10-111-1/+1
|
* fix typo in readmeAndre Weissflog2019-10-111-1/+1
|
* some more README tweakingAndre Weissflog2019-10-081-1/+0
|
* some more README tweakingAndre Weissflog2019-10-081-4/+12
|
* update the README a bitAndre Weissflog2019-09-301-1/+1
|
* update the README a bitAndre Weissflog2019-09-301-7/+3
|
* add github actions CI (builds sokol-samples)Andre Weissflog2019-09-141-0/+2
|
* README fixAndre Weissflog2019-09-081-1/+3
|
* README fixAndre Weissflog2019-09-081-1/+2
|
* update READMEAndre Weissflog2019-09-081-1/+19
|
* sokol_gfx_imgui.h: fix documenetion for merge with sokol_gfx_cimgui.hAndre Weissflog2019-08-311-0/+7
|
* merge sokol_cimgui.h into sokol_imgui.hAndre Weissflog2019-08-281-1/+12
|
* sokol_audio.h: mention OpenSLES backend in READMEAndre Weissflog2019-08-271-1/+5
|
* mention sokol_fontstash.h and sokol_gl.h updates in the toplevel READMEAndre Weissflog2019-08-261-1/+21
|
* README typosAndre Weissflog2019-08-201-1/+1
|
* sokol_gfx.h: new sg_query_*_defaults() functionsAndre Weissflog2019-08-201-0/+16
|
* README typoAndre Weissflog2019-08-171-1/+1
|
* README fixesAndre Weissflog2019-08-171-4/+5
|
* Add the pixelformat/capabilities changes to the READMEAndre Weissflog2019-08-171-1/+44
|
* fix a README bugAndre Weissflog2019-07-241-1/+1
|
* update README for sokol-fetch updateAndre Weissflog2019-07-181-1/+4
|
* finished updating the sokol_fetch.h docsAndre Weissflog2019-07-181-14/+14
|
* add a warning to README and sokol_fetch.h about the broken Content-Length ↵Andre Weissflog2019-07-111-2/+11
| | | | behaviour
* README: fix the sokol-fetch sample links dohAndre Weissflog2019-07-081-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-061-0/+72
|
* Fix typos.Bruce Mitchener2019-06-261-2/+2
|
* README: update 'planned features' for sokol_app.hAndre Weissflog2019-06-111-3/+0
|
* readme tweakAndre Weissflog2019-06-101-1/+2
|
* mention the new sokol_app.h quit-featues in the READMEAndre Weissflog2019-06-101-0/+15
|
* README updatedAndre Weissflog2019-06-081-0/+11
|
* Add SOKOL_DLL support to all headers. (#163)Andre Weissflog2019-06-041-0/+5
| | | | | On Windows, this adds __declspec(dllexport) or __declspec(dllimport) to all function declarations so that the sokol headers can be compiled into a DLL. Fixes #160 .
* add a note to the README about fips+emscripten changesAndre Weissflog2019-05-311-0/+5
|
* 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-271-0/+7
| | | | This removes the 'linker stub' for d3dcompiler_47.dll, instead the shader compiler DLL will now be loaded on demand in the D3D11 backend when the first shader with HLSL source code is created.
* 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
|
* some README tweaksAndre Weissflog2019-05-201-8/+3
|
* 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-161-0/+6
|
* README: mention the new shader-cross-compiler solutionAndre Weissflog2019-05-151-8/+22
|
* fix README typoAndre Weissflog2019-05-021-2/+2
|
* sokol_gfx.h: new public API function sg_query_backend()Andre Weissflog2019-05-021-0/+18
|