summaryrefslogtreecommitdiff
path: root/src/gui/focushandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-04-04While changing focus. always focus new control and after unfocus old control.s20180406Andrei Karas1-5/+5
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-16/+16
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-02-20Add missing const in gui directory.Andrei Karas1-4/+4
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-5/+5
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-07-11Add missing checks into gui.Andrei Karas1-0/+4
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-02Add missing const.Andrei Karas1-4/+3
2014-03-24fix code style.Andrei Karas1-2/+2
2014-03-19Improve focushandler.Andrei Karas1-21/+20
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-28/+28
2014-02-20improve includes.Andrei Karas1-0/+2
2014-02-17combine focushandler into one file.Andrei Karas1-7/+511
2014-02-16move event into events directory.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-18add consts in gui classes.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-15Allow hide popup list if focus lost.Andrei Karas1-0/+9
2012-08-27Add const to more classes.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-08Fix some include files paths.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+99