summaryrefslogtreecommitdiff
path: root/src/gui/widgets/whispertab.h
AgeCommit message (Collapse)AuthorFilesLines
2013-09-30move tabs into tabs directory.Andrei Karas1-74/+0
2013-09-18add consts in gui classes.Andrei Karas1-1/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-2/+0
2013-05-31Improve chattab class.Andrei Karas1-1/+1
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to other files.Andrei Karas1-2/+2
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-7/+7
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-09-08Add new colors for whisper tabs.Andrei Karas1-1/+5
New colors: WHISPER_TAB_HIGHLIGHTED, WHISPER_TAB_OFFLINE_HIGHLIGHTED, WHISPER_TAB_SELECTED, WHISPER_TAB_OFFLINE_SELECTED
2012-08-24Small style changes.Andrei Karas1-2/+1
Also fix overloaded methods visibility.
2012-03-29Replace vectors with strings to short names.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-15Autocomplete player nick in whisper first even if player offlineAndrei Karas1-1/+4
or not in visible range.
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+67
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.