summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textpreview.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2018-01-01Replace some status methods usage from member pointers to static member calls.Andrei Karas1-1/+1
2017-12-27Remove default parameters from theme.Andrei Karas1-1/+6
2017-12-24Remove default parameters from widget2.Andrei Karas1-4/+4
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-6/+6
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-17Add strong typed bool Opaque.Andrei Karas1-2/+2
2016-03-11Fix code style.Andrei Karas1-0/+2
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-8/+8
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-05-30Move theme colors enum into separate file.Andrei Karas1-4/+4
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas1-0/+5
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-5/+18
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-30Move main window related code into windowmanager.Andrei Karas1-2/+3
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-03-17Exclude useless logic methods calls.Andrei Karas1-0/+1
2014-03-16Remove some useless static methods from theme.Andrei Karas1-1/+1
2014-03-16Improve theme usage.Andrei Karas1-2/+0
2014-02-28fix some leaks issues.Andrei Karas1-12/+12
2014-02-24Rename Rectangle into Rect.Andrei Karas1-2/+2
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-2/+2
2014-02-22Move color into gui dir.Andrei Karas1-4/+4
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+1
2014-02-16combine font classes in one.Andrei Karas1-5/+4
2014-02-15Remove useless graphics casts.Andrei Karas1-9/+8
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
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