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
*
Fix typos.
Bruce Mitchener
2020-03-19
1
-1
/
+1
*
sokol_app x11: mark unused variable properly
Borislav Stanimirov
2020-02-18
1
-1
/
+2
*
sokol_app.h x11: fixed unused variable warning
Borislav Stanimirov
2020-02-18
1
-1
/
+1
*
sokol_app.h macOS: add support for SAPP_MOUSEBUTTON_MIDDLE (needs testing)
Andre Weissflog
2020-02-02
1
-0
/
+10
*
Fix typos.
Bruce Mitchener
2020-01-30
1
-1
/
+1
*
sokol_app.h win32: fix MSB check for GetKeyState() return value (fixes #247)
Andre Weissflog
2020-01-13
1
-4
/
+4
*
sokol_app.h: add doc note about calling 3D API funcs in event handler callback
Andre Weissflog
2020-01-10
1
-2
/
+16
*
sokol_app.h: fix for assignment within conditional expression
incrediblejr
2019-12-06
1
-3
/
+3
*
sokol_app.h: whitespaces (editorconfig)
incrediblejr
2019-12-06
1
-5
/
+5
*
Fix MSVC 2017 /W4 warnings
Andre Weissflog
2019-12-05
1
-1
/
+2
*
sokol_app.h: fix for assignment within conditional expression
incrediblejr
2019-12-05
1
-2
/
+2
*
Initial clipboard support (#237)
Andre Weissflog
2019-12-02
1
-6
/
+315
*
slightly different behaviour for macOS Cmd key: immediately send a keyup even...
Andre Weissflog
2019-11-09
1
-11
/
+16
*
sokol_app.h: workaround for keys getting stuck when Cmd key is pressed
Andre Weissflog
2019-11-09
1
-2
/
+21
*
sokol_app.h GL/macOS: remove redundant glFlush()
Andre Weissflog
2019-10-20
1
-1
/
+0
*
fix 32-bit widening enum item in sokol_app.h
Andre Weissflog
2019-09-16
1
-1
/
+1
*
Merge pull request #210 from martincohen/feature/showing-mouse-cursor
Andre Weissflog
2019-09-11
1
-0
/
+32
|
\
|
*
C++ compatibility
Martin Cohen
2019-09-10
1
-1
/
+3
|
*
Showing and querying mouse cursor.
martincohen
2019-09-08
1
-0
/
+30
*
|
fix remaining problem for PR #211
Andre Weissflog
2019-09-10
1
-12
/
+11
*
|
Merge pull request #211 from martincohen/feature/win32-argv-utf8
Andre Weissflog
2019-09-10
1
-3
/
+42
|
\
\
|
*
|
Requested changes.
martincohen
2019-09-10
1
-20
/
+27
|
*
|
UTF-8 argv on Windows
martincohen
2019-09-08
1
-2
/
+34
|
|
/
*
/
sokol_app.h GL: add missing GL definitions to minimal GL loader on Windows
Andre Weissflog
2019-09-07
1
-0
/
+6
|
/
*
ifdef guards
martincohen
2019-09-02
1
-1
/
+2
*
sokol_app.h: add GL_MAX_VERTEX_ATTRIBS define to Windows GL loader
Andre Weissflog
2019-08-29
1
-0
/
+1
*
sokol_app.h macOS fixes:
Andre Weissflog
2019-08-29
1
-11
/
+18
*
Merge pull request #191 from floooh/pixelformat
Andre Weissflog
2019-08-17
1
-4
/
+56
|
\
|
*
sokol_app.h: fix D3D11 pixelformat when recreating render target
Andre Weissflog
2019-08-06
1
-1
/
+1
|
*
sokoL_app.h iOS: fix a new clang warning
Andre Weissflog
2019-08-02
1
-1
/
+1
|
*
sokol_app.h d3d11: use BGRA8 pixelformat for swapchain
Andre Weissflog
2019-07-29
1
-2
/
+2
|
*
sokol_app.h Windows: add missing defines to GL loader
Andre Weissflog
2019-07-29
1
-0
/
+52
*
|
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
[next]