aboutsummaryrefslogtreecommitdiff
path: root/graphics/font.cpp
AgeCommit message (Expand)Author
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-06-23BACKENDS/GRAPHICS: Silence non zero-terminated terminated buffers warnings by...Julien
2011-05-23GRAPHICS: Rename some members of NewFontMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17GRPAHICS: Do not access Surface::bytesPerPixel anymore.Johannes Schickel
2010-12-19GRAPHICS: Fixed code analysis warnings (bug #3087917)Filippos Karapetis
2010-08-01GUI: Fix font cache.Johannes Schickel
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2009-12-30Rename Common::Stream::readLine_NEW to readLineMax Horn
2009-12-15GUI: Shorten button labels if too long, and improve the shortening logicMax Horn
2009-07-14Got rid of some more ioFailed uses (also fixed a potential leak in graphics/f...Max Horn
2009-07-14Fix possible memory leak.Johannes Schickel
2009-07-14Got rid of ioFailed in font code, also added another check for err() when loa...Johannes Schickel
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-13minor tweaksMax Horn
2008-11-12Further optimized drawCharIntern (on my system, 30% of the time used to draw ...Max Horn
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max Horn
2008-11-05Fixed off-by-one error in horizontal text centering codeMax Horn
2008-09-20- Merged the new RTL changes into the branch.Vicent Marti
2008-09-05Fixed severe bottleneck in the XML Parser code.Vicent Marti
2008-09-03TODO: bdf_getline seems to duplicate code from SeekableReadStream::readLine(_...Max Horn
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-03-27Patch #1926787: small memory leak and cleanupMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-08Replaced uses of fprintf() with warning() or error()Max Horn
2006-10-08fixed assert in isspace function because wrong variable type for chars when t...Paweł Kołodziejski
2006-06-25Fixes a warning with VC++ 2005 Express.Oystein Eftevaag
2006-06-24fix character clipping as mentioned by Marcus on the mailing list on 22 juneWillem Jan Palenstijn
2006-06-20Applied patches from bug report #1276480, "GUI: Accented characters". ThisTorbjörn Andersson
2006-05-09- Updated MSVC8 project filesEugene Sandulenko
2006-04-16- Moves Graphics::loadFont to Graphics::NewFont::loadFontJohannes Schickel
2006-04-14- implements .bdf font loader based on convbdf (sure could have some clean up)Johannes Schickel
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-31Plug in better font. Unfortunately we can't use Arial12 which Krest put onEugene Sandulenko
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-04Remove special case for char 0x20 (=space). No idea why it was there in the f...Max Horn
2005-05-17Fix word wrapping: do not generate spaces at the start/end of the wrapped linesMax Horn
2005-05-15Added Font::wordWrapText methodMax Horn
2005-05-02Const correctnessMax Horn
2005-01-08Fix bug #1098115 (GUI: Broken console font)Max Horn
2005-01-06Switching GUI to an alternate font; using a second, bigger, font for 640x480 ...Max Horn
2005-01-06Added a font manager (work in progress)Max Horn
2005-01-06Patch #1092994 (Selfscaling GUI)Max Horn
2005-01-01Updated copyrightMax Horn