aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * sokol_app.h win32: start with mouse-lockAndre Weissflog2020-07-231-16/+57
| * sokol_app.h macos: mouse-lock feature finishedAndre Weissflog2020-07-211-3/+11
| * sokol_app.h macOS: fix the one 'jitter event' when mouse lock is activatedAndre Weissflog2020-07-201-29/+1
| * sokol_app.h macOS: mouse-lock fixesAndre Weissflog2020-07-201-5/+15
| * sokol_app.h: more macOS mouse lock implementationAndre Weissflog2020-07-191-10/+57
| * more pointer-lock impl:Andre Weissflog2020-07-181-124/+129
| * sokol_app.h: move clipboard and mouse state into nested structsAndre Weissflog2020-07-181-79/+87
| * sokol_app.h win32: move win32_mouse_tracked into _sapp_win32_t structAndre Weissflog2020-07-181-4/+4
| * sokol_app.h: start with pointer-lock supportAndre Weissflog2020-07-171-12/+35
* | update READMEAndre Weissflog2020-07-221-2/+5
* | Add a warning about not using cmake 3.18 on Windows to the READMEAndre Weissflog2020-07-221-1/+8
* | sokol_gfx.h win32: add glClearBufferiv to mini-GL-loaderAndre Weissflog2020-07-211-0/+1
* | sokol_gfx.h GL: fix clear stencil buffer bug (fixes #340)Andre Weissflog2020-07-211-2/+2
* | Merge pull request #337 from bqqbarbhg/masterAndre Weissflog2020-07-201-1/+1
|\ \
| * | Pass event handle to WaitForSingleObject() by valuebqqbarbhg2020-07-191-1/+1
|/ /
* / sokol_app.h: fix typo which broke clipboard support in emscripten backendAndre Weissflog2020-07-181-2/+2
|/
* sokol_gfx.h Metal: fixes for mixing Metal and sokol-gfx rendering.Andre Weissflog2020-07-161-10/+44
* fix readme typoAndre Weissflog2020-07-151-2/+2
* sokol_app.h win32/macos: mouse cursor show/hide changesAndre Weissflog2020-07-142-28/+36
* sokol_app.h: documentation fixesAndre Weissflog2020-07-141-34/+33
* more README cleanupAndre Weissflog2020-07-131-25/+21
* README tweakAndre Weissflog2020-07-131-2/+1
* Merge pull request #331 from floooh/sokol-app-restructAndre Weissflog2020-07-133-1977/+1861
|\
| * update READMEAndre Weissflog2020-07-131-2/+44
| * sokol_app.h ios/macos: ARC related comment fixesAndre Weissflog2020-07-131-9/+9
| * sokol_app.h ios/macos: remove the autoreleasepool around the view draw callbackAndre Weissflog2020-07-131-9/+5
| * sokol_app.h ios/macOS: more code cleanupAndre Weissflog2020-07-111-46/+14
| * sokol_app.h macos metal: get rid of the MTKViewDelegate objectAndre Weissflog2020-07-091-24/+9
| * sokol_app.h macos: bugfix canBecomeKey -> canBecomeKeyViewAndre Weissflog2020-07-091-1/+1
| * sokol_gfx.h metal: use objc_arc_fields, and add non-ARC supportAndre Weissflog2020-07-051-113/+144
| * sokol_app.h: some minor code cleanupAndre Weissflog2020-07-051-3/+0
| * sokol_app.h iOS cleanup:Andre Weissflog2020-07-041-88/+126
| * sokol_app.h macos GL: don't fire resized event during initializationAndre Weissflog2020-07-031-1/+3
| * sokol_app.h macos: more code cleanup, and workaround for initial frame size b...Andre Weissflog2020-07-031-82/+91
| * sokol_app.h: add support for building with ARC disabledAndre Weissflog2020-07-011-6/+3
| * sokol_app.h macos: more code cleanupAndre Weissflog2020-06-301-72/+126
| * merge from masterAndre Weissflog2020-06-304-19/+37
| |\ | |/ |/|
* | fixes for cimgui 1.77Andre Weissflog2020-06-301-17/+17
* | sokol_gfx_imgui.h: fix id collision in call panel if several debug groups wit...Andre Weissflog2020-06-281-2/+2
* | add missing sg_push/pop_debug_group() calls to sokol_debugtext.h, sokol_gl.h,...Andre Weissflog2020-06-283-0/+18
| * sokol_app.h emsc: surround WebGPU specific struct with ifdef SOKOL_WGPUAndre Weissflog2020-06-291-2/+5
| * sokol_app.h: make _sapp_run() function names backend-specificAndre Weissflog2020-06-291-13/+30
| * sokol_app.h win32: some more mini-GL loader tweaksAndre Weissflog2020-06-291-97/+97
| * sokol_app.h win32/wgl: move the GL loader around a bitAndre Weissflog2020-06-281-365/+365
| * sokol_app.h: rewrite the Win32 mini-GL loader to use an x-macroAndre Weissflog2020-06-281-383/+115
| * sokol_app.h code cleanup.Andre Weissflog2020-06-281-53/+55
| * sokol_gfx.h: integrate X11/GLX app state into common _sapp structAndre Weissflog2020-06-271-264/+254
| * sokol_gfx.h: integrate Android app state into common _sapp structAndre Weissflog2020-06-271-195/+187
| * more sokol_app.h impl restructuring WIPAndre Weissflog2020-06-251-424/+449
| * sokol_app.h: fix iOS buildAndre Weissflog2020-06-241-5/+5