Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-16 | GUI: Rename gui/GuiManager.* to gui/gui-manager.* | Max Horn | |
svn-id: r54265 | |||
2010-03-18 | GUI: Make GuiObject::_name const, init all members in constructor | Max Horn | |
svn-id: r48275 | |||
2010-03-12 | Fix from LordHoto for bug #2859401: GUI: GMM crashes when running in 320x200 ↵ | Max Horn | |
and 320x240 svn-id: r48248 | |||
2010-03-11 | GUI: Remove GuiObject::getMillis() | Max Horn | |
svn-id: r48241 | |||
2010-01-03 | Setup the dimensions of GuiObject in the constructor, by using reflowLayout. | Johannes Schickel | |
This properly initializes _x, _y, _w and _h, which might be used uninitialized otherwise. This probably lead to a creash for _sev, when drawing the tab widget, before GuiObject::reflowLayout had been called. FYI GuiObject::reflowLayout is usually only called on layout changes (i.e. resolution changes etc.), thus it might not be called before drawing a newly created widget. svn-id: r46947 | |||
2009-05-07 | More debug info in the error messages when GUI layout is wrong. | Eugene Sandulenko | |
svn-id: r40371 | |||
2009-01-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> ↵ | Johannes Schickel | |
gui/GuiManager.h svn-id: r35668 | |||
2008-11-08 | Pushing down some header deps | Max Horn | |
svn-id: r34936 | |||
2008-11-03 | Moved GuiObject::reflowLayout from newgui.cpp to object.cpp | Max Horn | |
svn-id: r34882 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-04-15 | Fixing some memory leaks in the GUI code | Max Horn | |
svn-id: r26515 | |||
2007-03-16 | Added new file gui/object.cpp (collecting GuiObject methods in there), and ↵ | Max Horn | |
renamed Dialog::deleteWidget to Dialog::removeWidget (name was misleading, the removed object does *not* get deleted) svn-id: r26147 |