summaryrefslogtreecommitdiff
path: root/src/rufl_init.c
Commit message (Expand)AuthorAgeFilesLines
* 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-221-1/+1
* Squash leaks in non-UCS FM caseJohn-Mark Bell2022-05-221-0/+1
* 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-151-1/+1
* Clean up types in public APIJohn-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
* 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-111-8/+52
* Perform font substitution for astral characters, too.John-Mark Bell2021-08-091-64/+2
* Include extension plane data in RUfl_cacheJohn-Mark Bell2021-08-091-31/+78
* 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
* Fix use after freeJohn-Mark Bell2021-08-081-1/+1
* Pave the way for astral character support.John-Mark Bell2021-08-081-8/+9
* 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
* Old FontManager: ignore fonts with no mappingsJohn-Mark Bell2018-01-211-0/+7
* Accept FontEncodingNotFound for symbol fonts, too.John-Mark Bell2018-01-211-2/+4
* Tolerate FontEncodingNotFound from "old" FM.John-Mark Bell2018-01-211-5/+9
* Log in release builds; enhance init logging.John-Mark Bell2018-01-211-7/+39
* Port to core buildsystem.John Mark Bell2010-01-061-0/+1678