summaryrefslogtreecommitdiff
path: root/src/gui/fonts/font.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-18Remove default parameter from font constructor and load function.Andrei Karas1-2/+2
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-03-08Add assert in fonts loading if font size < 4.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-08-29Use time_t for time values.Andrei Karas1-1/+1
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas1-3/+3
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-4/+4
2016-01-06Add noexcept into font.Andrei Karas1-3/+4
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-24Fix compilation with clang.Andrei Karas1-13/+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-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-1/+2
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-0/+2
2015-05-20Add fast way for draw not changed text strings.Andrei Karas1-0/+4
2015-03-17Remove useless includes from .h files.Andrei Karas1-2/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-18fix code style.Andrei Karas1-1/+1
2014-05-18Remove useless includes.Andrei Karas1-7/+0
2014-05-17Move textchunklist into separate file.Andrei Karas1-24/+1
2014-05-17Move textchunk into separate file.Andrei Karas1-24/+1
2014-05-17Move textchunksmall into separate file.Andrei Karas1-30/+17
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-0/+214