summaryrefslogtreecommitdiff
path: root/src/gui/popup.cpp
AgeCommit message (Expand)AuthorFilesLines
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-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