Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
With this we can specify font, character size and slant that each
appended text will use.
|
|
|
|
Change is _surface->w to _surface->h in the fourth arg to Common::Rect
|
|
Needed to add 2 helper methods to MacWindowManager to make it cleaner
|