index
:
floooh/sokol.git
drop-mtkview
master
nyalloc-spritebatch
sapp-multiwindow
vk-swapchain-maintenance1
Sokol single-header libraries
Andre Weissflog
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
update readme
Andre Weissflog
2019-07-06
1
-4
/
+6
*
|
readme typo
Andre Weissflog
2019-07-06
1
-1
/
+1
*
|
new sokol_fetch.h header (#178)
Andre Weissflog
2019-07-06
4
-7
/
+2664
*
|
Merge pull request #175 from waywardmonkeys/fix-typos
Andre Weissflog
2019-06-26
7
-10
/
+10
|
\
\
|
*
|
Fix typos.
Bruce Mitchener
2019-06-26
7
-10
/
+10
|
/
/
*
|
sokol_imgui.h / sokol_cimgui.h: fix high-dpi related display size bug
Andre Weissflog
2019-06-11
2
-8
/
+8
*
|
sokol_app.h Windows: fix compile error (typo)
Andre Weissflog
2019-06-11
1
-1
/
+1
*
|
sokol_app.h windows: minor code cleanup
Andre Weissflog
2019-06-11
1
-8
/
+2
*
|
sokol_app.h emsc: cleanup window/fb size oddity in (fixes #168)
Andre Weissflog
2019-06-11
1
-10
/
+9
*
|
README: update 'planned features' for sokol_app.h
Andre Weissflog
2019-06-11
1
-3
/
+0
*
|
sokol_app.h: minor header docs improvements
Andre Weissflog
2019-06-11
1
-14
/
+24
*
|
sokol_app.h: comment doc typo
Andre Weissflog
2019-06-10
1
-1
/
+1
*
|
readme tweak
Andre Weissflog
2019-06-10
1
-1
/
+2
*
|
mention the new sokol_app.h quit-featues in the README
Andre Weissflog
2019-06-10
1
-0
/
+15
*
|
Programmatic quit for sokol_app.h (#166)
Andre Weissflog
2019-06-10
1
-17
/
+175
*
|
README updated
Andre Weissflog
2019-06-08
1
-0
/
+11
*
|
sokol_app.h macOS: don't check for key-repeat in flagsChanged events
Andre Weissflog
2019-06-08
1
-1
/
+1
*
|
sokol_app.h: add a sapp_frame_count() function, and make frame-count 64-bits
Andre Weissflog
2019-06-08
1
-9
/
+31
*
|
sokol_app.h: add key_repeat flag to feature matrix, some doc updates
Andre Weissflog
2019-06-08
1
-3
/
+1
*
|
sokol_app.h emscripten: add event key_repeat support
Andre Weissflog
2019-06-08
1
-0
/
+1
*
|
Implement key repeat flag. (#164)
Scott Lembcke
2019-06-08
1
-14
/
+34
*
|
sokol_audio.h: add saudio_userdata() and saudio_query_desc() functions
Andre Weissflog
2019-06-05
1
-0
/
+12
*
|
sokol_app.h: new function sapp_userdata() and sapp_query_desc()
Andre Weissflog
2019-06-05
1
-0
/
+16
*
|
Add SOKOL_DLL support to all headers. (#163)
Andre Weissflog
2019-06-04
11
-11
/
+156
*
|
sokol_gfx.h: new sg_backend enum for Metal on iOS Simulator
Andre Weissflog
2019-06-04
1
-1
/
+6
*
|
SAPP_KEYCODE_KP_5 for Linux. (#161)
Scott Lembcke
2019-06-04
1
-0
/
+1
*
|
add a note to the README about fips+emscripten changes
Andre Weissflog
2019-05-31
1
-0
/
+5
*
|
emscripten: remove leading underscore in EM_JS function names, causes problem...
Andre Weissflog
2019-05-30
3
-15
/
+15
*
|
mention D3D bytecode support in sokol-shdc in README
Andre Weissflog
2019-05-27
1
-7
/
+11
*
|
Remove need for SOKOL_D3D11_SHADER_COMPILER (#157)
Andre Weissflog
2019-05-27
2
-35
/
+51
*
|
sokoL_app.h: update feature matrix (GL is actually supported on Mac
Andre Weissflog
2019-05-26
1
-1
/
+1
*
|
README: fix sokol-shdc docs link
Andre Weissflog
2019-05-24
1
-1
/
+1
*
|
README: mention that shader-bytecode-generation for Metal works now
Andre Weissflog
2019-05-24
1
-0
/
+6
*
|
sokol-gfx: add a docs section on portable vertex formats, and 'unlock' 10/10/...
Andre Weissflog
2019-05-23
1
-1
/
+47
*
|
some README tweaks
Andre Weissflog
2019-05-20
1
-8
/
+3
*
|
minor coding-style tweaks
Andre Weissflog
2019-05-20
1
-3
/
+3
*
|
Merge pull request #156 from eloraiby/fix/glGetString
Andre Weissflog
2019-05-20
1
-49
/
+55
|
\
\
|
*
|
Fix crash when glGetString returns NULL on GL_EXTENSIONS
Wael El Oraiby
2019-05-19
1
-49
/
+55
|
/
/
*
|
README: typo
Andre Weissflog
2019-05-16
1
-1
/
+1
*
|
README: add links to the new cimgui.h samples
Andre Weissflog
2019-05-16
1
-2
/
+8
*
|
mention the new cimgui headers in the READMEs
Andre Weissflog
2019-05-16
2
-0
/
+9
|
/
*
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
7
-610
/
+624
*
|
fix a texture binding bug for GLES2/WebGL in the new clear-bind-slot code
Andre Weissflog
2019-05-15
1
-2
/
+10
*
|
README: mention the new shader-cross-compiler solution
Andre Weissflog
2019-05-15
1
-8
/
+22
*
|
sokol_gfx.h: fix and improve sg_shader_desc documentation
Andre Weissflog
2019-05-14
1
-9
/
+29
*
|
sokol_gfx.h: Cleanup resource 'unbinding' behaviour... (#152)
Andre Weissflog
2019-05-13
2
-35
/
+139
*
|
add a .editorconfig file
Andre Weissflog
2019-05-09
1
-0
/
+8
|
/
[prev]
[next]