summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textpreview.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-2/+2
2013-09-12remove unused includes from widget files.Andrei Karas1-1/+0
2013-08-24improve some mode methods in Client.Andrei Karas1-2/+2
2013-06-18improve textpreview.Andrei Karas1-7/+10
2013-05-04add function to graphics class to set normal and outline colors at once.Andrei Karas1-7/+3
2013-05-04add outline color TEXT color.Andrei Karas1-12/+16
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-27Remove textrenderer class.Andrei Karas1-4/+10
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-21Extend theming for textpreview.Andrei Karas1-5/+37
2012-10-20Add palette inheritance to textpreview class.Andrei Karas1-2/+3
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-2/+2
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+1
2012-10-09Remove typeinfo from textpreview class.Andrei Karas1-13/+14
2012-09-15Improve a bit widgets speed.Andrei Karas1-8/+4
2012-09-07Improve constructors in some classes.Andrei Karas1-1/+2
2012-08-30Add const to more classes.Andrei Karas1-3/+5
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-06-06Fix some issues after auto checking.Andrei Karas1-6/+6
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-04Rename TrueTypeFont to SDLFont.Andrei Karas1-3/+3
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-1/+3
2011-01-02Initial commit.Andrei Karas1-0/+82