summaryrefslogtreecommitdiff
path: root/src/gui/browserbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-02-11Changed spelling from colour to color.Philipp Sehmisch1-4/+4
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-1/+1
2009-02-07Added a text color preview to the setup color tab.Ira Rice1-2/+2
2009-02-06While this is not the ideal solution to the link problem, this commit atIra Rice1-0/+7
2009-02-04Few more unneeded headers that weren't noticed originally in the lastIra Rice1-0/+2
2009-02-03Made highlights configurable through the color dialog.Ira Rice1-3/+14
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-6/+3
2009-01-09Merged comment by silene from mainlineBjørn Lindeijer1-0/+4
2009-01-06Fix wrapping of UTF-8 multi-byte characters.Björn Steinbrink1-1/+4
2009-01-05Modified the Aethyra client to use the TMW TrueType class, rather thanEugenio Favalli1-5/+3
2009-01-05Fixed browser box so that it'd work again.Ira Rice1-50/+25
2009-01-05Refactor the way in which browser box text is drawn and wrapped.Björn Steinbrink1-88/+127
2008-12-29Added support for True Type Fonts using GUIChan's inbuilt SDLTrueTypeIra Rice1-42/+14
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-3/+1
2008-09-04Added code to change text colouringDouglas Boffey1-51/+21
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-06-14Fixed compilation errors and trade bug.David Athay1-1/+1
2008-04-16Also fix potential out of range in BrowserBox::draw when checking for color c...Dennis Friis1-1/+2
2008-04-16Fix a basic_string::at sometimes being out of range in BrowserBox::draw when ...Dennis Friis1-2/+1
2007-10-26Added possibility of length limitation to browserbox and used it for the chat...Philipp Sehmisch1-7/+16
2007-10-18Fixed two forgotten main.h includes which caused OpenGL option in the setupBjørn Lindeijer1-2/+1
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-6/+9
2006-11-01Added support for å and Å (with help of Håkan Rönn)Bjørn Lindeijer1-1/+1
2006-03-19Removed some useless null pointer checks.Björn Steinbrink1-4/+2
2006-03-08Make the MouseOverLink functor dynamic and use a STL algorithm in one more p...Björn Steinbrink1-18/+8
2006-02-24Another bunch of cosmetic cleanups, ie mostly typedefs...Björn Steinbrink1-3/+2
2006-02-16Use Widget::mFont instead of browserFont for drawing, fixes the "gui needs to...Björn Steinbrink1-54/+52
2006-01-21Small followup change.Bjørn Lindeijer1-3/+4
2006-01-21Applied patch by Ar2ro that worked around scrolldown bug in the chatbox.Bjørn Lindeijer1-1/+49
2005-10-19Code cleanup.Björn Steinbrink1-25/+32
2005-10-13Use gcn::Font instead of gcn::ImageFont as pointer type.Björn Steinbrink1-1/+1
2005-10-10Introduced new window shortcuts and corrected position of job xp bar. AlsoBjørn Lindeijer1-1/+1
2005-10-10Pajarico added more international characters to the fixed font and rpg font.Bjørn Lindeijer1-1/+2
2005-10-09Corrected the white browser font bug and the black hp/mp bug which were linke...Yohann Ferreira1-0/+1
2005-09-28Fix deletion of the gui font because of a missing check.Björn Steinbrink1-1/+3
2005-09-12Added SDLImageLoader class to make guichan support physfs.Björn Steinbrink1-2/+1
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ...Björn Steinbrink1-0/+2
2005-08-14Fully removed the useOpenGL global.Björn Steinbrink1-6/+7
2005-08-14Started to fade out the useOpenGL global variable.Björn Steinbrink1-1/+2
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-4/+9
2005-08-10Moved knowledge about whether we use OpenGL into the Graphics class. Added he...Björn Steinbrink1-28/+7
2005-08-04Added a method to the resource mananger to determine the real path of a file ...Björn Steinbrink1-1/+3
2005-07-27Committing merging opengl and sdl part 3 by AndrejBjørn Lindeijer1-0/+4
2005-07-26OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find aBjørn Lindeijer1-25/+44
2005-07-12windows compilation fixesEugenio Favalli1-0/+2
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+2
2005-07-03Implemented wrap text in chat box correctly ;)José Ávila1-7/+29