summaryrefslogtreecommitdiff
path: root/src/gui/skin.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-05-18Restored the window background to its former gloryBjørn Lindeijer1-6/+4
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+1
2009-04-15Made the PopupMenu a Popup subclassBjørn Lindeijer1-2/+15
2009-04-13Some cleanup of the SkinLoaderBjørn Lindeijer1-118/+133
2009-03-28Add a sticky button to the Window classJared Adams1-3/+12
2009-03-27Fixed copyright notices of skin.{h,cpp} filesBjørn Lindeijer1-6/+8
2009-03-27Merge branch 'aethyra/master'Bjørn Lindeijer1-19/+80
2009-03-26Compile warning fixesBjørn Lindeijer1-2/+2
2009-03-27Compile warning fixesBjørn Lindeijer1-2/+2
2009-03-25A host of code style fixesBjørn Lindeijer1-5/+5
2009-03-25Fixed a static leak in skin loading.Ira Rice1-0/+2
2009-03-25Modified skin loading to save and load a skin's XML path, as well asIra Rice1-18/+35
2009-03-25Moved the responsibility for skin alpha adjustment to the Skin class.Ira Rice1-1/+43
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-15/+32
2009-03-11Moved the Skin class outside of the Window class, in order to allowIra Rice1-0/+174