aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui
AgeCommit message (Expand)Author
2017-08-04GRAPHICS: MACGUI: Remove redundant method from MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Implement MacText::getRowCol() methodEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Event processing code for text selection in MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Incapsulate MacWindow internalsEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Reduce constant scopeEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Implement scrolling in MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Do not pass to the upstream backspace key event in MacTextW...Eugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Implement autoscrolling in MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Use proper dimensions for maxTextWidth in MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Fixed Enter key behavior in MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Clear rendered text when lines are removed in MacTextEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Fix bug in MacText with adding newlinesEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Do not add input line to the original MacText contentEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: undraw input text before resizing MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Implement MacText resizeEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Correctly set MacTextWindow internal MacText sizeEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Remove redundant method from MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Fix input text displayingEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Remove unused variableEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Fixed input line replacement in MacTextWindowEugene Sandulenko
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