summaryrefslogtreecommitdiff
path: root/src/gui/inttextbox.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-06-05Using custom focus handler to work around problem with multiple widgetsBjørn Lindeijer1-6/+4
requesting modal focus using a stack based approach.
2005-06-03Added IntTextBox class (a TextBox which only accepts integers).Aaron Marks1-0/+76
Changed passive label in drop item dialog to IntTextBox.