summaryrefslogtreecommitdiff
path: root/src/gui/button.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-25Made the labels on the progress bars more readableBjørn Lindeijer1-3/+4
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2007-09-27Merged another bunch of changes from trunk to 0.0 to reduce the difference.Bjørn Lindeijer1-1/+6
2007-07-16(no commit message)Joshua Langley1-0/+3
2007-02-27Tabbed containers now display the button of the active tab pressed all the time.Philipp Sehmisch1-1/+6
2007-02-01Fixed buttons loosing focus.Eugenio Favalli1-0/+2
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-1/+1
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink1-1/+2
2005-10-05Fixed some resource cleanup and memory leaks. Also changed the way danglingBjørn Lindeijer1-1/+1
references to resources are reported to be more informative.
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-3/+5
2005-05-16Made button, checkbox and radiobutton count their instances and only load theirBjørn Lindeijer1-1/+7
resources once. Other widgets will follow later.
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-1/+1
2005-01-16Removed datafile and configfile and any leftover old GUI drawing code.Bjørn Lindeijer1-1/+6
2004-12-27Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButtonBjørn Lindeijer1-0/+2
modules to file lists.
2004-12-23Skinned our beautiful text field back!Bjørn Lindeijer1-2/+6
2004-12-18Added colon to the fixed font and removed some alfont usage.Bjørn Lindeijer1-14/+0
2004-12-16Doxygen improvements.Bjørn Lindeijer1-0/+55