index
:
floooh/sokol.git
drop-mtkview
master
nyalloc-spritebatch
sapp-multiwindow
vk-swapchain-maintenance1
Sokol single-header libraries
Andre Weissflog
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
sokol_imgui.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into issue1037_bindings_cleanup
Andre Weissflog
2024-10-25
1
-6
/
+6
|
\
|
*
sokol_imgui.h: changed ImTextureID type from void* to uint64_t
Thomas Stehle
2024-10-21
1
-6
/
+6
*
|
sokol_imgui.h: update d3d11 shader blobs
Andre Weissflog
2024-10-15
1
-2
/
+82
*
|
sokol_imgui.h: fix a code style problem
Andre Weissflog
2024-10-14
1
-1
/
+1
*
|
sokol_imgui.h: bindings cleanup changes (except d3d11/hlsl)
Andre Weissflog
2024-10-14
1
-648
/
+1023
|
/
*
sokol_imgui.h: fix unused warning with SOKOL_IMGUI_NO_SOKOL_APP
Andre Weissflog
2024-09-20
1
-2
/
+5
*
sokol_imgui.h: update for Dear ImGui 1.91.1 (fixed https://github.com/floooh...
Andre Weissflog
2024-09-10
1
-6
/
+8
*
sokol_gfx.h: remove SG_FILTER_NONE (fixes #929)
Andre Weissflog
2024-09-02
1
-1
/
+0
*
sokol_imgui.h zig bindings wip
Andre Weissflog
2024-05-30
1
-17
/
+10
*
Merge branch 'master' into storage-buffers
Andre Weissflog
2024-04-21
1
-0
/
+12
|
\
|
*
Merge branch 'master' of https://github.com/elloramir/sokol into elloramir-ma...
Andre Weissflog
2024-03-21
1
-0
/
+6
|
|
\
|
|
*
resolve texture leak on new font loading
ello
2024-03-19
1
-0
/
+8
|
|
*
fix font loading to work with more fonts than default one
elloramir
2024-03-13
1
-7
/
+5
|
*
|
sokol_imgui.h: assert against texture leakage when calling simgui_create_font...
Andre Weissflog
2024-03-14
1
-0
/
+6
|
|
/
*
|
update embedded shaders for changed wgpu bind slots and glsl v410
Andre Weissflog
2024-04-15
1
-45
/
+49
*
|
replace SOKOL_GLCORE33 with SOKOL_GLCORE
Andre Weissflog
2024-03-10
1
-4
/
+4
|
/
*
Merge branch 'font_texture' of https://github.com/Dvad/sokol into Dvad-font_t...
Andre Weissflog
2024-03-02
1
-35
/
+64
|
\
|
*
[sokol_imgui] add optional argument to simgui_create_fonts_texture
David Caruso
2024-02-22
1
-14
/
+25
|
*
[sokol_imgui] add optional backend interface for font creation/destruction
David Caruso
2024-02-21
1
-24
/
+42
*
|
sokol_imgui.h: ignore special ImDrawCallback_ResetRenderState user callback c...
Andre Weissflog
2024-02-25
1
-7
/
+18
|
/
*
Typo fixes.
Bruce Mitchener
2024-02-08
1
-1
/
+1
*
sokol_imgui.h: fix minor documentation issue
Andre Weissflog
2023-11-21
1
-2
/
+2
*
Merge branch 'master' into sgfx-wgpu
Andre Weissflog
2023-10-03
1
-10
/
+10
|
\
|
*
rename custom allocator callbacks to alloc_fn/free_fn
Andre Weissflog
2023-09-25
1
-10
/
+10
*
|
Merge branch 'master' into sgfx-wgpu
Andre Weissflog
2023-09-09
1
-2
/
+10
|
\
|
|
*
sokol_imgui.h: fix for cimgui 1.89.9 (fixes #879)
Andre Weissflog
2023-09-09
1
-2
/
+10
*
|
sokoL_imgui.h: allow unfilterable user images
Andre Weissflog
2023-09-07
1
-90
/
+120
*
|
sokol_imgui.h wgpu: fix embedded shader
Andre Weissflog
2023-09-03
1
-178
/
+112
*
|
sg_sampler_type renaming fixes
Andre Weissflog
2023-08-31
1
-1
/
+1
|
/
*
sokol_imgui.h: remove obsolete documentation snippet
Andre Weissflog
2023-07-26
1
-8
/
+0
*
sokol_imgui.h: add a comment header
Andre Weissflog
2023-07-24
1
-0
/
+7
*
sokoL_imgui.h: fix comment typo
Andre Weissflog
2023-07-24
1
-1
/
+1
*
sokol_imgui.h: add two useful helper functions
Andre Weissflog
2023-07-23
1
-2
/
+33
*
sokol_imgui.h: add c++ wrapper func and code cleanup
Andre Weissflog
2023-07-23
1
-2
/
+3
*
sokol_imgui.h: update documentation
Andre Weissflog
2023-07-23
1
-1
/
+93
*
sokol_imgui.h: check that API functions are called between setup/shutdown
Andre Weissflog
2023-07-22
1
-10
/
+32
*
sokol_imgui.h: simgui_image_t implementation finished
Andre Weissflog
2023-07-22
1
-53
/
+291
*
sokol_imgui.h: start with simgui_image_t implementation
Andre Weissflog
2023-07-21
1
-2
/
+177
*
Merge branch 'master' into sgfx-samplers-bindings
Andre Weissflog
2023-07-16
1
-102
/
+169
|
\
|
*
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: add label to sampler
Andre Weissflog
2023-07-02
1
-0
/
+1
*
|
sokol_imgui.h, sokol_nuklear.h: remove sampler state from texture
Andre Weissflog
2023-06-24
1
-17
/
+8
*
|
sokol_imgui.h: update embedded hlsl4 shaders
Andre Weissflog
2023-06-23
1
-37
/
+35
*
|
sokol_imgui.h: fix for separate images/samplers, new helper function simgui_i...
Andre Weissflog
2023-06-19
1
-730
/
+741
|
/
*
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
|
/
[next]