summaryrefslogtreecommitdiff
path: root/src/gui/window.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-230/+205
2009-03-19Make sure positionable dialogs start out centeredJared Adams1-4/+16
2009-03-18Fix up the NPC interraction widnows a bitJared Adams1-1/+1
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-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-10Allow NPCList dialog to use it's old locationJared Adams1-2/+2
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-06Merge branch 'aethyra/master'Bjørn Lindeijer1-0/+3
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-0/+3
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-2/+2
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-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-7/+9
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-16/+16
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-36/+213
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-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-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
2009-01-06Merged layout handler from mainlineBjørn Lindeijer1-35/+50
2008-12-29Added support for True Type Fonts using GUIChan's inbuilt SDLTrueTypeIra Rice1-0/+1
2008-12-29Added support for True Type Fonts.Eugenio Favalli1-0/+1
2008-12-07Fixed inconsistency in default window sizesBjørn Lindeijer1-11/+8
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-0/+1
2008-12-07Fixed inconsistency in default window sizesBjørn Lindeijer1-11/+8
2008-11-21Changed windowing code to allow for multiple skins. This will be Ira Rice1-10/+11