aboutsummaryrefslogtreecommitdiff
path: root/sokol_app.h
Commit message (Expand)AuthorAgeFilesLines
* fix public function implementation prefix for egl functionsAnuj Asher2023-07-021-2/+2
* sokol_app.h win32: SAPP_EVENTTYPE_MOUSE_ENTER/LEAVE sets dx/dy to 0Andre Weissflog2023-05-201-0/+4
* sokol_app.h x11: add a fixme about modifiers keys in SAPP_EVENTTYPE_FILES_DRO...Andre Weissflog2023-05-201-0/+3
* sokol_app.h x11: SAPP_EVENTTYPE_FILES_DROPPED set dx/dy to zeroAndre Weissflog2023-05-201-0/+2
* sokol_app.h x11: SAPP_EVENTTYPE_MOUSE_ENTER/LEAVE set dx/dy to zeroAndre Weissflog2023-05-201-7/+10
* sokol_app.h emsc: set modifier field in SAPP_EVENTTYPE_FILES_DROPPED (doesn't...Andre Weissflog2023-05-201-2/+12
* sokoL_app.h emsc: SAPP_EVENTTYPE_MOUSE_ENTER/LEAVE set dx/dy to 0Andre Weissflog2023-05-201-5/+10
* sokol_app.h macos: SAPP_EVENTTYPE_FILES_DROPPED now sets the sapp_event.modif...Andre Weissflog2023-05-201-1/+2
* sokol_app.h macos: mouse and drop event fixes:Andre Weissflog2023-05-201-16/+24
* Merge branch 'ic-dropevent-modifiers' of https://github.com/castano/sokol int...Andre Weissflog2023-05-201-0/+1
|\
| * Update event modifiers on drag and drop events.Ignacio Castaño2023-05-101-0/+1
* | Fix: mouse wheel messages provides mouse position in absolute coordinates. Do...Ignacio Castaño2023-05-101-2/+0
|/
* sokol_app.h gl: make NSOpenGLContext current in event handlersAndre Weissflog2023-05-081-0/+23
* sokol_app.h gl: remove the NSOpenGLView.reshape handlerAndre Weissflog2023-05-081-14/+0
* sokol_app.h gl: make GL context current in NSOpenGLView.reshapeAndre Weissflog2023-05-081-0/+1
* Remove GLES2/WebGL1 support. (#821)Andre Weissflog2023-04-301-74/+18
* sokol_gfx.h: fix a comment typogles2Andre Weissflog2023-04-031-1/+1
* fix some typosDirk Stolle2023-04-021-8/+8
* sokol_app.h emsc: fallback to EmscriptenKeyboardEvent.key if .code isn't popu...Andre Weissflog2023-04-011-3/+15
* sokol_app.h win32.h: fix GlobalUnlock parameter in clipboard code (fixes #810)Andre Weissflog2023-03-281-7/+14
* sokol_app.h win32: semi-fix for absolute position raw mouse input (fixes #806)Andre Weissflog2023-03-181-8/+9
* sokol_app.h macos: replaced workaround for 'no key-up during CmdAndre Weissflog2023-02-171-7/+17
* sokol_app.h: use _SAPP_PANIC() for failed allocationsAndre Weissflog2023-02-111-40/+42
* sokol_app.h: tweak log message formatAndre Weissflog2023-02-091-1/+1
* sokol_app.h fix windows buildAndre Weissflog2023-02-081-5/+5
* sokol_app.h: replace all old logging and fail callsAndre Weissflog2023-02-081-128/+193
* sokol_app.h: new-style logging wipAndre Weissflog2023-02-071-43/+56
* sokol_app.h: remove uwp supportAndre Weissflog2023-02-071-1167/+65
* sokol_app.h: update logging docs and add figlet headersAndre Weissflog2023-02-071-38/+148
* Merge branch 'pixelformat_srgba8_nowgpu' of https://github.com/allcreater/sok...Andre Weissflog2023-01-251-6/+6
|\
| * implemented basic sRGB sampling with SG_PIXELFORMAT_SRGB8A8 formatAnton Semenov2022-12-131-6/+6
* | sokol_app.h x11: harmonize mouse code with other platformsAndre Weissflog2023-01-151-13/+7
* | sokol_app.h macos: revert the special clear mouse delta stuff againAndre Weissflog2023-01-151-19/+15
* | sokol_app.h win: harmonize mouse update code with other platformsAndre Weissflog2023-01-151-10/+24
* | sokol_app.h macos: force mouse delta to 0 for all non-move-eventsAndre Weissflog2023-01-151-16/+20
* | sokol_app.h x11: centralize mouse pos/delta update, fixes #770Andre Weissflog2023-01-151-9/+25
* | sokol_app.h x11: fix drag'n'drop source window handle in XdndFinished eventAndre Weissflog2023-01-141-2/+2
* | sokol_app.h macos: fix two new 'implicit conversion loses precision' warnings...Andre Weissflog2022-12-141-2/+2
|/
* sokol_app.h win32: fix IME char input (DispatchMessage => DispatchMessageW)Andre Weissflog2022-12-071-1/+1
* sokol_app.h x11: fix typo in new log messageAndre Weissflog2022-12-051-1/+1
* sokol_app.h x11: assume dpi=96 if querying dpi value fails (fixes #755)Andre Weissflog2022-12-041-0/+7
* sokol_app.h html5: use sapp_range instead of ptr/size pairs in sapp_html5_fet...Andre Weissflog2022-11-051-25/+26
* simplify logging preprocessor macrosAndre Weissflog2022-10-221-24/+11
* Merge branch 'log-callback' of github.com:Manuzor/sokol into Manuzor-log-call...Andre Weissflog2022-10-221-72/+134
|\
| * Replace SOKOL_LOG with runtime callbacks.Manuel Floruß2022-10-031-72/+134
* | Merge branch 'allcreater-rgb9e5'Andre Weissflog2022-10-211-0/+1
|\ \
| * | sokol_app.h android: fix sapp_gles2() not returning true when sapp_desc.gl_fo...Andre Weissflog2022-10-211-0/+1
* | | sokoL_app/args/audio/fetch.h emsc: suppress closure analysis false positives,...Andre Weissflog2022-10-191-41/+44
|/ /
* | emscripten: use new EM_JS_DEPS() macro to declare JS function dependenciesAndre Weissflog2022-10-151-0/+4
* | sokol_app.h iOS: undo a18031313cdf7dab461baa296c38b07337ab4d47 (see #645 and ...Andre Weissflog2022-10-151-5/+5