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
...
*
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
*
sokol_audio.h: attempt broader Linux detection
Andre Weissflog
2019-01-22
1
-2
/
+2
*
sokol_app.h emscripten: added explicit cast so impl can be from C++ (#106)
Borislav Stanimirov
2019-01-22
1
-1
/
+1
*
Merge pull request #94 from iboB/master
Andre Weissflog
2018-12-03
1
-39
/
+39
|
\
|
*
added names to public structs and enums so they can be forward declared
Borislav Stanimirov
2018-11-30
1
-6
/
+6
|
*
removed trailing spaces
Borislav Stanimirov
2018-11-30
1
-33
/
+33
*
|
added explicit casts so impl can be from c++
Borislav Stanimirov
2018-12-03
1
-17
/
+17
|
/
*
sokol_app: fix use of SOKOL_WIN32_FORCE_MAIN
Daniel Ludwig
2018-11-07
1
-4
/
+6
*
New sapp_desc member: gl_force_gles2
Andre Weissflog
2018-10-20
1
-6
/
+18
*
sokol_app.h GL loader: init missing function glFramebufferTexture2D
Andre Weissflog
2018-10-19
1
-0
/
+1
*
sokol_audio.h: SOKOL_API_DECL and SOKOL_API_IMPL macros
Andre Weissflog
2018-10-18
1
-1
/
+1
*
sokol_app.h: SOKOL_API_DECL and SOKOL_API_IMPL macros
Andre Weissflog
2018-10-18
1
-36
/
+45
*
sokol-app: first version of UPDATE_CURSOR event, and sapp_win32_get_hwnd()
Andre Weissflog
2018-10-16
1
-8
/
+34
*
sokol-app: minor comment fix
Andre Weissflog
2018-10-16
1
-1
/
+1
*
sokol-app: start with CURSOR_UPDATE event impl on OSX (see https://github.com...
Andre Weissflog
2018-10-16
1
-2
/
+36
*
fix a small comment typo in sokol_app.h
Andre Weissflog
2018-10-02
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2018-09-20
1
-6
/
+6
*
sokol_app.h emsc: proper consume/forward handling for key events
Andre Weissflog
2018-09-16
1
-2
/
+64
*
sokol-app X11: call the cleanup callback
Andre Weissflog
2018-09-08
1
-0
/
+1
[prev]
[next]