index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
/
fonts
/
bdf.cpp
Age
Commit message (
Expand
)
Author
2019-03-12
GUI: Fix loading new (not already cached) localized fonts
Thanasis Antoniou
2018-08-18
COMMON: Move new_strdup to common/str.cpp
Cameron Cawley
2018-08-18
GRAPHICS: Fix incorrect maximum length passed to strlcpy
Colin Snover
2018-08-18
GRAPHICS: Remove use of nonstandard strdup API & fix mismatched malloc/delete
Colin Snover
2017-11-14
GRAPHICS: Fix potentially uninitialized pointers in BDF loader
Willem Jan Palenstijn
2017-11-14
GRAPHICS: Fix freeing invalid pointers in the BDF font destructor
Bastien Bouclet
2017-09-10
GRAPHICS: Remove dead code in BDF loadCharacter code
Colin Snover
2016-10-31
GRAPHICS: Fix compiler warning in BdfFont
Paul Gilbert
2016-10-31
JANITORIAL: Typos
Alexandre Detiste
2016-10-18
GRAPHICS: Remove debug leftover
Eugene Sandulenko
2016-10-15
GRAPHICS: Fixed BDF font scaling
Eugene Sandulenko
2016-10-14
GRAPHICS: Further work on BDF font scaling
Eugene Sandulenko
2016-10-12
GRAPHICS: Fix BDF font referencing on font generation
Eugene Sandulenko
2016-10-12
GRAPHICS: Further work on BDF font scaling
Eugene Sandulenko
2016-10-11
GRAPHICS: Added stub for BDF font scaler
Eugene Sandulenko
2016-10-10
GRAPHICS: Use PIXEL_SIZE as BDF font size
Eugene Sandulenko
2016-10-07
GRAPHICS: Parse slant from BDF fonts
Eugene Sandulenko
2016-10-06
GRAPHICS: Fix BDF font parsing
Eugene Sandulenko
2016-10-06
GRAPHICS: Parse font size from BDF fonts
Eugene Sandulenko
2016-10-06
GRAPHICS: Use Family name instead of font name when reading from BDF fonts
Eugene Sandulenko
2016-10-05
GRAPHICS: Load Face Name from BDF files
Eugene Sandulenko
2014-02-18
GRAPHICS: Make GPL headers consistent in themselves.
Johannes Schickel
2013-11-23
GRAPHICS: Let Font take uint32 as character codes.
Johannes Schickel
2013-08-08
GRAPHICS: Fix fonts/bdf.cpp to allow for 32bpp to be used
Narek Mailian
2012-01-07
GRAPHICS: Silence a false positive warning in MSVC
Filippos Karapetis
2012-01-06
GRAPHICS: Properly return 0 for late BDF cache loading fails.
Johannes Schickel
2012-01-06
GRAPHICS: Slight cleanup in BDF code.
Johannes Schickel
2012-01-06
GRAPHICS: Rework BDF font code.
Johannes Schickel
2011-08-21
BADA: Initial BADA port implementation
Chris Warren-Smith
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-07-01
GRAPHICS: Fix possible memory leak in BdfFont code.
Johannes Schickel
2011-07-01
GRAPHICS: Rename NewFont to BdfFont.
Johannes Schickel
2011-07-01
GRAPHICS: Format NewFont code with astyle.
Johannes Schickel
2011-07-01
GRAPHICS: Move NewFont code to a separate file.
Johannes Schickel