index
:
floooh/sokol.git
drop-mtkview
master
nyalloc-spritebatch
sapp-multiwindow
vk-swapchain-maintenance1
Sokol single-header libraries
Andre Weissflog
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sokol_app.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a couple of documentation typos
Andre Weissflog
2024-10-16
1
-9
/
+12
*
update sokol_app.h feature matrix, readme and changelog (Linux clipboard supp...
Andre Weissflog
2024-09-17
1
-1
/
+1
*
sokol_app.h x11: protect from accessing uninitialized _sapp.clipboard.buffer
Andre Weissflog
2024-09-17
1
-4
/
+6
*
sokol_app.h x11: PR fix, coding style
Andre Weissflog
2024-09-16
1
-42
/
+42
*
sokol_app.h x11: PR fix, initialize UTF8_STRING also when clipboard is not en...
Andre Weissflog
2024-09-16
1
-5
/
+5
*
sokol_app: x11 clipboard support
qwx
2024-09-12
1
-1
/
+123
*
Fixes a missing wgl destruction (SOKOL_NOAPI)
Jose L. Hidalgo (PpluX)
2024-09-10
1
-1
/
+1
*
sokol_app.h x11: new key mapping code cleanup
Andre Weissflog
2024-07-14
1
-12
/
+9
*
sokol_app.h x11: fix gcc warnings
Andre Weissflog
2024-07-14
1
-2
/
+2
*
sokol_app.h x11: layout independent keymapping done
Andre Weissflog
2024-07-14
1
-134
/
+5
*
sokol_app.h x11: layout independent keymapping wip
Andre Weissflog
2024-07-14
1
-7
/
+359
*
sokol_gfx.h x11: event related code cleanup
Andre Weissflog
2024-07-14
1
-257
/
+314
*
Add extra shift scancode.
ske
2024-07-09
1
-0
/
+1
*
sokol_app.h: remove leftover mentions of GL 3.2
Andre Weissflog
2024-06-24
1
-5
/
+5
*
sokol_app.h wgpu: add a bounds check to the wgpu feature detection code
Andre Weissflog
2024-05-13
1
-1
/
+7
*
sokol_app.h wgpu: fix detection of optional features and add FilterableFloat ...
Andre Weissflog
2024-05-13
1
-2
/
+8
*
Merge branch 'master' into storage-buffers
Andre Weissflog
2024-05-03
1
-3
/
+8
|
\
|
*
Adds SOKOL_NOAPI to WIN32
Jose L. Hidalgo (PpluX)
2024-05-02
1
-3
/
+8
*
|
Merge branch 'master' into storage-buffers
Andre Weissflog
2024-04-21
1
-1
/
+1
|
\
|
|
*
Capitalize Rust and GitHub correctly.
Bruce Mitchener
2024-03-29
1
-1
/
+1
*
|
sokol_app.h gl: update GL context initialization
Andre Weissflog
2024-04-08
1
-3
/
+35
*
|
replace SOKOL_GLCORE33 with SOKOL_GLCORE
Andre Weissflog
2024-03-10
1
-28
/
+28
|
/
*
sokol_app.h win32: annotate glGetIntegerv with WINAPI, fixes #1005
Andre Weissflog
2024-03-04
1
-2
/
+2
*
sokol_app.h emsc: add a sapp_desc.html5_emsc_set_main_loop_simulate_infinite_...
Andre Weissflog
2024-03-02
1
-1
/
+2
*
sokol_app.h emsc: minor code cleanup
Andre Weissflog
2024-03-02
1
-2
/
+2
*
Merge branch 'sokol_emsc_set_main_loop' of https://github.com/Dvad/sokol into...
Andre Weissflog
2024-03-02
1
-3
/
+14
|
\
|
*
[sokol_app] add SOKOL_EMSC_USE_SET_MAIN_LOOP #define
David Caruso
2024-02-23
1
-3
/
+14
*
|
sokol_app.h, sokol_args.h emsc: replace deprecated allocateUTF8OnStack with s...
Andre Weissflog
2024-03-01
1
-3
/
+3
*
|
sokol_gfx.h, sokol_app.h: remove a couple of outdated fixmes
Andre Weissflog
2024-02-28
1
-1
/
+0
*
|
sokol_app.h: minor documentation tweaks
Andre Weissflog
2024-02-28
1
-5
/
+5
*
|
sokol_app.h: add a doc blurb about sapp_gl_get_framebuffer()
Andre Weissflog
2024-02-26
1
-0
/
+4
*
|
Merge branch 'master' into issue904-pass-cleanup
Andre Weissflog
2024-02-10
1
-2
/
+19
|
\
|
|
*
Typo fixes.
Bruce Mitchener
2024-02-08
1
-2
/
+2
|
*
sokol_app.h macos: shorten comment for window focus workaround, update changelog
Andre Weissflog
2024-01-31
1
-11
/
+3
|
*
Merge branch 'sokol-app-focus-steal' of https://github.com/zoo-3d/sokol into ...
Andre Weissflog
2024-01-31
1
-0
/
+22
|
|
\
|
|
*
fix typo
zoo3d
2024-01-28
1
-3
/
+3
|
|
*
sokol_app.h: fix focus stolen from user when app is too slow to active
zoo3d
2024-01-28
1
-0
/
+22
|
*
|
sokol_app.h: unregister canvas resize callback when quitting
Eduardo Bart
2024-01-28
1
-0
/
+3
|
|
/
*
|
sokol_app.h macos/ios: replace getting render-pass-desc with getting individu...
Andre Weissflog
2024-02-10
1
-13
/
+29
*
|
sokol_app.h android: query gl framebuffer binding
Andre Weissflog
2024-02-07
1
-1
/
+3
*
|
sokol_app.h, sokol_gfx.h d3d11: move d3d11 swapchain msaa resolve into sokol_...
Andre Weissflog
2024-02-06
1
-25
/
+30
*
|
sokol_app.h win32 wgl: fix sapp_gl_get_framebuffer()
Andre Weissflog
2024-02-05
1
-3
/
+5
*
|
sokol_app.h linux: fix sapp_get_gl_framebuffer()
Andre Weissflog
2024-02-05
1
-6
/
+13
*
|
sokol_app.h: sapp_gl_get_framebuffer() for emscripten
Andre Weissflog
2024-02-04
1
-1
/
+6
*
|
sokol_app.h: sapp_gl_get_framebuffer() wip
Andre Weissflog
2024-02-04
1
-4
/
+43
|
/
*
sokol_app.h: minor comment fix
Andre Weissflog
2024-01-27
1
-1
/
+1
*
sokol_app.h: add doc section about html5 event bubbling behaviour and control
Andre Weissflog
2024-01-27
1
-0
/
+36
*
sokol_app.h: remove outdated documentation
Andre Weissflog
2024-01-27
1
-10
/
+4
*
sokol-app.h emsc: add event bubbling control for key and char events
Andre Weissflog
2024-01-27
1
-73
/
+16
*
sokol_app.h: remove sapp_desc.html5_bubble_key_events
Andre Weissflog
2024-01-24
1
-1
/
+0
[next]