aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * sokol_app.h x11: new key mapping code cleanupAndre Weissflog2024-07-141-12/+9
| * sokol_app.h x11: fix gcc warningsAndre Weissflog2024-07-141-2/+2
| * sokol_app.h x11: layout independent keymapping doneAndre Weissflog2024-07-141-134/+5
| * sokol_app.h x11: layout independent keymapping wipAndre Weissflog2024-07-141-7/+359
| * sokol_gfx.h x11: event related code cleanupAndre Weissflog2024-07-141-257/+314
|/
* fix bindgen readmeAndre Weissflog2024-07-101-2/+3
* Merge pull request #1077 from skejeton/skj-add-extra-rshift-scancodeAndre Weissflog2024-07-091-0/+1
|\
| * Add extra shift scancode.ske2024-07-091-0/+1
|/
* update changelogAndre Weissflog2024-07-041-0/+5
* sokol_audio.h: add an assert to public API funcs to make sure that saudio_set...Andre Weissflog2024-07-041-0/+13
* Merge pull request #1072 from AlfayezDev/logs/SG_TRACE_HOOKSAndre Weissflog2024-07-021-1/+1
|\
| * rename def in logMohammed Alfayez2024-07-021-1/+1
|/
* sokol_app.h: remove leftover mentions of GL 3.2Andre Weissflog2024-06-241-5/+5
* fix changelog typosAndre Weissflog2024-06-191-5/+5
* Merge pull request #1065 from floooh/issue1063-d3d11-tex3d-updateAndre Weissflog2024-06-193-13/+39
|\
| * update readme and changelogAndre Weissflog2024-06-192-1/+15
| * sokol_gfx.h d3d11: fix sg_update_image() for 3D textures (fixes #1063)Andre Weissflog2024-06-181-12/+24
|/
* sokol_fetch.h: suppress new msvc warning 'potential mod by 0'Andre Weissflog2024-06-171-0/+10
* Merge pull request #1059 from kassane/d_imguiAndre Weissflog2024-06-031-0/+5
|\
| * add sokol_imgui and sokol_fetch supportMatheus C. França2024-06-011-0/+5
|/
* Merge pull request #1058 from floooh/sokol-imgui-bindingsAndre Weissflog2024-06-014-18/+32
|\
| * update changelog (sokol_imgui.h support for Zig bindings)Andre Weissflog2024-06-011-0/+18
| * sokol_imgui.h zig bindings wipAndre Weissflog2024-05-303-18/+14
|/
* fix readme typoAndre Weissflog2024-05-251-1/+1
* readme.md: add Crank the World demo linkAndre Weissflog2024-05-251-0/+3
* Merge pull request #1055 from kimshrier/fix-include-for-freebsdAndre Weissflog2024-05-251-1/+5
|\
| * fix include to work on FreeBSDKim Shrier2024-05-241-1/+5
|/
* Added Samogonki to list related projectsAndre Weissflog2024-05-191-0/+2
* Merge pull request #1049 from trace-andreason/masterAndre Weissflog2024-05-171-1/+1
|\
| * add asRange helper to fetch binding generationTrace Andreason2024-05-161-1/+1
|/
* fix changelog typosAndre Weissflog2024-05-161-1/+1
* bindings CI: pin the zig version for the test-d step to 0.12.0 for nowAndre Weissflog2024-05-151-0/+2
* gen_zig.py: sfetch.zig => fetch.zigAndre Weissflog2024-05-151-1/+1
* update changelog (https://github.com/floooh/sokol/pull/1048)Andre Weissflog2024-05-151-0/+9
* Merge pull request #1048 from trace-andreason/masterAndre Weissflog2024-05-153-11/+16
|\
| * fetch only zigTrace Andreason2024-05-142-4/+7
| * remove callback typedefTrace Andreason2024-05-142-12/+7
| * sokol fetchTrace Andreason2024-05-132-0/+7
|/
* add PR link to changelog (https://github.com/floooh/sokol/pull/955)Andre Weissflog2024-05-131-0/+2
* add sokol-d bindings to readme and update changelogAndre Weissflog2024-05-132-2/+13
* Merge branch 'kassane-dlang_bindgen'Andre Weissflog2024-05-134-1/+574
|\
| * gen_d.py: remove 'scope' on extern(C) function argsAndre Weissflog2024-05-121-5/+5
| * gen_d.py: add a 'scope' to all ref and ptr argsAndre Weissflog2024-05-111-7/+7
| * Merge branch 'dlang_bindgen' of https://github.com/kassane/sokol into kassane...Andre Weissflog2024-05-114-1/+574
| |\
| | * dlang_genMatheus Catarino França2024-04-024-1/+574
* | | sokol_app.h wgpu: add a bounds check to the wgpu feature detection codeAndre Weissflog2024-05-131-1/+7
* | | Merge branch 'jdah-master'Andre Weissflog2024-05-133-6/+38
|\ \ \ | |/ / |/| |
| * | update changelog (https://github.com/floooh/sokol/pull/1045)Andre Weissflog2024-05-131-0/+15
| * | sokol_app.h wgpu: fix detection of optional features and add FilterableFloat ...Andre Weissflog2024-05-131-2/+8
| * | mark float32 texture formats as filterable if supported by devicejdah2024-05-111-4/+15
|/ /