Age | Commit message (Expand) | Author | Files | Lines |
2009-03-28 | Removed a lot of useless isVisible() checks | Bjørn Lindeijer | 1 | -3/+0 |
2009-03-25 | Merge branch 'eathena/master' | Bjørn Lindeijer | 1 | -11/+14 |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -1/+0 |
2009-03-12 | Extending the internal handling of colors | sniper | 1 | -11/+10 |
2009-03-10 | Allow null link handlers for browser box | Jared Adams | 1 | -0/+1 |
2009-03-06 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -0/+3 |
2009-03-05 | Made some optimizations based on some profiling done by Octalot, as well | Ira Rice | 1 | -0/+3 |
2009-02-11 | Changed spelling from colour to color. | Philipp Sehmisch | 1 | -4/+4 |
2009-02-10 | Use string::empty() instead of comparing to "" | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-02-10 | Use string::empty() instead of comparing to "" | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-10 | Fixed some accidental capitalization errors | Philipp Sehmisch | 1 | -3/+3 |
2009-02-10 | fixed capitalization of color member functions. | Philipp Sehmisch | 1 | -3/+3 |
2009-02-10 | Changed spelling from colour to color. | Philipp Sehmisch | 1 | -4/+4 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-09 | Merged with Aethyra master as of 2009-02-09 | Bjørn Lindeijer | 1 | -5/+25 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-09 | Mostly whitespace and formatting changes | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-07 | Added a text color preview to the setup color tab. | Ira Rice | 1 | -2/+2 |
2009-02-06 | While this is not the ideal solution to the link problem, this commit at | Ira Rice | 1 | -0/+7 |
2009-02-04 | Few more unneeded headers that weren't noticed originally in the last | Ira Rice | 1 | -0/+2 |
2009-02-03 | Made highlights configurable through the color dialog. | Ira Rice | 1 | -3/+14 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -6/+3 |
2009-01-09 | Merged comment by silene from mainline | Bjørn Lindeijer | 1 | -0/+4 |
2009-01-06 | Fix wrapping of UTF-8 multi-byte characters. | Björn Steinbrink | 1 | -1/+4 |
2009-01-05 | Modified the Aethyra client to use the TMW TrueType class, rather than | Eugenio Favalli | 1 | -5/+3 |
2009-01-05 | Fixed browser box so that it'd work again. | Ira Rice | 1 | -50/+25 |
2009-01-05 | Refactor the way in which browser box text is drawn and wrapped. | Björn Steinbrink | 1 | -88/+127 |
2008-12-29 | Added support for True Type Fonts using GUIChan's inbuilt SDLTrueType | Ira Rice | 1 | -42/+14 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -3/+1 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-09-04 | Added code to change text colouring | Douglas Boffey | 1 | -51/+21 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 |
2008-06-14 | Fixed compilation errors and trade bug. | David Athay | 1 | -1/+1 |
2008-05-04 | Merged revisions 4031-4044,4046-4058,4061-4062,4064,4066-4067,4069-4070,4072-... | Bjørn Lindeijer | 1 | -1/+1 |
2008-04-16 | Also fix potential out of range in BrowserBox::draw when checking for color c... | Dennis Friis | 1 | -1/+2 |
2008-04-16 | Fix a basic_string::at sometimes being out of range in BrowserBox::draw when ... | Dennis Friis | 1 | -2/+1 |
2008-02-12 | Merged revisions 3687-3688,3690 via svnmerge from | Bjørn Lindeijer | 1 | -8/+16 |
2007-10-26 | Added possibility of length limitation to browserbox and used it for the chat... | Philipp Sehmisch | 1 | -7/+16 |
2007-10-19 | Commented a DoS weakness of the browser box. | Guillaume Melquiond | 1 | -0/+4 |
2007-10-18 | Fixed two forgotten main.h includes which caused OpenGL option in the setup | Bjørn Lindeijer | 1 | -2/+1 |
2007-09-25 | Fix wrapping of UTF-8 multi-byte characters. | Björn Steinbrink | 1 | -1/+4 |
2007-09-22 | Cleaned a bit. | Guillaume Melquiond | 1 | -7/+2 |
2007-09-21 | Refactor the way in which browser box text is drawn and wrapped. | Björn Steinbrink | 1 | -65/+73 |
2007-09-20 | Added support for unicode charset in textfields and chat. | Guillaume Melquiond | 1 | -1/+7 |
2007-09-20 | Fixed some compilation warning. | Guillaume Melquiond | 1 | -2/+2 |
2007-09-10 | Added support for True Type Fonts. | Eugenio Favalli | 1 | -43/+13 |
2007-07-27 | Removed useless yet costly dynamic casts. | Guillaume Melquiond | 1 | -2/+2 |
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -6/+9 |