summaryrefslogtreecommitdiff
path: root/src/gui/widgets/windowcontainer.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-02-14Remove extra includes.Andrei Karas1-2/+0
2018-02-12Dont allow add same window into delete list more than once.Andrei Karas1-0/+3
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui.Andrei Karas1-0/+2
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-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-1/+1
2015-05-25Add missing override keyword.Andrei Karas1-1/+1
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-1/+1
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-4/+4
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-30fix overhead text popups order. Now it drawed always below any windows.Andrei Karas1-0/+3
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-5/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+4
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-0/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-1/+1
2012-08-30Add const to more classes.Andrei Karas1-2/+3
2012-01-30Allow resizing of the game in windowed modeThorbjørn Lindeijer1-0/+6
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-07-01Replace some lists to vectors.Andrei Karas1-1/+3
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+59