aboutsummaryrefslogtreecommitdiff
path: root/sokol_app.h
Commit message (Expand)AuthorAgeFilesLines
* fix a couple of documentation typosAndre Weissflog2024-10-161-9/+12
* update sokol_app.h feature matrix, readme and changelog (Linux clipboard supp...Andre Weissflog2024-09-171-1/+1
* sokol_app.h x11: protect from accessing uninitialized _sapp.clipboard.bufferAndre Weissflog2024-09-171-4/+6
* sokol_app.h x11: PR fix, coding styleAndre Weissflog2024-09-161-42/+42
* sokol_app.h x11: PR fix, initialize UTF8_STRING also when clipboard is not en...Andre Weissflog2024-09-161-5/+5
* sokol_app: x11 clipboard supportqwx2024-09-121-1/+123
* Fixes a missing wgl destruction (SOKOL_NOAPI)Jose L. Hidalgo (PpluX)2024-09-101-1/+1
* sokol_app.h x11: new key mapping code cleanupAndre Weissflog2024-07-141-12/+9
* sokol_app.h x11: fix gcc warningsAndre Weissflog2024-07-141-2/+2
* sokol_app.h x11: layout independent keymapping doneAndre Weissflog2024-07-141-134/+5
* sokol_app.h x11: layout independent keymapping wipAndre Weissflog2024-07-141-7/+359
* sokol_gfx.h x11: event related code cleanupAndre Weissflog2024-07-141-257/+314
* Add extra shift scancode.ske2024-07-091-0/+1
* sokol_app.h: remove leftover mentions of GL 3.2Andre Weissflog2024-06-241-5/+5
* sokol_app.h wgpu: add a bounds check to the wgpu feature detection codeAndre Weissflog2024-05-131-1/+7
* sokol_app.h wgpu: fix detection of optional features and add FilterableFloat ...Andre Weissflog2024-05-131-2/+8
* Merge branch 'master' into storage-buffersAndre Weissflog2024-05-031-3/+8
|\
| * Adds SOKOL_NOAPI to WIN32Jose L. Hidalgo (PpluX)2024-05-021-3/+8
* | Merge branch 'master' into storage-buffersAndre Weissflog2024-04-211-1/+1
|\|
| * Capitalize Rust and GitHub correctly.Bruce Mitchener2024-03-291-1/+1
* | sokol_app.h gl: update GL context initializationAndre Weissflog2024-04-081-3/+35
* | replace SOKOL_GLCORE33 with SOKOL_GLCOREAndre Weissflog2024-03-101-28/+28
|/
* sokol_app.h win32: annotate glGetIntegerv with WINAPI, fixes #1005Andre Weissflog2024-03-041-2/+2
* sokol_app.h emsc: add a sapp_desc.html5_emsc_set_main_loop_simulate_infinite_...Andre Weissflog2024-03-021-1/+2
* sokol_app.h emsc: minor code cleanupAndre Weissflog2024-03-021-2/+2
* Merge branch 'sokol_emsc_set_main_loop' of https://github.com/Dvad/sokol into...Andre Weissflog2024-03-021-3/+14
|\
| * [sokol_app] add SOKOL_EMSC_USE_SET_MAIN_LOOP #defineDavid Caruso2024-02-231-3/+14
* | sokol_app.h, sokol_args.h emsc: replace deprecated allocateUTF8OnStack with s...Andre Weissflog2024-03-011-3/+3
* | sokol_gfx.h, sokol_app.h: remove a couple of outdated fixmesAndre Weissflog2024-02-281-1/+0
* | sokol_app.h: minor documentation tweaksAndre Weissflog2024-02-281-5/+5
* | sokol_app.h: add a doc blurb about sapp_gl_get_framebuffer()Andre Weissflog2024-02-261-0/+4
* | Merge branch 'master' into issue904-pass-cleanupAndre Weissflog2024-02-101-2/+19
|\|
| * Typo fixes.Bruce Mitchener2024-02-081-2/+2
| * sokol_app.h macos: shorten comment for window focus workaround, update changelogAndre Weissflog2024-01-311-11/+3
| * Merge branch 'sokol-app-focus-steal' of https://github.com/zoo-3d/sokol into ...Andre Weissflog2024-01-311-0/+22
| |\
| | * fix typozoo3d2024-01-281-3/+3
| | * sokol_app.h: fix focus stolen from user when app is too slow to activezoo3d2024-01-281-0/+22
| * | sokol_app.h: unregister canvas resize callback when quittingEduardo Bart2024-01-281-0/+3
| |/
* | sokol_app.h macos/ios: replace getting render-pass-desc with getting individu...Andre Weissflog2024-02-101-13/+29
* | sokol_app.h android: query gl framebuffer bindingAndre Weissflog2024-02-071-1/+3
* | sokol_app.h, sokol_gfx.h d3d11: move d3d11 swapchain msaa resolve into sokol_...Andre Weissflog2024-02-061-25/+30
* | sokol_app.h win32 wgl: fix sapp_gl_get_framebuffer()Andre Weissflog2024-02-051-3/+5
* | sokol_app.h linux: fix sapp_get_gl_framebuffer()Andre Weissflog2024-02-051-6/+13
* | sokol_app.h: sapp_gl_get_framebuffer() for emscriptenAndre Weissflog2024-02-041-1/+6
* | sokol_app.h: sapp_gl_get_framebuffer() wipAndre Weissflog2024-02-041-4/+43
|/
* sokol_app.h: minor comment fixAndre Weissflog2024-01-271-1/+1
* sokol_app.h: add doc section about html5 event bubbling behaviour and controlAndre Weissflog2024-01-271-0/+36
* sokol_app.h: remove outdated documentationAndre Weissflog2024-01-271-10/+4
* sokol-app.h emsc: add event bubbling control for key and char eventsAndre Weissflog2024-01-271-73/+16
* sokol_app.h: remove sapp_desc.html5_bubble_key_eventsAndre Weissflog2024-01-241-1/+0