summaryrefslogtreecommitdiff
path: root/src/gui/widgets/windowcontainer.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-02-12Dont allow add same window into delete list more than once.Andrei Karas1-2/+16
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-02-20Add missing const in gui directory.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-03-17Exclude useless logic methods calls.Andrei Karas1-9/+25
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-3/+3
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-12-31fix code style.Andrei Karas1-1/+1
2013-12-30fix overhead text popups order. Now it drawed always below any windows.Andrei Karas1-0/+20
2013-04-20fix style in gui directory.Andrei Karas1-1/+2
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-5/+1
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-2/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+11
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-0/+5
2012-08-30Add const to more classes.Andrei Karas1-4/+4
2012-04-25Improve iterators part 1.Andrei Karas1-1/+2
2012-01-30Add some missing checks to window resize code.Andrei Karas1-0/+2
2012-01-30Allow resizing of the game in windowed modeThorbjørn Lindeijer1-0/+10
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-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+40