aboutsummaryrefslogtreecommitdiff
path: root/util/sokol_imgui.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * [sokol_imgui] add optional backend interface for font creation/destructionDavid Caruso2024-02-211-24/+42
* | sokol_imgui.h: ignore special ImDrawCallback_ResetRenderState user callback c...Andre Weissflog2024-02-251-7/+18
|/
* Typo fixes.Bruce Mitchener2024-02-081-1/+1
* sokol_imgui.h: fix minor documentation issueAndre Weissflog2023-11-211-2/+2
* Merge branch 'master' into sgfx-wgpuAndre Weissflog2023-10-031-10/+10
|\
| * rename custom allocator callbacks to alloc_fn/free_fnAndre Weissflog2023-09-251-10/+10
* | Merge branch 'master' into sgfx-wgpuAndre Weissflog2023-09-091-2/+10
|\|
| * sokol_imgui.h: fix for cimgui 1.89.9 (fixes #879)Andre Weissflog2023-09-091-2/+10
* | sokoL_imgui.h: allow unfilterable user imagesAndre Weissflog2023-09-071-90/+120
* | sokol_imgui.h wgpu: fix embedded shaderAndre Weissflog2023-09-031-178/+112
* | sg_sampler_type renaming fixesAndre Weissflog2023-08-311-1/+1
|/
* sokol_imgui.h: remove obsolete documentation snippetAndre Weissflog2023-07-261-8/+0
* sokol_imgui.h: add a comment headerAndre Weissflog2023-07-241-0/+7
* sokoL_imgui.h: fix comment typoAndre Weissflog2023-07-241-1/+1
* sokol_imgui.h: add two useful helper functionsAndre Weissflog2023-07-231-2/+33
* sokol_imgui.h: add c++ wrapper func and code cleanupAndre Weissflog2023-07-231-2/+3
* sokol_imgui.h: update documentationAndre Weissflog2023-07-231-1/+93
* sokol_imgui.h: check that API functions are called between setup/shutdownAndre Weissflog2023-07-221-10/+32
* sokol_imgui.h: simgui_image_t implementation finishedAndre Weissflog2023-07-221-53/+291
* sokol_imgui.h: start with simgui_image_t implementationAndre Weissflog2023-07-211-2/+177
* Merge branch 'master' into sgfx-samplers-bindingsAndre Weissflog2023-07-161-102/+169
|\
| * added function prototypes, removed imguikey function, and added documentation...Benjamin Trosch2023-07-101-46/+89
| * made sokol_imgui event functions that were sapp agnostic publicBenjamin Trosch2023-07-091-118/+142
* | sokol_imgui.h: add label to samplerAndre Weissflog2023-07-021-0/+1
* | sokol_imgui.h, sokol_nuklear.h: remove sampler state from textureAndre Weissflog2023-06-241-17/+8
* | sokol_imgui.h: update embedded hlsl4 shadersAndre Weissflog2023-06-231-37/+35
* | sokol_imgui.h: fix for separate images/samplers, new helper function simgui_i...Andre Weissflog2023-06-191-730/+741
|/
* sokol_imgui.h: improve touch interactionsAndre Weissflog2023-05-201-6/+52
* Remove GLES2/WebGL1 support. (#821)Andre Weissflog2023-04-301-42/+46
* Merge branch 'master' of https://github.com/legends2k/sokol into legends2k-ma...Andre Weissflog2023-01-161-5/+5
|\
| * sokol_imgui.h: Fix obsolete key modifier enum usagesSundaram Ramaswamy2022-12-141-5/+5
* | corect pos/button event orderAlec2022-12-131-4/+4
|/