summaryrefslogtreecommitdiff
path: root/src/gui/fonts/font.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-23Add missing comments into defines.Andrei Karas1-11/+19
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-3/+3
2016-01-06Add noexcept into font.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-2/+4
2015-05-22Fix code style.Andrei Karas1-1/+1
2015-05-20Fix memory leak in fast text draw code.Andrei Karas1-0/+2
2015-05-20Add fast way for draw not changed text strings.Andrei Karas1-1/+71
2015-05-18Add font field into textchunk class. For now unused.Andrei Karas1-1/+1
2015-05-17Fix code style.Andrei Karas1-2/+0
2015-05-03Remove useless dynamic_cast.Andrei Karas1-8/+4
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-23Changed all the "cant" by "can't", and fixed few sentences to translate.Alige1-1/+1
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-28Move from resourcemanager functions related to files into other files.Andrei Karas1-1/+2
2014-05-18fix code style.Andrei Karas1-1/+0
2014-05-18Remove useless includes.Andrei Karas1-3/+1
2014-05-17Move textchunklist into separate file.Andrei Karas1-106/+0
2014-05-17Move textchunk into separate file.Andrei Karas1-127/+3
2014-05-17Move textchunksmall into separate file.Andrei Karas1-80/+31
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-0/+657