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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sokol_fontstash.h: remove clang analyzer workaround
Andre Weissflog
2022-08-07
1
-13
/
+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
*
"are implements" -> "are implemented"
Cedric Hutchings
2022-06-01
1
-1
/
+1
*
Language bindings: fix new allocator callbacks (#671)
Andre Weissflog
2022-05-30
5
-25
/
+10
*
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
6
-278
/
+688
*
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_nuklear.h: fix sg_image handling (fixes #656)
Andre Weissflog
2022-04-25
1
-1
/
+8
*
sokol_fontstash.h: fix documentation (fixes #652)
Andre Weissflog
2022-04-12
1
-4
/
+4
*
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
*
sokol_shape.h: fix missing braces warning, instead of suppressing the warning
Andre Weissflog
2022-02-01
1
-5
/
+5
*
sokol_shapes: remove the -Wmissing-braces suppression (not needed anymore?)
Andre Weissflog
2022-02-01
1
-1
/
+0
*
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
*
Support integer uniform types (#606)
Andre Weissflog
2022-01-08
1
-21
/
+104
*
sokol_imgui.h: use ImDrawCmd::IdxOffset
Jeremy Jaussaud
2022-01-07
1
-3
/
+1
*
fixed sokol_debugtext.h for SOKOL_WGPU backend
Matt Chiasson
2021-12-30
1
-5
/
+3
*
sokol_gfx_imgui.h: fixes for cimgui v1.86
Andre Weissflog
2021-12-26
1
-44
/
+44
*
add point size attribute to sokol_fontstash.h
Jason Liang
2021-11-30
1
-914
/
+946
*
Add point size support to sokol_gl.h (#581)
Andre Weissflog
2021-11-18
1
-945
/
+982
*
sokol_imgui.h: fix case when rendering a cmdlist without vertices (fixes #558)
Andre Weissflog
2021-09-12
1
-21
/
+22
*
minor API tweaks in sokol_gl.h and sokol_debugtext.h (see CHANGELOG.md)
Andre Weissflog
2021-08-21
2
-4
/
+24
*
sokol_nuklear.h: remove NK_ALIGNOF macro, which causes an UB warning in recen...
Andre Weissflog
2021-08-20
1
-1
/
+1
*
sokol_gl.h: context support (#549)
Andre Weissflog
2021-08-20
1
-341
/
+969
*
sokol_gl.h: fix a confusing (but correct) piece of init code
Andre Weissflog
2021-08-11
1
-2
/
+1
*
sokol_gfx_imgui.h: add public struct names (fixes #544)
Andre Weissflog
2021-08-03
1
-65
/
+65
*
sg_color utilities (#527)
Stuart Adams
2021-06-21
2
-0
/
+1648
*
sokol_gfx_imgui.h: add missing ETC2 pixel format names
Andre Weissflog
2021-05-11
1
-0
/
+3
*
sokol_gfx.h: add a gl_max_vertex_uniform_vectors item to sg_limits
Andre Weissflog
2021-05-11
1
-0
/
+1
*
Typo fix in sokol_fontstash.h documentation
Stuart Adams
2021-05-11
1
-1
/
+1
*
Window icon support for sokol_app.h (#509)
Andre Weissflog
2021-04-09
1
-0
/
+1
*
sokol_nuklear.h, sokol_imgui.h: cleanup no-sokol-app vs dummy-backend confusion
Andre Weissflog
2021-04-06
2
-12
/
+16
*
sokol_nuklear.h: fix an unused warning with SOKOL_NUKLEAR_NO_SOKOL_APP
Andre Weissflog
2021-04-06
1
-1
/
+1
*
fix compilation with dummy backend in various util headers
Andre Weissflog
2021-04-06
3
-6
/
+6
*
sokol_imgui.h: fix compile if built with SOKOL_DUMMY_BACKEND
Daniel Ludwig
2021-04-06
1
-2
/
+2
*
sokol_shape.h: fix some doc typos
Andre Weissflog
2021-02-19
1
-3
/
+3
*
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
*
sokol_nuklear.h: coding style
Andre Weissflog
2021-02-13
1
-4
/
+4
*
sokol_nuklear.h: use C99 designated init for sg_shader_desc init
Andre Weissflog
2021-02-13
1
-56
/
+70
*
sokol_nuklear.h: fix a clang analyzer warning (non-critical)
Andre Weissflog
2021-02-13
1
-1
/
+2
[next]