aboutsummaryrefslogtreecommitdiff
path: root/sokol_app.h
Commit message (Expand)AuthorAgeFilesLines
...
* sokol_app.h macos: remove to outcommented _sapp_macos_poll_input_events funcAndre Weissflog2025-09-031-45/+0
* sokol_app.h code cleanup wipAndre Weissflog2025-09-031-300/+247
* sokol_app.h web: minor js code cleanup fixAndre Weissflog2025-09-011-1/+1
* sokol_app.h web: fix c++ compilationAndre Weissflog2025-09-011-6/+6
* update changelog and readme, fix some sokol_app.h commentsAndre Weissflog2025-09-011-4/+9
* sokol_app.h web: fix typo which caused Closure error in release modeAndre Weissflog2025-09-011-1/+1
* sokol_app.h web: fix the case where a user actively leaves fullscreen mode (t...Andre Weissflog2025-09-011-6/+12
* sokol_app.h web: use the promise returned by request/exitFullscreen to determ...Andre Weissflog2025-09-011-25/+45
* Merge branch 'sapp-fullscreen-web' of github.com:Seb-degraff/sokol into Seb-d...Andre Weissflog2025-09-011-1/+50
|\
| * sokol_app: updated documentation for web fullscreen supportSebastien de Graffenried2025-08-311-1/+6
| * sokol_app: added web fullscreen supportSebastien de Graffenried2025-08-311-0/+44
* | Merge branch 'sapp-macos-cursor-fix' of github.com:Seb-degraff/sokol into Seb...Andre Weissflog2025-09-011-0/+3
|\ \
| * | sokol_app, macos: fix not showing the correct cursor sometimesSebastien de Graffenried2025-08-311-0/+3
| |/
* | sokol_app.h web: fix an emscripten warningAndre Weissflog2025-08-311-1/+1
* | sokol_app.h web: minor code cleanup in js code (let => const)Andre Weissflog2025-08-311-1/+1
* | sokol_app.h web: move the custom cursor image encoding fully to the js sideAndre Weissflog2025-08-311-71/+59
* | sokol_app.h web: fix custom cursor imagesAndre Weissflog2025-08-311-9/+6
* | sokol_app.h linux: fix custom cursor code to not use uint64_t handlesAndre Weissflog2025-08-301-46/+50
* | sokol_app.h win32: fix win32 custom cursor code to not use uint64_t handlesAndre Weissflog2025-08-301-18/+28
* | sokol_app.h macos: fix custom mouse cursor handling to work with ARCAndre Weissflog2025-08-301-44/+47
* | sokol_app.h win32: simplify the unbind custom cursor before destroy from last...Andre Weissflog2025-08-301-14/+10
* | sokol_app.h win32: fix DestroyIcon failing when unbinding active custom mouse...Andre Weissflog2025-08-301-8/+20
* | sokol_app.h: fix a comment typoAndre Weissflog2025-08-301-1/+1
* | Merge branch 'sapp-custom-mouse-cursor-image' of github.com:Seb-degraff/sokol...Andre Weissflog2025-08-301-45/+316
|\ \ | |/ |/|
| * Merge branch 'floooh:master' into sapp-custom-mouse-cursor-imageSeb-degraff2025-08-171-0/+10
| |\
| * | sapp custom cursor image: finish removal of sapp_mouse_cursor_image (windows ...Sebastien de Graffenried2025-08-171-19/+14
| * | sapp custom cursor image: cleanupSebastien de Graffenried2025-08-171-50/+39
| * | sapp custom cursor image: updated emscripten for fixed slot api, moved css pr...Sebastien de Graffenried2025-08-171-46/+46
| * | sapp custom cursor image: cleanup, remove sapp_mouse_cursor_image from interf...Sebastien de Graffenried2025-08-161-75/+55
| * | sapp custom cursor image: fix cursor appearance not changing when binding an ...Sebastien de Graffenried2025-08-161-0/+12
| * | sapp custom cursor image: added convenience return value to sapp_bind_mouse_c...Sebastien de Graffenried2025-08-161-2/+3
| * | sapp custom cursor image: cleanup, unbind all cursor images on shutdownSebastien de Graffenried2025-08-161-18/+10
| * | sapp custom cursor image: start move to better apiSebastien de Graffenried2025-08-161-13/+58
| * | sapp_make_mouse_cursor_image: make desc param const and move cursor_hotspot i...Sebastien de Graffenried2025-08-101-23/+23
| * | fix syntax error on windowsseb2025-08-101-2/+2
| * | custom cursor image: fix color components order on linuxseb_degraff2025-08-101-5/+5
| * | sokol_app: assert cursor_image arg is not null in sapp_set_mouse_cursor_imageSebastien de Graffenried2025-08-091-0/+1
| * | fixSebastien de Graffenried2025-08-061-3/+3
| * | fixSebastien de Graffenried2025-08-061-1/+1
| * | fixesSebastien de Graffenried2025-08-061-1/+3
| * | fix CI errors/warningsSebastien de Graffenried2025-08-061-1/+7
| * | fixed web errors and warningsSebastien de Graffenried2025-08-061-14/+14
| * | CI fixSebastien de Graffenried2025-08-051-0/+1
| * | (attempt to) fix ARC errorsSebastien de Graffenried2025-08-051-4/+5
| * | fix CI errorsSebastien de Graffenried2025-08-051-6/+6
| * | sokol_app: added support for custom mouse cursor imagesSebastien de Graffenried2025-08-051-46/+292
* | | sokol_app.h: wait for X11 VisibilityNotify event when mapping windowJoan Ripoll2025-08-271-6/+17
| |/ |/|
* | Avoid mingw/gcc warningsCloud Wu2025-08-131-0/+10
* | Revert "Avoid warning in mingw"Cloud Wu2025-08-131-15/+11
* | Avoid warning in mingwCloud Wu2025-08-131-11/+15
|/