summaryrefslogtreecommitdiff
path: root/src/gui/widgets/popuplist.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-26Remove default parameters from popuplist.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-6/+6
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-6/+6
2016-02-20Add missing const in gui directory.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-08-09Add some missing checks to gui found by paranucker.Andrei Karas1-2/+2
2015-05-24Remove simpletypes.h.Andrei Karas1-1/+0
2015-05-24Move type Modal into separate file.Andrei Karas1-0/+1
2015-05-24Move simpletypes.h into directory simpletypes.Andrei Karas1-1/+1
2015-05-05Add to left classes stong typed Modal enum.Andrei Karas1-3/+6
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-2/+2
2014-02-22Move listmodel into gui/modesl directory.Andrei Karas1-9/+5
2014-02-20fix code style.Andrei Karas1-2/+5
2014-02-16move mouseevent into events directory.Andrei Karas1-2/+2
2014-02-16move event into events directory.Andrei Karas1-3/+3
2014-02-15move focuslistener from base into listeners.Andrei Karas1-2/+3
2014-02-15move exguichan files into gui/base/Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to widgets files.Andrei Karas1-6/+6
2013-10-19remove virtual method calls from popuplist constructor and destructor.Andrei Karas1-0/+2
2013-10-05Allow scroll listboxes and popup list by holding and moving mouse.Andrei Karas1-0/+3
2013-10-05Run click action in list box only after mouse released.Andrei Karas1-1/+1
2013-09-18add consts in gui classes.Andrei Karas1-1/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-2/+0
2013-06-12improve popuplist.Andrei Karas1-3/+3
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-05-11Add ability to show onscreen keyboard if input field focused.Andrei Karas1-1/+1
2013-02-14fix copyright years.Andrei Karas1-1/+1
2013-01-17Fix server type dropdown in new server dialog.Andrei Karas1-1/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-29Show flags icons in language selection listAndrei Karas1-1/+1
2012-12-16Add keyboard selection in drop down.Andrei Karas1-5/+3
2012-12-15Allow hide popup list if focus lost.Andrei Karas1-0/+4
2012-12-15Add popup list. Replace listbox in dropdown to popup list.Andrei Karas1-0/+74