aboutsummaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* sokol_fontstash.h: remove clang analyzer workaroundAndre Weissflog2022-08-071-13/+1
* sokol_imgui.h: new config options disable_set_mouse_cursor and disable_window...Andre Weissflog2022-07-101-23/+43
* sokol_imgui.h: update mouse cursor imageAndre Weissflog2022-07-101-0/+19
* Write alpha for ImGui draw ops. (#687)Luigi Rosso2022-07-101-2/+13
* fix: clipboard paste didn't work on WindowsNamek2022-06-141-1/+1
* "are implements" -> "are implemented"Cedric Hutchings2022-06-011-1/+1
* Language bindings: fix new allocator callbacks (#671)Andre Weissflog2022-05-305-25/+10
* Move tests over from sokol-samples (#666)Andre Weissflog2022-05-231-2/+2
* sokol_imgui.h: fix key code backward compatibilityAndre Weissflog2022-05-181-13/+24
* Add memory allocator callbacks to sokol headers. (#662)Andre Weissflog2022-05-156-278/+688
* sokol_imgui.h: new function simgui_map_keycode() to map sokol_app.h to Dear I...Andre Weissflog2022-05-141-0/+13
* sokol_nuklear.h: fix sg_image handling (fixes #656)Andre Weissflog2022-04-251-1/+8
* sokol_fontstash.h: fix documentation (fixes #652)Andre Weissflog2022-04-121-4/+4
* sokol_imgui.h: minor doc improvementsAndre Weissflog2022-02-091-3/+13
* sokol_imgui.h: replace simgui_desc.disable_hotkeys with .disable_paste_overrideAndre Weissflog2022-02-081-9/+13
* sokol_imgui.h: add simgui_desc.disable_hotkeys back in, but implemented diffe...Andre Weissflog2022-02-081-2/+3
* sokol_imgui.h: updates for Dear ImGui v1.87 (#628)Andre Weissflog2022-02-081-112/+220
* sokol_shape.h: fix missing braces warning, instead of suppressing the warningAndre Weissflog2022-02-011-5/+5
* 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