aboutsummaryrefslogtreecommitdiff
path: root/sokol_app.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sokol_app.h: start with sapp_set_window_titleAndre Weissflog2020-09-261-8/+17
* | Merge branch 'set_title' of https://github.com/vlang/sokol into vlang-set_titleAndre Weissflog2020-09-261-0/+8
|\ \
| * | set window title on macosAlexander Medvednikov2020-08-231-0/+8
* | | sokol_app.h emsc: remove incomplete mouse capture, doesn't work as I thought ...Andre Weissflog2020-09-251-37/+0
* | | sokol_app.h emsc: some code cleanup and mouse capture preparationsAndre Weissflog2020-09-251-24/+68
* | | sokol_app.h: add some build-howto documentation notesAndre Weissflog2020-09-231-1/+4
* | | merge latest changes from masterAndre Weissflog2020-09-231-5/+59
|\ \ \