summaryrefslogtreecommitdiff
path: root/src/gui/window.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Merged layout handler from mainlineBjørn Lindeijer1-34/+49
2008-12-29Added support for True Type Fonts using GUIChan's inbuilt SDLTrueTypeIra Rice1-0/+1
2008-12-07Fixed inconsistency in default window sizesBjørn Lindeijer1-11/+8
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-0/+1
2008-11-21Changed windowing code to allow for multiple skins. This will be Ira Rice1-10/+11
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-5/+3
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-35/+211
2008-08-06Make sure only to save the window state when a window name is set, and failBjørn Lindeijer1-8/+11
2008-07-25Applied patch by ElvenProgrammer to remember window locations between sessionsLloyd Bryant1-0/+2
2008-07-23Remember windows visibility.Eugenio Favalli1-0/+2
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-04-29* Fixed issue with determining whether chat input is focused (method no longerBjørn Lindeijer1-4/+4
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-89/+16
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer1-1/+4
2007-11-20Merged revisions 3642,3662-3664,3667 via svnmerge from Bjørn Lindeijer1-7/+8
2007-10-22Merged changesets 3631, 3645 and 3648 from trunk to 0.0 branch.Bjørn Lindeijer1-37/+36
2007-08-28Made buy dialog resizable and added a WindowListener class for listening forBjørn Lindeijer1-1/+44
2007-08-24Added trimming of name for new character creation and of chat messagesBjørn Lindeijer1-71/+62
2007-08-24Removed unnecessary Gui::isCustomCursor method.Bjørn Lindeijer1-12/+4
2007-08-20Added close button functionality, resize cursor cues.Joshua Langley1-26/+138
2007-07-11Fixed resizing windows by their resize grip.Bjørn Lindeijer1-7/+6
2007-04-15Increased minimum window height and fixed a problem with setting window contentBjørn Lindeijer1-3/+3
2007-04-15Reimplemented window resizing. It is now once again possible to resize windowsBjørn Lindeijer1-67/+124
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-83/+38
2006-12-12Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h)Bjørn Lindeijer1-2/+0
2006-12-03Made NPC names visible. Windows are now invisible by default.Bjørn Lindeijer1-0/+3
2006-08-24Added support for sticky windows as discussed with doener. Patch by AHarrisonEugenio Favalli1-0/+21
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-21/+11
2006-03-25Added window resize patch by peoro.Eugenio Favalli1-9/+6
2006-03-16A bunch of cosmetic changes.Björn Steinbrink1-19/+6
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-23/+23
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-6/+8
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-21/+19
2005-10-02Added check for pthread library (needed for FreeBSD, still needs to be checkedBjørn Lindeijer1-39/+36
2005-09-29Improved a lot windows reset to default size and pos. Also corrected a few th...Yohann Ferreira1-0/+21
2005-09-28Save and load X, Y, Height, and Width to useful wins.Yohann Ferreira1-0/+25
2005-09-28Added window internal name to every window. Useful to later get and save X, Y...Yohann Ferreira1-0/+11
2005-09-20Fixed use of Enter for closing death and weight notices, and changed glColor4fBjørn Lindeijer1-5/+6
2005-08-28Create a static ConfigListener for the Window class.Björn Steinbrink1-21/+33
2005-08-27Bail out early if there's no window container.Björn Steinbrink1-6/+5
2005-08-25Made our drawImage() method respect the clip area from the guichan graphics p...Björn Steinbrink1-8/+3
2005-08-18*Temporary* fix to the resize code. But I'll be avenged by asking for adding ...Yohann Ferreira1-33/+1
2005-08-16Some other fixes and an attempt to use MouseOut().Yohann Ferreira1-3/+36
2005-08-16Bugfixing and simplifying the resize code. Still a little bit buggy. (We were...Yohann Ferreira1-43/+11
2005-08-16Added a resize grip to resizable window, fixed some compiling errors.Eugenio Favalli1-7/+26
2005-08-14Removed guiGraphics global pointer and removed dependencies on gui.h in some ...Björn Steinbrink1-7/+6
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-2/+12
2005-07-26OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find aBjørn Lindeijer1-1/+1
2005-07-16Updated changelog, got rid of remaining extern SDL_Surface *screen cases,Bjørn Lindeijer1-9/+7