summaryrefslogtreecommitdiff
path: root/src/gui/widgets/colorpage.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-12-13Initial attempt at mass renamingJesusaves1-2/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+3
2017-06-04Fix code style.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-03-11Fix code style.Andrei Karas1-2/+4
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-08Fix small performance issues.Andrei Karas1-1/+0
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-5/+5
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-6/+9
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-07-11Add missing checks into gui.Andrei Karas1-2/+1
2015-05-25Fix some issues in safe OpenGL renderer after last changes.Andrei Karas1-0/+5
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-6/+11
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-14Move skin into separate file.Andrei Karas1-0/+1
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
2014-02-22Move colormodel into gui/models directory.Andrei Karas1-1/+1
2014-02-22Move listmodel into gui/modesl directory.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-16combine font classes in one.Andrei Karas1-3/+3
2014-02-15Remove useless graphics casts.Andrei Karas1-4/+3
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-01-08Remove duplicate variables from some classes.Andrei Karas1-3/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19dont call virtual function in constructor in colorpage.Andrei Karas1-2/+5
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-1/+1
2013-09-18add consts in gui classes.Andrei Karas1-1/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-2/+0
2013-08-16fix code style.Andrei Karas1-3/+2
2013-08-06add colors tab into chat emotes window.Andrei Karas1-0/+110