summaryrefslogtreecommitdiff
path: root/src/gui/browserbox.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-03Fix bug in showing links and user defined colors in chat boxJosé Ávila1-85/+106
2005-06-19Compiling fixesEugenio Favalli1-1/+1
2005-06-19Mostly indenting fixes and corrected path for OpenGL font version.Bjørn Lindeijer1-1/+2
2005-06-19Prevent deleting guiFont twice in non-OpenGL mode.Bjørn Lindeijer1-10/+14
2005-06-18Some fixes to browser font loading and updates to DevCpp project fileEugenio Favalli1-1/+1
2005-06-18Updated bad #ifdef (used wrong define name).Aaron Marks1-1/+1
2005-06-17Updated BrowserBox to work with SDL by using the original font. (the setColorAaron Marks1-0/+5
2005-06-17new BrowserBox widget with colors/links supportJosé Ávila1-0/+318