summaryrefslogtreecommitdiff
path: root/src/gui/statuswindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-15Show better stats line in chat from status window.Andrei Karas1-11/+26
2012-10-20Fix code style and some minor issues.Andrei Karas1-4/+2
2012-10-20Add palette inheritance to progressbar class.Andrei Karas1-4/+4
2012-10-20Add palette inheritance to label class.Andrei Karas1-12/+12
2012-10-20Add palette inheritance to button class.Andrei Karas1-3/+3
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-13/+19
2012-10-19Fix namespace conflicts.Andrei Karas1-2/+2
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-3/+3
2012-10-10Delete copy constructor from other classes.Andrei Karas1-0/+6
2012-10-04Add support for padding in progress bars.Andrei Karas1-4/+4
2012-10-03Add sound effects for open/close windows.Andrei Karas1-0/+1
2012-09-22Add final keyword to most classes.Andrei Karas1-2/+2
2012-09-09fix code style.Andrei Karas1-1/+1
2012-09-07Improve constructors in some classes.Andrei Karas1-38/+38
2012-08-29Add const to more classes.Andrei Karas1-51/+54
2012-08-24Small style changes.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-4/+0
2012-07-28Simplify scrollarea opaque flag.Andrei Karas1-4/+2
2012-07-17Fix more code style and additional warnings.Andrei Karas1-13/+24
2012-07-15Fix code style.Andrei Karas1-54/+67
2012-04-25Improve iterators part 1.Andrei Karas1-3/+4
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-2/+2
2012-02-16Add race name to status and debug windows.Andrei Karas1-1/+7
2012-02-08Fix compilation errors and more style.Andrei Karas1-5/+5
2012-02-08Fix code style with new tool.Andrei Karas1-1/+1
2012-02-03Add some missing getters.Andrei Karas1-3/+3
2012-01-29Fix possible hiding methods issues.Andrei Karas1-2/+2
2012-01-25Fix code style.Andrei Karas1-1/+6
2012-01-21Fix more warnings.Andrei Karas1-1/+1
2012-01-19Prevent adding double attributes to status window.Andrei Karas1-1/+11
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-19Show changed yellow bar modes in debug chat tab.Andrei Karas1-266/+23
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-7/+9
2011-11-02Add option to yellow bar to change player attack in pvp mode.Andrei Karas1-0/+19
2011-10-30Remove duplicate getAway function.Andrei Karas1-1/+1
2011-10-02Add new move to target mode for archers.Andrei Karas1-0/+3
2011-09-28Show current experience after 99 level.Andrei Karas1-1/+2
2011-09-23Fix default size for social and status windows.Andrei Karas1-2/+2
2011-09-11Add own xml configuration for missing windows.Andrei Karas1-1/+1
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas1-2/+2
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-6/+6
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-2/+0
2011-08-22Replace typo dont to don't.Andrei Karas1-2/+2
2011-08-15Add button in status window to copy player stats to chat.Andrei Karas1-0/+34
2011-07-07Remove undescore from variables and defines.Andrei Karas1-3/+3
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-08Fix some include files paths.Andrei Karas1-1/+1
2011-04-13Fix warnings in clang compilation.Andrei Karas1-1/+1