summaryrefslogtreecommitdiff
path: root/src/fontdetection.cpp
AgeCommit message (Expand)Author
2021-01-13Codechange: nobody was using "str" parameter, so remove itPatric Stout
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2021-01-03Codechange: [OSX] Silence some annoying warnings.Michael Lutz
2020-04-12Remove: [OSX] Support for the pre 10.6 ATS font selection.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-11-01Codechange: [OSX] Use std::unique_ptr with a custom deleter to simply memory ...Michael Lutz
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-05-14Codechange: [Win32] Pass a native GDI font description around when we have on...Michael Lutz
2019-05-14Add: [Win32] GDI engine for font glyph rendering as a replacement for includi...Michael Lutz
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2018-12-27Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...glx
2018-04-10Codechange: [OSX] Use 10.6+ APIs to get the path for a font where available.Michael Lutz
2014-07-30(svn r26709) -Fix (r15892 and others) [FS#6069]: [OSX] Compilation fails with...planetmaker
2014-04-25(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...rubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-08-05(svn r25676) -Fix: [Win32] The ANSI code page is not UTF-8 for non-Unicode bu...michi_cc
2013-08-05(svn r25663) -Fix [FS#4857]: [OSX] Monospace font detection.michi_cc
2013-08-05(svn r25662) -Fix: [OSX] Better rejection of unsuitable fonts during fallback...michi_cc
2013-08-05(svn r25661) -Fix [FS#4847]: [OSX] Rework font detection to work even if no d...michi_cc
2013-06-23(svn r25450) -Fix: compilation without freetyperubidium
2013-06-23(svn r25447) -Fix (r25437): [OSX] Compilation was brokenplanetmaker
2013-06-23(svn r25440) -Fix: MSVC compilation errorrubidium
2013-06-23(svn r25436) -Codechange: split the font detection code out of the font cachi...rubidium