summaryrefslogtreecommitdiff
path: root/sokol_app.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sokol_audio.h: attempt broader Linux detectionAndre Weissflog2019-01-221-2/+2
* sokol_app.h emscripten: added explicit cast so impl can be from C++ (#106)Borislav Stanimirov2019-01-221-1/+1
* Merge pull request #94 from iboB/masterAndre Weissflog2018-12-031-39/+39
|\
| * added names to public structs and enums so they can be forward declaredBorislav Stanimirov2018-11-301-6/+6
| * removed trailing spacesBorislav Stanimirov2018-11-301-33/+33
* | added explicit casts so impl can be from c++Borislav Stanimirov2018-12-031-17/+17
|/
* sokol_app: fix use of SOKOL_WIN32_FORCE_MAINDaniel Ludwig2018-11-071-4/+6
* New sapp_desc member: gl_force_gles2Andre Weissflog2018-10-201-6/+18
* sokol_app.h GL loader: init missing function glFramebufferTexture2DAndre Weissflog2018-10-191-0/+1
* sokol_audio.h: SOKOL_API_DECL and SOKOL_API_IMPL macrosAndre Weissflog2018-10-181-1/+1
* sokol_app.h: SOKOL_API_DECL and SOKOL_API_IMPL macrosAndre Weissflog2018-10-181-36/+45
* sokol-app: first version of UPDATE_CURSOR event, and sapp_win32_get_hwnd()Andre Weissflog2018-10-161-8/+34
* sokol-app: minor comment fixAndre Weissflog2018-10-161-1/+1
* sokol-app: start with CURSOR_UPDATE event impl on OSX (see https://github.com...Andre Weissflog2018-10-161-2/+36
* fix a small comment typo in sokol_app.hAndre Weissflog2018-10-021-1/+1
* Fix typos.Bruce Mitchener2018-09-201-6/+6
* sokol_app.h emsc: proper consume/forward handling for key eventsAndre Weissflog2018-09-161-2/+64
* sokol-app X11: call the cleanup callbackAndre Weissflog2018-09-081-0/+1