summaryrefslogtreecommitdiff
path: root/src/gui/browserbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-28Removed a lot of useless isVisible() checksBjørn Lindeijer1-3/+0
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-11/+14
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-1/+0
2009-03-12Extending the internal handling of colorssniper1-11/+10
2009-03-10Allow null link handlers for browser boxJared Adams1-0/+1
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer1-0/+3
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-0/+3
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-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-1/+1
2009-02-10Fixed some accidental capitalization errorsPhilipp Sehmisch1-3/+3
2009-02-10fixed capitalization of color member functions.Philipp Sehmisch1-3/+3
2009-02-10Changed spelling from colour to color.Philipp Sehmisch1-4/+4
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-1/+1
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-5/+25
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-1/+1
2009-02-09Mostly whitespace and formatting changesBjø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-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
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-05-04Merged revisions 4031-4044,4046-4058,4061-4062,4064,4066-4067,4069-4070,4072-...Bjørn Lindeijer1-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
2008-02-12Merged revisions 3687-3688,3690 via svnmerge from Bjørn Lindeijer1-8/+16
2007-10-26Added possibility of length limitation to browserbox and used it for the chat...Philipp Sehmisch1-7/+16
2007-10-19Commented a DoS weakness of the browser box.Guillaume Melquiond1-0/+4
2007-10-18Fixed two forgotten main.h includes which caused OpenGL option in the setupBjørn Lindeijer1-2/+1
2007-09-25Fix wrapping of UTF-8 multi-byte characters.Björn Steinbrink1-1/+4
2007-09-22Cleaned a bit.Guillaume Melquiond1-7/+2
2007-09-21Refactor the way in which browser box text is drawn and wrapped.Björn Steinbrink1-65/+73
2007-09-20Added support for unicode charset in textfields and chat.Guillaume Melquiond1-1/+7
2007-09-20Fixed some compilation warning.Guillaume Melquiond1-2/+2
2007-09-10Added support for True Type Fonts.Eugenio Favalli1-43/+13
2007-07-27Removed useless yet costly dynamic casts.Guillaume Melquiond1-2/+2
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-6/+9