Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-17 | WAGE: Fix resizing and text selection bug | VelocityRa | |
Revise/Simplify old optional text rendering Set things up a bit for selected text rendering Add MacTextWindow::clearText and MacTextWindow::setSelection Add MacTextWindow::appendText variant that accepts a MacFont | |||
2017-07-17 | GRAPHICS: Use MacText::appendText to render formatted text | VelocityRa | |
With this we can specify font, character size and slant that each appended text will use. | |||
2017-07-17 | GRAPHICS: Introduce drawText, appendText and font in MacTextWindow | VelocityRa | |
2017-07-17 | GRAPHICS: Fix bug in MacText::draw() on calculating bounding rect size | VelocityRa | |
Change is _surface->w to _surface->h in the fourth arg to Common::Rect | |||
2017-07-17 | GRAPHICS: Skeleton of MacTextWindow | VelocityRa | |
Needed to add 2 helper methods to MacWindowManager to make it cleaner |