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 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
*
sokol_app.h: add drag'n'drop documentation
Andre Weissflog
2020-10-22
1
-3
/
+80
*
sokol_app.h linux: fix percent-decoding in dropped file paths
Andre Weissflog
2020-10-21
1
-3
/
+3
*
sokol_app.h linux: finish drag'n'drop
Andre Weissflog
2020-10-21
1
-4
/
+29
*
sokol_app.h linux: continue with drag'n'drop
Andre Weissflog
2020-10-20
1
-5
/
+133
*
sokol_app.h macos: check for dropped file path too long
Andre Weissflog
2020-10-20
1
-5
/
+29
*
sokol_app.h linux: start drag'n'drop implementation
Andre Weissflog
2020-10-19
1
-3
/
+83
*
sokol_app.h macos: drag'n'drop code fixes
Andre Weissflog
2020-10-17
1
-18
/
+15
*
sokol_app.h win32: more drag'n'drop work:
Andre Weissflog
2020-10-16
1
-48
/
+77
*
sokol_app.h win32: wide_to_utf8 bugfix and handle too long dropped file paths
Andre Weissflog
2020-10-15
1
-7
/
+25
*
sokol_app.h win32: some minor drag'n'drop code cleanup
Andre Weissflog
2020-10-15
1
-31
/
+22
*
resolve merge conflicts
Andre Weissflog
2020-10-15
1
-1
/
+108
|
\
|
*
dragged file API rewrite
prime31
2020-07-29
1
-40
/
+43
|
*
win/mac file drop wip
prime31
2020-07-29
1
-1
/
+104
*
|
sokol_app.h win32: GetModuleHandleA => GetModuleHandleW
Andre Weissflog
2020-10-14
1
-1
/
+1
*
|
sokol_app.h uwp (minor): fix #error message
Andre Weissflog
2020-10-14
1
-1
/
+1
*
|
sokol_app/gfx.h win32: linker dependency cleanup (minor)
Andre Weissflog
2020-10-14
1
-1
/
+2
*
|
sokol_app.h: modernize D3D11 swapchain code (#401)
Andre Weissflog
2020-10-10
1
-52
/
+149
*
|
sokol_app.h win32: draw during window sizing and moving
Andre Weissflog
2020-10-02
1
-1
/
+25
*
|
sokol_app.h uwp: fix extended keycodes (fixes #395)
Andre Weissflog
2020-10-01
1
-2
/
+3
*
|
sokol_app.h linux: implement sapp_set_window_title()
Andre Weissflog
2020-09-26
1
-1
/
+1
*
|
sokol_app.h win32: implement sapp_set_window_title()
Andre Weissflog
2020-09-26
1
-1
/
+6
*
|
sokol_app.h: some set-window-title code cleanup
Andre Weissflog
2020-09-26
1
-3
/
+4
*
|
sokol_app.h: start with sapp_set_window_title
Andre Weissflog
2020-09-26
1
-8
/
+17
*
|
Merge branch 'set_title' of https://github.com/vlang/sokol into vlang-set_title
Andre Weissflog
2020-09-26
1
-0
/
+8
|
\
\
|
*
|
set window title on macos
Alexander Medvednikov
2020-08-23
1
-0
/
+8
*
|
|
sokol_app.h emsc: remove incomplete mouse capture, doesn't work as I thought ...
Andre Weissflog
2020-09-25
1
-37
/
+0
*
|
|
sokol_app.h emsc: some code cleanup and mouse capture preparations
Andre Weissflog
2020-09-25
1
-24
/
+68
*
|
|
sokol_app.h: add some build-howto documentation notes
Andre Weissflog
2020-09-23
1
-1
/
+4
*
|
|
merge latest changes from master
Andre Weissflog
2020-09-23
1
-5
/
+59
|
\
\
\
|
*
|
|
sokol_app.h linux: don't send mouse enter/leave events while buttons are pressed
Andre Weissflog
2020-09-22
1
-2
/
+10
|
*
|
|
sokol_app.h macos: don't send mouse enter/leave events while mouse button hel...
Andre Weissflog
2020-09-22
1
-2
/
+16
|
*
|
|
sokol_app.h macos: implement otherMouseDragged handler
Andre Weissflog
2020-09-22
1
-1
/
+9
|
*
|
|
sokol_app.h win32: call SetCapture/ReleaseCapture on mouse button down/up
Andre Weissflog
2020-09-22
1
-0
/
+24
*
|
|
|
sokol_gfx.h uwp: fix WinMain vs wWinMain
Andre Weissflog
2020-09-20
1
-1
/
+14
*
|
|
|
sokol_app.h uwp: add a doc note about build requirements (VS and Windows SDK)
Andre Weissflog
2020-09-17
1
-0
/
+3
*
|
|
|
merge latest changes from master
Andre Weissflog
2020-09-17
1
-1
/
+4
|
\
|
|
|
|
*
|
|
sokol_app.h: fix the doc note about pthread compiler options on Linux
Andre Weissflog
2020-09-17
1
-2
/
+2
|
*
|
|
sokol_app.h: add note about linking pthread to docs
Andre Weissflog
2020-09-15
1
-1
/
+4
*
|
|
|
sokol_app.h: update feature matrix
Andre Weissflog
2020-09-17
1
-1
/
+4
*
|
|
|
sokol_app.h uwp: don't overwrite _sapp.sample_count (instead MSAA must be imp...
Andre Weissflog
2020-09-16
1
-1
/
+0
*
|
|
|
sokol_app.h uwp: mouse dx/dy
Andre Weissflog
2020-09-16
1
-2
/
+10
*
|
|
|
sokol_app.h uwp: fix dpi handling
Andre Weissflog
2020-09-14
1
-49
/
+30
*
|
|
|
sokol_app.h uwp: last round of code cleanup
Andre Weissflog
2020-09-11
1
-750
/
+681
[prev]
[next]