summaryrefslogtreecommitdiff
path: root/src/gui/truetypefont.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-25Ported to SDL2Thorbjørn Lindeijer1-1/+3
2012-03-18Removed some 'const' keywords from value returnsThorbjørn Lindeijer1-2/+2
2012-02-07Made BrowserBox use the recommended line skip for its fontThorbjørn Lindeijer1-0/+5
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2010-10-19Fix crash in drawing incorrect strings.Andrei Karas1-11/+11
2010-05-28Fix memory leak in last patch.Andrei Karas1-0/+1
2010-05-27Fix drawing incorrect utf8 strings issue.Andrei Karas1-3/+8
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-13Remove imprecise operator== and just compare the textThorbjørn Lindeijer1-6/+1
2010-02-13Optimise TrueTypeFont::getWidthSteve Cotton1-0/+17
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-11Cleanup GUI classesJared Adams1-0/+1
2009-05-14Don't apply GUI opacity to the selected value of a DropDownBjørn Lindeijer1-4/+4
2009-04-15Also hardcode the bold font, we ship it after allBjørn Lindeijer1-1/+1
2009-03-30Fixed checking for loading fonts before applying a styleBernd Wachter1-1/+2
2009-02-19Added a pickup notification as particle effect. Also make a ui option to enab...Majin Sniper1-1/+2
2009-02-15Fixes some variable names to conform to naming conventionBjørn Lindeijer1-8/+8
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-4/+0
2009-02-10Removed many pointless comparisons with NULLBjørn Lindeijer1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-11Removed many pointless comparisons with NULLBjørn Lindeijer1-1/+1
2009-02-10Fixed font glyph caching.Ira Rice1-4/+0
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-3/+2
2009-01-24Code reformattingBjørn Lindeijer1-2/+0
2009-01-24Code reformattingBjørn Lindeijer1-4/+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-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-7/+4
2009-01-06Fixed the true type font to render unicode nowBjørn Lindeijer1-2/+2
2009-01-06Fixed the true type font to render unicode nowBjørn Lindeijer1-2/+2
2009-01-05Fixed rendering of special charactersBjørn Lindeijer1-2/+2
2009-01-05Increased text chunk cache size to improve performance when a lot of text is ...Philipp Sehmisch1-1/+1
2009-01-05Image alpha should also be set to 1, in case it was changed before.Bjørn Lindeijer1-7/+7
2009-01-05Added support for alpha blending to true type font drawing.Philipp Sehmisch1-0/+7
2009-01-05Fixed double-free of true-type resources.Guillaume Melquiond1-2/+5
2009-01-05Modified the Aethyra client to use the TMW TrueType class, rather thanEugenio Favalli1-0/+170
2009-01-04Fixed rendering of special charactersBjørn Lindeijer1-2/+2
2009-01-02Removed duplicate TrueTypeFont class declarationBjørn Lindeijer1-6/+3
2008-12-29Increased text chunk cache size to improve performance when a lot of text is ...Philipp Sehmisch1-1/+1
2008-12-29Image alpha should also be set to 1, in case it was changed before.Bjørn Lindeijer1-7/+7
2008-12-29Added support for alpha blending to true type font drawing.Philipp Sehmisch1-0/+7
2008-12-29Fixed double-free of true-type resources.Guillaume Melquiond1-2/+5
2008-12-29Added support for True Type Fonts.Eugenio Favalli1-0/+170