| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | continue with macOS window code | Andre Weissflog | 2021-04-19 | 1 | -127/+175 |
| * | | continue with macOS window code | Andre Weissflog | 2021-04-18 | 1 | -240/+334 |
| * | | some intermediate code cleanup | Andre Weissflog | 2021-04-18 | 1 | -43/+61 |
| * | | sokol_app.h: window pool code, and some better platform-specific code structure | Andre Weissflog | 2021-04-17 | 1 | -18/+298 |
| * | | sokol_app.h: start with multiwindow | Andre Weissflog | 2021-04-16 | 1 | -278/+344 |
| |/ |
|
| * | sokol_gfx.h Metal: handle currentDrawable == nil (fixes #504) | Andre Weissflog | 2021-04-14 | 1 | -5/+8 |
| * | sokol_app.h x11: make modifier behaviour in key/button down/up events consist... | Andre Weissflog | 2021-04-13 | 1 | -10/+40 |
| * | mention mouse button modifiers in changelog and readme | Andre Weissflog | 2021-04-12 | 2 | -1/+9 |
| * | sokol_app.h: add mouse button modifiers (#511) | Andre Weissflog | 2021-04-12 | 1 | -80/+126 |
| * | sokol_app.h: fix a misplaced comment | Andre Weissflog | 2021-04-11 | 1 | -2/+2 |
| * | update sokol_app.h feature matrix and CHANGELOG | Andre Weissflog | 2021-04-10 | 2 | -1/+9 |
| * | sokol_app.h: macOS icon support (dock icon), and bugfix in icon image candida... | Andre Weissflog | 2021-04-10 | 1 | -3/+41 |
| * | update README and CHANGELOG (window icon support) | Andre Weissflog | 2021-04-09 | 2 | -1/+6 |
| * | sokol_app.h: replace _sapp_fail() with SOKOL_LOG in _sapp_image_validate() | Andre Weissflog | 2021-04-09 | 1 | -1/+1 |
| * | Window icon support for sokol_app.h (#509) | Andre Weissflog | 2021-04-09 | 2 | -55/+624 |
| * | Merge pull request #510 from garettbass/garett/update-sokol-nim | Andre Weissflog | 2021-04-09 | 1 | -8/+5 |
| |\ |
|
| | * | a few minor updates: | Garett Bass | 2021-04-08 | 1 | -8/+5 |
| |/ |
|
| * | sokol_nuklear.h, sokol_imgui.h: cleanup no-sokol-app vs dummy-backend confusion | Andre Weissflog | 2021-04-06 | 2 | -12/+16 |
| * | sokol_nuklear.h: fix an unused warning with SOKOL_NUKLEAR_NO_SOKOL_APP | Andre Weissflog | 2021-04-06 | 1 | -1/+1 |
| * | fix compilation with dummy backend in various util headers | Andre Weissflog | 2021-04-06 | 3 | -6/+6 |
| * | Merge pull request #505 from code-disaster/imgui-dummy-backend-build | Andre Weissflog | 2021-04-06 | 1 | -2/+2 |
| |\ |
|
| | * | sokol_imgui.h: fix compile if built with SOKOL_DUMMY_BACKEND | Daniel Ludwig | 2021-04-06 | 1 | -2/+2 |
| |/ |
|
| * | update changelog and readme | Andre Weissflog | 2021-04-01 | 2 | -1/+11 |
| * | sokol_app.h iOS: low- vs high-dpi fixes for Metal and GL. | Andre Weissflog | 2021-04-01 | 1 | -24/+37 |
| * | update changelog and readme | Andre Weissflog | 2021-03-31 | 2 | -1/+14 |
| * | sokol_audio.h macOS: don't include macOS framework headers by default. (#501) | Andre Weissflog | 2021-03-31 | 1 | -13/+112 |
| * | Merge pull request #498 from garettbass/garett/update-gen_x.py | Andre Weissflog | 2021-03-31 | 2 | -10/+10 |
| |\ |
|
| | * | fix Nim cstring argument type | Garett Bass | 2021-03-27 | 1 | -1/+1 |
| | * | updated gen_x.py to use sokol_app.c, sokol_gfx.c, instead of sokol_app_gfx.c | Garett Bass | 2021-03-27 | 2 | -9/+9 |
| * | | sokol_app.h: fix a comment typo | Andre Weissflog | 2021-03-29 | 1 | -1/+1 |
| |/ |
|
| * | README: add a link to the manual build instructions in the sokol-samples README | Andre Weissflog | 2021-03-27 | 1 | -0/+3 |
| * | sokol_app.h win32: call freopen_s() instead freopen() to silence deprecation ... | Andre Weissflog | 2021-03-27 | 1 | -4/+6 |
| * | sokol_audio.h: add build instructions for building with MINGW gcc | Andre Weissflog | 2021-03-27 | 1 | -4/+13 |
| * | sokol_app.h win32: include wchar.h (for wcslen), add build instructions for M... | Andre Weissflog | 2021-03-27 | 1 | -1/+6 |
| * | sokol_audio.h: platform detection fixes | Andre Weissflog | 2021-03-27 | 1 | -5/+11 |
| * | sokol_audio.h: clean up platform detection macros | Andre Weissflog | 2021-03-27 | 1 | -182/+205 |
| * | sokol_app.h macOS: temporarily out-comment event-polling | Andre Weissflog | 2021-03-23 | 1 | -0/+9 |
| * | fix a changelog typo | Andre Weissflog | 2021-03-20 | 1 | -1/+1 |
| * | Merge pull request #495 from floooh/gl-loader | Andre Weissflog | 2021-03-20 | 4 | -487/+532 |
| |\ |
|
| | * | update readme and changelog | Andre Weissflog | 2021-03-20 | 2 | -1/+20 |
| | * | sokol_gfx.h: replace SOKOL_WIN32_NO_GL_LOADER with SOKOL_EXTERNAL_GL_LOADER, ... | Andre Weissflog | 2021-03-20 | 1 | -74/+75 |
| | * | sokol_app.h linux: remove GL include | Andre Weissflog | 2021-03-19 | 1 | -4/+3 |
| | * | sokol_app.h macOS,iOS,emscripten,Android: remove GL header includes | Andre Weissflog | 2021-03-19 | 1 | -21/+1 |
| | * | sokol_app.h, sokol_gfx.h: move Win32 GL loader from sokol_app.h to sokol_gfx.h | Andre Weissflog | 2021-03-19 | 3 | -433/+479 |
| |/ |
|
| * | Merge pull request #489 from ikrima/fix-wrong-warn-disable | Andre Weissflog | 2021-03-04 | 1 | -1/+1 |
| |\ |
|
| | * | fix: looks like incorrect warning disable based on comment and commit details | ikrima | 2021-03-04 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #487 from garettbass/master | Andre Weissflog | 2021-02-27 | 4 | -1/+577 |
| |\ |
|
| | * | remove old AttachConsole() etc from main/WinMain | Garett Bass | 2021-02-26 | 1 | -12/+0 |
| | * | Merge branch 'master' of https://github.com/floooh/sokol | Garett Bass | 2021-02-26 | 1 | -42/+57 |
| | |\
| |/
|/| |
|
| * | | gen_zig.py: allow function arg-type overrides, allow ignored structs | Andre Weissflog | 2021-02-26 | 1 | -42/+57 |