summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer1-2/+0
2007-08-24Removed unnecessary Gui::isCustomCursor method.Bjørn Lindeijer1-19/+8
2007-08-24Removed useless logic method and reverted mouse cursor to non-static sinceBjørn Lindeijer1-8/+1
2007-08-20Added close button functionality, resize cursor cues.Joshua Langley1-2/+33
2006-12-04Introduced a new class Viewport which combines the drawing code from EngineBjørn Lindeijer1-48/+4
2006-11-17Added mouse following support.Björn Steinbrink1-0/+14
2006-01-05Remove some useless code.Björn Steinbrink1-1/+0
2005-12-29Added popup support to the Gui class. Moved all mouse input handling into the...Björn Steinbrink1-3/+22
2005-10-13Use gcn::Font instead of gcn::ImageFont as pointer type.Björn Steinbrink1-6/+6
2005-09-30Updated NEWS file for next release.Bjørn Lindeijer1-1/+1
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ...Björn Steinbrink1-0/+1
2005-08-28Create a GuiConfigListener class.Björn Steinbrink1-2/+3
2005-08-15Removed guiTop global variable.Björn Steinbrink1-1/+0
2005-08-14Removed guiGraphics global pointer and removed dependencies on gui.h in some ...Björn Steinbrink1-1/+0
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-5/+8
2005-07-26Removed continous mouse movementBjörn Steinbrink1-14/+0
2005-07-23Allowed continous movement when holding down left mouse buttonBjörn Steinbrink1-0/+14
2005-07-14Committed resource manager cleanup patch by Doener, and properly implementedBjørn Lindeijer1-10/+27
2005-07-13- Adding the wonderful new font by Bjorn to speech and player namesEugenio Favalli1-0/+4
2005-07-03Commiting againJosé Ávila1-0/+7
2005-06-17Updated BrowserBox to work with SDL by using the original font. (the setColorAaron Marks1-0/+5
2005-06-05Implemented wrapping for textbox (still could use a small fix) and made deathBjørn Lindeijer1-1/+0
2005-06-05Using custom focus handler to work around problem with multiple widgetsBjørn Lindeijer1-0/+1
2005-05-16Made button, checkbox and radiobutton count their instances and only load theirBjørn Lindeijer1-7/+4
2005-05-16Leave out OpenGL completely when not enabled.Bjørn Lindeijer1-0/+2
2005-05-14Fixed .dev, GUI groups and updated Debian repository links.Bjørn Lindeijer1-0/+3
2005-05-14Mainly separating core GUI classes from game interface.Bjørn Lindeijer1-1/+2
2005-04-18Ok, of course the biggest problem to solve with OpenGL integration is loadingBjørn Lindeijer1-2/+0
2005-04-02Work around Guichan focussing bug.Bjørn Lindeijer1-0/+5
2005-03-20TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!Bjørn Lindeijer1-18/+1
2005-03-13Fixed problem with mouse walking through GUI.Bjørn Lindeijer1-1/+6
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-2/+1
2005-02-15Updated layout and contents of FAQ a bit, fixed debug path and mouse renderingBjørn Lindeijer1-5/+0
2005-02-14Support for drawing using OpenGL. Don't expect it to be fast yet though.Bjørn Lindeijer1-0/+3
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer1-10/+9
2005-01-16Removed datafile and configfile and any leftover old GUI drawing code.Bjørn Lindeijer1-38/+0
2005-01-16Ported slider over to resource manager.Bjørn Lindeijer1-8/+0
2005-01-16Removed checkbox and dialog stuff.Bjørn Lindeijer1-14/+0
2005-01-16More GUI image location changes and chat displays longer.Bjørn Lindeijer1-5/+0
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer1-11/+6
2005-01-14Removed 9 cases of load_bitmap.Bjørn Lindeijer1-14/+0
2005-01-13Got rid of last Allegro dialog: converted yes_no dialog to ConfirmDialog classBjørn Lindeijer1-12/+0
2005-01-13Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining.Bjørn Lindeijer1-2/+1
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-1/+2
2005-01-06Dragged in some Guichan code so that we can handle things a bit different.Bjørn Lindeijer1-1/+26
2005-01-06Moved some GUI code into a class.Bjørn Lindeijer1-2/+33
2005-01-04Removed large parts of old GUI code and improved layout of a few dialogs.Bjørn Lindeijer1-11/+6
2004-12-30Cleanup, mainly removing unused code.Bjørn Lindeijer1-6/+2
2004-12-27Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButtonBjørn Lindeijer1-3/+5
2004-12-23Password masking is back!Bjørn Lindeijer1-2/+0