summaryrefslogtreecommitdiff
path: root/src/gui/okdialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-1/+1
2012-11-01Fix ok dialog size with small messages.Andrei Karas1-3/+5
2012-10-20Fix code style and some minor issues.Andrei Karas1-3/+0
2012-10-20Add palette inheritance to textbox class.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to button class.Andrei Karas1-1/+1
2012-10-19Fix namespace conflicts.Andrei Karas1-1/+1
2012-10-18Fix in ok dialog size and button position.Andrei Karas1-6/+5
2012-10-18Fix ok dialog resize issue.Andrei Karas1-4/+5
Also allow set from ouside preferred width.
2012-10-14Replace gcn::Button to Button in all classes.Andrei Karas1-1/+1
2012-09-07Improve constructors in some classes.Andrei Karas1-2/+3
2012-08-27Add const to more classes.Andrei Karas1-3/+3
2012-08-05Move some hardcoded paddings to themes.Andrei Karas1-1/+2
2012-02-28Fix some sound event.Andrei Karas1-2/+2
Replace hardcoded sound names to constants. Add party/guild sound.
2012-02-28Add different sound effects for different events.Andrei Karas1-1/+9
Can be configured in audio tab in settings.
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-09-11Add own xml configuration for missing windows.Andrei Karas1-1/+1
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
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-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+81
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.