diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-09-17 19:03:05 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-09-17 19:03:05 +0200 |
| commit | b19ab8b92b7350ed7f63d24bccec43e51d374d16 (patch) | |
| tree | 49948f83ed6280f6625bb9f8d9af5598337059a2 | |
| parent | 7729e396e399c349bb3b8b36f79ddce23f871d22 (diff) | |
update sokol_app.h feature matrix, readme and changelog (Linux clipboard support)
| -rw-r--r-- | CHANGELOG.md | 8 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | sokol_app.h | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e685621..05b7bd4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Updates +### 17-Sep-2024 + +- The sokol_app.h Linux backend now has clipboard support. Many thanks to + @Dvad for the initial PR with most of the work and @qwx9 for the addtional + updates. See PR https://github.com/floooh/sokol/pull/1108 for details (this + isn't quite what ended up in sokol_app.h, because I did a couple of code + cleanup changes in during the merge). + ### 10-Sep-2024 - Update sokol_imgui.h for Dear ImGui and cimgui version 1.91.1. This @@ -6,7 +6,7 @@ # Sokol -[**See what's new**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**02-Sep-2024** in sokol_gfx.h, SG_FILTER_NONE has been removed) +[**See what's new**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**17-Sep-2024** sokol_app.h: clipboard support for Linux) [](/../../actions/workflows/main.yml) [](/../../actions/workflows/gen_bindings.yml) [](https://github.com/floooh/sokol-zig/actions/workflows/main.yml) [](https://github.com/floooh/sokol-nim/actions/workflows/main.yml) [](https://github.com/floooh/sokol-odin/actions/workflows/main.yml)[](https://github.com/floooh/sokol-rust/actions/workflows/main.yml)[](https://github.com/kassane/sokol-d/actions/workflows/build.yml) diff --git a/sokol_app.h b/sokol_app.h index 66242f38..97f72ab3 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -130,7 +130,7 @@ screen keyboard | --- | --- | --- | YES | TODO | YES swap interval | YES | YES | YES | YES | TODO | YES high-dpi | YES | YES | TODO | YES | YES | YES - clipboard | YES | YES | TODO | --- | --- | YES + clipboard | YES | YES | YES | --- | --- | YES MSAA | YES | YES | YES | YES | YES | YES drag'n'drop | YES | YES | YES | --- | --- | YES window icon | YES | YES(1)| YES | --- | --- | YES |