aboutsummaryrefslogtreecommitdiff
path: root/sokol_app.h
Commit message (Expand)AuthorAgeFilesLines
* sokol_app.h d3d11: fix exploding memory usage during window resizeold-pixelformatsAndre Weissflog2019-08-061-6/+7
* sokol_app.h: fix doc comment typoAndre Weissflog2019-08-021-2/+2
* Add sapp_android_get_native_activity functionAli Akbar Mohammadi2019-07-261-0/+16
* sokol_app.h emscripten: enable the WEBKIT_WEBGL_compressed_texture_pvrtc exte...Andre Weissflog2019-07-111-0/+4
* sokol_app.h Windows: fix compile error (typo)Andre Weissflog2019-06-111-1/+1
* sokol_app.h windows: minor code cleanupAndre Weissflog2019-06-111-8/+2
* sokol_app.h emsc: cleanup window/fb size oddity in (fixes #168)Andre Weissflog2019-06-111-10/+9
* sokol_app.h: minor header docs improvementsAndre Weissflog2019-06-111-14/+24
* sokol_app.h: comment doc typoAndre Weissflog2019-06-101-1/+1
* Programmatic quit for sokol_app.h (#166)Andre Weissflog2019-06-101-17/+175
* sokol_app.h macOS: don't check for key-repeat in flagsChanged eventsAndre Weissflog2019-06-081-1/+1
* sokol_app.h: add a sapp_frame_count() function, and make frame-count 64-bitsAndre Weissflog2019-06-081-9/+31
* sokol_app.h: add key_repeat flag to feature matrix, some doc updatesAndre Weissflog2019-06-081-3/+1
* sokol_app.h emscripten: add event key_repeat supportAndre Weissflog2019-06-081-0/+1
* Implement key repeat flag. (#164)Scott Lembcke2019-06-081-14/+34
* sokol_app.h: new function sapp_userdata() and sapp_query_desc()Andre Weissflog2019-06-051-0/+16
* Add SOKOL_DLL support to all headers. (#163)Andre Weissflog2019-06-041-1/+15
* SAPP_KEYCODE_KP_5 for Linux. (#161)Scott Lembcke2019-06-041-0/+1
* emscripten: remove leading underscore in EM_JS function names, causes problem...Andre Weissflog2019-05-301-6/+6
* sokoL_app.h: update feature matrix (GL is actually supported on MacAndre Weissflog2019-05-261-1/+1
* added a project URL to the docs-comment block of all headersAndre Weissflog2019-05-151-4/+6
* sokol_gfx.h: Cleanup resource 'unbinding' behaviour... (#152)Andre Weissflog2019-05-131-0/+1
* sokol_app.h: define the GL_SILENCE_DEPRECATION symbol inline instead of in bu...Andre Weissflog2019-04-261-0/+3
* sokol_app.h: fix warning/bug in GLX code pathAndre Weissflog2019-04-241-2/+2
* sokol_app.h: actuall fix #138 (WM_MOUSEWHEEL vs WM_MOUSEHWHEEL)Andre Weissflog2019-04-011-2/+2
* sokol_app.h: define WM_MOUSEWHEEL if needed, fixes #138Andre Weissflog2019-04-011-0/+5
* sokol_app.h: fix a new warning in macOS GL pathAndre Weissflog2019-03-271-0/+1
* sokol_app.h: fixes for latest GL on latest macOS Mojave BetaAndre Weissflog2019-03-101-11/+12
* add 'included' defines to all sokol headers for better error messages when in...Andre Weissflog2019-03-091-0/+2
* Merge pull request #123 from fabiopolimeni/win-dpi-scaleAndre Weissflog2019-03-041-12/+18
|\
| * DPI scaling properly taken into account in Windows, and in accordance with th...fabiopolimeni2019-02-201-12/+18
* | Bring back GLCORE33 support in sapp for macOS (not all Macs support Metal) (#...Gustav Olsson2019-02-271-24/+115
* | sokol_app.h/sokol_audio.h: add userdata support for callbacks (#120)Andre Weissflog2019-02-211-64/+129
* | sokol_app.h: add an optional "don't hijack main" mode (#118)Andre Weissflog2019-02-191-60/+142
* | Emscripten platform updates (#116)Andre Weissflog2019-02-161-25/+25
* | sokol_app.h: comment typosAndre Weissflog2019-02-131-6/+7
|/
* sokol_app.h D3D11: throttle frame rate when window minimized (fixes #113)Andre Weissflog2019-02-111-0/+3
* sokol_app.h Android: add a comment about weird ANativeWindow_setBuffersGeomet...Andre Weissflog2019-01-271-0/+5
* sokol_app.h Android: add a note that we need a 'really quit?' featureAndre Weissflog2019-01-271-0/+4
* sokol_app.h Android: force app exit when back button is pressedAndre Weissflog2019-01-271-0/+3
* sokol_app.h Android: fix _sapp_android_update_dimensions()Andre Weissflog2019-01-271-33/+8
* detect debug mode via NDEBUG, not _DEBUG, raise Android log level to INFOAndre Weissflog2019-01-271-2/+2
* fix preprocessor checks for TARGET_OS_IPHONEAndre Weissflog2019-01-261-4/+4
* Android notes in Readme and sokol_app.h doc headerAndre Weissflog2019-01-261-1/+1
* sokol_app.h: fix C++ compile problems in Android backendAndre Weissflog2019-01-261-9/+11
* sokol_app.h: fix the TARGET_OS_IPHONE check in sapp_show_keyboardAndre Weissflog2019-01-261-1/+1
* Android support (sokol_app) (#87)Gustav Olsson2019-01-261-16/+769
* sokol_app.h, sokol_args.h: surround EMSCRIPTEN_KEEPALIVE funcs with extern 'C'Andre Weissflog2019-01-231-0/+6
* sokol_app.h, sokol_audio.h: exclude emscripten when detecting __unix__Andre Weissflog2019-01-221-1/+1
* sokol_audio.h / sokol_app.h: more Linux detection tweaksAndre Weissflog2019-01-221-2/+2