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.
|
|
Made 1 helper method and 1 function to reduce duplication size as much
as possible and still keep them useful for other purposes.
|
|
|
|
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
|
|
Also fix an off-by-one error
|
|
This reverts commit eefa72afa1978a9dea10f5b1833fcc8f58a3468e.
With this patch ConfigManager is broken.
|