summaryrefslogtreecommitdiff
path: root/src/gui/window.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-25Moved the responsibility for skin alpha adjustment to the Skin class.Ira Rice1-41/+0
2009-03-18Fix up the NPC interraction widnows a bitJared Adams1-1/+1
2009-03-15Fix some mem leaksJared Adams1-0/+2
2009-03-14Exposed the progress bar colors to the color management tab.Ira Rice1-0/+6
2009-03-14Made a label class derived from the guichan label class which utilizesIra Rice1-1/+2
2009-03-12Added a class for rendering of floating textsniper1-0/+1
2009-03-11Enforce minimum widths and heights to be at least as big as the minumumIra Rice1-2/+3
2009-03-11Modified Skin class to use proper encapsulation, instead of leaving itsIra Rice1-9/+9
2009-03-11Added a new Popup class, which overall is functionally similar to theIra Rice1-31/+30
2009-03-11Moved the Skin class outside of the Window class, in order to allowIra Rice1-148/+8
2009-03-10Introduced in a Skin holder class, to reduce the amount of needed XMLIra Rice1-38/+59
2009-03-10Fix some mem leaksJared Adams1-2/+0
2009-03-10Fix some mem leaksJared Adams1-0/+2
2009-03-10Allow for offsets for the enumerated position version ofIra Rice1-16/+15
2009-03-10Extended window layout to take relative positions, as well as offsets toIra Rice1-0/+99
2009-03-10Reverted last commit (since I confused it with something else) as wellIra Rice1-2/+6
2009-03-10Fixed setContentSize in the window class to only care about exceedingIra Rice1-6/+2
2009-03-10Moved enforcement of minimum widths and heights to the Window class.Ira Rice1-9/+44
2009-03-10Made it so that when windows load previous states, they are neverIra Rice1-16/+25
2009-03-09Got rid of an ugly and unified interface breaking cancel button in favorIra Rice1-1/+6
2009-03-06Cut down on redundant constant int declarations in the windows skinningIra Rice1-68/+6
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-0/+3
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-16/+16
2009-02-04Few more unneeded headers that weren't noticed originally in the lastIra Rice1-2/+0
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-2/+0
2009-01-30Exposed most gui elements to take alpha values. There are still a fewIra Rice1-0/+1
2009-01-30Re-enabled real time gui opacity updating.Ira Rice1-3/+8
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-18Fixed layout of video setup page when translatedBjørn Lindeijer1-5/+4
2009-01-15Fixed Item Popup window transparency (double setting of the skin)Ira Rice1-3/+6
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