aboutsummaryrefslogtreecommitdiff
path: root/util/sokol_imgui.h
Commit message (Expand)AuthorAgeFilesLines
...
| * [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
|/
* simplify logging preprocessor macrosAndre Weissflog2022-10-221-1/+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
* Language bindings: fix new allocator callbacks (#671)Andre Weissflog2022-05-301-5/+2
* 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-151-25/+103
* sokol_imgui.h: new function simgui_map_keycode() to map sokol_app.h to Dear I...Andre Weissflog2022-05-141-0/+13
* 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
* 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