| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Typo fixes. | Bruce Mitchener | 2024-02-08 | 1 | -1/+1 |
| | | |||||
| * | sokol_app.h, sokol_time.h: update header documentation | Andre Weissflog | 2021-12-27 | 1 | -0/+2 |
| | | |||||
| * | sokol_time.h: add _stm prefix to int64_muldiv() | Andre Weissflog | 2021-12-23 | 1 | -3/+3 |
| | | |||||
| * | sokol_time.h: replace performance.now() with emscripten_get_now() (fixes #592) | Andre Weissflog | 2021-12-11 | 1 | -10/+3 |
| | | |||||
| * | sokol_time.h: add 100 Hz to common refresh rates | Daniel Ludwig | 2021-04-17 | 1 | -0/+1 |
| | | |||||
| * | Language-binding-friendly API changes. (#458) | Andre Weissflog | 2021-02-10 | 1 | -2/+2 |
| | | | | See: https://floooh.github.io/2021/02/07/sokol-api-overhaul.html | ||||
| * | move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guard | Andre Weissflog | 2020-11-28 | 1 | -3/+3 |
| | | |||||
| * | make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are ↵ | Andre Weissflog | 2020-11-28 | 1 | -6/+9 |
| | | | | | supported) | ||||
| * | document SOKOL_API_DECL (these macros are still valid) | Andre Weissflog | 2020-11-28 | 1 | -0/+1 |
| | | |||||
| * | Auto-generated distinct macros per lib. Resolves #428 | Borislav Stanimirov | 2020-11-19 | 1 | -16/+20 |
| | | |||||
| * | fix warnings in D3D11 code path and clang-msvc | Eduardo Bart | 2020-06-01 | 1 | -1/+1 |
| | | |||||
| * | sokol_time.h: new function stm_round_to_common_refresh_rate() | Andre Weissflog | 2020-05-13 | 1 | -0/+38 |
| | | |||||
| * | ifdef guards | martincohen | 2019-09-02 | 1 | -1/+2 |
| | | |||||
| * | Support the ESP8266 embedded hardware | pixelherodev | 2019-08-28 | 1 | -0/+4 |
| | | |||||
| * | Add SOKOL_DLL support to all headers. (#163) | Andre Weissflog | 2019-06-04 | 1 | -1/+15 |
| | | | | | | On Windows, this adds __declspec(dllexport) or __declspec(dllimport) to all function declarations so that the sokol headers can be compiled into a DLL. Fixes #160 . | ||||
| * | emscripten: remove leading underscore in EM_JS function names, causes ↵ | Andre Weissflog | 2019-05-30 | 1 | -3/+3 |
| | | | | | problems with LLVM upstream | ||||
| * | added a project URL to the docs-comment block of all headers | Andre Weissflog | 2019-05-15 | 1 | -0/+2 |
| | | |||||
| * | add 'included' defines to all sokol headers for better error messages when ↵ | Andre Weissflog | 2019-03-09 | 1 | -0/+2 |
| | | | | | included are missing | ||||
| * | add emscripten.h include to sokol_time.h, fixes #127 | Andre Weissflog | 2019-03-06 | 1 | -0/+1 |
| | | |||||
| * | Emscripten platform updates (#116) | Andre Weissflog | 2019-02-16 | 1 | -1/+18 |
| | | | | | | * preparations for MINIMAL_RUNTIME * better closure compiler compatibility * replace deprecated functions with 'modern' equivalents | ||||
| * | sokol_time.h: merge state into struct and explicitely clear on start | Andre Weissflog | 2019-01-28 | 1 | -20/+28 |
| | | |||||
| * | sokol_time.h: fix doc typo | Andre Weissflog | 2019-01-19 | 1 | -1/+1 |
| | | |||||
| * | removed trailing spaces | Borislav Stanimirov | 2018-11-30 | 1 | -3/+3 |
| | | |||||
| * | sokol_time.h: SOKOL_API_DECL and SOKOL_API_IMPL macros | Andre Weissflog | 2018-10-18 | 1 | -19/+36 |
| | | |||||
| * | extern C only around the declaration, not the implementation | Andre Weissflog | 2018-07-23 | 1 | -3/+4 |
| | | |||||
| * | sokol_tim.h: apply the same 64-bit overflow protection on OSX as for Windows | Andre Weissflog | 2018-07-07 | 1 | -13/+15 |
| | | |||||
| * | sokol_time.h: fix potential 64-bit overflow on Win32 with QPF/QPC | Andre Weissflog | 2018-07-07 | 1 | -1/+12 |
| | | |||||
| * | fixed (void) function signatures | Andre Weissflog | 2018-06-02 | 1 | -4/+4 |
| | | |||||
| * | change license to zlib/libpng | Andre Weissflog | 2018-02-16 | 1 | -22/+22 |
| | | |||||
| * | sokol_time OSX: use the timebase info to convert mach ticks to nanosecs | Andre Weissflog | 2017-11-29 | 1 | -2/+2 |
| | | |||||
| * | typo in readme | Andre Weissflog | 2017-11-28 | 1 | -1/+1 |
| | | |||||
| * | sokol_time: make all globals static | Andre Weissflog | 2017-11-28 | 1 | -5/+5 |
| | | |||||
| * | sokol_time: improved the header documentation a bit | Andre Weissflog | 2017-11-28 | 1 | -7/+14 |
| | | |||||
| * | sokol_time comment fix | Andre Weissflog | 2017-11-28 | 1 | -1/+1 |
| | | |||||
| * | Fix sokol_time.h windows compile | Andre Weissflog | 2017-11-28 | 1 | -1/+0 |
| | | |||||
| * | new header: sokol_time.h | Andre Weissflog | 2017-11-28 | 1 | -0/+191 |