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
/
sokol_app.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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
1
-4
/
+9
*
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 '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
|
|
/
*
|
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
1
-0
/
+10
|
|
\
|
*
|
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
|
*
|
custom cursor image: fix color components order on linux
seb_degraff
2025-08-10
1
-5
/
+5
|
*
|
sokol_app: assert cursor_image arg is not null in sapp_set_mouse_cursor_image
Sebastien de Graffenried
2025-08-09
1
-0
/
+1
|
*
|
fix
Sebastien de Graffenried
2025-08-06
1
-3
/
+3
|
*
|
fix
Sebastien de Graffenried
2025-08-06
1
-1
/
+1
|
*
|
fixes
Sebastien de Graffenried
2025-08-06
1
-1
/
+3
|
*
|
fix CI errors/warnings
Sebastien de Graffenried
2025-08-06
1
-1
/
+7
|
*
|
fixed web errors and warnings
Sebastien de Graffenried
2025-08-06
1
-14
/
+14
|
*
|
CI fix
Sebastien de Graffenried
2025-08-05
1
-0
/
+1
|
*
|
(attempt to) fix ARC errors
Sebastien de Graffenried
2025-08-05
1
-4
/
+5
|
*
|
fix CI errors
Sebastien de Graffenried
2025-08-05
1
-6
/
+6
|
*
|
sokol_app: added support for custom mouse cursor images
Sebastien de Graffenried
2025-08-05
1
-46
/
+292
*
|
|
sokol_app.h: wait for X11 VisibilityNotify event when mapping window
Joan Ripoll
2025-08-27
1
-6
/
+17
|
|
/
|
/
|
*
|
Avoid mingw/gcc warnings
Cloud Wu
2025-08-13
1
-0
/
+10
*
|
Revert "Avoid warning in mingw"
Cloud Wu
2025-08-13
1
-15
/
+11
*
|
Avoid warning in mingw
Cloud Wu
2025-08-13
1
-11
/
+15
|
/
[prev]
[next]