aboutsummaryrefslogtreecommitdiff
path: root/util/sokol_imgui.h
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* sokol_imgui.h: use ImDrawCmd::IdxOffsetJeremy Jaussaud2022-01-071-3/+1
* sokol_imgui.h: fix case when rendering a cmdlist without vertices (fixes #558)Andre Weissflog2021-09-121-21/+22
* sokol_nuklear.h, sokol_imgui.h: cleanup no-sokol-app vs dummy-backend confusionAndre Weissflog2021-04-061-6/+8
* sokol_imgui.h: fix compile if built with SOKOL_DUMMY_BACKENDDaniel Ludwig2021-04-061-2/+2
* 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
* Language-binding-friendly API changes. (#458)Andre Weissflog2021-02-101-42/+37
* move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guardAndre Weissflog2020-11-281-3/+3
* make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup...Andre Weissflog2020-11-281-4/+6
* document SOKOL_API_DECL (these macros are still valid)Andre Weissflog2020-11-281-0/+1
* Auto-generated distinct macros per lib. Resolves #428Borislav Stanimirov2020-11-191-11/+15
* sokol_imgui.h: fix a bug in vertex offset dirty check (fixes #418)Andre Weissflog2020-11-021-2/+2
* sokol_imgui.h: add some docs notes about simgui_desc.ini_filenameAndre Weissflog2020-09-281-4/+10
* add missing sg_push/pop_debug_group() calls to sokol_debugtext.h, sokol_gl.h,...Andre Weissflog2020-06-281-0/+2
* sokol_imgui.h d3d11: replace embedded shader code with sokol-shdc generatedAndre Weissflog2020-06-211-264/+107
* sokol_imgui.h gl,metal,wgpu: use sokol-shdc generated embedded shader codeAndre Weissflog2020-06-211-271/+1136
* sokol_gl.h, sokol_imgui.h: replace embedded D3D11 shaders with SM 4.0Andre Weissflog2020-06-201-286/+254
* fix warnings in D3D11 code path and clang-msvcEduardo Bart2020-06-011-1/+1
* fix various MSVC warnings in C++ modeAndre Weissflog2020-05-281-1/+1
* add missing C++ reference-based function wrappersAndre Weissflog2020-05-281-0/+4
* sokol_imgui.h: add wgpu shader bytecodeAndre Weissflog2020-03-191-2/+202
* merge from masterAndre Weissflog2020-03-191-4/+6
|\
| * sokol_imgui.h: fixed gcc 9 warning ignored-qualifiersBorislav Stanimirov2020-02-181-2/+2
| * sokol_imgui.h: fix compilation with SOKOL_IMGUI_NO_SOKOL_APPAndre Weissflog2020-02-021-2/+4
* | prepare sokol_imgui.h for wgpuAndre Weissflog2020-03-191-2/+6
|/