aboutsummaryrefslogtreecommitdiff
path: root/util/sokol_imgui.h
Commit message (Expand)AuthorAgeFilesLines
* sokol_imgui.h: fix a define-collision with X11 headers ('Status')Andre Weissflog2025-12-281-0/+5
* sokol_imgui.h: update embedded wgsl shaderAndre Weissflog2025-12-101-102/+86
* sokol_imgui.h: add log message when internal vertex or index buffer overflows...Andre Weissflog2025-12-051-0/+2
* Merge branch 'master' into experimental-vulkanAndre Weissflog2025-11-191-0/+3
|\
| * sokol_imgui.h: add a couple of asserts to _simgui_bind_texture_sampler()Andre Weissflog2025-10-151-0/+3
* | sokol_imgui.h: add embedded vulkan-spirv shaderAndre Weissflog2025-11-141-0/+196
|/
* sokol_imgui.h: fix assert in simgui_shutdown() when no UI was rendered (fixes...Andre Weissflog2025-10-051-10/+13
* sokol_gfx.h: sg_image_desc.subimage => .mip_levelsAndre Weissflog2025-09-131-2/+2
* sokol_imgui.h: fix for cubeface => slice reworkAndre Weissflog2025-09-131-2/+2
* sokol_imgui.h: fix font density issue (by properly setting io.DisplayFramebuf...Andre Weissflog2025-08-291-7/+8
* Merge branch 'master' into issue1252/resource_viewsAndre Weissflog2025-08-031-5/+8
|\
| * sokol_imgui.h: fix some typos in updated doc sectionsAndre Weissflog2025-06-291-5/+8
* | sokol_imgui.h: fix for sokol-gfx shader-desc and bindings viewsAndre Weissflog2025-07-201-10/+10
* | sokol_imgui.h: ported to texture views (breaking change)Andre Weissflog2025-07-101-40/+58
|/
* sokol_imgui.h: fix for SOKOL_IMGUI_NO_SOKOL_APPAndre Weissflog2025-06-291-0/+2
* sokol_gfx.h: update documentation for new texture and font handlingAndre Weissflog2025-06-291-0/+33
* sokol_imgui.h: clean up C++ vs C function wrappersAndre Weissflog2025-06-291-147/+199
* sokol_imgui.h: remove obsolete font texture create/destroy funcsAndre Weissflog2025-06-281-61/+0
* sokol_imgui.h: fix usage from CAndre Weissflog2025-06-281-15/+67
* sokol_imgui.h: update for Dear ImGui 1.92.0 wipAndre Weissflog2025-06-281-37/+97
* Merge branch 'master' into issue1244/compute-ms2Andre Weissflog2025-05-241-49/+46
|\
| * sokol_imgui.h: fix unused function error if compiled with SOKOL_IMGUI_NO_SOKO...Andre Weissflog2025-05-221-0/+2
| * sokol_imgui.h: fix igGetIO vs igGetIO_Nil C binding flavour differenceAndre Weissflog2025-05-221-49/+44
* | fix some util headers for sg_buffer/image_usageAndre Weissflog2025-04-071-3/+3
|/
* sokol_imgui.h: compatibility hack for original cimgui vs dear bindings cimguiAndre Weissflog2025-04-041-1/+7
* fix: mismatch function with cimguin670942025-04-031-1/+1
* fix clang warnings on windowsAndre Weissflog2025-03-281-1/+1
* add -Wextra-semi to CI tests and fix resulting warningsAndre Weissflog2025-01-301-1/+1
* sokol_imgui.h: update doc section on user-provided images and samplersAndre Weissflog2024-12-171-38/+22
* sokol_imgui.h: build 64-bit ImTextureID directly from 32-bit sokol-gfx img- a...Andre Weissflog2024-12-161-352/+25
* sokol_imgui.h: allow to override the prefix for Dear ImGui C bindingsAndre Weissflog2024-12-081-42/+39
* sokol_imgui.h: prepare for switch to dear_bindings cimguiAndre Weissflog2024-12-041-1/+1
* Merge branch 'master' into issue1037_bindings_cleanupAndre Weissflog2024-10-251-6/+6
|\
| * sokol_imgui.h: changed ImTextureID type from void* to uint64_tThomas Stehle2024-10-211-6/+6
* | sokol_imgui.h: update d3d11 shader blobsAndre Weissflog2024-10-151-2/+82
* | sokol_imgui.h: fix a code style problemAndre Weissflog2024-10-141-1/+1
* | sokol_imgui.h: bindings cleanup changes (except d3d11/hlsl)Andre Weissflog2024-10-141-648/+1023
|/
* sokol_imgui.h: fix unused warning with SOKOL_IMGUI_NO_SOKOL_APPAndre Weissflog2024-09-201-2/+5
* sokol_imgui.h: update for Dear ImGui 1.91.1 (fixed https://github.com/floooh...Andre Weissflog2024-09-101-6/+8
* sokol_gfx.h: remove SG_FILTER_NONE (fixes #929)Andre Weissflog2024-09-021-1/+0
* sokol_imgui.h zig bindings wipAndre Weissflog2024-05-301-17/+10
* Merge branch 'master' into storage-buffersAndre Weissflog2024-04-211-0/+12
|\
| * Merge branch 'master' of https://github.com/elloramir/sokol into elloramir-ma...Andre Weissflog2024-03-211-0/+6
| |\
| | * resolve texture leak on new font loadingello2024-03-191-0/+8
| | * fix font loading to work with more fonts than default oneelloramir2024-03-131-7/+5
| * | sokol_imgui.h: assert against texture leakage when calling simgui_create_font...Andre Weissflog2024-03-141-0/+6
| |/
* | update embedded shaders for changed wgpu bind slots and glsl v410Andre Weissflog2024-04-151-45/+49
* | replace SOKOL_GLCORE33 with SOKOL_GLCOREAndre Weissflog2024-03-101-4/+4
|/
* Merge branch 'font_texture' of https://github.com/Dvad/sokol into Dvad-font_t...Andre Weissflog2024-03-021-35/+64
|\
| * [sokol_imgui] add optional argument to simgui_create_fonts_textureDavid Caruso2024-02-221-14/+25