summaryrefslogtreecommitdiff
path: root/src/gui/widgets/listbox.h
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-09Remove useless A_CONST attributes.Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-01-03Fix some doxygen issues.Andrei Karas1-4/+0
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-8/+8
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-4/+4
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-4/+4
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-23Add const attribute to gui classes.Andrei Karas1-2/+2
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-2/+2
2015-06-14Add to Widget class method postInit().Andrei Karas1-1/+1
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas1-0/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-2/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-31Add missing notfinal/final to classes.Andrei Karas1-3/+3
2014-03-21Rename keyEvent variables into event.Andrei Karas1-1/+1
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-2/+2
2014-03-03Merge listbox classes in one.Andrei Karas1-3/+176
2014-02-28fix code style.Andrei Karas1-2/+0
2014-02-22Move listmodel into gui/modesl directory.Andrei Karas1-5/+2
2014-02-22Move color into gui dir.Andrei Karas1-4/+4
2014-02-20fix code style.Andrei Karas1-0/+11
2014-02-20improve includes.Andrei Karas1-2/+0
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+1
2014-02-16move mouseevent into events directory.Andrei Karas1-6/+6
2014-02-16move keyevent into events directory.Andrei Karas1-1/+1
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-02-02Add missing const and static into gui classes.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-4/+4
2013-10-19move virtual member calls from listbox constuctor into postInit.Andrei Karas1-0/+2
2013-10-10fix code style.Andrei Karas1-1/+1
2013-10-08use different item padding in listbox and extendedlistbox depend on DPI.Andrei Karas1-0/+8
2013-10-05Allow scroll listboxes and popup list by holding and moving mouse.Andrei Karas1-0/+6
2013-10-05Run click action in list box only after mouse released.Andrei Karas1-2/+2
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas1-1/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-1/+0
2013-08-30remove duplicate variables.Andrei Karas1-1/+0
2013-08-07add support for centered text in listbox.Andrei Karas1-1/+5
2013-06-29Add support for multilines in extendedlistbox.Andrei Karas1-1/+3
2013-06-12improve listbox.Andrei Karas1-2/+2
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-05-05add outline color to listbox.Andrei Karas1-0/+2
2013-01-23Use in different listbox derived classes different xml skin.Andrei Karas1-3/+4
2013-01-16update copyrights year.Andrei Karas1-1/+1