aboutsummaryrefslogtreecommitdiff
path: root/graphics/font.cpp
AgeCommit message (Expand)Author
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
2004-11-27do clippingMax Horn
2004-08-15Changed the way NewFonts are instantiated (will make it easier to add multipl...Max Horn
2004-03-21Moved Surface/Font code into new 'graphics' moduleMax Horn