summaryrefslogtreecommitdiff
path: root/src/gui/botcheckerwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-20Add palette inheritance to label class.Andrei Karas1-16/+18
2012-10-20Add palette inheritance to guitable class.Andrei Karas1-2/+2
2012-10-20Add palette inheritance to button class.Andrei Karas1-1/+1
2012-10-19Fix namespace conflicts.Andrei Karas1-2/+2
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from other classes.Andrei Karas1-0/+2
2012-10-03Add sound effects for open/close windows.Andrei Karas1-0/+1
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-08-21first part of checks and style fixes.Andrei Karas1-32/+32
2012-08-04Extend background theming.Andrei Karas1-1/+2
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-3/+1
2012-04-25Improve iterators part 1.Andrei Karas1-4/+4
2012-04-01Last part of fixes.Andrei Karas1-1/+1
2012-04-01One part of fixes after auto checking.Andrei Karas1-23/+24
2012-03-26Redesign input handling.Andrei Karas1-1/+1
2012-02-24More copyright fixes.Andrei Karas1-1/+1
2012-02-24Fix copyrights.Andrei Karas1-1/+1
2012-02-24Fix GPL license.Andrei Karas1-2/+1
2012-02-08Fix code style with new tool.Andrei Karas1-1/+2
2011-12-02Fix some issues after automatic code checking.Andrei Karas1-2/+2
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+1
2011-09-19Unhide method widgetResized. Removed empty widgetResized from some classes.Andrei Karas1-5/+0
2011-09-10Allow load for each window own xml theme file.Andrei Karas1-1/+1
2011-09-05Restore visible state for some windows after restart.Andrei Karas1-0/+1
2011-08-31Add ability to lock any window position and size. Using sticky image for this.Andrei Karas1-0/+1
2011-08-22Add new colors to themes: BORDER, BACKGROUND_GRAY, SCROLLBAR_GRAY.Andrei Karas1-1/+0
2011-08-12Rename file name table to correct guitable.Andrei Karas1-1/+1
2011-08-09Fix copyright headers. Add missing copyrights and fix program name.Andrei Karas1-2/+3
2011-07-07Remove undescore from variables and defines.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+1
2011-05-08Fix some include files paths.Andrei Karas1-1/+2
2011-04-04Rename some gui class files to real class names.Andrei Karas1-1/+1
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas1-2/+0
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-3/+3
2011-01-02Initial commit.Andrei Karas1-0/+413