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
*
sokol_app.h d3d11: fix exploding memory usage during window resize
old-pixelformats
Andre Weissflog
2019-08-06
1
-6
/
+7
*
sokol_app.h: fix doc comment typo
Andre Weissflog
2019-08-02
1
-2
/
+2
*
Add sapp_android_get_native_activity function
Ali Akbar Mohammadi
2019-07-26
1
-0
/
+16
*
sokol_app.h emscripten: enable the WEBKIT_WEBGL_compressed_texture_pvrtc exte...
Andre Weissflog
2019-07-11
1
-0
/
+4
*
sokol_app.h Windows: fix compile error (typo)
Andre Weissflog
2019-06-11
1
-1
/
+1
*
sokol_app.h windows: minor code cleanup
Andre Weissflog
2019-06-11
1
-8
/
+2
*
sokol_app.h emsc: cleanup window/fb size oddity in (fixes #168)
Andre Weissflog
2019-06-11
1
-10
/
+9
*
sokol_app.h: minor header docs improvements
Andre Weissflog
2019-06-11
1
-14
/
+24
*
sokol_app.h: comment doc typo
Andre Weissflog
2019-06-10
1
-1
/
+1
*
Programmatic quit for sokol_app.h (#166)
Andre Weissflog
2019-06-10
1
-17
/
+175
*
sokol_app.h macOS: don't check for key-repeat in flagsChanged events
Andre Weissflog
2019-06-08
1
-1
/
+1
*
sokol_app.h: add a sapp_frame_count() function, and make frame-count 64-bits
Andre Weissflog
2019-06-08
1
-9
/
+31
*
sokol_app.h: add key_repeat flag to feature matrix, some doc updates
Andre Weissflog
2019-06-08
1
-3
/
+1
*
sokol_app.h emscripten: add event key_repeat support
Andre Weissflog
2019-06-08
1
-0
/
+1
*
Implement key repeat flag. (#164)
Scott Lembcke
2019-06-08
1
-14
/
+34
*
sokol_app.h: new function sapp_userdata() and sapp_query_desc()
Andre Weissflog
2019-06-05
1
-0
/
+16
*
Add SOKOL_DLL support to all headers. (#163)
Andre Weissflog
2019-06-04
1
-1
/
+15
*
SAPP_KEYCODE_KP_5 for Linux. (#161)
Scott Lembcke
2019-06-04
1
-0
/
+1
*
emscripten: remove leading underscore in EM_JS function names, causes problem...
Andre Weissflog
2019-05-30
1
-6
/
+6
*
sokoL_app.h: update feature matrix (GL is actually supported on Mac
Andre Weissflog
2019-05-26
1
-1
/
+1
*
added a project URL to the docs-comment block of all headers
Andre Weissflog
2019-05-15
1
-4
/
+6
*
sokol_gfx.h: Cleanup resource 'unbinding' behaviour... (#152)
Andre Weissflog
2019-05-13
1
-0
/
+1
*
sokol_app.h: define the GL_SILENCE_DEPRECATION symbol inline instead of in bu...
Andre Weissflog
2019-04-26
1
-0
/
+3
*
sokol_app.h: fix warning/bug in GLX code path
Andre Weissflog
2019-04-24
1
-2
/
+2
*
sokol_app.h: actuall fix #138 (WM_MOUSEWHEEL vs WM_MOUSEHWHEEL)
Andre Weissflog
2019-04-01
1
-2
/
+2
*
sokol_app.h: define WM_MOUSEWHEEL if needed, fixes #138
Andre Weissflog
2019-04-01
1
-0
/
+5
*
sokol_app.h: fix a new warning in macOS GL path
Andre Weissflog
2019-03-27
1
-0
/
+1
*
sokol_app.h: fixes for latest GL on latest macOS Mojave Beta
Andre Weissflog
2019-03-10
1
-11
/
+12
*
add 'included' defines to all sokol headers for better error messages when in...
Andre Weissflog
2019-03-09
1
-0
/
+2
*
Merge pull request #123 from fabiopolimeni/win-dpi-scale
Andre Weissflog
2019-03-04
1
-12
/
+18
|
\
|
*
DPI scaling properly taken into account in Windows, and in accordance with th...
fabiopolimeni
2019-02-20
1
-12
/
+18
*
|
Bring back GLCORE33 support in sapp for macOS (not all Macs support Metal) (#...
Gustav Olsson
2019-02-27
1
-24
/
+115
*
|
sokol_app.h/sokol_audio.h: add userdata support for callbacks (#120)
Andre Weissflog
2019-02-21
1
-64
/
+129
*
|
sokol_app.h: add an optional "don't hijack main" mode (#118)
Andre Weissflog
2019-02-19
1
-60
/
+142
*
|
Emscripten platform updates (#116)
Andre Weissflog
2019-02-16
1
-25
/
+25
*
|
sokol_app.h: comment typos
Andre Weissflog
2019-02-13
1
-6
/
+7
|
/
*
sokol_app.h D3D11: throttle frame rate when window minimized (fixes #113)
Andre Weissflog
2019-02-11
1
-0
/
+3
*
sokol_app.h Android: add a comment about weird ANativeWindow_setBuffersGeomet...
Andre Weissflog
2019-01-27
1
-0
/
+5
*
sokol_app.h Android: add a note that we need a 'really quit?' feature
Andre Weissflog
2019-01-27
1
-0
/
+4
*
sokol_app.h Android: force app exit when back button is pressed
Andre Weissflog
2019-01-27
1
-0
/
+3
*
sokol_app.h Android: fix _sapp_android_update_dimensions()
Andre Weissflog
2019-01-27
1
-33
/
+8
*
detect debug mode via NDEBUG, not _DEBUG, raise Android log level to INFO
Andre Weissflog
2019-01-27
1
-2
/
+2
*
fix preprocessor checks for TARGET_OS_IPHONE
Andre Weissflog
2019-01-26
1
-4
/
+4
*
Android notes in Readme and sokol_app.h doc header
Andre Weissflog
2019-01-26
1
-1
/
+1
*
sokol_app.h: fix C++ compile problems in Android backend
Andre Weissflog
2019-01-26
1
-9
/
+11
*
sokol_app.h: fix the TARGET_OS_IPHONE check in sapp_show_keyboard
Andre Weissflog
2019-01-26
1
-1
/
+1
*
Android support (sokol_app) (#87)
Gustav Olsson
2019-01-26
1
-16
/
+769
*
sokol_app.h, sokol_args.h: surround EMSCRIPTEN_KEEPALIVE funcs with extern 'C'
Andre Weissflog
2019-01-23
1
-0
/
+6
*
sokol_app.h, sokol_audio.h: exclude emscripten when detecting __unix__
Andre Weissflog
2019-01-22
1
-1
/
+1
*
sokol_audio.h / sokol_app.h: more Linux detection tweaks
Andre Weissflog
2019-01-22
1
-2
/
+2
[next]