summaryrefslogtreecommitdiff
path: root/src/gui/fonts
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva8-8/+16
2020-05-30Add missing restrict keyword in strBuf global variableAndrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas8-8/+8
2018-11-27Remove extra ; from different code.Andrei Karas2-6/+6
2018-11-05Fix code style.Andrei Karas1-1/+2
2018-01-04Update copyrights year.Andrei Karas8-8/+8
2017-09-18Remove default parameter from font constructor and load function.Andrei Karas1-2/+2
2017-09-18Replace SDL macro defines to SDL_GetError.Andrei Karas1-4/+4
2017-08-22Remove some parentheses.Andrei Karas2-4/+5
2017-08-21Remove useless else.Andrei Karas1-2/+1
2017-07-07Move unit tests into unittests directory.Andrei Karas1-548/+0
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas2-6/+6
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas2-0/+6
2017-06-08Replace size() to empty() where is possibleAndrei Karas1-19/+19
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas3-27/+27
2017-05-21Dont report error about loading font if virtfs load failed.Andrei Karas1-5/+0
2017-05-21In SDL2 builds at first try load fonts from virtfs.Andrei Karas1-8/+17
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