aboutsummaryrefslogtreecommitdiff
path: root/graphics/font.cpp
AgeCommit message (Expand)Author
2019-08-02COMMON: Support text wrapping with even width line segmentsThanasis Antoniou
2018-11-14GRAPHICS: Add deltax optional parameter to Font drawString U32String versionPaul Gilbert
2018-08-03GRAPHICS: Improve check to test if text fits in the target surfaceBastien Bouclet
2018-08-02COMMON: Fix kerning issue in wordWrapText.Ľubomír Remák
2017-01-29GRAPHICS: Added optional initial line width ot text wrapperEugene Sandulenko
2017-01-17GRAPHICS: Fix oversight on length value to return.stevenhoefel
2017-01-15DIRECTOR: Utilise MacText class to provide Text Wrapping.stevenhoefel
2016-09-05GRAPHICS: Handle Windows and Mac line breaks when word-wrapping textTorbjörn Andersson
2016-03-21GRAPHICS: Implement convenience Font::drawChar taking ManagedSurface.Johannes Schickel
2016-03-20GRAPHICS: Use correct bounding rect in Font::drawString taking Common::String.Johannes Schickel
2016-03-20GRAPHICS: Mark actual dirty area as dirty in Font::drawString.Johannes Schickel
2016-03-14GRAPHICS: Added ManagedSurface and Screen classesPaul Gilbert
2014-09-03GRAPHICS: Allow to query the bounding box of chars/strings drawn with Font API.Johannes Schickel
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-23GRAPHICS: Allow Font to accept U32String as strings.Johannes Schickel
2013-11-23GRAPHICS: Let Font take uint32 as character codes.Johannes Schickel
2013-08-16GRAPHICS: Added changes and improved code from inisider/scummvm (partial text)Narek Mailian
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2012-01-29GRAPHICS/GUI: Implement kerning support for Font.Johannes Schickel
2011-07-01GRAPHICS: Move NewFont code to a separate file.Johannes Schickel
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