| Commit message (Expand) | Author | Age | Files | Lines |
| * | sokol_debugtext.h, sokol_gl.h: replace figlet font | Andre Weissflog | 2023-02-11 | 1 | -43/+35 |
| * | sokol_debugtext.h: add human readable logging messages | Andre Weissflog | 2023-02-10 | 1 | -9/+12 |
| * | sokol_debugtext.h: add new-style logging | Andre Weissflog | 2023-02-02 | 1 | -65/+179 |
| * | update sokol_debugtext.h docs for layered rendering, changelog and readme | Andre Weissflog | 2022-11-16 | 1 | -2/+32 |
| * | sokol_debugtext.h: fix texture bleeding artefacts without font texture waste | Andre Weissflog | 2022-11-16 | 1 | -13/+13 |
| * | sokol_debugtext.h: fix texturing artefacts by spacing out character cells in ... | Andre Weissflog | 2022-11-14 | 1 | -16/+12 |
| * | sokol_debugtext.h: add missing draw functions, some doc tweaks | Andre Weissflog | 2022-11-14 | 1 | -3/+30 |
| * | sokol_debugtext.h: render layers more wip | Andre Weissflog | 2022-11-14 | 1 | -49/+179 |
| * | sokol_debugtext.h: render layers wip | Andre Weissflog | 2022-11-12 | 1 | -1/+16 |
| * | simplify logging preprocessor macros | Andre Weissflog | 2022-10-22 | 1 | -25/+12 |
| * | Replace SOKOL_LOG with runtime callbacks. | Manuel Floruß | 2022-10-03 | 1 | -7/+71 |
| * | "are implements" -> "are implemented" | Cedric Hutchings | 2022-06-01 | 1 | -1/+1 |
| * | Language bindings: fix new allocator callbacks (#671) | Andre Weissflog | 2022-05-30 | 1 | -5/+2 |
| * | Add memory allocator callbacks to sokol headers. (#662) | Andre Weissflog | 2022-05-15 | 1 | -42/+115 |
| * | fixed sokol_debugtext.h for SOKOL_WGPU backend | Matt Chiasson | 2021-12-30 | 1 | -5/+3 |
| * | minor API tweaks in sokol_gl.h and sokol_debugtext.h (see CHANGELOG.md) | Andre Weissflog | 2021-08-21 | 1 | -0/+10 |
| * | Window icon support for sokol_app.h (#509) | Andre Weissflog | 2021-04-09 | 1 | -0/+1 |
| * | suppress some VS2015 warnings | Andre Weissflog | 2021-02-10 | 1 | -0/+1 |
| * | Language-binding-friendly API changes. (#458) | Andre Weissflog | 2021-02-10 | 1 | -54/+75 |
| * | move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guard | Andre Weissflog | 2020-11-28 | 1 | -3/+3 |
| * | make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup... | Andre Weissflog | 2020-11-28 | 1 | -3/+6 |
| * | document SOKOL_API_DECL (these macros are still valid) | Andre Weissflog | 2020-11-28 | 1 | -2/+3 |
| * | Auto-generated distinct macros per lib. Resolves #428 | Borislav Stanimirov | 2020-11-19 | 1 | -45/+49 |
| * | fixing sdtx_putr | rbxnk | 2020-09-12 | 1 | -1/+1 |
| * | add missing sg_push/pop_debug_group() calls to sokol_debugtext.h, sokol_gl.h,... | Andre Weissflog | 2020-06-28 | 1 | -0/+14 |
| * | sokol_gl.h, sokol_debugtext.h, metal: minor code cleanup in shader creation | Andre Weissflog | 2020-06-21 | 1 | -6/+2 |
| * | sokol_debugtext.h: minor cleanup in shader creation | Andre Weissflog | 2020-06-21 | 1 | -1/+2 |
| * | sokol_debugtext.h d3d11: use shader model 4.0 for embedded shader byte code | Andre Weissflog | 2020-06-20 | 1 | -59/+53 |
| * | fixes for MSVC warning level 4 | Andre Weissflog | 2020-06-14 | 1 | -1/+2 |
| * | sokol_debugtext.h: fix doc typo | Andre Weissflog | 2020-05-27 | 1 | -1/+1 |
| * | sokol_debugtext.h: minor doc tweak | Andre Weissflog | 2020-05-27 | 1 | -6/+6 |
| * | sokol_debugtext.h: fix doc typos, and add a 'just in case' zero-termination t... | Andre Weissflog | 2020-05-27 | 1 | -25/+29 |
| * | sokol_debugtext.h: remove the WIP | Andre Weissflog | 2020-05-26 | 1 | -2/+0 |
| * | sokol_debugtext.h: completed documentation | Andre Weissflog | 2020-05-26 | 1 | -0/+117 |
| * | sokol_debugtext.h: start with header documentation | Andre Weissflog | 2020-05-25 | 1 | -8/+195 |
| * | sokol_debugtext.h: add C++ const-ref wrapper functions | Andre Weissflog | 2020-05-25 | 1 | -0/+3 |
| * | sokol_debugtext.h bugfix: reset cursor pos in sdtx_draw() | Andre Weissflog | 2020-05-24 | 1 | -0/+2 |
| * | sokol_debugtext.h: fix context pipeline creation attributes | Andre Weissflog | 2020-05-24 | 1 | -3/+3 |
| * | sokol_debugtext.h: default context behaviour tweaks | Andre Weissflog | 2020-05-22 | 1 | -9/+5 |
| * | sokol_debugtext.h: context behaviour tweaks | Andre Weissflog | 2020-05-22 | 1 | -12/+25 |
| * | sokol_debugtext.h: rewrite font handling | Andre Weissflog | 2020-05-22 | 1 | -132/+156 |
| * | sokol_debugtext.h: sdtx_printf() and sdtx_vprintf() | Andre Weissflog | 2020-05-21 | 1 | -18/+39 |
| * | sokol_debugtext.h: add D3D11 shaders and MSVC fixes | Andre Weissflog | 2020-05-20 | 1 | -14/+119 |
| * | sokol_debugtext.h: embed shaders for all backends except d3d11 | Andre Weissflog | 2020-05-20 | 1 | -57/+1116 |
| * | sokol_debugtext.h: add Oric Atmos font, and add inverted characters to some font | Andre Weissflog | 2020-05-20 | 1 | -258/+524 |
| * | sokol_debugtext.h: CPC and C64 fonts, plus bugfixing | Andre Weissflog | 2020-05-19 | 1 | -11/+531 |
| * | sokol_debugtext.h: fix embedded GLSL shader | Andre Weissflog | 2020-05-18 | 1 | -1/+1 |
| * | sokol_debugtext.h: rendering and some API changes | Andre Weissflog | 2020-05-18 | 1 | -60/+119 |
| * | sokol_debugtext.h: write glyph vertices | Andre Weissflog | 2020-05-17 | 1 | -24/+111 |
| * | sokol_debugtext.h: more wip | Andre Weissflog | 2020-05-12 | 1 | -21/+185 |