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
2014-02-18
GRAPHICS: Make GPL headers consistent in themselves.
Johannes Schickel
2013-11-23
GRAPHICS: Allow Font to accept U32String as strings.
Johannes Schickel
2013-11-23
GRAPHICS: Let Font take uint32 as character codes.
Johannes Schickel
2013-08-16
GRAPHICS: Added changes and improved code from inisider/scummvm (partial text)
Narek Mailian
2012-02-20
COMMON: Move isFoo functions to namespace Common, add doxygen comments
Max Horn
2012-02-15
ALL: Avoid using is* macros from ctype.h
Max Horn
2012-01-29
GRAPHICS/GUI: Implement kerning support for Font.
Johannes Schickel
2011-07-01
GRAPHICS: Move NewFont code to a separate file.
Johannes Schickel
2011-06-23
ANALYSIS: Add static casts to is* functions
Littleboy
2011-06-23
BACKENDS/GRAPHICS: Silence non zero-terminated terminated buffers warnings by...
Julien
2011-05-23
GRAPHICS: Rename some members of NewFont
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
2010-12-19
GRAPHICS: Fixed code analysis warnings (bug #3087917)
Filippos Karapetis
2010-08-01
GUI: Fix font cache.
Johannes Schickel
2010-03-18
COMMON: Move typedef StringList from str.h to new header str-array.h
Max Horn
2009-12-30
Rename Common::Stream::readLine_NEW to readLine
Max Horn
2009-12-15
GUI: Shorten button labels if too long, and improve the shortening logic
Max Horn
2009-07-14
Got rid of some more ioFailed uses (also fixed a potential leak in graphics/f...
Max Horn
2009-07-14
Fix possible memory leak.
Johannes Schickel
2009-07-14
Got rid of ioFailed in font code, also added another check for err() when loa...
Johannes Schickel
2009-05-19
COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...
Max Horn
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-11-13
minor tweaks
Max Horn
2008-11-12
Further optimized drawCharIntern (on my system, 30% of the time used to draw ...
Max Horn
2008-11-12
Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...
Max Horn
2008-11-05
Fixed off-by-one error in horizontal text centering code
Max Horn
2008-09-20
- Merged the new RTL changes into the branch.
Vicent Marti
2008-09-05
Fixed severe bottleneck in the XML Parser code.
Vicent Marti
2008-09-03
TODO: bdf_getline seems to duplicate code from SeekableReadStream::readLine(_...
Max Horn
2008-07-29
Changed class File (and derived classes) to only support read-only access; ad...
Max Horn
2008-03-27
Patch #1926787: small memory leak and cleanup
Max Horn
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-08
Replaced uses of fprintf() with warning() or error()
Max Horn
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
[next]