summaryrefslogtreecommitdiff
path: root/src/gui/widgets/extendedlistbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2020-02-23Fix some code style issuesAndrei Karas1-2/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-10-29Fix code style.s20181102Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-25Fix selection elements in extendedlistbox is padding > 0.Andrei Karas1-2/+2
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-10/+10
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-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-4/+4
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-4/+4
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas1-0/+5
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-8/+14
2015-03-16Remove useless includes from cpp filesAndrei Karas1-4/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-06-22Reoder some text and image drawing for better batching.Andrei Karas1-16/+16
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-04-30Fix code style in gui.Andrei Karas1-14/+14
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-2/+2
2014-02-22Move extendedlistmodel into gui/models directory.Andrei Karas1-1/+1
2014-02-22Move listmodel into gui/modesl directory.Andrei Karas1-2/+2
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-16combine font classes in one.Andrei Karas1-2/+3
2014-02-15Remove useless graphics casts.Andrei Karas1-7/+8
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-2/+3
2014-02-15move exguichan files into gui/base/Andrei Karas1-3/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-2/+2
2013-12-23in npc dialog at first try split long lines by spaces.Andrei Karas1-1/+12
2013-12-23in npc dialog allow correct split two byte characters.Andrei Karas1-2/+5
2013-12-14Improve a bit separate images drawing.Andrei Karas1-2/+2
2013-10-08use different item padding in listbox and extendedlistbox depend on DPI.Andrei Karas1-10/+2
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-1/+1
2013-09-13fix code style.Andrei Karas1-2/+0
2013-09-12remove unused includes from widget files.Andrei Karas1-9/+0
2013-08-31move input related files into input dir.Andrei Karas1-1/+2
2013-06-29Add support for multilines in extendedlistbox.Andrei Karas1-35/+139
2013-06-12Fix text padding in extendedlistbox.Andrei Karas1-1/+1
2013-06-03improve extendedlistboxAndrei Karas1-8/+18
2013-05-06add outline colors to extendedlistbox class.Andrei Karas1-2/+3
2013-01-23Use in different listbox derived classes different xml skin.Andrei Karas1-1/+2
2013-01-18Add padding for items in extended listboxes.Andrei Karas1-2/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-29Show flags icons in language selection listAndrei Karas1-2/+11