| Commit message (Expand) | Author | Age | Files | Lines |
| * | added function prototypes, removed imguikey function, and added documentation... | Benjamin Trosch | 2023-07-10 | 1 | -46/+89 |
| * | made sokol_imgui event functions that were sapp agnostic public | Benjamin Trosch | 2023-07-09 | 1 | -118/+142 |
| * | sokol_imgui.h: improve touch interactions | Andre Weissflog | 2023-05-20 | 1 | -6/+52 |
| * | Remove GLES2/WebGL1 support. (#821) | Andre Weissflog | 2023-04-30 | 1 | -42/+46 |
| * | Merge branch 'master' of https://github.com/legends2k/sokol into legends2k-ma... | Andre Weissflog | 2023-01-16 | 1 | -5/+5 |
| |\ |
|
| | * | sokol_imgui.h: Fix obsolete key modifier enum usages | Sundaram Ramaswamy | 2022-12-14 | 1 | -5/+5 |
| * | | corect pos/button event order | Alec | 2022-12-13 | 1 | -4/+4 |
| |/ |
|
| * | simplify logging preprocessor macros | Andre Weissflog | 2022-10-22 | 1 | -1/+1 |
| * | sokol_imgui.h: new config options disable_set_mouse_cursor and disable_window... | Andre Weissflog | 2022-07-10 | 1 | -23/+43 |
| * | sokol_imgui.h: update mouse cursor image | Andre Weissflog | 2022-07-10 | 1 | -0/+19 |
| * | Write alpha for ImGui draw ops. (#687) | Luigi Rosso | 2022-07-10 | 1 | -2/+13 |
| * | fix: clipboard paste didn't work on Windows | Namek | 2022-06-14 | 1 | -1/+1 |
| * | Language bindings: fix new allocator callbacks (#671) | Andre Weissflog | 2022-05-30 | 1 | -5/+2 |
| * | Move tests over from sokol-samples (#666) | Andre Weissflog | 2022-05-23 | 1 | -2/+2 |
| * | sokol_imgui.h: fix key code backward compatibility | Andre Weissflog | 2022-05-18 | 1 | -13/+24 |
| * | Add memory allocator callbacks to sokol headers. (#662) | Andre Weissflog | 2022-05-15 | 1 | -25/+103 |
| * | sokol_imgui.h: new function simgui_map_keycode() to map sokol_app.h to Dear I... | Andre Weissflog | 2022-05-14 | 1 | -0/+13 |
| * | sokol_imgui.h: minor doc improvements | Andre Weissflog | 2022-02-09 | 1 | -3/+13 |
| * | sokol_imgui.h: replace simgui_desc.disable_hotkeys with .disable_paste_override | Andre Weissflog | 2022-02-08 | 1 | -9/+13 |
| * | sokol_imgui.h: add simgui_desc.disable_hotkeys back in, but implemented diffe... | Andre Weissflog | 2022-02-08 | 1 | -2/+3 |
| * | sokol_imgui.h: updates for Dear ImGui v1.87 (#628) | Andre Weissflog | 2022-02-08 | 1 | -112/+220 |
| * | Add missing imgui kp enter map | Sean Bohan | 2022-01-21 | 1 | -0/+1 |
| * | sokol_imgui.h: remove simgui_desc_t.dpi_scale, update documentation | Andre Weissflog | 2022-01-17 | 1 | -13/+13 |
| * | sokol_imgui.h: add C++ wrapper for simgui_new_frame() | Andre Weissflog | 2022-01-17 | 1 | -0/+1 |
| * | sokol_imgui.h: breaking change to take per-frame dpi_scale value | Andre Weissflog | 2022-01-16 | 1 | -7/+20 |
| * | sokol_imgui.h: use ImDrawCmd::IdxOffset | Jeremy Jaussaud | 2022-01-07 | 1 | -3/+1 |
| * | sokol_imgui.h: fix case when rendering a cmdlist without vertices (fixes #558) | Andre Weissflog | 2021-09-12 | 1 | -21/+22 |
| * | sokol_nuklear.h, sokol_imgui.h: cleanup no-sokol-app vs dummy-backend confusion | Andre Weissflog | 2021-04-06 | 1 | -6/+8 |
| * | sokol_imgui.h: fix compile if built with SOKOL_DUMMY_BACKEND | Daniel Ludwig | 2021-04-06 | 1 | -2/+2 |
| * | sokol_imgui.h: fix MSVC warnings and do some code cleanup | Andre Weissflog | 2021-02-14 | 1 | -9/+7 |
| * | sokol_imgui.h: rewrite rendering code to only do one buffer update per frame ... | Andre Weissflog | 2021-02-14 | 1 | -34/+88 |
| * | Language-binding-friendly API changes. (#458) | Andre Weissflog | 2021-02-10 | 1 | -42/+37 |
| * | move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guard | Andre Weissflog | 2020-11-28 | 1 | -3/+3 |
| * | make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup... | Andre Weissflog | 2020-11-28 | 1 | -4/+6 |
| * | document SOKOL_API_DECL (these macros are still valid) | Andre Weissflog | 2020-11-28 | 1 | -0/+1 |
| * | Auto-generated distinct macros per lib. Resolves #428 | Borislav Stanimirov | 2020-11-19 | 1 | -11/+15 |
| * | sokol_imgui.h: fix a bug in vertex offset dirty check (fixes #418) | Andre Weissflog | 2020-11-02 | 1 | -2/+2 |
| * | sokol_imgui.h: add some docs notes about simgui_desc.ini_filename | Andre Weissflog | 2020-09-28 | 1 | -4/+10 |
| * | add missing sg_push/pop_debug_group() calls to sokol_debugtext.h, sokol_gl.h,... | Andre Weissflog | 2020-06-28 | 1 | -0/+2 |
| * | sokol_imgui.h d3d11: replace embedded shader code with sokol-shdc generated | Andre Weissflog | 2020-06-21 | 1 | -264/+107 |
| * | sokol_imgui.h gl,metal,wgpu: use sokol-shdc generated embedded shader code | Andre Weissflog | 2020-06-21 | 1 | -271/+1136 |
| * | sokol_gl.h, sokol_imgui.h: replace embedded D3D11 shaders with SM 4.0 | Andre Weissflog | 2020-06-20 | 1 | -286/+254 |
| * | fix warnings in D3D11 code path and clang-msvc | Eduardo Bart | 2020-06-01 | 1 | -1/+1 |
| * | fix various MSVC warnings in C++ mode | Andre Weissflog | 2020-05-28 | 1 | -1/+1 |
| * | add missing C++ reference-based function wrappers | Andre Weissflog | 2020-05-28 | 1 | -0/+4 |
| * | sokol_imgui.h: add wgpu shader bytecode | Andre Weissflog | 2020-03-19 | 1 | -2/+202 |
| * | merge from master | Andre Weissflog | 2020-03-19 | 1 | -4/+6 |
| |\ |
|
| | * | sokol_imgui.h: fixed gcc 9 warning ignored-qualifiers | Borislav Stanimirov | 2020-02-18 | 1 | -2/+2 |
| | * | sokol_imgui.h: fix compilation with SOKOL_IMGUI_NO_SOKOL_APP | Andre Weissflog | 2020-02-02 | 1 | -2/+4 |
| * | | prepare sokol_imgui.h for wgpu | Andre Weissflog | 2020-03-19 | 1 | -2/+6 |
| |/ |
|