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
/
font.cpp
Age
Commit message (
Expand
)
Author
2006-10-08
fixed assert in isspace function because wrong variable type for chars when t...
Paweł Kołodziejski
2006-06-25
Fixes a warning with VC++ 2005 Express.
Oystein Eftevaag
2006-06-24
fix character clipping as mentioned by Marcus on the mailing list on 22 june
Willem Jan Palenstijn
2006-06-20
Applied patches from bug report #1276480, "GUI: Accented characters". This
Torbjörn Andersson
2006-05-09
- Updated MSVC8 project files
Eugene Sandulenko
2006-04-16
- Moves Graphics::loadFont to Graphics::NewFont::loadFont
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-31
Plug in better font. Unfortunately we can't use Arial12 which Krest put on
Eugene Sandulenko
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-04
Remove special case for char 0x20 (=space). No idea why it was there in the f...
Max Horn
2005-05-17
Fix word wrapping: do not generate spaces at the start/end of the wrapped lines
Max Horn
2005-05-15
Added Font::wordWrapText method
Max Horn
2005-05-02
Const correctness
Max Horn
2005-01-08
Fix bug #1098115 (GUI: Broken console font)
Max Horn
2005-01-06
Switching GUI to an alternate font; using a second, bigger, font for 640x480 ...
Max Horn
2005-01-06
Added a font manager (work in progress)
Max Horn
2005-01-06
Patch #1092994 (Selfscaling GUI)
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-11-27
do clipping
Max Horn
2004-08-15
Changed the way NewFonts are instantiated (will make it easier to add multipl...
Max Horn
2004-03-21
Moved Surface/Font code into new 'graphics' module
Max Horn
[prev]