summaryrefslogtreecommitdiff
path: root/src/particle/textparticle.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-08Replace size() to empty() where is possibleAndrei Karas1-1/+0
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-03-16Add particle type into particles.Andrei Karas1-0/+1
2016-03-16Add nonnull attributes to particle classes.Andrei Karas1-3/+0
2016-03-11Fix code style.Andrei Karas1-0/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-4/+4
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-27Add restrict keyword to particle.Andrei Karas1-6/+8
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-30Move theme colors enum into separate file.Andrei Karas1-1/+3
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-3/+12
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-2/+0
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-03-16Remove some useless static methods from theme.Andrei Karas1-1/+1
2014-02-22Move color into gui dir.Andrei Karas1-3/+3
2014-02-16combine font classes in one.Andrei Karas1-2/+2
2014-02-15move exguichan files into gui/base/Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-14chnage return values for draw functions from bool to void.Andrei Karas1-4/+4
2013-10-19remove virtual methos call from particle constructor.Andrei Karas1-2/+2
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-1/+1
2013-08-31move particles into particle dir.Andrei Karas1-0/+89