summaryrefslogtreecommitdiff
path: root/src/gui/windows/debugwindow.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-09-07Add stats tab into debug window. Move LPS counter into stats tab.Andrei Karas1-0/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-08-07Fix style issues.Andrei Karas1-1/+1
2017-08-07Allow open debug window before connecting to game.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-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-08-20Add missing checks or attributes to windows.Andrei Karas1-4/+4
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-2/+2
2015-05-25Add missing safeDraw to some windows.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-18Remove useless includes.Andrei Karas1-2/+0
2014-05-16Move debug window tabs into separate file.Andrei Karas1-94/+3
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-16move event into events directory.Andrei Karas1-1/+1
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-10-24add final keyword to windows files.Andrei Karas1-6/+6
2013-10-19add missing override keyword in postInit function declarations.Andrei Karas1-1/+2
2013-10-19in debugwindow dont override logic function by pure virtual function.Andrei Karas1-1/+3
2013-10-19move virtual member calls from debugwindow constuctor into postInit.Andrei Karas1-0/+1
2013-10-04fix code style.Andrei Karas1-3/+3
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+165