| Commit message (Expand) | Author | Age | Files | Lines |
| * | bindgen preparations (#443) | Andre Weissflog | 2020-12-20 | 1 | -2/+2 |
| * | sokol_gfx_imgui.h: add the new uninit/dealloc functions (untested) | Andre Weissflog | 2020-12-02 | 1 | -0/+295 |
| * | move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guard | Andre Weissflog | 2020-11-28 | 7 | -21/+21 |
| * | make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup... | Andre Weissflog | 2020-11-28 | 7 | -26/+43 |
| * | document SOKOL_API_DECL (these macros are still valid) | Andre Weissflog | 2020-11-28 | 7 | -4/+11 |
| * | Merge branch 'distinct_export_macros' of https://github.com/iboB/sokol into i... | Andre Weissflog | 2020-11-28 | 7 | -208/+236 |
| |\ |
|
| | * | Auto-generated distinct macros per lib. Resolves #428 | Borislav Stanimirov | 2020-11-19 | 7 | -208/+236 |
| * | | sokol_gfx_imgui.h: ImGui 1.79 API fix (SliderFloat) | Andre Weissflog | 2020-11-22 | 1 | -3/+3 |
| |/ |
|
| * | update main readme, and remove redundant util/README.md | Andre Weissflog | 2020-11-17 | 1 | -19/+0 |
| * | New header: sokol_shape.h (#427) | Andre Weissflog | 2020-11-17 | 1 | -0/+1406 |
| * | sokol_imgui.h: fix a bug in vertex offset dirty check (fixes #418) | Andre Weissflog | 2020-11-02 | 1 | -2/+2 |
| * | sokol_imgui.h: add some docs notes about simgui_desc.ini_filename | Andre Weissflog | 2020-09-28 | 1 | -4/+10 |
| * | merge latest changes from master | Andre Weissflog | 2020-09-17 | 1 | -1/+1 |
| |\ |
|
| | * | fixing sdtx_putr | rbxnk | 2020-09-12 | 1 | -1/+1 |
| * | | sokol_memtrack.h: pointer casts when compiled as C++ | Andre Weissflog | 2020-09-08 | 1 | -2/+2 |
| |/ |
|
| * | sokol_fontstash.h: silence a false positive clang analyzer warning | Andre Weissflog | 2020-08-25 | 1 | -1/+13 |
| * | sokol_gfx_imgui.h: fix an (uncritical) clang analyzer warning | Andre Weissflog | 2020-08-25 | 1 | -66/+125 |
| * | fixes for cimgui 1.77 | Andre Weissflog | 2020-06-30 | 1 | -17/+17 |
| * | sokol_gfx_imgui.h: fix id collision in call panel if several debug groups wit... | Andre Weissflog | 2020-06-28 | 1 | -2/+2 |
| * | add missing sg_push/pop_debug_group() calls to sokol_debugtext.h, sokol_gl.h,... | Andre Weissflog | 2020-06-28 | 3 | -0/+18 |
| * | sokol_fontstash.h d3d11: use sokol-shdc generated shader code | Andre Weissflog | 2020-06-21 | 1 | -278/+108 |
| * | sokol_fontstash.h gl,metal,wgpu: use sokol-shdc generated embedded shader code | Andre Weissflog | 2020-06-21 | 1 | -244/+1169 |
| * | sokol_imgui.h d3d11: replace embedded shader code with sokol-shdc generated | Andre Weissflog | 2020-06-21 | 1 | -264/+107 |
| * | sokol_imgui.h gl,metal,wgpu: use sokol-shdc generated embedded shader code | Andre Weissflog | 2020-06-21 | 1 | -271/+1136 |
| * | sokol_gl.h, sokol_debugtext.h, metal: minor code cleanup in shader creation | Andre Weissflog | 2020-06-21 | 2 | -12/+4 |
| * | sokol_gl.h d3d11: replace embedded shaders with code generated by sokol-shdc | Andre Weissflog | 2020-06-21 | 1 | -356/+109 |
| * | sokol_gl.h GL,Metal,WGPU: replace embedded shaders with code generated by sok... | Andre Weissflog | 2020-06-21 | 1 | -207/+1165 |
| * | sokol_debugtext.h: minor cleanup in shader creation | Andre Weissflog | 2020-06-21 | 1 | -1/+2 |
| * | sokol_gl.h, sokol_imgui.h: replace embedded D3D11 shaders with SM 4.0 | Andre Weissflog | 2020-06-20 | 2 | -593/+526 |
| * | sokol_debugtext.h d3d11: use shader model 4.0 for embedded shader byte code | Andre Weissflog | 2020-06-20 | 1 | -59/+53 |
| * | sokol_gfx_imgui.h: add new item sg_shader_stage_desc.d3d11_target | Andre Weissflog | 2020-06-20 | 1 | -0/+13 |
| * | sokol_gl.h: fix a MSVC /W4 warning | Andre Weissflog | 2020-06-15 | 1 | -1/+2 |
| * | fixes for MSVC warning level 4 | Andre Weissflog | 2020-06-14 | 2 | -14/+11 |
| * | new utility header sokol_memtrack.h | Andre Weissflog | 2020-06-14 | 2 | -0/+169 |
| * | sokol_gfx_imgui.h: fix an ImGui Id collision in apply-bindings panel | Andre Weissflog | 2020-06-06 | 1 | -5/+5 |
| * | fix warnings in D3D11 code path and clang-msvc | Eduardo Bart | 2020-06-01 | 2 | -2/+2 |
| * | fix unused parameter warnings in platform-agnostic and OSX/iOS code paths | Andre Weissflog | 2020-05-30 | 1 | -0/+5 |
| * | fix various MSVC warnings in C++ mode | Andre Weissflog | 2020-05-28 | 2 | -9/+13 |
| * | add missing C++ reference-based function wrappers | Andre Weissflog | 2020-05-28 | 2 | -0/+8 |
| * | 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 |
| * | update readmes for sokol_debugtext.h | Andre Weissflog | 2020-05-27 | 1 | -0/+1 |
| * | 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 |
| * | move the extract-font.py utility script to sokol-tools | Andre Weissflog | 2020-05-22 | 1 | -104/+0 |