summaryrefslogtreecommitdiff
path: root/src/gui/fonts
AgeCommit message (Expand)AuthorFilesLines
2016-02-20Add missing const in gui directory.Andrei Karas1-3/+3
2016-02-12Fix code style.Andrei Karas2-2/+4
2016-02-08Add missing operator= in classes with copy constructors.Andrei Karas2-1/+8
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas2-9/+9
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-4/+4
2016-01-06Add noexcept into font.Andrei Karas2-4/+5
2016-01-02Update copyright year in .cc files.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas8-8/+8
2015-12-26Fix code style.Andrei Karas1-2/+4
2015-12-24Fix compilation with clang.Andrei Karas6-33/+34
2015-12-24Add restrict keyword in textchunksmall.Andrei Karas2-8/+8
2015-12-24Add restrict keyword in textchunklist.Andrei Karas2-18/+18
2015-12-24Add restrict keyword into textchunk.Andrei Karas2-12/+13
2015-12-24Add restrict keyword into font.Andrei Karas1-19/+20
2015-12-23Add const attribute to gui classes.Andrei Karas1-1/+1
2015-06-29Fix error and warnings in test compilation.Andrei Karas1-16/+16
2015-06-25Add missing non null attributes into fonts directory.Andrei Karas1-2/+2
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-1/+2
2015-06-06Fix code style.Andrei Karas1-41/+41
2015-05-26Convert tests for textchunklist into catch format.Andrei Karas1-175/+173
2015-05-25Dont set global color variables before drawing text.Andrei Karas2-2/+6
2015-05-22Fix code style.Andrei Karas3-3/+3
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 Karas7-5/+207
2015-05-18Add font field into textchunk class. For now unused.Andrei Karas4-35/+43
2015-05-17Fix code style.Andrei Karas1-2/+0
2015-05-03Remove useless dynamic_cast.Andrei Karas1-8/+4
2015-03-17Remove useless includes from .h files.Andrei Karas2-3/+0
2015-01-01Update copyrights year.Andrei Karas8-8/+8
2014-10-23Changed all the "cant" by "can't", and fixed few sentences to translate.Alige1-1/+1
2014-07-01Fix compilation with some debug flags.Andrei Karas1-0/+1
2014-06-02Add missing final/notfinal to classes.Andrei Karas1-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-24Fix localconsts.h and debug.h includes.Andrei Karas1-1/+1
2014-05-18fix code style.Andrei Karas7-10/+470
2014-05-18Remove useless includes.Andrei Karas3-11/+1
2014-05-17Move textchunklist into separate file.Andrei Karas4-130/+189
2014-05-17Move textchunk into separate file.Andrei Karas4-151/+234
2014-05-17Move textchunksmall into separate file.Andrei Karas4-110/+169
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas2-0/+871