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
/
winfont.cpp
Age
Commit message (
Expand
)
Author
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
2011-06-23
GRAPHICS: Allocate Common::PEResources on the heap in WinFont::loadFromPE()
Julien
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-01
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-17
GRPAHICS: Do not access Surface::bytesPerPixel anymore.
Johannes Schickel
2011-03-07
GRAPHICS: Fix a missing 'f'
Matthew Hoops
2011-02-23
GRAPHICS: Add support for PE FON files
Matthew Hoops
2011-02-22
COMMON: Begin to merge some NE/PE code
Matthew Hoops
2011-01-13
GRAPHICS: Begin to parse Win1 fonts based on our sole Hugo1 sample (still WIP)
Matthew Hoops
2011-01-13
GRAPHICS: Use the pixel height instead of the ascent as the WinFont height
Matthew Hoops
2011-01-04
GRAPHICS: Add support for Windows FON/FNT fonts
Matthew Hoops