summaryrefslogtreecommitdiff
path: root/src/gui/textbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-01-29Removed useless check from the last commit.Ira Rice1-5/+3
2009-01-29Fixed a crash caused by getting the wrong string substring. In doing so,Ira Rice1-22/+15
2009-01-28Fix for a mistake in one of the logicc statements in the last commit.Ira Rice1-1/+1
2009-01-28Finally put in the last missing wrapping case that has been missing fromIra Rice1-6/+25
2009-01-28Consolidated setMinWidth into textWrap, since all lines are dependantIra Rice1-1/+5
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+2
2008-11-05Found a way to remove the ugly hack that was done to ensure that Ira Rice1-7/+2
2008-10-12Trimmed out an unneeded line in the text wrapping code. If it was Ira Rice1-4/+0
2008-10-12This commit contains three things: one, after looking over how TMW was Ira Rice1-6/+25
2008-10-10Fixed the text box so that it now checks the last line as well for the Ira Rice1-2/+11
2008-10-10Did a little bit of code cleanup (mostly from TMW changes) as well as Ira Rice1-11/+11
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-2/+10
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-04-16Restored the text wrapping in TextBox, since it was based on overriding aBjørn Lindeijer1-8/+1
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-2/+2
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ...Björn Steinbrink1-0/+1
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-0/+3
2005-06-05Implemented wrapping for textbox (still could use a small fix) and made deathBjørn Lindeijer1-0/+73
2004-12-30Subclassed ListBox and TextBox for a little better visual appearance.Bjørn Lindeijer1-0/+38