summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-4/+4
2024-01-25Ported to SDL2Thorbjørn Lindeijer1-0/+2
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-22Allow resizing of the game in windowed modeThorbjørn Lindeijer1-0/+5
2011-05-13Made the setup keyboard tab prettier.Angelo Castellani1-0/+5
2011-04-09Removed a lot of useless "documentation"Thorbjørn Lindeijer1-6/+0
2010-02-28Add some new mousers and simplify related codeidiomatic1-0/+3
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-14Don't create the viewport until it's really needed.Tametomo1-1/+0
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-12Standardize header orderJared Adams1-2/+2
2009-05-10Don't show the chat input when a modal widget has focusBjørn Lindeijer1-0/+3
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-4/+4
2009-04-15Also hardcode the bold font, we ship it after allBjørn Lindeijer1-7/+2
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-0/+5
2009-03-19Reformatted the item amount window and the buy/sell windows so thatIra Rice1-0/+5
2009-02-26Merge branch 'aethyra/master'Bjørn Lindeijer1-8/+1
2009-02-22Fixed another Particle/Paricle mismatch in a commentPhilipp Sehmisch1-1/+1
2009-02-22Fixed another Particle/Paricle mismatch in a commentPhilipp Sehmisch1-1/+1
2009-02-22Renamed InfoParicleFont to InfoParticleFont (typo?)Philipp Sehmisch1-2/+2
2009-02-20Removed the last of the image particle guichan fonts.Ira Rice1-9/+2
2009-02-20Added a pickup notification as particle effect. Also make a ui option to enab...Majin Sniper1-0/+8
2009-02-19Added a pickup notification as particle effect. Also make a ui option to enab...Majin Sniper1-0/+8
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-07Some more include cleanups.Ira Rice1-1/+0
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-24Updated DejaVuSans ttf file, as well as adding the bolded version, whichIra Rice1-0/+4
2009-01-24Use standard GUI font also for speech and namesBjørn Lindeijer1-11/+0
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-06Added support for unicode charset in textfields and chat.Guillaume Melquiond1-1/+2
2008-12-05Fade out mouse cursor when not used for some timeBjørn Lindeijer1-0/+11
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-3/+1
2008-08-13Added support for different colored fonts for different being typesLloyd Bryant1-0/+8
2008-07-18Import of client treeLloyd Bryant1-1/+1
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