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: add function to query IDXGISwapChain object
Daniel Ludwig
2021-04-17
1
-0
/
+11
*
sokol_app.h x11: make modifier behaviour in key/button down/up events consist...
Andre Weissflog
2021-04-13
1
-10
/
+40
*
sokol_app.h: add mouse button modifiers (#511)
Andre Weissflog
2021-04-12
1
-80
/
+126
*
sokol_app.h: fix a misplaced comment
Andre Weissflog
2021-04-11
1
-2
/
+2
*
update sokol_app.h feature matrix and CHANGELOG
Andre Weissflog
2021-04-10
1
-1
/
+3
*
sokol_app.h: macOS icon support (dock icon), and bugfix in icon image candida...
Andre Weissflog
2021-04-10
1
-3
/
+41
*
sokol_app.h: replace _sapp_fail() with SOKOL_LOG in _sapp_image_validate()
Andre Weissflog
2021-04-09
1
-1
/
+1
*
Window icon support for sokol_app.h (#509)
Andre Weissflog
2021-04-09
1
-55
/
+623
*
sokol_app.h iOS: low- vs high-dpi fixes for Metal and GL.
Andre Weissflog
2021-04-01
1
-24
/
+37
*
sokol_app.h: fix a comment typo
Andre Weissflog
2021-03-29
1
-1
/
+1
*
sokol_app.h win32: call freopen_s() instead freopen() to silence deprecation ...
Andre Weissflog
2021-03-27
1
-4
/
+6
*
sokol_app.h win32: include wchar.h (for wcslen), add build instructions for M...
Andre Weissflog
2021-03-27
1
-1
/
+6
*
sokol_app.h macOS: temporarily out-comment event-polling
Andre Weissflog
2021-03-23
1
-0
/
+9
*
sokol_app.h linux: remove GL include
Andre Weissflog
2021-03-19
1
-4
/
+3
*
sokol_app.h macOS,iOS,emscripten,Android: remove GL header includes
Andre Weissflog
2021-03-19
1
-21
/
+1
*
sokol_app.h, sokol_gfx.h: move Win32 GL loader from sokol_app.h to sokol_gfx.h
Andre Weissflog
2021-03-19
1
-380
/
+0
*
sokol_app.h macOS: use NSEventTrackingRunLoopMode for event polling
Andre Weissflog
2021-02-25
1
-1
/
+3
*
Merge branch 'app-mac-improve-input-latency' of https://github.com/randrew/so...
Andre Weissflog
2021-02-22
1
-5
/
+50
|
\
|
*
Improve macOS mouse latency and stale positioning
cancel
2021-02-20
1
-5
/
+50
*
|
Merge branch 'app-mac-fix-10.12' of https://github.com/randrew/sokol into ran...
Andre Weissflog
2021-02-21
1
-1
/
+5
|
\
\
|
*
|
Fix sokol_app.h not building on macOS 10.12
cancel
2021-02-20
1
-1
/
+5
|
|
/
*
|
sokol_app.h win32: make the /subsystem selection a bit more explicit
Andre Weissflog
2021-02-20
1
-2
/
+6
*
|
sokol_app.h win32: don't force /subsystem:windows if SOKOL_NO_ENTRY is defined
Andre Weissflog
2021-02-20
1
-1
/
+1
*
|
sokol_app.h: documentation for the new console output options
Andre Weissflog
2021-02-19
1
-3
/
+33
*
|
sokol_app.h: configure Win32 console output features, restore codepage on exit
Andre Weissflog
2021-02-19
1
-12
/
+35
*
|
enable console output for SOKOL_WIN32_FORCE_MAIN
Garett Bass
2021-02-19
1
-0
/
+6
*
|
enable console output in WinMain
Garett Bass
2021-02-19
1
-0
/
+6
|
/
*
sokol_app.h: fix sign-conversion warning in iOS code path
Andre Weissflog
2021-02-15
1
-1
/
+1
*
Language-binding-friendly API changes. (#458)
Andre Weissflog
2021-02-10
1
-64
/
+89
*
Fix #pragma compilation with tcc on windows
spaceface
2021-02-08
1
-9
/
+9
*
Merge pull request #470 from code-disaster/fix-C4191
Andre Weissflog
2021-01-29
1
-13
/
+13
|
\
|
*
fix MSVC warnings
Daniel Ludwig
2021-01-22
1
-13
/
+13
*
|
Fix typo in sokol_app docs
Cedric Hutchings
2021-01-26
1
-1
/
+1
|
/
*
sokol_app.h linux: fix -pthread guard code (use pthread_attr_init/destroy)
Andre Weissflog
2021-01-13
1
-5
/
+8
*
sokol_app.h: trigger a linker error if users forget -pthread. Closes #455
Borislav Stanimirov
2021-01-09
1
-0
/
+6
*
sokol_gfx.h macOS: change high_dpi init, fixes #453
Andre Weissflog
2021-01-06
1
-9
/
+9
*
sokol_app.h: use 'raw' function pointer in sapp_html5_fetch_request
Andre Weissflog
2020-12-23
1
-5
/
+5
*
bindgen preparations (#443)
Andre Weissflog
2020-12-20
1
-14
/
+12
*
sokol_app.h: mention Foundation framework dependency (fixed #441)
Andre Weissflog
2020-12-11
1
-2
/
+2
*
move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guard
Andre Weissflog
2020-11-28
1
-3
/
+3
*
make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup...
Andre Weissflog
2020-11-28
1
-6
/
+9
*
document SOKOL_API_DECL (these macros are still valid)
Andre Weissflog
2020-11-28
1
-0
/
+1
*
Auto-generated distinct macros per lib. Resolves #428
Borislav Stanimirov
2020-11-19
1
-56
/
+60
*
sokol_app.h macOS/Metal: disable MTKView.autoResizeDrawable, fixes #419
Andre Weissflog
2020-11-15
1
-7
/
+10
*
sokol_app.h emsc: move all EMSCRIPTEN_KEEPALIVE funcs inside extern 'C'
Andre Weissflog
2020-11-03
1
-65
/
+65
*
sokol_app.h: remaining drag'n'drop stuff for HTML5/WASM (#420)
Andre Weissflog
2020-11-03
1
-20
/
+316
*
sokol_gfx/app.h osx+metal+cpp: fix an accidental dependency on c++11 or later
Andre Weissflog
2020-10-29
1
-1
/
+1
*
sokol_app.h emsc: fix a longstanding webgl canvas element id-vs-selector conf...
Andre Weissflog
2020-10-27
1
-34
/
+35
*
sokol_app.h: fix doc typo
Andre Weissflog
2020-10-22
1
-1
/
+1
*
sokol_app.h: minor docs typo
Andre Weissflog
2020-10-22
1
-6
/
+5
[next]