aboutsummaryrefslogtreecommitdiff
path: root/sokol_app.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* sokol_app.h: add drag'n'drop documentationAndre Weissflog2020-10-221-3/+80
* sokol_app.h linux: fix percent-decoding in dropped file pathsAndre Weissflog2020-10-211-3/+3
* sokol_app.h linux: finish drag'n'dropAndre Weissflog2020-10-211-4/+29
* sokol_app.h linux: continue with drag'n'dropAndre Weissflog2020-10-201-5/+133
* sokol_app.h macos: check for dropped file path too longAndre Weissflog2020-10-201-5/+29
* sokol_app.h linux: start drag'n'drop implementationAndre Weissflog2020-10-191-3/+83
* sokol_app.h macos: drag'n'drop code fixesAndre Weissflog2020-10-171-18/+15
* sokol_app.h win32: more drag'n'drop work:Andre Weissflog2020-10-161-48/+77
* sokol_app.h win32: wide_to_utf8 bugfix and handle too long dropped file pathsAndre Weissflog2020-10-151-7/+25
* sokol_app.h win32: some minor drag'n'drop code cleanupAndre Weissflog2020-10-151-31/+22
* resolve merge conflictsAndre Weissflog2020-10-151-1/+108
|\
| * dragged file API rewriteprime312020-07-291-40/+43
| * win/mac file drop wipprime312020-07-291-1/+104
* | sokol_app.h win32: GetModuleHandleA => GetModuleHandleWAndre Weissflog2020-10-141-1/+1
* | sokol_app.h uwp (minor): fix #error messageAndre Weissflog2020-10-141-1/+1
* | sokol_app/gfx.h win32: linker dependency cleanup (minor)Andre Weissflog2020-10-141-1/+2
* | sokol_app.h: modernize D3D11 swapchain code (#401)Andre Weissflog2020-10-101-52/+149
* | sokol_app.h win32: draw during window sizing and movingAndre Weissflog2020-10-021-1/+25
* | sokol_app.h uwp: fix extended keycodes (fixes #395)Andre Weissflog2020-10-011-2/+3
* | sokol_app.h linux: implement sapp_set_window_title()Andre Weissflog2020-09-261-1/+1
* | sokol_app.h win32: implement sapp_set_window_title()Andre Weissflog2020-09-261-1/+6
* | sokol_app.h: some set-window-title code cleanupAndre Weissflog2020-09-261-3/+4