summaryrefslogtreecommitdiff
path: root/src/gui/fonts
AgeCommit message (Collapse)AuthorFilesLines
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
This allow not set actual OpenGL color on each call because it useless for drawing text.
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
TextChunk with colors and image stored inside draw object. If string or color changed old string image moved to cache. New string image generated or moved from cache. Use new way in drawing string in label.
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