aboutsummaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* sokol_shapes: remove the -Wmissing-braces suppression (not needed anymore?)Andre Weissflog2022-02-011-1/+0
* Add missing imgui kp enter mapSean Bohan2022-01-211-0/+1
* sokol_imgui.h: remove simgui_desc_t.dpi_scale, update documentationAndre Weissflog2022-01-171-13/+13
* sokol_imgui.h: add C++ wrapper for simgui_new_frame()Andre Weissflog2022-01-171-0/+1
* sokol_imgui.h: breaking change to take per-frame dpi_scale valueAndre Weissflog2022-01-161-7/+20
* Support integer uniform types (#606)Andre Weissflog2022-01-081-21/+104
* sokol_imgui.h: use ImDrawCmd::IdxOffsetJeremy Jaussaud2022-01-071-3/+1
* fixed sokol_debugtext.h for SOKOL_WGPU backendMatt Chiasson2021-12-301-5/+3
* sokol_gfx_imgui.h: fixes for cimgui v1.86Andre Weissflog2021-12-261-44/+44
* add point size attribute to sokol_fontstash.hJason Liang2021-11-301-914/+946
* Add point size support to sokol_gl.h (#581)Andre Weissflog2021-11-181-945/+982
* sokol_imgui.h: fix case when rendering a cmdlist without vertices (fixes #558)Andre Weissflog2021-09-121-21/+22
* minor API tweaks in sokol_gl.h and sokol_debugtext.h (see CHANGELOG.md)Andre Weissflog2021-08-212-4/+24
* sokol_nuklear.h: remove NK_ALIGNOF macro, which causes an UB warning in recen...Andre Weissflog2021-08-201-1/+1
* sokol_gl.h: context support (#549)Andre Weissflog2021-08-201-341/+969
* sokol_gl.h: fix a confusing (but correct) piece of init codeAndre Weissflog2021-08-111-2/+1
* sokol_gfx_imgui.h: add public struct names (fixes #544)Andre Weissflog2021-08-031-65/+65
* sg_color utilities (#527)Stuart Adams2021-06-212-0/+1648
* sokol_gfx_imgui.h: add missing ETC2 pixel format namesAndre Weissflog2021-05-111-0/+3
* sokol_gfx.h: add a gl_max_vertex_uniform_vectors item to sg_limitsAndre Weissflog2021-05-111-0/+1
* Typo fix in sokol_fontstash.h documentationStuart Adams2021-05-111-1/+1
* Window icon support for sokol_app.h (#509)Andre Weissflog2021-04-091-0/+1
* sokol_nuklear.h, sokol_imgui.h: cleanup no-sokol-app vs dummy-backend confusionAndre Weissflog2021-04-062-12/+16
* sokol_nuklear.h: fix an unused warning with SOKOL_NUKLEAR_NO_SOKOL_APPAndre Weissflog2021-04-061-1/+1
* fix compilation with dummy backend in various util headersAndre Weissflog2021-04-063-6/+6
* sokol_imgui.h: fix compile if built with SOKOL_DUMMY_BACKENDDaniel Ludwig2021-04-061-2/+2
* sokol_shape.h: fix some doc typosAndre Weissflog2021-02-191-3/+3
* sokol_imgui.h: fix MSVC warnings and do some code cleanupAndre Weissflog2021-02-141-9/+7
* sokol_imgui.h: rewrite rendering code to only do one buffer update per frame ...Andre Weissflog2021-02-141-34/+88
* sokol_nuklear.h: coding styleAndre Weissflog2021-02-131-4/+4
* sokol_nuklear.h: use C99 designated init for sg_shader_desc initAndre Weissflog2021-02-131-56/+70
* sokol_nuklear.h: fix a clang analyzer warning (non-critical)Andre Weissflog2021-02-131-1/+2
* sokol_nuklear.h: add a note about the implementation not supporting to be com...Andre Weissflog2021-02-131-0/+4
* sokol_nuklear.h: oops, don't memleak on vertex/index-buffer-overflowAndre Weissflog2021-02-131-35/+34
* sokol_nuklear.h: add an overflow check for vertex- and index-bufferAndre Weissflog2021-02-131-3/+21
* fix gcc warningsAndre Weissflog2021-02-121-1/+1
* sokol_nuklear.h: fix D3D11 shader init and MSVC warningsAndre Weissflog2021-02-121-25/+21
* sokol_nuklear.h fixesAndre Weissflog2021-02-121-8/+5
* sokol_nuklear.h: update for sokol-gfx API changes, fix sign-conversion warningsAndre Weissflog2021-02-111-29/+30
* Merge branch 'sokol_nuklear' of https://github.com/wmerrifield/sokol into wme...Andre Weissflog2021-02-111-0/+2136
|\
| * sokol_nuklear.h: initial commitWarren Merrifield2021-02-011-0/+2136
* | suppress some VS2015 warningsAndre Weissflog2021-02-101-0/+1
* | Language-binding-friendly API changes. (#458)Andre Weissflog2021-02-107-307/+366
|/
* bindgen preparations (#443)Andre Weissflog2020-12-201-2/+2
* sokol_gfx_imgui.h: add the new uninit/dealloc functions (untested)Andre Weissflog2020-12-021-0/+295
* move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guardAndre Weissflog2020-11-287-21/+21
* make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup...Andre Weissflog2020-11-287-26/+43
* document SOKOL_API_DECL (these macros are still valid)Andre Weissflog2020-11-287-4/+11
* Merge branch 'distinct_export_macros' of https://github.com/iboB/sokol into i...Andre Weissflog2020-11-287-208/+236
|\
| * Auto-generated distinct macros per lib. Resolves #428Borislav Stanimirov2020-11-197-208/+236