aboutsummaryrefslogtreecommitdiff
path: root/gui/object.cpp
AgeCommit message (Expand)Author
2020-01-04GUI: Introduce dynamic layoutsBastien Bouclet
2018-04-19GUI: Unify clip and non-clip draw callsBastien Bouclet
2018-01-27GUI: Implement dirty-checking for widget redrawsBastien Bouclet
2016-07-03GUI: Add checks in Widget::getBossClipRect()Alexander Tkachev
2016-07-03GUI: drawRoundedSquareClip()Alexander Tkachev
2014-02-18GUI: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-16GRAPHICS: Added changes and improved code from inisider/scummvm (partial text)Narek Mailian
2012-02-24GUI: Fix "clear" buttons after theme switch (bug #3482459)Torbjörn Andersson
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-03-18GUI: Make GuiObject::_name const, init all members in constructorMax Horn
2010-03-12Fix from LordHoto for bug #2859401: GUI: GMM crashes when running in 320x200 ...Max Horn
2010-03-11GUI: Remove GuiObject::getMillis()Max Horn
2010-01-03Setup the dimensions of GuiObject in the constructor, by using reflowLayout.Johannes Schickel
2009-05-07More debug info in the error messages when GUI layout is wrong.Eugene Sandulenko
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2008-11-08Pushing down some header depsMax Horn
2008-11-03Moved GuiObject::reflowLayout from newgui.cpp to object.cppMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-15Fixing some memory leaks in the GUI codeMax Horn
2007-03-16Added new file gui/object.cpp (collecting GuiObject methods in there), and re...Max Horn