index
:
floooh/sokol.git
drop-mtkview
master
nyalloc-spritebatch
sapp-multiwindow
vk-swapchain-maintenance1
Sokol single-header libraries
Andre Weissflog
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sokol_app.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
sokol_gfx.h: fix a comment typo
gles2
Andre Weissflog
2023-04-03
1
-1
/
+1
*
fix some typos
Dirk Stolle
2023-04-02
1
-8
/
+8
*
sokol_app.h emsc: fallback to EmscriptenKeyboardEvent.key if .code isn't popu...
Andre Weissflog
2023-04-01
1
-3
/
+15
*
sokol_app.h win32.h: fix GlobalUnlock parameter in clipboard code (fixes #810)
Andre Weissflog
2023-03-28
1
-7
/
+14
*
sokol_app.h win32: semi-fix for absolute position raw mouse input (fixes #806)
Andre Weissflog
2023-03-18
1
-8
/
+9
*
sokol_app.h macos: replaced workaround for 'no key-up during Cmd
Andre Weissflog
2023-02-17
1
-7
/
+17
*
sokol_app.h: use _SAPP_PANIC() for failed allocations
Andre Weissflog
2023-02-11
1
-40
/
+42
*
sokol_app.h: tweak log message format
Andre Weissflog
2023-02-09
1
-1
/
+1
*
sokol_app.h fix windows build
Andre Weissflog
2023-02-08
1
-5
/
+5
*
sokol_app.h: replace all old logging and fail calls
Andre Weissflog
2023-02-08
1
-128
/
+193
*
sokol_app.h: new-style logging wip
Andre Weissflog
2023-02-07
1
-43
/
+56
*
sokol_app.h: remove uwp support
Andre Weissflog
2023-02-07
1
-1167
/
+65
*
sokol_app.h: update logging docs and add figlet headers
Andre Weissflog
2023-02-07
1
-38
/
+148
*
Merge branch 'pixelformat_srgba8_nowgpu' of https://github.com/allcreater/sok...
Andre Weissflog
2023-01-25
1
-6
/
+6
|
\
|
*
implemented basic sRGB sampling with SG_PIXELFORMAT_SRGB8A8 format
Anton Semenov
2022-12-13
1
-6
/
+6
*
|
sokol_app.h x11: harmonize mouse code with other platforms
Andre Weissflog
2023-01-15
1
-13
/
+7
*
|
sokol_app.h macos: revert the special clear mouse delta stuff again
Andre Weissflog
2023-01-15
1
-19
/
+15
*
|
sokol_app.h win: harmonize mouse update code with other platforms
Andre Weissflog
2023-01-15
1
-10
/
+24
*
|
sokol_app.h macos: force mouse delta to 0 for all non-move-events
Andre Weissflog
2023-01-15
1
-16
/
+20
*
|
sokol_app.h x11: centralize mouse pos/delta update, fixes #770
Andre Weissflog
2023-01-15
1
-9
/
+25
*
|
sokol_app.h x11: fix drag'n'drop source window handle in XdndFinished event
Andre Weissflog
2023-01-14
1
-2
/
+2
*
|
sokol_app.h macos: fix two new 'implicit conversion loses precision' warnings...
Andre Weissflog
2022-12-14
1
-2
/
+2
|
/
*
sokol_app.h win32: fix IME char input (DispatchMessage => DispatchMessageW)
Andre Weissflog
2022-12-07
1
-1
/
+1
*
sokol_app.h x11: fix typo in new log message
Andre Weissflog
2022-12-05
1
-1
/
+1
*
sokol_app.h x11: assume dpi=96 if querying dpi value fails (fixes #755)
Andre Weissflog
2022-12-04
1
-0
/
+7
*
sokol_app.h html5: use sapp_range instead of ptr/size pairs in sapp_html5_fet...
Andre Weissflog
2022-11-05
1
-25
/
+26
*
simplify logging preprocessor macros
Andre Weissflog
2022-10-22
1
-24
/
+11
*
Merge branch 'log-callback' of github.com:Manuzor/sokol into Manuzor-log-call...
Andre Weissflog
2022-10-22
1
-72
/
+134
|
\
|
*
Replace SOKOL_LOG with runtime callbacks.
Manuel Floruß
2022-10-03
1
-72
/
+134
*
|
Merge branch 'allcreater-rgb9e5'
Andre Weissflog
2022-10-21
1
-0
/
+1
|
\
\
|
*
|
sokol_app.h android: fix sapp_gles2() not returning true when sapp_desc.gl_fo...
Andre Weissflog
2022-10-21
1
-0
/
+1
*
|
|
sokoL_app/args/audio/fetch.h emsc: suppress closure analysis false positives,...
Andre Weissflog
2022-10-19
1
-41
/
+44
|
/
/
*
|
emscripten: use new EM_JS_DEPS() macro to declare JS function dependencies
Andre Weissflog
2022-10-15
1
-0
/
+4
*
|
sokol_app.h iOS: undo a18031313cdf7dab461baa296c38b07337ab4d47 (see #645 and ...
Andre Weissflog
2022-10-15
1
-5
/
+5
*
|
sokol_app.h: formatting and typo fixes
Andre Weissflog
2022-10-08
1
-2
/
+1
*
|
sokol_app.h android: sapp_android_tooltype enum and sapp_touchpoint field
Andre Weissflog
2022-10-08
1
-3
/
+20
*
|
Merge branch 'master' of github.com:Wertzui123/sokol into Wertzui123-master
Andre Weissflog
2022-10-08
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Move the `sapp_event.touch_tool_type` field to the `sapp_touchpoint` struct
Wertzui123
2022-09-19
1
-2
/
+2
|
*
Add a `touch_tool_type` field (valid on Android)
Wertzui123
2022-09-18
1
-0
/
+2
*
|
sokol_app.h egl: fix warnings and code cleanup
Andre Weissflog
2022-09-20
1
-4
/
+5
*
|
Linux EGL and GLES2/3 support
Bill Nagel
2022-09-11
1
-49
/
+259
|
/
*
sokol_app.h: fixes for Emscripten 3.2.21 (ccall is now a 'legacy function')
Andre Weissflog
2022-09-10
1
-4
/
+10
*
sokol_app.h android: store native activity pointer before and after _sapp_ini...
Andre Weissflog
2022-09-03
1
-5
/
+8
*
Made Android native activity available before calling sokol_main (#708)
Erik van Bilsen
2022-09-02
1
-2
/
+4
*
sokol_app.h macos: change maximumFramesPerSecond from property access to meth...
Andre Weissflog
2022-08-21
1
-1
/
+1
*
sokol_app.h x11: fix (uncritical) clang analyzer dead-store warning
Andre Weissflog
2022-08-10
1
-2
/
+1
*
sokol_app.h win32: fix a minor clang analyzer warning (freopen unused result)
Andre Weissflog
2022-08-09
1
-0
/
+1
*
sokol_app.h emsc: use roundf() for window/framebuffer size computations
Andre Weissflog
2022-08-06
1
-8
/
+8
*
sokol_app.h ios: use roundf for framebuffer and window size computations.
Andre Weissflog
2022-08-06
1
-12
/
+12
*
sokol_app.h macos: use roundf for default window size computation
Andre Weissflog
2022-08-06
1
-2
/
+2
[next]