summaryrefslogtreecommitdiff
path: root/src/gui/fonts/textchunk.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-08-22Remove some parentheses.Andrei Karas1-2/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-4/+4
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-8/+11
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-6/+6
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-24Fix compilation with clang.Andrei Karas1-6/+7
2015-12-24Add restrict keyword into textchunk.Andrei Karas1-1/+1
2015-05-20Add fast way for draw not changed text strings.Andrei Karas1-1/+30
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 Karas1-2/+5
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-07-01Fix compilation with some debug flags.Andrei Karas1-0/+1
2014-05-18fix code style.Andrei Karas1-3/+3
2014-05-17Move textchunk into separate file.Andrei Karas1-0/+165