summaryrefslogtreecommitdiff
path: root/sokol_app.h
Commit message (Expand)AuthorAgeFilesLines
* sokol_gfx.h: fix a comment typogles2Andre Weissflog2023-04-031-1/+1
* fix some typosDirk Stolle2023-04-021-8/+8
* sokol_app.h emsc: fallback to EmscriptenKeyboardEvent.key if .code isn't popu...Andre Weissflog2023-04-011-3/+15
* sokol_app.h win32.h: fix GlobalUnlock parameter in clipboard code (fixes #810)Andre Weissflog2023-03-281-7/+14
* sokol_app.h win32: semi-fix for absolute position raw mouse input (fixes #806)Andre Weissflog2023-03-181-8/+9
* sokol_app.h macos: replaced workaround for 'no key-up during CmdAndre Weissflog2023-02-171-7/+17
* sokol_app.h: use _SAPP_PANIC() for failed allocationsAndre Weissflog2023-02-111-40/+42
* sokol_app.h: tweak log message formatAndre Weissflog2023-02-091-1/+1
* sokol_app.h fix windows buildAndre Weissflog2023-02-081-5/+5
* sokol_app.h: replace all old logging and fail callsAndre Weissflog2023-02-081-128/+193
* sokol_app.h: new-style logging wipAndre Weissflog2023-02-071-43/+56
* sokol_app.h: remove uwp supportAndre Weissflog2023-02-071-1167/+65
* sokol_app.h: update logging docs and add figlet headersAndre Weissflog2023-02-071-38/+148
* Merge branch 'pixelformat_srgba8_nowgpu' of https://github.com/allcreater/sok...Andre Weissflog2023-01-251-6/+6
|\
| * implemented basic sRGB sampling with SG_PIXELFORMAT_SRGB8A8 formatAnton Semenov2022-12-131-6/+6
* | sokol_app.h x11: harmonize mouse code with other platformsAndre Weissflog2023-01-151-13/+7
* | sokol_app.h macos: revert the special clear mouse delta stuff againAndre Weissflog2023-01-151-19/+15
* | sokol_app.h win: harmonize mouse update code with other platformsAndre Weissflog2023-01-151-10/+24
* | sokol_app.h macos: force mouse delta to 0 for all non-move-eventsAndre Weissflog2023-01-151-16/+20
* | sokol_app.h x11: centralize mouse pos/delta update, fixes #770Andre Weissflog2023-01-151-9/+25
* | sokol_app.h x11: fix drag'n'drop source window handle in XdndFinished eventAndre Weissflog2023-01-141-2/+2
* | sokol_app.h macos: fix two new 'implicit conversion loses precision' warnings...Andre Weissflog2022-12-141-2/+2
|/
* sokol_app.h win32: fix IME char input (DispatchMessage => DispatchMessageW)Andre Weissflog2022-12-071-1/+1
* sokol_app.h x11: fix typo in new log messageAndre Weissflog2022-12-051-1/+1
* sokol_app.h x11: assume dpi=96 if querying dpi value fails (fixes #755)Andre Weissflog2022-12-041-0/+7
* sokol_app.h html5: use sapp_range instead of ptr/size pairs in sapp_html5_fet...Andre Weissflog2022-11-051-25/+26
* simplify logging preprocessor macrosAndre Weissflog2022-10-221-24/+11
* Merge branch 'log-callback' of github.com:Manuzor/sokol into Manuzor-log-call...Andre Weissflog2022-10-221-72/+134
|\
| * Replace SOKOL_LOG with runtime callbacks.Manuel Floruß2022-10-031-72/+134
* | Merge branch 'allcreater-rgb9e5'Andre Weissflog2022-10-211-0/+1
|\ \
| * | sokol_app.h android: fix sapp_gles2() not returning true when sapp_desc.gl_fo...Andre Weissflog2022-10-211-0/+1
* | | sokoL_app/args/audio/fetch.h emsc: suppress closure analysis false positives,...Andre Weissflog2022-10-191-41/+44
|/ /
* | emscripten: use new EM_JS_DEPS() macro to declare JS function dependenciesAndre Weissflog2022-10-151-0/+4
* | sokol_app.h iOS: undo a18031313cdf7dab461baa296c38b07337ab4d47 (see #645 and ...Andre Weissflog2022-10-151-5/+5
* | sokol_app.h: formatting and typo fixesAndre Weissflog2022-10-081-2/+1
* | sokol_app.h android: sapp_android_tooltype enum and sapp_touchpoint fieldAndre Weissflog2022-10-081-3/+20
* | Merge branch 'master' of github.com:Wertzui123/sokol into Wertzui123-masterAndre Weissflog2022-10-081-0/+2
|\ \ | |/ |/|
| * Move the `sapp_event.touch_tool_type` field to the `sapp_touchpoint` structWertzui1232022-09-191-2/+2
| * Add a `touch_tool_type` field (valid on Android)Wertzui1232022-09-181-0/+2
* | sokol_app.h egl: fix warnings and code cleanupAndre Weissflog2022-09-201-4/+5
* | Linux EGL and GLES2/3 supportBill Nagel2022-09-111-49/+259
|/
* sokol_app.h: fixes for Emscripten 3.2.21 (ccall is now a 'legacy function')Andre Weissflog2022-09-101-4/+10
* sokol_app.h android: store native activity pointer before and after _sapp_ini...Andre Weissflog2022-09-031-5/+8
* Made Android native activity available before calling sokol_main (#708)Erik van Bilsen2022-09-021-2/+4
* sokol_app.h macos: change maximumFramesPerSecond from property access to meth...Andre Weissflog2022-08-211-1/+1
* sokol_app.h x11: fix (uncritical) clang analyzer dead-store warningAndre Weissflog2022-08-101-2/+1
* sokol_app.h win32: fix a minor clang analyzer warning (freopen unused result)Andre Weissflog2022-08-091-0/+1
* sokol_app.h emsc: use roundf() for window/framebuffer size computationsAndre Weissflog2022-08-061-8/+8
* sokol_app.h ios: use roundf for framebuffer and window size computations.Andre Weissflog2022-08-061-12/+12
* sokol_app.h macos: use roundf for default window size computationAndre Weissflog2022-08-061-2/+2