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_app.h win32: start with mouse-lock
Andre Weissflog
2020-07-23
1
-16
/
+57
|
*
sokol_app.h macos: mouse-lock feature finished
Andre Weissflog
2020-07-21
1
-3
/
+11
|
*
sokol_app.h macOS: fix the one 'jitter event' when mouse lock is activated
Andre Weissflog
2020-07-20
1
-29
/
+1
|
*
sokol_app.h macOS: mouse-lock fixes
Andre Weissflog
2020-07-20
1
-5
/
+15
|
*
sokol_app.h: more macOS mouse lock implementation
Andre Weissflog
2020-07-19
1
-10
/
+57
|
*
more pointer-lock impl:
Andre Weissflog
2020-07-18
1
-124
/
+129
|
*
sokol_app.h: move clipboard and mouse state into nested structs
Andre Weissflog
2020-07-18
1
-79
/
+87
|
*
sokol_app.h win32: move win32_mouse_tracked into _sapp_win32_t struct
Andre Weissflog
2020-07-18
1
-4
/
+4
|
*
sokol_app.h: start with pointer-lock support
Andre Weissflog
2020-07-17
1
-12
/
+35
*
|
update README
Andre Weissflog
2020-07-22
1
-2
/
+5
*
|
Add a warning about not using cmake 3.18 on Windows to the README
Andre Weissflog
2020-07-22
1
-1
/
+8
*
|
sokol_gfx.h win32: add glClearBufferiv to mini-GL-loader
Andre Weissflog
2020-07-21
1
-0
/
+1
*
|
sokol_gfx.h GL: fix clear stencil buffer bug (fixes #340)
Andre Weissflog
2020-07-21
1
-2
/
+2
*
|
Merge pull request #337 from bqqbarbhg/master
Andre Weissflog
2020-07-20
1
-1
/
+1
|
\
\
|
*
|
Pass event handle to WaitForSingleObject() by value
bqqbarbhg
2020-07-19
1
-1
/
+1
|
/
/
*
/
sokol_app.h: fix typo which broke clipboard support in emscripten backend
Andre Weissflog
2020-07-18
1
-2
/
+2
|
/
*
sokol_gfx.h Metal: fixes for mixing Metal and sokol-gfx rendering.
Andre Weissflog
2020-07-16
1
-10
/
+44
*
fix readme typo
Andre Weissflog
2020-07-15
1
-2
/
+2
*
sokol_app.h win32/macos: mouse cursor show/hide changes
Andre Weissflog
2020-07-14
2
-28
/
+36
*
sokol_app.h: documentation fixes
Andre Weissflog
2020-07-14
1
-34
/
+33
*
more README cleanup
Andre Weissflog
2020-07-13
1
-25
/
+21
*
README tweak
Andre Weissflog
2020-07-13
1
-2
/
+1
*
Merge pull request #331 from floooh/sokol-app-restruct
Andre Weissflog
2020-07-13
3
-1977
/
+1861
|
\
|
*
update README
Andre Weissflog
2020-07-13
1
-2
/
+44
|
*
sokol_app.h ios/macos: ARC related comment fixes
Andre Weissflog
2020-07-13
1
-9
/
+9
|
*
sokol_app.h ios/macos: remove the autoreleasepool around the view draw callback
Andre Weissflog
2020-07-13
1
-9
/
+5
|
*
sokol_app.h ios/macOS: more code cleanup
Andre Weissflog
2020-07-11
1
-46
/
+14
|
*
sokol_app.h macos metal: get rid of the MTKViewDelegate object
Andre Weissflog
2020-07-09
1
-24
/
+9
|
*
sokol_app.h macos: bugfix canBecomeKey -> canBecomeKeyView
Andre Weissflog
2020-07-09
1
-1
/
+1
|
*
sokol_gfx.h metal: use objc_arc_fields, and add non-ARC support
Andre Weissflog
2020-07-05
1
-113
/
+144
|
*
sokol_app.h: some minor code cleanup
Andre Weissflog
2020-07-05
1
-3
/
+0
|
*
sokol_app.h iOS cleanup:
Andre Weissflog
2020-07-04
1
-88
/
+126
|
*
sokol_app.h macos GL: don't fire resized event during initialization
Andre Weissflog
2020-07-03
1
-1
/
+3
|
*
sokol_app.h macos: more code cleanup, and workaround for initial frame size b...
Andre Weissflog
2020-07-03
1
-82
/
+91
|
*
sokol_app.h: add support for building with ARC disabled
Andre Weissflog
2020-07-01
1
-6
/
+3
|
*
sokol_app.h macos: more code cleanup
Andre Weissflog
2020-06-30
1
-72
/
+126
|
*
merge from master
Andre Weissflog
2020-06-30
4
-19
/
+37
|
|
\
|
|
/
|
/
|
*
|
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_app.h emsc: surround WebGPU specific struct with ifdef SOKOL_WGPU
Andre Weissflog
2020-06-29
1
-2
/
+5
|
*
sokol_app.h: make _sapp_run() function names backend-specific
Andre Weissflog
2020-06-29
1
-13
/
+30
|
*
sokol_app.h win32: some more mini-GL loader tweaks
Andre Weissflog
2020-06-29
1
-97
/
+97
|
*
sokol_app.h win32/wgl: move the GL loader around a bit
Andre Weissflog
2020-06-28
1
-365
/
+365
|
*
sokol_app.h: rewrite the Win32 mini-GL loader to use an x-macro
Andre Weissflog
2020-06-28
1
-383
/
+115
|
*
sokol_app.h code cleanup.
Andre Weissflog
2020-06-28
1
-53
/
+55
|
*
sokol_gfx.h: integrate X11/GLX app state into common _sapp struct
Andre Weissflog
2020-06-27
1
-264
/
+254
|
*
sokol_gfx.h: integrate Android app state into common _sapp struct
Andre Weissflog
2020-06-27
1
-195
/
+187
|
*
more sokol_app.h impl restructuring WIP
Andre Weissflog
2020-06-25
1
-424
/
+449
|
*
sokol_app.h: fix iOS build
Andre Weissflog
2020-06-24
1
-5
/
+5
[prev]
[next]