aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | added more #define NOMINMAX, removed redundant #include <windows.h>Garett Bass2020-06-044-1/+11
| * | | added , removed redundantGarett Bass2020-06-041-1/+1
* | | | sokol_audio.h: fix a signed/unsigned comparison warnings in Windows code pathAndre Weissflog2020-06-041-1/+1
* | | | sokol_app.h: fix an unused function warning in Windows code pathAndre Weissflog2020-06-041-1/+1
* | | | sokol_fetch.h: fix two unused variable warnings in release mode in Windows co...Andre Weissflog2020-06-041-0/+6
| |_|/ |/| |
* | | Merge pull request #307 from edubart/warningsAndre Weissflog2020-06-038-8/+17
|\ \ \
| * | | fix warnings in D3D11 code path and clang-msvcEduardo Bart2020-06-018-8/+17
|/ / /
* | | readme typoAndre Weissflog2020-06-011-1/+1
* | | update readme and add fullscreen toggle docs to sokol_app.hAndre Weissflog2020-06-012-2/+13
* | | sokol_app.h: implement toggle fullscreen for macOSAndre Weissflog2020-06-011-1/+22
* | | sokol_app.h: cleanup default value replacement in sapp_descAndre Weissflog2020-06-012-19/+29
* | | some post-merge fixes for PR #296Andre Weissflog2020-06-011-4/+4
* | | merge PR #296 (sapp_toggle_fullscreen(), implemented for win32)Andre Weissflog2020-06-011-6/+59
|\ \ \ | |_|/ |/| |
| * | resolve merge conflictsAndre Weissflog2020-06-011-6/+59
|/| |
| * | sapp_fullscreen() changes based on PR feedbackMattias Ljungström2020-05-231-21/+40
| * | sapp_toggle_fullscreen(), implemented for win32Mattias Ljungström2020-05-111-0/+34
* | | sokol_audio.h: fix unused param warning in Linux code pathAndre Weissflog2020-05-301-0/+1
* | | sokol_gfx.h: fix unused param warnings in GLES2 code pathAndre Weissflog2020-05-301-0/+2
* | | fix unused parameter warnings in platform-agnostic and OSX/iOS code pathsAndre Weissflog2020-05-304-0/+35
* | | Merge pull request #305 from edubart/masterAndre Weissflog2020-05-301-0/+3
|\ \ \
| * | | Fix unused warnings when compiling with NDEBUGEduardo Bart2020-05-301-0/+3
|/ / /
* | | Merge pull request #304 from edubart/masterAndre Weissflog2020-05-291-0/+4
|\ \ \
| * | | Add image width and height to sg_image_infoEduardo Bart2020-05-281-0/+4
|/ / /
* | | fix various MSVC warnings in C++ modeAndre Weissflog2020-05-282-9/+13
* | | README typosAndre Weissflog2020-05-281-2/+2
* | | mention the new C++ reference wrappers in the READMEAndre Weissflog2020-05-281-1/+26
* | | add missing C++ reference-based function wrappersAndre Weissflog2020-05-284-0/+13
* | | Merge pull request #291 from garettbass/masterAndre Weissflog2020-05-284-0/+39
|\ \ \ | | |/ | |/|
| * | reference-based equivalents for c++Garett Bass2020-05-064-0/+39
* | | sokol_debugtext.h: fix doc typoAndre Weissflog2020-05-271-1/+1
* | | sokol_debugtext.h: minor doc tweakAndre Weissflog2020-05-271-6/+6
* | | update readmes for sokol_debugtext.hAndre Weissflog2020-05-272-1/+6
* | | sokol_debugtext.h: fix doc typos, and add a 'just in case' zero-termination t...Andre Weissflog2020-05-272-26/+30
* | | sokol_debugtext.h: remove the WIPAndre Weissflog2020-05-261-2/+0
* | | sokol_debugtext.h: completed documentationAndre Weissflog2020-05-261-0/+117
* | | sokol_debugtext.h: start with header documentationAndre Weissflog2020-05-251-8/+195
* | | sokol_debugtext.h: add C++ const-ref wrapper functionsAndre Weissflog2020-05-251-0/+3
* | | sokol_debugtext.h bugfix: reset cursor pos in sdtx_draw()Andre Weissflog2020-05-241-0/+2
* | | sokol_debugtext.h: fix context pipeline creation attributesAndre Weissflog2020-05-241-3/+3
* | | move the extract-font.py utility script to sokol-toolsAndre Weissflog2020-05-221-104/+0
* | | sokol_debugtext.h: default context behaviour tweaksAndre Weissflog2020-05-221-9/+5
* | | sokol_debugtext.h: context behaviour tweaksAndre Weissflog2020-05-221-12/+25
* | | sokol_debugtext.h: rewrite font handlingAndre Weissflog2020-05-221-132/+156
* | | sokol_debugtext.h: sdtx_printf() and sdtx_vprintf()Andre Weissflog2020-05-211-18/+39
* | | sokol_app.h: remove sapp_pixel_format enumAndre Weissflog2020-05-212-32/+24
* | | sokol_debugtext.h: add D3D11 shaders and MSVC fixesAndre Weissflog2020-05-201-14/+119
* | | sokol_debugtext.h: embed shaders for all backends except d3d11Andre Weissflog2020-05-201-57/+1116
* | | sokol_debugtext.h: add Oric Atmos font, and add inverted characters to some fontAndre Weissflog2020-05-202-264/+542
* | | sokol_debugtext.h: CPC and C64 fonts, plus bugfixingAndre Weissflog2020-05-192-14/+560
* | | sokol_debugtext.h: fix embedded GLSL shaderAndre Weissflog2020-05-181-1/+1