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
/
fontman.cpp
Age
Commit message (
Expand
)
Author
2019-11-17
GRAPHICS: Fix Missing Default Switch Cases
D G Turner
2017-07-10
Revert "COMMON: Change way the Singleton instances are instantiated"
Eugene Sandulenko
2017-07-10
COMMON: Change way the Singleton instances are instantiated
Thierry Crozat
2014-02-18
GRAPHICS: Make GPL headers consistent in themselves.
Johannes Schickel
2012-03-28
GRAPHICS: Take ownership of fonts passed to FontManager.
Alyssa Milburn
2012-01-07
GRAPHICS: Let FontManager::setFont accept an "const BdfFont *".
Johannes Schickel
2012-01-07
GUI: Rework how the default localized font is managed.
Johannes Schickel
2011-08-21
BADA: Fixup indentation using tabs in lieu of space chars
Chris Warren-Smith
2011-08-21
BADA: Code formatting and style changes following review
Chris Warren-Smith
2011-08-21
BADA: Updated code formatting in assignFontToUsage()
Chris Warren-Smith
2011-08-21
BADA: Initial BADA port implementation
Chris Warren-Smith
2011-07-01
GRAPHICS: Move NewFont code to a separate file.
Johannes Schickel
2011-06-30
ALL: Require DECLARE_SINGLETON to be used in the Common namepsace
Ori Avtalion
2011-06-07
JANITORIAL: Unbreak building with --disable-translation
eriktorbjorn
2011-06-06
GRAPHICS: Add kLocalizedFont in FontManager
Thierry Crozat
2011-06-06
GRAPHICS: Move genLocalizedFontFilename() to FontManager class
Thierry Crozat
2011-06-06
GRAPHICS: Get rid of kSODFont (ScummFont)
Thierry Crozat
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2010-11-16
COMMON: Simplify DECLARE_SINGLETON macro
Max Horn
2010-06-28
i18n: Add support for locale-dependent fonts
Eugene Sandulenko
2010-06-15
GUI: Added default names for builtin fonts.
Eugene Sandulenko
2010-03-13
Fix our DECLARE_SINGLETON macro to conform to the C++ specs.
Johannes Schickel
2009-12-10
Hopefully fixing linking on MSVC:
Johannes Schickel
2009-12-09
Cleanup: remove "s_initialized" from CursorManager and FontManager implementa...
Johannes Schickel
2009-12-09
GRAPHICS: Change font code to be identical on all platforms
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-27
Reverted r26922.
Johannes Schickel
2007-05-22
Simpilified Singleton implementation and usage.
Johannes Schickel
2006-04-14
- implements .bdf font loader based on convbdf (sure could have some clean up)
Johannes Schickel
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-11-27
Patch #1341626: "New GP32 port"
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-10-08
PalmOS : very bad hack to fix global constructor problem with ARM
Chris Apers
2005-02-06
Moved the console font from gui to graphics
Max Horn
2005-01-07
Remove extra ;
Travis Howell
2005-01-06
work around yet another MSVC problem
Max Horn
2005-01-06
Switching GUI to an alternate font; using a second, bigger, font for 640x480 ...
Max Horn
2005-01-06
oops
Max Horn
2005-01-06
Added a font manager (work in progress)
Max Horn