| Name: | stb_textedit-devel |
|---|---|
| Version: | 1.14^20260313git904aa67 |
| Release: | 2.el9 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 56544 |
| License: | MIT OR Unlicense |
| RPM: | stb_textedit-devel-1.14^20260313git904aa67-2.el9.x86_64.rpm |
| Source RPM: | stb-0^20260313git904aa67-2.el9.src.rpm |
| Build Date: | Sat Apr 18 2026 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/nothings/stb |
| Summary: | Guts of a text editor for games etc., implementing them from scratch |
| Description: | This C header file implements the guts of a multi-line text-editing widget; you implement display, word-wrapping, and low-level string insertion/deletion, and stb_textedit will map user inputs into insertions & deletions, plus updates to the cursor position, selection state, and undo state. It is intended for use in games and other systems that need to build their own custom widgets and which do not have heavy text-editing requirements (this library is not recommended for use for editing large texts, as its performance does not scale and it has limited undo). Non-trivial behaviors are modeled after Windows text controls. |
- Fix access/use of uninitialized memory in stb_image - This was undefined behavior, and could leak security-relevant information from other data structures. See https://github.com/nothings/stb/issues/1929.
- stb_image_resize2 2.18
- Patch two newly-reported memory-safety bugs in stb_image - https://github.com/nothings/stb/issues/1860 - https://github.com/nothings/stb/issues/1861
- stb_image_resize2 2.17
- stb_image_resize2 2.15
- stb_image_resize2 2.14
- stb_image_resize2 2.13
- Patch root cause of CVE-2021-45340
- Add a SourceLicense field
- Remove spec-file conditionals for Fedora 39 and EPEL7 (end-of-life)