summaryrefslogtreecommitdiff
path: root/src/gui/tabbedcontainer.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-12-08Code reformattingBjørn Lindeijer1-4/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-2/+2
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer1-0/+2
2007-02-27Tabbed containers now display the button of the active tab pressed all the time.Philipp Sehmisch1-6/+30
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-2/+2
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-1/+1
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-11/+6
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-6/+11
2006-03-18Added a toString conversion function.Björn Steinbrink1-11/+6
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink1-5/+3
2006-02-24Another bunch of cosmetic cleanups, ie mostly typedefs...Björn Steinbrink1-2/+1
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-2/+2
2005-08-25Added a new container type, a tabbed container.Björn Steinbrink1-0/+108