summaryrefslogtreecommitdiff
path: root/src/gui/popup.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-177/+0
2009-03-28Removed a lot of useless isVisible() checksBjørn Lindeijer1-3/+0
2009-03-27Merge branch 'aethyra/master'Bjørn Lindeijer1-63/+35
2009-03-26Removed setting and getting parent windows for popup classes, as thisIra Rice1-8/+1
2009-03-26Removed getting and setting a parent window from the popup class, sinceIra Rice1-4/+1
2009-03-26Compile warning fixesBjørn Lindeijer1-4/+4
2009-03-26Some code cleanups (mostly reducing how many calculations need to beIra Rice1-4/+2
2009-03-25A host of code style fixesBjørn Lindeijer1-7/+6
2009-03-25Fixed some headers of recently added filesBjørn Lindeijer1-3/+3
2009-03-25Modified skin loading to save and load a skin's XML path, as well asIra Rice1-1/+32
2009-03-25Moved the responsibility for skin alpha adjustment to the Skin class.Ira Rice1-48/+0
2009-03-11Enforce minimum widths and heights to be at least as big as the minumumIra Rice1-2/+2
2009-03-11Modified Skin class to use proper encapsulation, instead of leaving itsIra Rice1-3/+3
2009-03-11Removed widget listeners from the popup class. Tests have shown that atIra Rice1-2/+0
2009-03-11Added a new Popup class, which overall is functionally similar to theIra Rice1-0/+211