aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* sokol_nuklear.h, sokol_imgui.h: cleanup no-sokol-app vs dummy-backend confusionAndre Weissflog2021-04-062-12/+16
* sokol_nuklear.h: fix an unused warning with SOKOL_NUKLEAR_NO_SOKOL_APPAndre Weissflog2021-04-061-1/+1
* fix compilation with dummy backend in various util headersAndre Weissflog2021-04-063-6/+6
* Merge pull request #505 from code-disaster/imgui-dummy-backend-buildAndre Weissflog2021-04-061-2/+2
|\
| * sokol_imgui.h: fix compile if built with SOKOL_DUMMY_BACKENDDaniel Ludwig2021-04-061-2/+2
|/
* update changelog and readmeAndre Weissflog2021-04-012-1/+11
* sokol_app.h iOS: low- vs high-dpi fixes for Metal and GL.Andre Weissflog2021-04-011-24/+37
* update changelog and readmeAndre Weissflog2021-03-312-1/+14
* sokol_audio.h macOS: don't include macOS framework headers by default. (#501)Andre Weissflog2021-03-311-13/+112
* Merge pull request #498 from garettbass/garett/update-gen_x.pyAndre Weissflog2021-03-312-10/+10
|\
| * fix Nim cstring argument typeGarett Bass2021-03-271-1/+1
| * updated gen_x.py to use sokol_app.c, sokol_gfx.c, instead of sokol_app_gfx.cGarett Bass2021-03-272-9/+9
* | sokol_app.h: fix a comment typoAndre Weissflog2021-03-291-1/+1
|/
* README: add a link to the manual build instructions in the sokol-samples READMEAndre Weissflog2021-03-271-0/+3
* sokol_app.h win32: call freopen_s() instead freopen() to silence deprecation ...Andre Weissflog2021-03-271-4/+6
* sokol_audio.h: add build instructions for building with MINGW gccAndre Weissflog2021-03-271-4/+13
* sokol_app.h win32: include wchar.h (for wcslen), add build instructions for M...Andre Weissflog2021-03-271-1/+6
* sokol_audio.h: platform detection fixesAndre Weissflog2021-03-271-5/+11
* sokol_audio.h: clean up platform detection macrosAndre Weissflog2021-03-271-182/+205
* sokol_app.h macOS: temporarily out-comment event-pollingAndre Weissflog2021-03-231-0/+9
* fix a changelog typoAndre Weissflog2021-03-201-1/+1
* Merge pull request #495 from floooh/gl-loaderAndre Weissflog2021-03-204-487/+532
|\
| * update readme and changelogAndre Weissflog2021-03-202-1/+20
| * sokol_gfx.h: replace SOKOL_WIN32_NO_GL_LOADER with SOKOL_EXTERNAL_GL_LOADER, ...Andre Weissflog2021-03-201-74/+75
| * sokol_app.h linux: remove GL includeAndre Weissflog2021-03-191-4/+3
| * sokol_app.h macOS,iOS,emscripten,Android: remove GL header includesAndre Weissflog2021-03-191-21/+1
| * sokol_app.h, sokol_gfx.h: move Win32 GL loader from sokol_app.h to sokol_gfx.hAndre Weissflog2021-03-193-433/+479
|/
* Merge pull request #489 from ikrima/fix-wrong-warn-disableAndre Weissflog2021-03-041-1/+1
|\
| * fix: looks like incorrect warning disable based on comment and commit detailsikrima2021-03-041-1/+1
|/
* Merge pull request #487 from garettbass/masterAndre Weissflog2021-02-274-1/+577
|\
| * remove old AttachConsole() etc from main/WinMainGarett Bass2021-02-261-12/+0
| * Merge branch 'master' of https://github.com/floooh/sokolGarett Bass2021-02-261-42/+57
| |\ | |/ |/|
* | gen_zig.py: allow function arg-type overrides, allow ignored structsAndre Weissflog2021-02-261-42/+57
| * added nim support to bindgenGarett Bass2021-02-254-1/+577
| * Merge branch 'master' of https://github.com/floooh/sokolGarett Bass2021-02-258-56/+343
| |\ | |/ |/|
* | sokol_app.h macOS: use NSEventTrackingRunLoopMode for event pollingAndre Weissflog2021-02-251-1/+3
* | sokol_audio.h: ARC vs no-ARC fix for iOSAndre Weissflog2021-02-221-0/+2
* | remove the somewhat obsolete note at top of changelogAndre Weissflog2021-02-221-2/+0
* | mention PR #483 in changelog and readmeAndre Weissflog2021-02-222-1/+6
* | Merge branch 'randrew-app-mac-improve-input-latency'Andre Weissflog2021-02-221-5/+50
|\ \
| * | Merge branch 'app-mac-improve-input-latency' of https://github.com/randrew/so...Andre Weissflog2021-02-221-5/+50
|/| |
| * | Improve macOS mouse latency and stale positioningcancel2021-02-201-5/+50
* | | fix github CI Android buildAndre Weissflog2021-02-211-19/+22
* | | Merge branch 'randrew-app-mac-fix-10.12'Andre Weissflog2021-02-211-1/+5
|\ \ \
| * | | Merge branch 'app-mac-fix-10.12' of https://github.com/randrew/sokol into ran...Andre Weissflog2021-02-211-1/+5
|/| | |
| * | | Fix sokol_app.h not building on macOS 10.12cancel2021-02-201-1/+5
| |/ /
* | | sokol_app.h win32: make the /subsystem selection a bit more explicitAndre Weissflog2021-02-201-2/+6
* | | sokol_app.h win32: don't force /subsystem:windows if SOKOL_NO_ENTRY is definedAndre Weissflog2021-02-201-1/+1
* | | update README and CHANGELOGAndre Weissflog2021-02-192-2/+8
* | | sokol_app.h: documentation for the new console output optionsAndre Weissflog2021-02-191-3/+33