aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | sokol_app.h macos+gl: move GL_SILENCE_DEPRECATION define in front of Cocoa.hAndre Weissflog2025-09-041-18/+3
| * | sokol_app.h macos+gl: explicitly disable -Wdeprecated-declarations (not sure ...Andre Weissflog2025-09-041-0/+16
| * | sokol_app.h wgpu: remove an incorrect assertAndre Weissflog2025-09-041-1/+0
| * | sokol_app.h: macos+wgpu backend doneAndre Weissflog2025-09-041-33/+56
| * | sokol_app.h macos: more wgpu integration wipAndre Weissflog2025-09-031-14/+39
| * | sokol_gfx.h wgpu: fix integer conversion warning when compiling on Apple ClangAndre Weissflog2025-09-031-1/+1
| * | sokol_app.h macos: wgpu integration wipAndre Weissflog2025-09-031-38/+147
|/ /
* | Merge pull request #1325 from floooh/sokol-app-cleanupAndre Weissflog2025-09-031-403/+331
|\ \
| * | sokol_app.h: fix emscripten buildAndre Weissflog2025-09-031-1/+1
| * | sokol_app.h ios: isolate metal vs gles3 specific codeAndre Weissflog2025-09-031-69/+95
| * | 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
|/ /
* | Merge pull request #1324 from floooh/Seb-degraff-sapp-fullscreen-webAndre Weissflog2025-09-013-2/+90
|\ \
| * | 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-013-5/+18
| * | 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 'Seb-degraff-sapp-macos-cursor-fix'Andre Weissflog2025-09-012-0/+7
|\ \ \
| * | | update changelog (https://github.com/floooh/sokol/pull/1323)Andre Weissflog2025-09-011-0/+4
| * | | 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
| |/ /
* | | Merge pull request #1321 from floooh/Seb-degraff-sapp-custom-mouse-cursor-imageAndre Weissflog2025-09-013-82/+375
|\ \ \
| * | | update changelog and readme (https://github.com/floooh/sokol/pull/1321)Andre Weissflog2025-09-012-1/+13
| * | | 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-174-6/+25
| | |\ \
| | * | | 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