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 macos+gl: move GL_SILENCE_DEPRECATION define in front of Cocoa.h
Andre Weissflog
2025-09-04
1
-18
/
+3
|
*
|
sokol_app.h macos+gl: explicitly disable -Wdeprecated-declarations (not sure ...
Andre Weissflog
2025-09-04
1
-0
/
+16
|
*
|
sokol_app.h wgpu: remove an incorrect assert
Andre Weissflog
2025-09-04
1
-1
/
+0
|
*
|
sokol_app.h: macos+wgpu backend done
Andre Weissflog
2025-09-04
1
-33
/
+56
|
*
|
sokol_app.h macos: more wgpu integration wip
Andre Weissflog
2025-09-03
1
-14
/
+39
|
*
|
sokol_gfx.h wgpu: fix integer conversion warning when compiling on Apple Clang
Andre Weissflog
2025-09-03
1
-1
/
+1
|
*
|
sokol_app.h macos: wgpu integration wip
Andre Weissflog
2025-09-03
1
-38
/
+147
|
/
/
*
|
Merge pull request #1325 from floooh/sokol-app-cleanup
Andre Weissflog
2025-09-03
1
-403
/
+331
|
\
\
|
*
|
sokol_app.h: fix emscripten build
Andre Weissflog
2025-09-03
1
-1
/
+1
|
*
|
sokol_app.h ios: isolate metal vs gles3 specific code
Andre Weissflog
2025-09-03
1
-69
/
+95
|
*
|
sokol_app.h macos: remove to outcommented _sapp_macos_poll_input_events func
Andre Weissflog
2025-09-03
1
-45
/
+0
|
*
|
sokol_app.h code cleanup wip
Andre Weissflog
2025-09-03
1
-300
/
+247
|
/
/
*
|
Merge pull request #1324 from floooh/Seb-degraff-sapp-fullscreen-web
Andre Weissflog
2025-09-01
3
-2
/
+90
|
\
\
|
*
|
sokol_app.h web: minor js code cleanup fix
Andre Weissflog
2025-09-01
1
-1
/
+1
|
*
|
sokol_app.h web: fix c++ compilation
Andre Weissflog
2025-09-01
1
-6
/
+6
|
*
|
update changelog and readme, fix some sokol_app.h comments
Andre Weissflog
2025-09-01
3
-5
/
+18
|
*
|
sokol_app.h web: fix typo which caused Closure error in release mode
Andre Weissflog
2025-09-01
1
-1
/
+1
|
*
|
sokol_app.h web: fix the case where a user actively leaves fullscreen mode (t...
Andre Weissflog
2025-09-01
1
-6
/
+12
|
*
|
sokol_app.h web: use the promise returned by request/exitFullscreen to determ...
Andre Weissflog
2025-09-01
1
-25
/
+45
|
*
|
Merge branch 'sapp-fullscreen-web' of github.com:Seb-degraff/sokol into Seb-d...
Andre Weissflog
2025-09-01
1
-1
/
+50
|
/
|
|
|
*
|
sokol_app: updated documentation for web fullscreen support
Sebastien de Graffenried
2025-08-31
1
-1
/
+6
|
*
|
sokol_app: added web fullscreen support
Sebastien de Graffenried
2025-08-31
1
-0
/
+44
*
|
|
Merge branch 'Seb-degraff-sapp-macos-cursor-fix'
Andre Weissflog
2025-09-01
2
-0
/
+7
|
\
\
\
|
*
|
|
update changelog (https://github.com/floooh/sokol/pull/1323)
Andre Weissflog
2025-09-01
1
-0
/
+4
|
*
|
|
Merge branch 'sapp-macos-cursor-fix' of github.com:Seb-degraff/sokol into Seb...
Andre Weissflog
2025-09-01
1
-0
/
+3
|
/
|
|
|
|
*
|
|
sokol_app, macos: fix not showing the correct cursor sometimes
Sebastien de Graffenried
2025-08-31
1
-0
/
+3
|
|
/
/
*
|
|
Merge pull request #1321 from floooh/Seb-degraff-sapp-custom-mouse-cursor-image
Andre Weissflog
2025-09-01
3
-82
/
+375
|
\
\
\
|
*
|
|
update changelog and readme (https://github.com/floooh/sokol/pull/1321)
Andre Weissflog
2025-09-01
2
-1
/
+13
|
*
|
|
sokol_app.h web: fix an emscripten warning
Andre Weissflog
2025-08-31
1
-1
/
+1
|
*
|
|
sokol_app.h web: minor code cleanup in js code (let => const)
Andre Weissflog
2025-08-31
1
-1
/
+1
|
*
|
|
sokol_app.h web: move the custom cursor image encoding fully to the js side
Andre Weissflog
2025-08-31
1
-71
/
+59
|
*
|
|
sokol_app.h web: fix custom cursor images
Andre Weissflog
2025-08-31
1
-9
/
+6
|
*
|
|
sokol_app.h linux: fix custom cursor code to not use uint64_t handles
Andre Weissflog
2025-08-30
1
-46
/
+50
|
*
|
|
sokol_app.h win32: fix win32 custom cursor code to not use uint64_t handles
Andre Weissflog
2025-08-30
1
-18
/
+28
|
*
|
|
sokol_app.h macos: fix custom mouse cursor handling to work with ARC
Andre Weissflog
2025-08-30
1
-44
/
+47
|
*
|
|
sokol_app.h win32: simplify the unbind custom cursor before destroy from last...
Andre Weissflog
2025-08-30
1
-14
/
+10
|
*
|
|
sokol_app.h win32: fix DestroyIcon failing when unbinding active custom mouse...
Andre Weissflog
2025-08-30
1
-8
/
+20
|
*
|
|
sokol_app.h: fix a comment typo
Andre Weissflog
2025-08-30
1
-1
/
+1
|
*
|
|
Merge branch 'sapp-custom-mouse-cursor-image' of github.com:Seb-degraff/sokol...
Andre Weissflog
2025-08-30
1
-45
/
+316
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Merge branch 'floooh:master' into sapp-custom-mouse-cursor-image
Seb-degraff
2025-08-17
4
-6
/
+25
|
|
|
\
\
|
|
*
|
|
sapp custom cursor image: finish removal of sapp_mouse_cursor_image (windows ...
Sebastien de Graffenried
2025-08-17
1
-19
/
+14
|
|
*
|
|
sapp custom cursor image: cleanup
Sebastien de Graffenried
2025-08-17
1
-50
/
+39
|
|
*
|
|
sapp custom cursor image: updated emscripten for fixed slot api, moved css pr...
Sebastien de Graffenried
2025-08-17
1
-46
/
+46
|
|
*
|
|
sapp custom cursor image: cleanup, remove sapp_mouse_cursor_image from interf...
Sebastien de Graffenried
2025-08-16
1
-75
/
+55
|
|
*
|
|
sapp custom cursor image: fix cursor appearance not changing when binding an ...
Sebastien de Graffenried
2025-08-16
1
-0
/
+12
|
|
*
|
|
sapp custom cursor image: added convenience return value to sapp_bind_mouse_c...
Sebastien de Graffenried
2025-08-16
1
-2
/
+3
|
|
*
|
|
sapp custom cursor image: cleanup, unbind all cursor images on shutdown
Sebastien de Graffenried
2025-08-16
1
-18
/
+10
|
|
*
|
|
sapp custom cursor image: start move to better api
Sebastien de Graffenried
2025-08-16
1
-13
/
+58
|
|
*
|
|
sapp_make_mouse_cursor_image: make desc param const and move cursor_hotspot i...
Sebastien de Graffenried
2025-08-10
1
-23
/
+23
|
|
*
|
|
fix syntax error on windows
seb
2025-08-10
1
-2
/
+2
[prev]
[next]