summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabbedarea.h
AgeCommit message (Collapse)AuthorFilesLines
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-4/+4
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-4/+4
2011-05-25Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, ↵Andrei Karas1-0/+2
map classes.
2011-05-24Fix leaks in client, skilldialog and playerinfo classes.Andrei Karas1-0/+4
2011-04-19Unhide some virtual methods.Andrei Karas1-1/+1
2011-04-08Add ability to tabbedarea follow vertical scrroll bar position with max value.Andrei Karas1-0/+7
2011-03-19Add flag to enable or disable scroll buttons in tabbed area.Andrei Karas1-0/+13
Also add not working right margin to tabbed area.
2011-03-09Added a tab scrolling system in tabarea.Yohann Ferreira1-0/+43
Currently working on the chat window. Resolves: Mana-Mantis #308. Reviewed-by: Thorbjorn.
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+129
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.