summaryrefslogtreecommitdiff
path: root/src/gui/windows/debugwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-4/+4
2018-09-07Add stats tab into debug window. Move LPS counter into stats tab.Andrei Karas1-1/+10
2018-09-06Split debugwindowtabs into separate tab files.Andrei Karas1-1/+3
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from window.Andrei Karas1-1/+1
2017-08-07Allow open debug window before connecting to game.Andrei Karas1-2/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-7/+7
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-09-20Add support for unselectable widgets.Andrei Karas1-0/+3
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-1/+1
2015-06-14Use CREATEWIDGET macro in debugwindow.Andrei Karas1-2/+2
2015-05-25Add missing safeDraw to some windows.Andrei Karas1-0/+18
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-4/+4
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-0/+2
2014-05-18fix code style.Andrei Karas1-1/+0
2014-05-18Remove useless includes.Andrei Karas1-19/+0
2014-05-16Move debug window tabs into separate file.Andrei Karas1-392/+2
2014-05-16Fix code style.Andrei Karas1-1/+1
2014-05-14Move containerplacer into separate file.Andrei Karas1-0/+1
2014-05-12Fix code styleAndrei Karas1-0/+2
2014-03-28simplify variables cleanup.Andrei Karas1-6/+4
2014-02-24Rename Rectangle into Rect.Andrei Karas1-5/+5
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-5/+5
2014-02-16move event into events directory.Andrei Karas1-1/+1
2014-02-15Remove useless graphics casts.Andrei Karas1-2/+1
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-02-14fix code style.Andrei Karas1-0/+1
2014-02-04rename Setup into SetupWindow.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-01Move timers from client into timers file.Andrei Karas1-1/+2
2013-10-19move virtual member calls from tabbedarea constuctor into postInit.Andrei Karas1-0/+1
2013-10-19move virtual member calls from debugwindow constuctor into postInit.Andrei Karas1-1/+5
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas1-3/+11
2013-10-08extent profiler logging into some functions.Andrei Karas1-0/+6
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas1-2/+3
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+537