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
*
Initial clipboard support (#237)
Andre Weissflog
2019-12-02
1
-14
/
+121
*
sokol_imgui.h: also check WantCaptureMouse when returning from input handler
Andre Weissflog
2019-11-16
1
-1
/
+1
*
sokol_imgui.h: don't forward 'special keys' as character codes to imgui
Andre Weissflog
2019-11-09
1
-5
/
+11
*
sokoL_gfx_imgui.h: add missing vertex formats
Andre Weissflog
2019-11-09
1
-0
/
+2
*
sokol_imgui.h: support VtxOffset for rendering large meshes
Andre Weissflog
2019-10-30
1
-5
/
+8
*
sokol_imgui.h: fix for cimgui 1.73
Andre Weissflog
2019-09-25
1
-2
/
+2
*
sokol_gfx GL: clamp-to-border support
Andre Weissflog
2019-09-07
1
-1
/
+1
*
sokol_gfx.h Metal: initial border color support for macOS
Andre Weissflog
2019-09-06
1
-0
/
+12
*
replace pragma once with include guards in the util headers too (see #205 and...
Andre Weissflog
2019-09-02
4
-5
/
+11
*
sokol_gl.h: explain the draw command merging in the documentation header
Andre Weissflog
2019-09-02
1
-2
/
+23
*
sokol_gfx_imgui.h: fix documenetion for merge with sokol_gfx_cimgui.h
Andre Weissflog
2019-08-31
2
-8
/
+14
*
fix sokol_gfx_imgui.h in C mode
Andre Weissflog
2019-08-31
2
-3466
/
+1
*
start merging sokol_gfx_cimgui.h into sokol_gfx_imgui.h
Andre Weissflog
2019-08-30
1
-279
/
+366
*
sokol_gfx GL: query GL_MAX_VERTEX_ATTRIBS (fixes #198)
Andre Weissflog
2019-08-29
1
-0
/
+1
*
MSVC compile fixes
Andre Weissflog
2019-08-28
1
-5
/
+10
*
merge sokol_cimgui.h into sokol_imgui.h
Andre Weissflog
2019-08-28
4
-1127
/
+189
*
mention sokol_fontstash.h in util/README.md
Andre Weissflog
2019-08-26
1
-1
/
+3
*
sokol_fontstash.h: add documentation
Andre Weissflog
2019-08-26
1
-274
/
+358
*
sokol_fontstash.h: fix embedded D3D11 shader
Andre Weissflog
2019-08-26
1
-308
/
+277
*
sokol_fontstash.h: fix GL shaders
Andre Weissflog
2019-08-25
1
-2
/
+2
*
sokol_gl.h: bugfix, wrong texture applied when texturing disabled
Andre Weissflog
2019-08-25
1
-2
/
+3
*
sokol_gl.h: merge a draw command with last one if possible
Andre Weissflog
2019-08-25
1
-10
/
+42
*
sokol_fontstash.h: use linear mag filter
Andre Weissflog
2019-08-24
1
-0
/
+1
*
new sokol_fontstash.h util header (WIP)
Andre Weissflog
2019-08-24
2
-201
/
+734
*
sokol_gl.h: allow to override shader in sgl_make_pipeline()
Andre Weissflog
2019-08-24
1
-1
/
+4
*
start with sokol_text.h
Andre Weissflog
2019-08-22
1
-0
/
+201
*
sokol_gl.h: fix extern C
Andre Weissflog
2019-08-22
1
-4
/
+4
*
sokol_gfx_imgui.h: add limits to Capabilities window
Andre Weissflog
2019-07-29
1
-1
/
+8
*
sokol_gfx.h: more GL pixel format cleanup
Andre Weissflog
2019-07-29
1
-9
/
+11
*
sokol_gfx_imgui.h: tweak capabilities window
Andre Weissflog
2019-07-28
1
-7
/
+8
*
rename sg_pixelformat_info.valid to .sample
Andre Weissflog
2019-07-28
2
-2
/
+65
*
split caps into features, limits and pixelformat infos
Andre Weissflog
2019-07-25
2
-2
/
+2
*
sokol_gfx.h: new pixelformat and caps code complete
Andre Weissflog
2019-07-24
2
-164
/
+120
*
sokol_imgui/cimgui.h: set viewport and scissor to 'fullscreen' on entry and e...
Andre Weissflog
2019-07-11
2
-12
/
+17
*
sokol_imgui.h / sokol_cimgui.h: init viewport to defined state before rendering
Andre Weissflog
2019-07-09
2
-2
/
+14
*
Fix typos.
Bruce Mitchener
2019-06-26
5
-6
/
+6
*
sokol_imgui.h / sokol_cimgui.h: fix high-dpi related display size bug
Andre Weissflog
2019-06-11
2
-8
/
+8
*
Add SOKOL_DLL support to all headers. (#163)
Andre Weissflog
2019-06-04
5
-6
/
+76
*
mention the new cimgui headers in the READMEs
Andre Weissflog
2019-05-16
1
-0
/
+3
*
some cleanup in sokol_cimgui.h
Andre Weissflog
2019-05-16
1
-336
/
+335
*
Merge pull request #149 from prime31/cimgui-bindings
Andre Weissflog
2019-05-16
2
-0
/
+4461
|
\
|
*
added cimgui wrapper and gfx debugger
prime31
2019-05-08
2
-0
/
+4461
*
|
added a project URL to the docs-comment block of all headers
Andre Weissflog
2019-05-15
3
-606
/
+612
|
/
*
Fix new warnings in gcc 6.5
Andre Weissflog
2019-05-04
1
-62
/
+69
*
sokol_gfx_imgui.h: fix use of deprecated ImGui enums
Daniel Ludwig
2019-05-02
1
-6
/
+6
*
update util/README.md
Andre Weissflog
2019-04-29
1
-2
/
+1
*
Move vertex-attr names/semantics from sg_pipeline_desc to sg_shader_desc (#146)
Andre Weissflog
2019-04-26
3
-35
/
+43
*
sokol_gl.h: fix new gcc warning
Andre Weissflog
2019-04-24
1
-1
/
+2
*
sokol_gl.h: fix VS warnings when compiled in C++ mode
Andre Weissflog
2019-04-24
1
-14
/
+15
*
sokol_gl.h: minor doc fixes
Andre Weissflog
2019-04-20
1
-1
/
+2
[next]