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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
sokol_gfx_imgui.h: ImGui 1.79 API fix (SliderFloat)
Andre Weissflog
2020-11-22
1
-3
/
+3
*
|
|
Merge pull request #432 from timgates42/bugfix_typo_simultaneously
Andre Weissflog
2020-11-22
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
docs: fix simple typo, simultanously -> simultaneously
Tim Gates
2020-11-22
1
-1
/
+1
|
/
/
*
|
minor readme tweak
Andre Weissflog
2020-11-17
1
-1
/
+1
*
|
update main readme, and remove redundant util/README.md
Andre Weissflog
2020-11-17
2
-26
/
+15
*
|
New header: sokol_shape.h (#427)
Andre Weissflog
2020-11-17
1
-0
/
+1406
*
|
sokol_app.h macOS/Metal: disable MTKView.autoResizeDrawable, fixes #419
Andre Weissflog
2020-11-15
1
-7
/
+10
*
|
Add a PSA about RenderDoc v1.10 to the README
Andre Weissflog
2020-11-08
1
-1
/
+5
|
/
*
sokol_gfx.h d3d11: alternative shader-resource-view injection... (#421)
Andre Weissflog
2020-11-05
1
-99
/
+143
*
Merge branch 'oviano-gl_texture_target' into master
Andre Weissflog
2020-11-04
1
-0
/
+8
|
\
|
*
sokol_gfx.h gl: change sg_image_desc.gl_texture_target to uint32_t
Andre Weissflog
2020-11-04
1
-1
/
+1
|
*
Merge branch 'gl_texture_target' of https://github.com/oviano/sokol into ovia...
Andre Weissflog
2020-11-04
1
-0
/
+8
|
/
|
|
*
Added gl_texture_target option for injected gl textures
Oliver Collyer
2020-10-27
1
-0
/
+8
*
|
Merge branch 'HiberWorld-feature/parse-argv-emscripten' into master
Andre Weissflog
2020-11-04
1
-14
/
+7
|
\
\
|
*
|
sokol_args.h: fix tabs and whitespace
Andre Weissflog
2020-11-04
1
-4
/
+2
|
*
|
Merge branch 'feature/parse-argv-emscripten' of https://github.com/HiberWorld...
Andre Weissflog
2020-11-04
1
-13
/
+8
|
/
|
|
|
*
|
Parse argc/argv in emscripten
Thehink
2020-10-29
1
-13
/
+8
*
|
|
readme typo
Andre Weissflog
2020-11-03
1
-1
/
+1
*
|
|
sokol_app.h emsc: move all EMSCRIPTEN_KEEPALIVE funcs inside extern 'C'
Andre Weissflog
2020-11-03
1
-65
/
+65
*
|
|
sokol_app.h: remaining drag'n'drop stuff for HTML5/WASM (#420)
Andre Weissflog
2020-11-03
2
-21
/
+329
*
|
|
sokol_imgui.h: fix a bug in vertex offset dirty check (fixes #418)
Andre Weissflog
2020-11-02
1
-2
/
+2
*
|
|
some readme updates
Andre Weissflog
2020-11-02
1
-3
/
+7
*
|
|
sokol_gfx/app.h osx+metal+cpp: fix an accidental dependency on c++11 or later
Andre Weissflog
2020-10-29
2
-2
/
+2
|
/
/
*
|
Merge pull request #409 from oviano/device_access
Andre Weissflog
2020-10-28
1
-0
/
+27
|
\
\
|
|
/
|
/
|
|
*
Added sg_xxx_device() for retrieving metal/d3d11 device
Oliver Collyer
2020-10-27
1
-0
/
+27
|
/
*
readme typos
Andre Weissflog
2020-10-27
1
-2
/
+2
*
sokol_app.h emsc: fix a longstanding webgl canvas element id-vs-selector conf...
Andre Weissflog
2020-10-27
2
-35
/
+42
*
readme tweaks
Andre Weissflog
2020-10-27
1
-1
/
+1
*
added @geertarien's sample page to the readme
Andre Weissflog
2020-10-27
1
-0
/
+2
*
fix typo in readme
Andre Weissflog
2020-10-23
1
-1
/
+1
*
add some source code links to the readme
Andre Weissflog
2020-10-22
1
-12
/
+12
*
sokol_app.h: fix doc typo
Andre Weissflog
2020-10-22
1
-1
/
+1
*
mention drag'n'drop in the Updates section
Andre Weissflog
2020-10-22
1
-1
/
+14
*
sokol_app.h: minor docs typo
Andre Weissflog
2020-10-22
1
-6
/
+5
*
sokol_app.h: add drag'n'drop documentation
Andre Weissflog
2020-10-22
1
-3
/
+80
*
sokol_app.h linux: fix percent-decoding in dropped file paths
Andre Weissflog
2020-10-21
1
-3
/
+3
*
sokol_app.h linux: finish drag'n'drop
Andre Weissflog
2020-10-21
1
-4
/
+29
*
sokol_app.h linux: continue with drag'n'drop
Andre Weissflog
2020-10-20
1
-5
/
+133
*
sokol_app.h macos: check for dropped file path too long
Andre Weissflog
2020-10-20
1
-5
/
+29
*
sokol_app.h linux: start drag'n'drop implementation
Andre Weissflog
2020-10-19
1
-3
/
+83
*
sokol_app.h macos: drag'n'drop code fixes
Andre Weissflog
2020-10-17
1
-18
/
+15
*
sokol_app.h win32: more drag'n'drop work:
Andre Weissflog
2020-10-16
1
-48
/
+77
*
sokol_app.h win32: wide_to_utf8 bugfix and handle too long dropped file paths
Andre Weissflog
2020-10-15
1
-7
/
+25
*
sokol_app.h win32: some minor drag'n'drop code cleanup
Andre Weissflog
2020-10-15
1
-31
/
+22
*
resolve merge conflicts
Andre Weissflog
2020-10-15
1
-1
/
+108
|
\
|
*
dragged file API rewrite
prime31
2020-07-29
1
-40
/
+43
|
*
win/mac file drop wip
prime31
2020-07-29
1
-1
/
+104
*
|
sokol_app.h win32: GetModuleHandleA => GetModuleHandleW
Andre Weissflog
2020-10-14
1
-1
/
+1
*
|
sokol_app.h uwp (minor): fix #error message
Andre Weissflog
2020-10-14
1
-1
/
+1
*
|
sokol_app/gfx.h win32: linker dependency cleanup (minor)
Andre Weissflog
2020-10-14
2
-6
/
+8
[prev]
[next]