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_spritebatch.h
Stuart
2021-06-30
1
-0
/
+852
*
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
*
sokol_nuklear.h: add a note about the implementation not supporting to be com...
Andre Weissflog
2021-02-13
1
-0
/
+4
*
sokol_nuklear.h: oops, don't memleak on vertex/index-buffer-overflow
Andre Weissflog
2021-02-13
1
-35
/
+34
*
sokol_nuklear.h: add an overflow check for vertex- and index-buffer
Andre Weissflog
2021-02-13
1
-3
/
+21
*
fix gcc warnings
Andre Weissflog
2021-02-12
1
-1
/
+1
*
sokol_nuklear.h: fix D3D11 shader init and MSVC warnings
Andre Weissflog
2021-02-12
1
-25
/
+21
*
sokol_nuklear.h fixes
Andre Weissflog
2021-02-12
1
-8
/
+5
*
sokol_nuklear.h: update for sokol-gfx API changes, fix sign-conversion warnings
Andre Weissflog
2021-02-11
1
-29
/
+30
*
Merge branch 'sokol_nuklear' of https://github.com/wmerrifield/sokol into wme...
Andre Weissflog
2021-02-11
1
-0
/
+2136
|
\
|
*
sokol_nuklear.h: initial commit
Warren Merrifield
2021-02-01
1
-0
/
+2136
*
|
suppress some VS2015 warnings
Andre Weissflog
2021-02-10
1
-0
/
+1
*
|
Language-binding-friendly API changes. (#458)
Andre Weissflog
2021-02-10
7
-307
/
+366
|
/
*
bindgen preparations (#443)
Andre Weissflog
2020-12-20
1
-2
/
+2
*
sokol_gfx_imgui.h: add the new uninit/dealloc functions (untested)
Andre Weissflog
2020-12-02
1
-0
/
+295
*
move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guard
Andre Weissflog
2020-11-28
7
-21
/
+21
*
make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup...
Andre Weissflog
2020-11-28
7
-26
/
+43
*
document SOKOL_API_DECL (these macros are still valid)
Andre Weissflog
2020-11-28
7
-4
/
+11
*
Merge branch 'distinct_export_macros' of https://github.com/iboB/sokol into i...
Andre Weissflog
2020-11-28
7
-208
/
+236
|
\
|
*
Auto-generated distinct macros per lib. Resolves #428
Borislav Stanimirov
2020-11-19
7
-208
/
+236
*
|
sokol_gfx_imgui.h: ImGui 1.79 API fix (SliderFloat)
Andre Weissflog
2020-11-22
1
-3
/
+3
|
/
*
update main readme, and remove redundant util/README.md
Andre Weissflog
2020-11-17
1
-19
/
+0
*
New header: sokol_shape.h (#427)
Andre Weissflog
2020-11-17
1
-0
/
+1406
*
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
*
merge latest changes from master
Andre Weissflog
2020-09-17
1
-1
/
+1
|
\
|
*
fixing sdtx_putr
rbxnk
2020-09-12
1
-1
/
+1
*
|
sokol_memtrack.h: pointer casts when compiled as C++
Andre Weissflog
2020-09-08
1
-2
/
+2
|
/
*
sokol_fontstash.h: silence a false positive clang analyzer warning
Andre Weissflog
2020-08-25
1
-1
/
+13
*
sokol_gfx_imgui.h: fix an (uncritical) clang analyzer warning
Andre Weissflog
2020-08-25
1
-66
/
+125
*
fixes for cimgui 1.77
Andre Weissflog
2020-06-30
1
-17
/
+17
*
sokol_gfx_imgui.h: fix id collision in call panel if several debug groups wit...
Andre Weissflog
2020-06-28
1
-2
/
+2
*
add missing sg_push/pop_debug_group() calls to sokol_debugtext.h, sokol_gl.h,...
Andre Weissflog
2020-06-28
3
-0
/
+18
*
sokol_fontstash.h d3d11: use sokol-shdc generated shader code
Andre Weissflog
2020-06-21
1
-278
/
+108
*
sokol_fontstash.h gl,metal,wgpu: use sokol-shdc generated embedded shader code
Andre Weissflog
2020-06-21
1
-244
/
+1169
*
sokol_imgui.h d3d11: replace embedded shader code with sokol-shdc generated
Andre Weissflog
2020-06-21
1
-264
/
+107
[next]