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
*
fix public function implementation prefix for egl functions
Anuj Asher
2023-07-02
1
-2
/
+2
*
sokol_app.h win32: SAPP_EVENTTYPE_MOUSE_ENTER/LEAVE sets dx/dy to 0
Andre Weissflog
2023-05-20
1
-0
/
+4
*
sokol_app.h x11: add a fixme about modifiers keys in SAPP_EVENTTYPE_FILES_DRO...
Andre Weissflog
2023-05-20
1
-0
/
+3
*
sokol_app.h x11: SAPP_EVENTTYPE_FILES_DROPPED set dx/dy to zero
Andre Weissflog
2023-05-20
1
-0
/
+2
*
sokol_app.h x11: SAPP_EVENTTYPE_MOUSE_ENTER/LEAVE set dx/dy to zero
Andre Weissflog
2023-05-20
1
-7
/
+10
*
sokol_app.h emsc: set modifier field in SAPP_EVENTTYPE_FILES_DROPPED (doesn't...
Andre Weissflog
2023-05-20
1
-2
/
+12
*
sokoL_app.h emsc: SAPP_EVENTTYPE_MOUSE_ENTER/LEAVE set dx/dy to 0
Andre Weissflog
2023-05-20
1
-5
/
+10
*
sokol_app.h macos: SAPP_EVENTTYPE_FILES_DROPPED now sets the sapp_event.modif...
Andre Weissflog
2023-05-20
1
-1
/
+2
*
sokol_app.h macos: mouse and drop event fixes:
Andre Weissflog
2023-05-20
1
-16
/
+24
*
Merge branch 'ic-dropevent-modifiers' of https://github.com/castano/sokol int...
Andre Weissflog
2023-05-20
1
-0
/
+1
|
\
|
*
Update event modifiers on drag and drop events.
Ignacio Castaño
2023-05-10
1
-0
/
+1
*
|
Fix: mouse wheel messages provides mouse position in absolute coordinates. Do...
Ignacio Castaño
2023-05-10
1
-2
/
+0
|
/
*
sokol_app.h gl: make NSOpenGLContext current in event handlers
Andre Weissflog
2023-05-08
1
-0
/
+23
*
sokol_app.h gl: remove the NSOpenGLView.reshape handler
Andre Weissflog
2023-05-08
1
-14
/
+0
*
sokol_app.h gl: make GL context current in NSOpenGLView.reshape
Andre Weissflog
2023-05-08
1
-0
/
+1
*
Remove GLES2/WebGL1 support. (#821)
Andre Weissflog
2023-04-30
1
-74
/
+18
*
sokol_gfx.h: fix a comment typo
gles2
Andre Weissflog
2023-04-03
1
-1
/
+1
*
fix some typos
Dirk Stolle
2023-04-02
1
-8
/
+8
*
sokol_app.h emsc: fallback to EmscriptenKeyboardEvent.key if .code isn't popu...
Andre Weissflog
2023-04-01
1
-3
/
+15
*
sokol_app.h win32.h: fix GlobalUnlock parameter in clipboard code (fixes #810)
Andre Weissflog
2023-03-28
1
-7
/
+14
*
sokol_app.h win32: semi-fix for absolute position raw mouse input (fixes #806)
Andre Weissflog
2023-03-18
1
-8
/
+9
*
sokol_app.h macos: replaced workaround for 'no key-up during Cmd
Andre Weissflog
2023-02-17
1
-7
/
+17
*
sokol_app.h: use _SAPP_PANIC() for failed allocations
Andre Weissflog
2023-02-11
1
-40
/
+42
*
sokol_app.h: tweak log message format
Andre Weissflog
2023-02-09
1
-1
/
+1
*
sokol_app.h fix windows build
Andre Weissflog
2023-02-08
1
-5
/
+5
*
sokol_app.h: replace all old logging and fail calls
Andre Weissflog
2023-02-08
1
-128
/
+193
*
sokol_app.h: new-style logging wip
Andre Weissflog
2023-02-07
1
-43
/
+56
*
sokol_app.h: remove uwp support
Andre Weissflog
2023-02-07
1
-1167
/
+65
*
sokol_app.h: update logging docs and add figlet headers
Andre Weissflog
2023-02-07
1
-38
/
+148
*
Merge branch 'pixelformat_srgba8_nowgpu' of https://github.com/allcreater/sok...
Andre Weissflog
2023-01-25
1
-6
/
+6
|
\
|
*
implemented basic sRGB sampling with SG_PIXELFORMAT_SRGB8A8 format
Anton Semenov
2022-12-13
1
-6
/
+6
*
|
sokol_app.h x11: harmonize mouse code with other platforms
Andre Weissflog
2023-01-15
1
-13
/
+7
*
|
sokol_app.h macos: revert the special clear mouse delta stuff again
Andre Weissflog
2023-01-15
1
-19
/
+15
*
|
sokol_app.h win: harmonize mouse update code with other platforms
Andre Weissflog
2023-01-15
1
-10
/
+24
*
|
sokol_app.h macos: force mouse delta to 0 for all non-move-events
Andre Weissflog
2023-01-15
1
-16
/
+20
*
|
sokol_app.h x11: centralize mouse pos/delta update, fixes #770
Andre Weissflog
2023-01-15
1
-9
/
+25
*
|
sokol_app.h x11: fix drag'n'drop source window handle in XdndFinished event
Andre Weissflog
2023-01-14
1
-2
/
+2
*
|
sokol_app.h macos: fix two new 'implicit conversion loses precision' warnings...
Andre Weissflog
2022-12-14
1
-2
/
+2
|
/
*
sokol_app.h win32: fix IME char input (DispatchMessage => DispatchMessageW)
Andre Weissflog
2022-12-07
1
-1
/
+1
*
sokol_app.h x11: fix typo in new log message
Andre Weissflog
2022-12-05
1
-1
/
+1
*
sokol_app.h x11: assume dpi=96 if querying dpi value fails (fixes #755)
Andre Weissflog
2022-12-04
1
-0
/
+7
*
sokol_app.h html5: use sapp_range instead of ptr/size pairs in sapp_html5_fet...
Andre Weissflog
2022-11-05
1
-25
/
+26
*
simplify logging preprocessor macros
Andre Weissflog
2022-10-22
1
-24
/
+11
*
Merge branch 'log-callback' of github.com:Manuzor/sokol into Manuzor-log-call...
Andre Weissflog
2022-10-22
1
-72
/
+134
|
\
|
*
Replace SOKOL_LOG with runtime callbacks.
Manuel Floruß
2022-10-03
1
-72
/
+134
*
|
Merge branch 'allcreater-rgb9e5'
Andre Weissflog
2022-10-21
1
-0
/
+1
|
\
\
|
*
|
sokol_app.h android: fix sapp_gles2() not returning true when sapp_desc.gl_fo...
Andre Weissflog
2022-10-21
1
-0
/
+1
*
|
|
sokoL_app/args/audio/fetch.h emsc: suppress closure analysis false positives,...
Andre Weissflog
2022-10-19
1
-41
/
+44
|
/
/
*
|
emscripten: use new EM_JS_DEPS() macro to declare JS function dependencies
Andre Weissflog
2022-10-15
1
-0
/
+4
*
|
sokol_app.h iOS: undo a18031313cdf7dab461baa296c38b07337ab4d47 (see #645 and ...
Andre Weissflog
2022-10-15
1
-5
/
+5
[next]