aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | | sokol_app.h: configure Win32 console output features, restore codepage on exitAndre Weissflog2021-02-191-12/+35
* | | enable console output for SOKOL_WIN32_FORCE_MAINGarett Bass2021-02-191-0/+6
* | | enable console output in WinMainGarett Bass2021-02-191-0/+6
|/ /
* | sokol_shape.h: fix some doc typosAndre Weissflog2021-02-191-3/+3
* | Merge pull request #481 from toyboot4e/fix-doc-typosAndre Weissflog2021-02-191-3/+3
|\ \
| * | fix doc typos of sg_pass_action* paramstoyboot4e2021-02-191-3/+3
|/ /
* | also mention AVFoundation framework in changelog (re sokol_audio.h + iOS)Andre Weissflog2021-02-171-1/+2
* | mention ObjC requirement for sokol_audio.h on iOS in changelogAndre Weissflog2021-02-171-1/+2
* | mention sokol_audio.h iPhone fix in changelog and readmeAndre Weissflog2021-02-172-1/+8
* | github CI: temporarily remove Android build, SDK setup seems broken on Ubuntu...Andre Weissflog2021-02-171-19/+19
* | Merge branch 'oviano-sokol-audio-avaudiosession'Andre Weissflog2021-02-171-2/+90
|\ \
| * | sokol_audio.h: fix comment typo, AVFramework -> AVFoundationAndre Weissflog2021-02-161-1/+1
| * | sokol_audio.h iOS: mention ARC vs non-ARC in documentationAndre Weissflog2021-02-161-1/+2
| * | sokol_audio.h: fix ARC vs non-ARC on iOSAndre Weissflog2021-02-161-28/+36
| * | sokol_audio.h: don't assert on AudioQueuePause/StartAndre Weissflog2021-02-151-13/+10
| * | Merge branch 'sokol-audio-avaudiosession' of https://github.com/oviano/sokol ...Andre Weissflog2021-02-151-1/+83
| |\ \
| | * \ Merge branch 'master' into sokol-audio-avaudiosessionOliver Collyer2020-12-0415-518/+1131
| | |\ \
| | * \ \ Merge branch 'master' into sokol-audio-avaudiosessionOliver Collyer2020-11-251-5/+5
| | |\ \ \
| | * | | | Updated comment to reflect Objective-C requirement on iOSOliver Collyer2020-11-231-1/+5
| | * | | | Fixed incorrect use of TARGET_OS_IOS definitionOliver Collyer2020-11-231-3/+3
| | * | | | Activate AVAudioSession on iOS and handle interruptionsOliver Collyer2020-11-221-0/+78
| | * | | | Merge remote-tracking branch 'floooh/master'Oliver Collyer2020-11-226-37/+1439
| | |\ \ \ \
* | | | | | | sokol_app.h: fix sign-conversion warning in iOS code pathAndre Weissflog2021-02-151-1/+1
|/ / / / / /
* | | | | | sokol_imgui.h: fix MSVC warnings and do some code cleanupAndre Weissflog2021-02-141-9/+7
* | | | | | sokol_imgui.h: rewrite rendering code to only do one buffer update per frame ...Andre Weissflog2021-02-143-36/+94
| | | | | * enable console output for SOKOL_WIN32_FORCE_MAINGarett Bass2021-02-131-0/+6
| | | | | * enable console output in WinMainGarett Bass2021-02-131-0/+6
| |_|_|_|/ |/| | | |
* | | | | mention sokol_nuklear.h in readme and changelogAndre Weissflog2021-02-132-1/+7
* | | | | Merge branch 'wmerrifield-sokol_nuklear'Andre Weissflog2021-02-131-0/+2166
|\ \ \ \ \
| * | | | | sokol_nuklear.h: coding styleAndre Weissflog2021-02-131-4/+4
| * | | | | sokol_nuklear.h: use C99 designated init for sg_shader_desc initAndre Weissflog2021-02-131-56/+70
| * | | | | sokol_nuklear.h: fix a clang analyzer warning (non-critical)Andre Weissflog2021-02-131-1/+2
| * | | | | sokol_nuklear.h: add a note about the implementation not supporting to be com...Andre Weissflog2021-02-131-0/+4