aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | continue with macOS window codeAndre Weissflog2021-04-191-127/+175
* | continue with macOS window codeAndre Weissflog2021-04-181-240/+334
* | some intermediate code cleanupAndre Weissflog2021-04-181-43/+61
* | sokol_app.h: window pool code, and some better platform-specific code structureAndre Weissflog2021-04-171-18/+298
* | sokol_app.h: start with multiwindowAndre Weissflog2021-04-161-278/+344
|/
* sokol_gfx.h Metal: handle currentDrawable == nil (fixes #504)Andre Weissflog2021-04-141-5/+8
* sokol_app.h x11: make modifier behaviour in key/button down/up events consist...Andre Weissflog2021-04-131-10/+40
* mention mouse button modifiers in changelog and readmeAndre Weissflog2021-04-122-1/+9
* sokol_app.h: add mouse button modifiers (#511)Andre Weissflog2021-04-121-80/+126
* sokol_app.h: fix a misplaced commentAndre Weissflog2021-04-111-2/+2
* update sokol_app.h feature matrix and CHANGELOGAndre Weissflog2021-04-102-1/+9
* sokol_app.h: macOS icon support (dock icon), and bugfix in icon image candida...Andre Weissflog2021-04-101-3/+41
* update README and CHANGELOG (window icon support)Andre Weissflog2021-04-092-1/+6
* sokol_app.h: replace _sapp_fail() with SOKOL_LOG in _sapp_image_validate()Andre Weissflog2021-04-091-1/+1
* Window icon support for sokol_app.h (#509)Andre Weissflog2021-04-092-55/+624
* Merge pull request #510 from garettbass/garett/update-sokol-nimAndre Weissflog2021-04-091-8/+5
|\
| * a few minor updates:Garett Bass2021-04-081-8/+5
|/
* 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