summaryrefslogtreecommitdiff
path: root/src/gui/truetypefont.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-4/+4
2012-08-14Can now build using cmake on OSXSocapex1-4/+0
2012-02-07Made BrowserBox use the recommended line skip for its fontThorbjørn Lindeijer1-0/+7
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-12-02Mac: Change to local SDL inclues.David Athay1-1/+1
2011-04-09Removed a lot of useless "documentation"Thorbjørn Lindeijer1-3/+0
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-13Optimise TrueTypeFont::getWidthSteve Cotton1-1/+2
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-12Standardize header orderJared Adams1-3/+4
2009-03-29Fixed compilation on WindowsPhilipp Sehmisch1-0/+4
2009-03-25A host of code style fixesBjørn Lindeijer1-1/+1
2009-03-19Fixed SDL_ttf include againBjørn Lindeijer1-1/+1
2009-03-18Windows compilation fixesPhilipp Sehmisch1-1/+1
2009-03-18Fixed a broken Mac include for SDL_ttfBjørn Lindeijer1-2/+2
2009-02-19Added a pickup notification as particle effect. Also make a ui option to enab...Majin Sniper1-1/+1
2009-02-15Fixes some variable names to conform to naming conventionBjørn Lindeijer1-1/+1
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-0/+6
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Fixed font glyph caching.Ira Rice1-0/+6
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-1/+0
2009-02-04Few more unneeded headers that weren't noticed originally in the lastIra Rice1-1/+0
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-18Updated some apple specific codeDavid Athay1-0/+4
2009-01-18Updated some apple specific codeDavid Athay1-0/+4
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-2/+0
2009-01-05Image alpha should also be set to 1, in case it was changed before.Bjørn Lindeijer1-1/+1
2009-01-05Modified the Aethyra client to use the TMW TrueType class, rather thanEugenio Favalli1-0/+67
2009-01-02Removed duplicate TrueTypeFont class declarationBjørn Lindeijer1-71/+4
2008-12-29Image alpha should also be set to 1, in case it was changed before.Bjørn Lindeijer1-1/+1
2008-12-29Added support for True Type Fonts.Eugenio Favalli1-0/+134