aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2017-08-04GRAPHICS: MACGUI: Fixed bug with column detection in text selectionEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Fix end line text selection hihglightEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Fix detection for Cut command enablementEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Better selection row detectionEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Improved text selection edge case behaviourEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Leave text highlight after selection is madeEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Added method to append input to MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Bugfixes for selection copying in MacTextEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Initial code for copying selection to clipboardEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Correctly display selection during scrollingEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Made selection affecting the MacMenuEugene Sandulenko
2017-08-04GRAPHICS: GUI: Fix flicker in selectionEugene Sandulenko
2017-08-04GRAPHICS: GUI: Mark beginning and end column of selection in MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Correctly calculate row in MacText::getRowCol()Eugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Simplified selection drawing codeEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Do not draw text selection at beginning of selectionEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Initial selection drawing code to MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Align and store MacText selection coordinatesEugene Sandulenko
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