aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-04WAGE: Remove redundant callEugene 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-04WAGE: Remove now redundant input processingEugene 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-04WAGE: Remove redundant codeEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Remove unused variableEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Fixed input line replacement in MacTextWindowEugene Sandulenko
2017-08-04WAGE: Make drawInput() a noop with MacTextWindowEugene Sandulenko
2017-08-04WAGE: Now we need to render newline at the end of each textEugene 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-04WAGE: Switched console rendering to MacTextWindowEugene 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-04BLADERUNNER: Fix float conversion warningThomas Fach-Pedersen
2017-08-04BLADERUNNER: Add blit and blitToScreen helpersThomas Fach-Pedersen
2017-08-04SCI32: Always initialize RobotDecoder::_syncFrameColin Snover
2017-08-04SCI32: Fix loading audio resources from RESSCI.PATColin Snover
2017-08-04SCUMM: Fix Typo in Detection Table Comment.D G Turner
2017-08-03Merge pull request #980 from dafioram/titanic_access_last_savePaul Gilbert
2017-08-03TITANIC: Create a new audio stream each time a wave file is playedPaul Gilbert
2017-08-03TITANIC: Shifting wave file playback into CWaveFile classPaul Gilbert
2017-08-03TITANIC: Allow last saved game to be loadedDavid Fioramonti
2017-08-03TITANIC: Max saved games const centralizedDavid Fioramonti