aboutsummaryrefslogtreecommitdiff
path: root/graphics/fonts
AgeCommit message (Expand)Author
2020-01-11COMMON: Add a function to simplify loading Windows executablesCameron Cawley
2020-01-11GRAPHICS: Simplify loading Windows fontsCameron Cawley
2020-01-11ALL: Create all instances of NEResources and PEResources using new instead of...Cameron Cawley
2020-01-07GRAPHICS: FONTS: Improved visuals for generated bold fontsEugene Sandulenko
2020-01-07GRAPHICS: FONTS: Fix memory overrideEugene Sandulenko
2020-01-07GRAPHICS: FONTS: Fix warningsEugene Sandulenko
2020-01-07GRAPHICS: FONTS: Implement generation of bold fontsEugene Sandulenko
2020-01-07GRAPHICS: FONTS: Made scaling form MacFONT as a stepEugene Sandulenko
2020-01-07GRAPHICS: FONTS: Use better algorithm for MacFONT scaling added debug outputEugene Sandulenko
2020-01-07GRAPHICS: FONTS: Fix BDF font scalingEugene Sandulenko
2019-12-26GRAPHICS: FONT: Really fix mismatched new/deleteEugene Sandulenko
2019-12-26GRAPHICS: FONTS: Fix mismatched new/delete.Eugene Sandulenko
2019-11-17GRAPHICS: Fix Missing Default Switch CasesD G Turner
2019-05-01COMMON: Replace NEResourceType and PEResourceType with a shared enumCameron Cawley
2019-05-01GRAPHICS: Look for fonts.dat in extrapathBastien Bouclet
2019-03-12GUI: Fix loading new (not already cached) localized fontsThanasis Antoniou
2018-12-25GRAPHICS: Add a function to load TrueType fonts from fonts.datCameron Cawley
2018-08-18COMMON: Move new_strdup to common/str.cppCameron Cawley
2018-08-18GRAPHICS: Fix incorrect maximum length passed to strlcpyColin Snover
2018-08-18GRAPHICS: Remove use of nonstandard strdup API & fix mismatched malloc/deleteColin Snover
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2017-11-14GRAPHICS: Fix potentially uninitialized pointers in BDF loaderWillem Jan Palenstijn
2017-11-14GRAPHICS: Fix freeing invalid pointers in the BDF font destructorBastien Bouclet
2017-09-10GRAPHICS: Remove dead code in BDF loadCharacter codeColin Snover
2017-08-01GRAPHICS: Load Mac font heights too (still unused)Eugene Sandulenko
2017-07-10Revert "COMMON: Change way the Singleton instances are instantiated"Eugene Sandulenko
2017-07-10COMMON: Change way the Singleton instances are instantiatedThierry Crozat
2017-01-30GRAPHICS: Added missing includeEugene Sandulenko
2017-01-27JANITORIAL: CleanupEugene Sandulenko
2017-01-26GRAPHICS: More fixes to MacFont scaling. Now it does workEugene Sandulenko
2017-01-26GRAPHICS: Fixes to MacFont scalingEugene Sandulenko
2017-01-25GRAPHICS: Implemented test for MacFont scalingEugene Sandulenko
2017-01-24GRAPHICS: Plug MacFont scaler inEugene Sandulenko
2017-01-24GRAPHICS: Further work on MacFont scalingEugene Sandulenko
2017-01-23GRAPHICS: Fix number of memory leaks and wanringsEugene Sandulenko
2017-01-21GRAPHICS: More work on MacFont scalingEugene Sandulenko
2017-01-20GRAPHICS: Further work on MacFont font scalingEugene Sandulenko
2017-01-20GRAPHICS: Fix copy/paste errors with MacFont size processingEugene Sandulenko
2017-01-19GRAPHICS: Initial code for scaling MacFontsEugene Sandulenko
2017-01-19GRAPHICS: Encapsulate all MacFONTFont class variables into a single structEugene Sandulenko
2017-01-17GRAPHICS: Rename MacFont to MacFONTFont to avoid clashedEugene Sandulenko
2017-01-17GRAPHICS: Implementing kerning calculation for MacFontsEugene Sandulenko
2017-01-17GRAPHICS: Split out MacFontFamily class out of MacFontEugene Sandulenko
2017-01-17GRAPHICS: Fix Zero Length Format String Compiler Warnings.D G Turner
2017-01-17GRAPHICS: Fix FOND loadingEugene Sandulenko
2017-01-17GRAPHICS: Added debug output to FOND loadingEugene Sandulenko
2017-01-17GRAPHICS: More work on FOND loadingEugene Sandulenko
2017-01-16GRAPHICS: First part for reading FOND Mac resourcesEugene Sandulenko
2017-01-16GRAPHICS: Initial code for reading FONT Mac resourcesEugene Sandulenko
2016-10-31GRAPHICS: Fix compiler warning in BdfFontPaul Gilbert