aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui
AgeCommit message (Collapse)Author
2017-08-04GRAPHICS: MACGUI: Draw input on MacTextWindow redrawEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: CleanupEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Fix formatting of the first added text in MacTextEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Fixed appendText() in MacGui: formatting was not passedEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Fix copy/paste bug in MacTextEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Added more debug output to MacTextEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Mark content as dirty when text is changedEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Pass default formatting to MacTextEugene Sandulenko
2017-08-02GRAPHICS: MACGUI: Suppress Unused Variable Compiler Warning.D G Turner
2017-08-01GRAPHICS: MACGUI: unk3f is not needed in MacTextEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Keep original string in MacTextEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Render MacTextWindow internallyEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Properly process border dragging in MacTextWindowEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Remove redundant method from MacTextWindowEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Force redraw of dirty part of MacTextWindowEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Set MacTextWindow as active when keys are pressedEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Do not pass event when ascii characters are pressedEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Fix crash on backspace in MacTextWindow inputEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Exposed input text from the MacTextWindowEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Replace magic numbers with named constantsEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Update cursor position as text being added to MacTextWindowEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Added hack for fixing cursor position in MacTextWindowEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Simplified cursor code is MacTextWindowEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Initial code for cursor drawing in MacTextWindowEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Added more getters to MacTextEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Added font specifying to MacTextWindowEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Avoid double free of MacTextWindowEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Correctly process empty inpt strings in MacTextWindowEugene Sandulenko
2017-08-01JANITORIAL: Code formattingEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Made MacTextWindow processing keyboard inputEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Made more MacWindow methods publicEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Added method to remove last line from MacTextEugene Sandulenko
2017-07-18MACGUI: Fix warningEugene Sandulenko
2017-07-18MACGUI: Fix compilationEugene Sandulenko
2017-07-17WAGE: Fix resizing and text selection bugVelocityRa
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-17GRAPHICS: Use MacText::appendText to render formatted textVelocityRa
With this we can specify font, character size and slant that each appended text will use.
2017-07-17GRAPHICS: Add MacText::appendText() variants that accept text format argsVelocityRa
Made 1 helper method and 1 function to reduce duplication size as much as possible and still keep them useful for other purposes.
2017-07-17GRAPHICS: Introduce drawText, appendText and font in MacTextWindowVelocityRa
2017-07-17GRAPHICS: Fix bug in MacText::draw() on calculating bounding rect sizeVelocityRa
Change is _surface->w to _surface->h in the fourth arg to Common::Rect
2017-07-17GRAPHICS: Skeleton of MacTextWindowVelocityRa
Needed to add 2 helper methods to MacWindowManager to make it cleaner
2017-07-17GRAPHICS: Fix MacText::appendText by resizing _textLinesVelocityRa
Also fix an off-by-one error
2017-05-02GRAPHICS: Pass interlinear as constructor argument to MacTextTobia Tesan
2017-04-30GRAPHICS: Delete MacFont in MacTextTobia Tesan
2017-04-30GRAPHICS: Use MacFont in lieu of Graphics::Font in MacTextTobia Tesan
2017-03-12GRAPHICS: Hid noisy warning in MacFontManagerEugene Sandulenko
2017-02-07GRAPHICS: Recalculate text area sizing if interLinear is changed.stevenhoefel
2017-02-06GRAPHICS: Cleanup MacText codeEugene Sandulenko
2017-02-06GRAPHICS: Return line count of formatted MacText.stevenhoefel
2017-02-04GRAPHICS: Removing Director-specific hack in text width calculationEugene Sandulenko
2017-02-04GRAPHICS: Enforce font recomputation in MacTextEugene Sandulenko