summaryrefslogtreecommitdiff
path: root/src/gui/speechbubble.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-05-22improve speechbubble.Andrei Karas1-9/+11
2013-05-06add outline colors in speechbubble.Andrei Karas1-4/+7
2013-04-20fix style in gui directory.Andrei Karas1-0/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to textbox class.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to label class.Andrei Karas1-1/+1
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-2/+2
2012-09-28Fix textbox font color.Andrei Karas1-2/+2
2012-09-07Improve constructors in some classes.Andrei Karas1-5/+4
2012-08-29Add const to more classes.Andrei Karas1-2/+3
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-07-21Add two new colors to themes.Andrei Karas1-2/+2
BUBBLE_NAME for speaker nick. BUBBLE_TEXT for speach text.
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-0/+1
It can improve perfomance in slow systems.
2012-04-17Move keyboard handling from guichan to own classes.Andrei Karas1-3/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-2/+2
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-2/+2
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-02-19Update copyrights.Andrei Karas1-1/+2
2011-01-02Initial commit.Andrei Karas1-0/+91
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.