aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | sokol_app.h uwp: fix dpi handlingAndre Weissflog2020-09-141-49/+30
* | | | sokol_fetch.h: fix validation log messagesAndre Weissflog2020-09-121-4/+4
* | | | sokol_app.h uwp: last round of code cleanupAndre Weissflog2020-09-111-750/+681
* | | | sokol_app.h: more code cleanupAndre Weissflog2020-09-101-314/+151
* | | | sokol_app.h uwp: fix mouse button inputAndre Weissflog2020-09-091-34/+61
* | | | sokol_gfx uwp: fix lmb/mmb mixup, but need to figure out how to properly dete...Andre Weissflog2020-09-081-4/+3
* | | | sokol_memtrack.h: pointer casts when compiled as C++Andre Weissflog2020-09-081-2/+2
* | | | sokol_app.h uwp: use WinMain instead of wWinMainAndre Weissflog2020-09-061-3/+2
* | | | sokol_app.h uwp: fix unused argument warningsAndre Weissflog2020-09-061-0/+21
* | | | sokol_app.h: remove the sokol_gfx include warning in the UWP code pathAndre Weissflog2020-09-031-3/+0
* | | | sokol_app.h uwp: more post-merge fixesAndre Weissflog2020-09-031-14/+13
* | | | post-merge cleanupAndre Weissflog2020-09-021-122/+0
* | | | Merge branch 'sapp_uwp' of https://github.com/Aftnet/sokol into Aftnet-sapp_uwpAndre Weissflog2020-09-021-97/+1465
|\ \ \ \ | |/ / / |/| | |
| * | | Stop pressing B on gamepad from closing app on XboxAlberto Fustinoni2020-08-191-2/+12
| * | | Add show/hide mouse cursor to UWP implementationAlberto Fustinoni2020-08-181-1/+12
| * | | sokol_app UWP implementationAlberto Fustinoni2020-08-011-218/+1443
| | |/ | |/|
* | | sokol_app.h bugfix: move EMSCRIPTEN_KEEPALIVE funcs into extern CAndre Weissflog2020-09-011-18/+26
* | | sokol_gfx.h D3D11 backend: use D3D11 C++ API if impl compiled as C++ (#366)Andre Weissflog2020-08-313-116/+534
* | | sokol_fontstash.h: silence a false positive clang analyzer warningAndre Weissflog2020-08-251-1/+13
* | | sokol_gfx_imgui.h: fix an (uncritical) clang analyzer warningAndre Weissflog2020-08-251-66/+125
* | | README: mention the new userdata callbacks in sokol_gfx.hAndre Weissflog2020-08-241-1/+7
* | | sokol_gfx.h wgpu: implement the optional userdata callbacksAndre Weissflog2020-08-241-10/+18
* | | sokol_gfx.h d3d11: implement alternative userdata callbacks for d3d11Andre Weissflog2020-08-241-5/+22
* | | sokol_gfx.h: put the callback userdata pointer into the backend-specific cont...Andre Weissflog2020-08-241-5/+16
* | | sokol_gfx.h metal: alternative userdata versions of callback functions in sg_...Andre Weissflog2020-08-241-8/+45
| |/ |/|
* | sokol_gfx.h gl: invalidate state cache items on resource destruction (fixes #...Andre Weissflog2020-08-211-75/+127
* | sokol_gfx.h: some minor documentation fixesAndre Weissflog2020-08-181-12/+15
* | more minor sokol_args.h documentation fixesAndre Weissflog2020-08-171-1/+4
* | sokol_args.h: fix documentationAndre Weissflog2020-08-171-10/+8
* | Merge pull request #355 from RandyGaul/masterAndre Weissflog2020-08-171-0/+5
|\ \
| * | Correct number of spacesRandyGaul2020-08-171-5/+5
| * | Update docs concerning sg_drawRandyGaul2020-08-171-0/+5
|/ /
* | sokol_gfx.h: add some FIXME comments to _sg_init_pass()Andre Weissflog2020-08-021-0/+2
* | sokol_gfx.h: trying to create a pipeline object with an invalid shader now re...Andre Weissflog2020-08-021-2/+6
* | sokol_gfx.h d3d11: don't assert if D3D11 shader can't be created (instead cre...Andre Weissflog2020-08-021-25/+29
* | Merge pull request #344 from bqqbarbhg/saudio-dummy-backend-includesAndre Weissflog2020-08-021-6/+24
|\ \
| * | Don't include platform headers if SOKOL_DUMMY_BACKEND is definedbqqbarbhg2020-07-281-6/+24
| |/
* | update readmeAndre Weissflog2020-08-021-1/+18
* | Merge pull request #348 from floooh/pointer-lock-2Andre Weissflog2020-08-021-214/+732
|\ \ | |/ |/|
| * sokol_app.h: add documentation for mouse lockAndre Weissflog2020-08-011-2/+92
| * sokol_app.h wasm: integrate mouse wheel scaling (fixes #339)Andre Weissflog2020-07-311-2/+10
| * sokol_app.h wasm: mouse-lock completeAndre Weissflog2020-07-301-26/+67
| * sokol_app.h wasm: mouse-lock preparationsAndre Weissflog2020-07-291-0/+35
| * sokol_app.h wasm: update mouse_dx/dyAndre Weissflog2020-07-291-4/+11
| * sokol_app.h linux: mouse lock completeAndre Weissflog2020-07-281-6/+74
| * sokol_app.h linux: implement sapp_show_mouse() and more mouse lock WIP.Andre Weissflog2020-07-271-2/+48
| * sokol_app.h linux: mouse lock preparationsAndre Weissflog2020-07-271-3/+29
| * sokol_app.h win32: mouse lock fully implementedAndre Weissflog2020-07-251-3/+84
| * sokol_app.h win32: fix pragma warning push/popAndre Weissflog2020-07-251-6/+8
| * sokol_app.h: fix some doc typosAndre Weissflog2020-07-251-2/+2