summaryrefslogtreecommitdiff
path: root/src/gui/inttextbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer1-1/+1
2007-11-14Improved item amount dialog box.Guillaume Melquiond1-10/+12
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-2/+5
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-9/+7
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-7/+9
2006-03-18Added a toString conversion function.Björn Steinbrink1-9/+7
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-8/+8
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-5/+0
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ...Björn Steinbrink1-0/+2
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-0/+2
2005-06-05Using custom focus handler to work around problem with multiple widgetsBjørn Lindeijer1-6/+4
2005-06-03Added IntTextBox class (a TextBox which only accepts integers).Aaron Marks1-0/+76