Age | Commit message (Expand) | Author |
2017-08-04 | WAGE: Use MacTextWindow code for copying to clipboard | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Initial code for copying selection to clipboard | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Correctly display selection during scrolling | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Made selection affecting the MacMenu | Eugene Sandulenko |
2017-08-04 | GRAPHICS: GUI: Fix flicker in selection | Eugene Sandulenko |
2017-08-04 | GRAPHICS: GUI: Mark beginning and end column of selection in MacTextWindow | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Correctly calculate row in MacText::getRowCol() | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Simplified selection drawing code | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Do not draw text selection at beginning of selection | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Initial selection drawing code to MacTextWindow | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Align and store MacText selection coordinates | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Remove redundant method from MacTextWindow | Eugene Sandulenko |
2017-08-04 | WAGE: Remove redundant call | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Implement MacText::getRowCol() method | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Event processing code for text selection in MacTextWindow | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Incapsulate MacWindow internals | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Reduce constant scope | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Implement scrolling in MacTextWindow | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Do not pass to the upstream backspace key event in MacTextW... | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Implement autoscrolling in MacTextWindow | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Use proper dimensions for maxTextWidth in MacTextWindow | Eugene Sandulenko |
2017-08-04 | WAGE: Remove now redundant input processing | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Fixed Enter key behavior in MacTextWindow | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Clear rendered text when lines are removed in MacText | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Fix bug in MacText with adding newlines | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Do not add input line to the original MacText content | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: undraw input text before resizing MacTextWindow | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Implement MacText resize | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Correctly set MacTextWindow internal MacText size | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Remove redundant method from MacTextWindow | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Fix input text displaying | Eugene Sandulenko |
2017-08-04 | WAGE: Remove redundant code | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Remove unused variable | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Fixed input line replacement in MacTextWindow | Eugene Sandulenko |
2017-08-04 | WAGE: Make drawInput() a noop with MacTextWindow | Eugene Sandulenko |
2017-08-04 | WAGE: Now we need to render newline at the end of each text | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Draw input on MacTextWindow redraw | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Cleanup | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Fix formatting of the first added text in MacText | Eugene Sandulenko |
2017-08-04 | WAGE: Switched console rendering to MacTextWindow | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Fixed appendText() in MacGui: formatting was not passed | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Fix copy/paste bug in MacText | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Added more debug output to MacText | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Mark content as dirty when text is changed | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Pass default formatting to MacText | Eugene Sandulenko |
2017-08-04 | BLADERUNNER: Fix float conversion warning | Thomas Fach-Pedersen |
2017-08-04 | BLADERUNNER: Add blit and blitToScreen helpers | Thomas Fach-Pedersen |
2017-08-04 | SCI32: Always initialize RobotDecoder::_syncFrame | Colin Snover |
2017-08-04 | SCI32: Fix loading audio resources from RESSCI.PAT | Colin Snover |
2017-08-04 | SCUMM: Fix Typo in Detection Table Comment. | D G Turner |