summaryrefslogtreecommitdiff
path: root/src/gui/fonts
AgeCommit message (Expand)AuthorFilesLines
2017-05-18Move catch.hpp into test directory.Andrei Karas1-1/+1
2017-05-05Rename virtfstools into tools.Andrei Karas1-1/+1
2017-03-29Move rwops code into virtfs namespace.Andrei Karas1-1/+1
2017-03-28Move virtfstools into virtfs directory.Andrei Karas1-1/+2
2017-03-13Add some more fonts loading logging.Andrei Karas1-2/+4
2017-03-08Add assert in fonts loading if font size < 4.Andrei Karas2-2/+10
2017-03-08Improve fonts loading checks and logging.Andrei Karas1-7/+39
2017-02-21Move other fs related files into fs directory.Andrei Karas1-1/+1
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-1/+2
2017-02-20Fix all left leaks in tests.Andrei Karas1-0/+18
2017-02-14Move some virtfs replated functions from files.cpp into virtfstools.cppAndrei Karas1-2/+2
2017-02-10Rename physfsrwops into virtfsrwops.Andrei Karas1-1/+1
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui.Andrei Karas1-0/+2
2017-01-03Update copyright year.Andrei Karas9-9/+9
2016-09-23Add missing comments into defines.Andrei Karas4-21/+32
2016-08-29Use time_t for time values.Andrei Karas1-1/+1
2016-06-07Move image class into image directory.Andrei Karas2-2/+4
2016-06-04Remove extra include from unit tests.Andrei Karas1-3/+0
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas2-4/+4
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