summaryrefslogtreecommitdiff
path: root/src/gui/widgets/extendedlistbox.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-23Remove default parameters from extendedlistbox.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-2/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-3/+3
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-3/+3
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-2/+2
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-14Move extendedlistboxitem into separate file.Andrei Karas1-18/+1
2014-02-22Move listmodel into gui/modesl directory.Andrei Karas1-1/+1
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-10-24add final keyword to widgets files.Andrei Karas1-2/+2
2013-10-08use different item padding in listbox and extendedlistbox depend on DPI.Andrei Karas1-8/+0
2013-06-29Add support for multilines in extendedlistbox.Andrei Karas1-0/+25
2013-06-03improve extendedlistboxAndrei Karas1-1/+1
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-01-23Use in different listbox derived classes different xml skin.Andrei Karas1-0/+1
2013-01-18Add padding for items in extended listboxes.Andrei Karas1-0/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-29Show flags icons in language selection listAndrei Karas1-1/+2
2012-10-30Add unused warnings to other files.Andrei Karas1-1/+1
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-1/+2
2012-10-18Extend theming listbox with image.Andrei Karas1-0/+2
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-2/+2
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-09-14Improve a bit some gui controls speed.Andrei Karas1-1/+2
2012-08-30Add const to more classes.Andrei Karas1-1/+1
2012-07-28Add support for images in npc menu.Andrei Karas1-0/+50