summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Modernize loggingJohn-Mark Bell2022-06-022-10/+12
* Substitution table/CHD: fix build with GCC 10.John-Mark Bell2022-06-021-6/+6
* Substitution table/direct: handle >255 fontsJohn-Mark Bell2022-05-301-1/+1
* Fix error conditions in broken FEC caseJohn-Mark Bell2022-05-271-4/+7
* Partially revert public API type changesJohn-Mark Bell2022-05-273-20/+24
* Dump substitution table glyph count, per-plane sizeJohn-Mark Bell2022-05-231-9/+62
* Add a test for a broken encoding fileJohn-Mark Bell2022-05-221-2/+6
* Add test for fonts with no encodings at allJohn-Mark Bell2022-05-221-0/+3
* Initialise pointers with NULLJohn-Mark Bell2022-05-221-7/+7
* Start brute-force scan at codepoint 1John-Mark Bell2022-05-221-1/+1
* Conditionally support UCS Encoding formatsJohn-Mark Bell2022-05-221-2/+17
* Add checks for reinitialising library.John-Mark Bell2022-05-222-5/+9
* Squash leaks in non-UCS FM caseJohn-Mark Bell2022-05-222-0/+8
* Size CHD bitmap correctly.John-Mark Bell2021-09-141-1/+2
* Ensure there is at least one menu entryJohn-Mark Bell2021-09-141-4/+14
* Don't assume pointers are 32bits wideJohn-Mark Bell2021-08-151-2/+2
* Restrict total font faces to 16 bit rangeJohn-Mark Bell2021-08-151-1/+3
* Clean up types in internal structuresJohn-Mark Bell2021-08-152-11/+11
* Clean up types in public APIJohn-Mark Bell2021-08-154-31/+39
* Make dump of unicode maps optionalJohn-Mark Bell2021-08-151-2/+2
* Ignore UCS fonts if using a non-UCS Font ManagerJohn-Mark Bell2021-08-151-2/+27
* Clean up logging in the non-UCS Font Manager pathJohn-Mark Bell2021-08-151-43/+39
* Accept non-UCS Font Manager rejecting UCS fonts.John-Mark Bell2021-08-141-2/+8
* Fix font scanning on non-UCS Font ManagersJohn-Mark Bell2021-08-141-1/+1
* Fix initialisation on UCS Font Manager 3.41-3.63John-Mark Bell2021-08-141-13/+50
* Fix shrinkwrap moving blocksJohn-Mark Bell2021-08-141-23/+18
* Ensure dumping doesn't run off the end of a planeJohn-Mark Bell2021-08-141-1/+1
* Fix bug in sparse encoding parserJohn-Mark Bell2021-08-141-2/+3
* Add MedBold and Thin weightsJohn-Mark Bell2021-08-121-0/+2
* Clean up loggingJohn-Mark Bell2021-08-111-17/+0
* Use version-specific cache location.John-Mark Bell2021-08-112-9/+53
* Optimise substitution table storageJohn-Mark Bell2021-08-111-189/+570
* Perform font substitution for astral characters, too.John-Mark Bell2021-08-098-105/+726
* Include extension plane data in RUfl_cacheJohn-Mark Bell2021-08-092-32/+79
* Merge UCS font scan implementationsJohn-Mark Bell2021-08-091-132/+27
* Include astral characters in font scanJohn-Mark Bell2021-08-091-130/+285
* Parse UCS-aware Encoding filesJohn-Mark Bell2021-08-081-24/+130
* Refactor Encoding file parsingJohn-Mark Bell2021-08-081-21/+54
* Use UCS-4 for rendering and display 6-digit replacement characters.John-Mark Bell2021-08-082-41/+51
* Fix use after freeJohn-Mark Bell2021-08-081-1/+1
* Pave the way for astral character support.John-Mark Bell2021-08-084-39/+126
* Use types with explicit sizesJohn-Mark Bell2021-08-071-6/+8
* Detect overlong and invalid UTF-8 sequencesJohn-Mark Bell2021-08-071-0/+6
* OSLib headers are system headers.Michael Drake2021-04-256-6/+6
* Squash another warningJohn-Mark Bell2018-01-221-1/+1
* Squash warningJohn-Mark Bell2018-01-221-1/+1
* "Old" FontManager: improve Encoding file parser.John-Mark Bell2018-01-221-12/+55
* Fix typoJohn-Mark Bell2018-01-221-1/+1
* "Old" FontManager: log character being scanned too.John-Mark Bell2018-01-221-2/+2
* Fix typo in log messageJohn-Mark Bell2018-01-211-1/+1