about summary refs log tree commit diff stats
path: root/res/map
Commit message (Collapse)AuthorAgeFilesLines
* Update to Unicode 16.0.0bptato2024-09-144-12882/+13154
|
* url: reduce idna sizebptato2024-09-011-2140/+1145
| | | | | Instead of storing pointers to cstrings, put all of them in a single huge string and store indices of that.
* strwidth, renderdocument: small refactoringbptato2024-03-031-130/+447
| | | | | | * put attrs pointer in state * simplify width() * use unsigned int as ptint to avoid UB
* misc refactoringsbptato2024-02-271-4/+0
| | | | | | * rename buffer enums * fix isAscii for char 0x80 * remove dead code from URL
* charwidth: use ptint in controls calculationbptato2024-01-191-16/+16
| | | | int was incorrect
* charwidth: use pre-generated map filebptato2024-01-041-0/+196
| | | | Also for reducing compilation time.
* idna: use pre-generated map file, misc changesbptato2024-01-041-0/+2419
| | | | | | | | | Speeds up compilation somewhat. Included in the repository because it's not that huge. misc changes: * use seq, not set for UCS-16 sets (it takes up less space) * remove unnecessary noSideEffects casts
* res: remove unused filesbptato2023-09-0134-77185/+0
| | | | These now live in separate repositories.
* Update IdnaMappingTable.txtbptato2023-02-051-32/+137
|
* Update character width rangesbptato2023-02-051-0/+2619
| | | | | Use the Unicode 15 EastAsianWidth.txt file instead of an ancient wcwidth implementation's ranges.
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-1035-0/+86107
Also, fix a bug in the