index
:
mana/mana-client
0.5
0.6
lpc2012
master
Original Mana client. For the new Qt client, see https://github.com/tales/tales-client
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
truetypefont.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-26
Apply C++11 fixits
Thorbjørn Lindeijer
1
-6
/
+6
2024-01-25
Ported to SDL2
Thorbjørn Lindeijer
1
-1
/
+3
2012-03-18
Removed some 'const' keywords from value returns
Thorbjørn Lindeijer
1
-2
/
+2
2012-02-07
Made BrowserBox use the recommended line skip for its font
Thorbjørn Lindeijer
1
-0
/
+5
2012-01-26
Updated copyrights to 2012
Thorbjørn Lindeijer
1
-1
/
+1
2010-10-19
Fix crash in drawing incorrect strings.
Andrei Karas
1
-11
/
+11
2010-05-28
Fix memory leak in last patch.
Andrei Karas
1
-0
/
+1
2010-05-27
Fix drawing incorrect utf8 strings issue.
Andrei Karas
1
-3
/
+8
2010-02-22
Modify copyright headers
Freeyorp
1
-1
/
+2
2010-02-20
License header update for The Mana Client
Thorbjørn Lindeijer
1
-4
/
+3
2010-02-13
Remove imprecise operator== and just compare the text
Thorbjørn Lindeijer
1
-6
/
+1
2010-02-13
Optimise TrueTypeFont::getWidth
Steve Cotton
1
-0
/
+17
2010-02-07
Updated Copyright year to 2010!
Bertram
1
-1
/
+1
2010-01-11
Cleanup GUI classes
Jared Adams
1
-0
/
+1
2009-05-14
Don't apply GUI opacity to the selected value of a DropDown
Bjørn Lindeijer
1
-4
/
+4
2009-04-15
Also hardcode the bold font, we ship it after all
Bjørn Lindeijer
1
-1
/
+1
2009-03-30
Fixed checking for loading fonts before applying a style
Bernd Wachter
1
-1
/
+2
2009-02-19
Added a pickup notification as particle effect. Also make a ui option to enab...
Majin Sniper
1
-1
/
+2
2009-02-15
Fixes some variable names to conform to naming convention
Bjørn Lindeijer
1
-8
/
+8
2009-02-15
Merge commit 'aethyra/master'
Bjørn Lindeijer
1
-4
/
+0
2009-02-10
Removed many pointless comparisons with NULL
Bjørn Lindeijer
1
-1
/
+1
2009-02-10
Fixed header files, as well as removed the unused buddy list class (not
Ira Rice
1
-2
/
+3
2009-02-11
Removed many pointless comparisons with NULL
Bjørn Lindeijer
1
-1
/
+1
2009-02-10
Fixed font glyph caching.
Ira Rice
1
-4
/
+0
2009-02-09
Merged with Aethyra master as of 2009-01-27
Bjørn Lindeijer
1
-3
/
+2
2009-01-24
Code reformatting
Bjørn Lindeijer
1
-2
/
+0
2009-01-24
Code reformatting
Bjørn Lindeijer
1
-4
/
+2
2009-01-23
Removed unnecessary references to The Mana World in code headers
Bjørn Lindeijer
1
-4
/
+4
2009-01-23
Removed unnecessary references to The Mana World in code headers
Bjørn Lindeijer
1
-4
/
+4
2009-01-15
Style cleanups throughout most of the code. Splitting function type from
Ira Rice
1
-7
/
+4
2009-01-06
Fixed the true type font to render unicode now
Bjørn Lindeijer
1
-2
/
+2
2009-01-06
Fixed the true type font to render unicode now
Bjørn Lindeijer
1
-2
/
+2
2009-01-05
Fixed rendering of special characters
Bjørn Lindeijer
1
-2
/
+2
2009-01-05
Increased text chunk cache size to improve performance when a lot of text is ...
Philipp Sehmisch
1
-1
/
+1
2009-01-05
Image alpha should also be set to 1, in case it was changed before.
Bjørn Lindeijer
1
-7
/
+7
2009-01-05
Added support for alpha blending to true type font drawing.
Philipp Sehmisch
1
-0
/
+7
2009-01-05
Fixed double-free of true-type resources.
Guillaume Melquiond
1
-2
/
+5
2009-01-05
Modified the Aethyra client to use the TMW TrueType class, rather than
Eugenio Favalli
1
-0
/
+170
2009-01-04
Fixed rendering of special characters
Bjørn Lindeijer
1
-2
/
+2
2009-01-02
Removed duplicate TrueTypeFont class declaration
Bjørn Lindeijer
1
-6
/
+3
2008-12-29
Increased text chunk cache size to improve performance when a lot of text is ...
Philipp Sehmisch
1
-1
/
+1
2008-12-29
Image alpha should also be set to 1, in case it was changed before.
Bjørn Lindeijer
1
-7
/
+7
2008-12-29
Added support for alpha blending to true type font drawing.
Philipp Sehmisch
1
-0
/
+7
2008-12-29
Fixed double-free of true-type resources.
Guillaume Melquiond
1
-2
/
+5
2008-12-29
Added support for True Type Fonts.
Eugenio Favalli
1
-0
/
+170