Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This removes black artifacts when previous text was narrower
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
During resize we were replaying all MacText appends, which was including
whole history of the input. Eek.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
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
|
|
Also fix an off-by-one error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|