aboutsummaryrefslogtreecommitdiff
path: root/sokol_app.h
Commit message (Expand)AuthorAgeFilesLines
* sokol_app.h: add function to query IDXGISwapChain objectDaniel Ludwig2021-04-171-0/+11
* sokol_app.h x11: make modifier behaviour in key/button down/up events consist...Andre Weissflog2021-04-131-10/+40
* sokol_app.h: add mouse button modifiers (#511)Andre Weissflog2021-04-121-80/+126
* sokol_app.h: fix a misplaced commentAndre Weissflog2021-04-111-2/+2
* update sokol_app.h feature matrix and CHANGELOGAndre Weissflog2021-04-101-1/+3
* sokol_app.h: macOS icon support (dock icon), and bugfix in icon image candida...Andre Weissflog2021-04-101-3/+41
* sokol_app.h: replace _sapp_fail() with SOKOL_LOG in _sapp_image_validate()Andre Weissflog2021-04-091-1/+1
* Window icon support for sokol_app.h (#509)Andre Weissflog2021-04-091-55/+623
* sokol_app.h iOS: low- vs high-dpi fixes for Metal and GL.Andre Weissflog2021-04-011-24/+37
* sokol_app.h: fix a comment typoAndre Weissflog2021-03-291-1/+1
* sokol_app.h win32: call freopen_s() instead freopen() to silence deprecation ...Andre Weissflog2021-03-271-4/+6
* sokol_app.h win32: include wchar.h (for wcslen), add build instructions for M...Andre Weissflog2021-03-271-1/+6
* sokol_app.h macOS: temporarily out-comment event-pollingAndre Weissflog2021-03-231-0/+9
* sokol_app.h linux: remove GL includeAndre Weissflog2021-03-191-4/+3
* sokol_app.h macOS,iOS,emscripten,Android: remove GL header includesAndre Weissflog2021-03-191-21/+1
* sokol_app.h, sokol_gfx.h: move Win32 GL loader from sokol_app.h to sokol_gfx.hAndre Weissflog2021-03-191-380/+0
* sokol_app.h macOS: use NSEventTrackingRunLoopMode for event pollingAndre Weissflog2021-02-251-1/+3
* 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
* | 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
* | 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_app.h: fix sign-conversion warning in iOS code pathAndre Weissflog2021-02-151-1/+1
* Language-binding-friendly API changes. (#458)Andre Weissflog2021-02-101-64/+89
* Fix #pragma compilation with tcc on windowsspaceface2021-02-081-9/+9
* Merge pull request #470 from code-disaster/fix-C4191Andre Weissflog2021-01-291-13/+13
|\
| * fix MSVC warningsDaniel Ludwig2021-01-221-13/+13
* | Fix typo in sokol_app docsCedric Hutchings2021-01-261-1/+1
|/
* sokol_app.h linux: fix -pthread guard code (use pthread_attr_init/destroy)Andre Weissflog2021-01-131-5/+8
* sokol_app.h: trigger a linker error if users forget -pthread. Closes #455Borislav Stanimirov2021-01-091-0/+6
* sokol_gfx.h macOS: change high_dpi init, fixes #453Andre Weissflog2021-01-061-9/+9
* sokol_app.h: use 'raw' function pointer in sapp_html5_fetch_requestAndre Weissflog2020-12-231-5/+5
* bindgen preparations (#443)Andre Weissflog2020-12-201-14/+12
* sokol_app.h: mention Foundation framework dependency (fixed #441)Andre Weissflog2020-12-111-2/+2
* move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guardAndre Weissflog2020-11-281-3/+3
* make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup...Andre Weissflog2020-11-281-6/+9
* document SOKOL_API_DECL (these macros are still valid)Andre Weissflog2020-11-281-0/+1
* Auto-generated distinct macros per lib. Resolves #428Borislav Stanimirov2020-11-191-56/+60
* sokol_app.h macOS/Metal: disable MTKView.autoResizeDrawable, fixes #419Andre Weissflog2020-11-151-7/+10
* sokol_app.h emsc: move all EMSCRIPTEN_KEEPALIVE funcs inside extern 'C'Andre Weissflog2020-11-031-65/+65
* sokol_app.h: remaining drag'n'drop stuff for HTML5/WASM (#420)Andre Weissflog2020-11-031-20/+316
* sokol_gfx/app.h osx+metal+cpp: fix an accidental dependency on c++11 or laterAndre Weissflog2020-10-291-1/+1
* sokol_app.h emsc: fix a longstanding webgl canvas element id-vs-selector conf...Andre Weissflog2020-10-271-34/+35
* sokol_app.h: fix doc typoAndre Weissflog2020-10-221-1/+1
* sokol_app.h: minor docs typoAndre Weissflog2020-10-221-6/+5